diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-05-15 20:55:38 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-05-15 20:55:38 +0200 |
commit | 16a6611cab6de98d5128ae5c89704f156b6dd855 (patch) | |
tree | 44f64aff70f482e3d14bf78170539787bf6efe19 /README | |
parent | b145174ad9eac818d0621c8ab2548c3f26565352 (diff) |
README and sfeed_update: use names (order vs sort) and in the execution order
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ RSS and Atom parser (and some format programs). It converts RSS or Atom feeds from XML to a TAB-separated file. There are formatting programs included to convert this TAB-separated format to various other formats. There are also some programs and scripts included to import and -export OPML and to update, sort, filter and merge feed items. +export OPML and to fetch, filter, merge and order feed items. Build and install @@ -147,8 +147,8 @@ sfeedrc - Config file. This file is evaluated as a shellscript in Atleast the following functions can be overridden per feed: - fetch: to use wget(1), OpenBSD ftp(1) or an other download program. -- merge: to change the merge logic. - filter: to filter on fields. +- merge: to change the merge logic. - order: to change the sort order. See also the sfeedrc(5) man page documentation for more details. |