1
2plowshare.conf(5)            Plowshare GIT-c58a80e           plowshare.conf(5)
3
4
5

NAME

7       plowshare.conf - Configuration file for Plowshare
8
9

DESCRIPTION

11       Plowshare  (plowdown, plowup, plowdel or plowlist) uses a configuration
12       file called plowshare.conf for its initial septup.  This  configuration
13       file is searched for the following places when plowshare is started:
14
15           ~/.config/plowshare/plowshare.conf
16           /etc/plowshare.conf
17
18       The  plowshare.conf  file  is  composed  of  five sections which may be
19       present in any order. Each section may contain lines of the form:
20
21           [General]
22               token = value
23               ...
24           [Plowdown]
25               token = value
26               ...
27           [Plowup]
28               token = value
29               ...
30           [Plowdel]
31               token = value
32               ...
33           [Plowlist]
34               token = value
35               ...
36
37           # this is a comment
38
39       Notes:
40
41       .      Blank lines or lines beginning with a hash character  ('#')  are
42              treated as comments and ignored.
43
44       .      Whitespace  before  and  after  a  token  or  value  is  ignored
45              (although a value can contain whitespace within).
46
47       .      Double quoting value is optional.
48
49       Valid configuration token names are long-option command-line  arguments
50       of  plowshare.  Tokens are always lowercase. Options in general section
51       prevail over Plow* section. Options given on the command  line  prevail
52       over configuration file options.
53
54

EXAMPLE

56       ###
57       ### Plowshare configuration file
58       ###
59
60       [General]
61       interface = eth1
62       rapidshare/a = matt:4deadbeef
63       megaupload/a = "matt:4 dead beef "
64
65       [Plowdown]
66       captchatrader=matt:blablabla
67       no-arbitrary-wait = yes
68       timeout=456
69
70       [Plowup]
71       multiupload/auth = foo:bar
72       multiupload/no-hf = yes
73
74       [Plowlist]
75       verbose = 3
76
77

AUTHORS

79       Plowshare  was initially written by Arnau Sanchez. See the AUTHORS file
80       for a list of some of the many other contributors.
81
82       Plowshare is (C) 2010-2011 The Plowshare Team
83

SEE ALSO

85       plowdown(1), plowup(1), plowdel(1), plowlist(1).
86
87
88
89GPL                            November 5, 2011              plowshare.conf(5)
Impressum