remove list command and instead write "subscriptions.gmi" & "feed.gmi"
This commit is contained in:
+5
-4
@@ -23,9 +23,6 @@ variety of feed formats:
|
||||
*refresh* [_FLAGS_]
|
||||
Check for new updates to subscriptions and update aggregator page.
|
||||
|
||||
*list*
|
||||
List all subscriptions in a gemtext format suitable for remote bookmarking.
|
||||
|
||||
*add* [_FLAGS_] <_LINK_> [_TITLE_]
|
||||
Add a new subscription. _LINK_ is a link to the feed or watched URL.
|
||||
_TITLE_ is an optional title for the feed, otherwise a title will be
|
||||
@@ -98,10 +95,14 @@ Within the data directory, the following files are used:
|
||||
subscription (change its title, update a link, etc) it should be trivial to
|
||||
manually edit.
|
||||
|
||||
*subscriptions.gmi*
|
||||
*feed.gmi*
|
||||
The outputted text/gemini file containing the subscription items. Is what
|
||||
should be linked or copied to your server directory to publish it.
|
||||
|
||||
*subscriptions.gmi*
|
||||
A text/gemini list of all the feeds being aggregated, suitable for remote
|
||||
bookmarking, etc. Should also be linked or copied to your server directory.
|
||||
|
||||
# EXAMPLES
|
||||
|
||||
This will add a new feed subscripton:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# comitium quickstart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user