diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-06-11 20:56:39 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-06-11 20:56:39 +0200 |
commit | c020d456846f33ec834ddf9a1656368e502cd67f (patch) | |
tree | d0218b2d584fbd267dd6a486925248c1e4ce240c | |
parent | 6387b083d2d2d3488b8dc7ce31c041ec17d6cc7e (diff) |
README: remove an old filename reference, simplify sfeed_update purpose here
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |