Changeset 261 for trunk/hotstuff/man
- Timestamp:
- 12/19/05 09:49:45 (6 years ago)
- Files:
-
- 1 modified
-
trunk/hotstuff/man/hotstuff-stuff.1 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/hotstuff/man/hotstuff-stuff.1
r250 r261 14 14 concept. 15 15 .PP 16 \fBhotstuff-stuff\fP ... 16 \fBhotstuff-stuff\fP generates a GHNS download feed containing entries 17 found in the database. This feed can be used by client applications to 18 retrieve the entries. The feed URL is usually referenced within the 19 providers.xml file in either the generic 'downloadurl' attribute or 20 one of the specialised 'downloadurl-*' attributes. 17 21 .SH OPTIONS 18 This program follows the usual GNU command line syntax, with long 19 options starting with two dashes (`-'). 22 This program is intended to be used in a CGI context on a web server. 23 For debugging purpose and other uses, it can however also be used on the 24 command line. Arguments are given in the usual URL query parameter way 25 in the first case (hotstuff-stuff?param=value¶m2=value2), and as 26 key-value pairs in the second case (hotstuff-stuff param=value param2=value2). 20 27 A summary of options is included below. These options include the common 21 28 ones already documented in hotstuff (7). 22 29 .TP 23 .B \-h, \-\-help24 Show summary of options.30 .B category=CATEGORY 31 Only display entries of a certain category. 25 32 .TP 26 .B \-v, \-\-version 27 Show version of program. 33 .B feed=FEED 34 Creates distinct feeds by sorting the entries appropriately. 35 For the FEED argument, the values 'downloads', 'score' and 'latest' are 36 supported. 28 37 .TP 29 .B \-c, \-\-configuration 30 Specify an alternative configuration file (default is /etc/hotstuff.conf). 38 .B format=FORMAT 39 Compatibility with the old KNewStuff feed format can be obtained by 40 setting FORMAT to 'knewstuff'. Otherwise, this option is not needed. 41 This can be used to override the 'compatibility' setting in the configuration 42 file. 43 .TP 44 .B entries=ENTRIES 45 Limits the number of entries. The default is 20 entries per feed. 31 46 .SH SEE ALSO 32 47 .BR hotstuff (7), … … 40 55 .br 41 56 The programs are documented fully in the hotstuff-doc package. 57 .SH FILES 58 This program is configured via /etc/hotstuff.conf. As a CGI program, this 59 cannot be changed by passing parameters. 42 60 .SH AUTHOR 43 61 Hotstuff is written, maintained and offered as a Free Web Service via KStuff.org.
