Changeset 533 for trunk/hotstuff/man

Show
Ignore:
Timestamp:
10/03/09 18:32:11 (3 years ago)
Author:
josef
Message:

- adapt manual pages including CGI parameters to merged hotstuff-search script

Location:
trunk/hotstuff/man
Files:
1 removed
1 modified

Legend:

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

    r261 r533  
    11.TH HOTSTUFF-STUFF 1 "November 02, 2005" 
    22.SH NAME 
    3 hotstuff-stuff \- generate GHNS download feed from the database 
     3hotstuff-stuff \- generate GHNS or RSS/OpenSearch download feed from the database 
    44.SH SYNOPSIS 
    55.B hotstuff-stuff 
     
    1818retrieve the entries. The feed URL is usually referenced within the 
    1919providers.xml file in either the generic 'downloadurl' attribute or 
    20 one of the specialised 'downloadurl-*' attributes. 
     20one of the specialised 'downloadurl-*' attributes. Entries can be 
     21filtered according to a query or pagination. 
     22Alternatively, the script can generate an RSS feed conforming to the 
     23OpenSearch specification. 
    2124.SH OPTIONS 
    2225This program is intended to be used in a CGI context on a web server. 
     
    3740.TP 
    3841.B format=FORMAT 
     42If FORMAT is set to rss, the script produces an RSS/OpenSearch feed which 
     43can be used in feed readers. 
    3944Compatibility with the old KNewStuff feed format can be obtained by 
    4045setting FORMAT to 'knewstuff'. Otherwise, this option is not needed. 
     
    4247file. 
    4348.TP 
    44 .B entries=ENTRIES 
    45 Limits the number of entries. The default is 20 entries per feed. 
     49.B entries=ENTRIES, offset=OFFSET 
     50Limits the number of entries. The default is 20 entries per feed. An upper 
     51limit for this option can be specified by administrators in the site 
     52configuration file. Optionally, an offset can be given to traverse an entry 
     53list section by section, e.g. for pagination. 
     54.TP 
     55.B q=QUERY 
     56Restricts entries to those matching the query in their name or their 
     57description. 
    4658.SH SEE ALSO 
    4759.BR hotstuff (7),