sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 7b8c57549b6748bd9405b211bb9aaba90aabaa75
parent 11ca310bfd7d82f65289afc884d0e57c15559fc8
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu, 22 Aug 2019 20:28:59 +0200

README, README.xml: improve some wording

Diffstat:
MREADME | 4++--
MREADME.xml | 6++++--
2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -334,8 +334,8 @@ to an Atom XML feed (again): - - - -To have a FIFO stream filtering for new unique feed items and showing them as -plain-text per line similar to sfeed_plain(1): +To have a "tail(1) -f"-like FIFO stream filtering for new unique feed items and +showing them as plain-text per line similar to sfeed_plain(1): Create a FIFO: diff --git a/README.xml b/README.xml @@ -1,5 +1,7 @@ XML parser -========== +---------- + +A small XML parser. Dependencies @@ -29,7 +31,7 @@ Supports - Helper function (xml_entitytostr) to convert XML 1.0 / HTML 2.0 named entities and numeric entities to UTF-8. - Reading XML from a fd, string buffer or implement a custom reader: - see: XMLParser.getnext. + see: XMLParser.getnext or GETNEXT() macro. Caveats