Changeset 261 for trunk/hotstuff/man

Show
Ignore:
Timestamp:
12/19/05 09:49:45 (6 years ago)
Author:
josef
Message:

- introduction of compatibility switch for incoming/outgoing/both formats
- moving all sample files and scripts to new ghns format
- support for different feeds in hotstuff-stuff

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/hotstuff/man/hotstuff-stuff.1

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