commit c020d456846f33ec834ddf9a1656368e502cd67f
parent 6387b083d2d2d3488b8dc7ce31c041ec17d6cc7e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 11 Jun 2019 20:56:39 +0200
README: remove an old filename reference, simplify sfeed_update purpose here
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README b/README
@@ -129,8 +129,7 @@ sfeed_opml_import - Generate a sfeedrc config file from an OPML XML file.
sfeed_mbox - Format feed data (TSV) to mbox.
sfeed_plain - Format feed data (TSV) to a plain-text list.
sfeed_twtxt - Format feed data (TSV) to a twtxt feed.
-sfeed_update - Update feeds and merge with old feeds in the directory
- $HOME/.sfeed/feeds by default.
+sfeed_update - Update feeds and merge items.
sfeed_web - Find urls to RSS/Atom feed from a webpage.
sfeed_xmlenc - Detect character-set encoding from XML stream.
sfeedrc.example - Example config file. Can be copied to $HOME/.sfeed/sfeedrc.
@@ -164,7 +163,7 @@ Files written at runtime by sfeed_update(1)
feedname - TAB-separated format containing all items per feed. The
sfeed_update(1) script merges new items with this file.
-feedname.new - Temporary file used by sfeed_update(1) to merge items.
+ The format is documented in sfeed(5).
File format