Changeset 533 for trunk/hotstuff/man
- Timestamp:
- 10/03/09 18:32:11 (3 years ago)
- Location:
- trunk/hotstuff/man
- Files:
-
- 1 removed
- 1 modified
-
hotstuff-search.1 (deleted)
-
hotstuff-stuff.1 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/hotstuff/man/hotstuff-stuff.1
r261 r533 1 1 .TH HOTSTUFF-STUFF 1 "November 02, 2005" 2 2 .SH NAME 3 hotstuff-stuff \- generate GHNS download feed from the database3 hotstuff-stuff \- generate GHNS or RSS/OpenSearch download feed from the database 4 4 .SH SYNOPSIS 5 5 .B hotstuff-stuff … … 18 18 retrieve the entries. The feed URL is usually referenced within the 19 19 providers.xml file in either the generic 'downloadurl' attribute or 20 one of the specialised 'downloadurl-*' attributes. 20 one of the specialised 'downloadurl-*' attributes. Entries can be 21 filtered according to a query or pagination. 22 Alternatively, the script can generate an RSS feed conforming to the 23 OpenSearch specification. 21 24 .SH OPTIONS 22 25 This program is intended to be used in a CGI context on a web server. … … 37 40 .TP 38 41 .B format=FORMAT 42 If FORMAT is set to rss, the script produces an RSS/OpenSearch feed which 43 can be used in feed readers. 39 44 Compatibility with the old KNewStuff feed format can be obtained by 40 45 setting FORMAT to 'knewstuff'. Otherwise, this option is not needed. … … 42 47 file. 43 48 .TP 44 .B entries=ENTRIES 45 Limits the number of entries. The default is 20 entries per feed. 49 .B entries=ENTRIES, offset=OFFSET 50 Limits the number of entries. The default is 20 entries per feed. An upper 51 limit for this option can be specified by administrators in the site 52 configuration file. Optionally, an offset can be given to traverse an entry 53 list section by section, e.g. for pagination. 54 .TP 55 .B q=QUERY 56 Restricts entries to those matching the query in their name or their 57 description. 46 58 .SH SEE ALSO 47 59 .BR hotstuff (7),
