summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2019-01-29document: minor reword, reference sfeedrc(5) in READMEHiltjo Posthuma
2019-01-25README: sfeed_frames still mentioned it output content, remove itHiltjo Posthuma
This was removed before, because of potential security issues in commit b7e288a96418e1ea5e7904ab2896edb3f4615a10 Thanks trqx for the feedback.
2019-01-25documentation improvementsHiltjo Posthuma
Man pages: - sfeed_update: fix: fetchfeed parameter documentation. - sfeed_update: fix/update: urls in sfeedrc.example. - sfeed_update: document maxjobs variable. - sfeedrc: document filter and order functions here. - more semantic keywords: function arguments and some Nm. README: - Document more clearly sfeedrc is a shellscript at the first usage "steps". - Add newsboat OPML export and import to sfeed_update example. - Document the Makefile is POSIX (not some GNU/Makefile). - Add reference to my tool hurl: a HTTP/HTTPS/Gopher file grab client. - Describe the reason/usefulness of the filter example. - Describe how to override curl(1), an optional dependency. With feedback from lich, thanks!
2018-12-14tweak README: move cp style.css from initial step to HTML exampleHiltjo Posthuma
+ change "append" to "change".
2018-10-05README: improve filter example, compile flags orderHiltjo Posthuma
2018-09-30sfeed_update: add filter(), order() support per feed + improvementsHiltjo Posthuma
Pass the name parameter to the functions and add these to the pipeline. They can be overridden in the config. - add the ability to change the merge logic per feed. - add the ability to filter lines and fields per feed. - add the ability to order lines differently per feed. - add filter example to README. - code-style: - fetchfeed consistency in parameter order. - change [ x"" = x"" ] to [ "" = "" ]. Simplify some if statements. - wrap long line in fetchfeed(). - use signal names for trap.
2018-09-10update README: tested on aarch64 by leotHiltjo Posthuma
2018-09-10update READMEHiltjo Posthuma
2018-08-22add sfeed_twtxt format program: format to a twtxt feedHiltjo Posthuma
2018-06-24README: linewrapHiltjo Posthuma
2018-03-11sfeed_tail improvementsHiltjo Posthuma
keep sfeed_tail until sfeed is reworked to support tail -f (eventually)
2018-02-18sfeed_update: revert new merge logicHiltjo Posthuma
this requires more work without breaking the order in sfeed_html and other tools (top to bottom: new to oldest), vs sfeed_plain in tail mode: oldest to newest. There will also be improvements to the merge logic to reduce many writes in the future.
2018-02-18README: update sfeed_web exampleHiltjo Posthuma
2018-02-16sfeed_gph: many improvementsHiltjo Posthuma
2017-12-24update READMEHiltjo Posthuma
2017-12-24sfeed_update: merge improvementsHiltjo Posthuma
does not sort all entries by datetime descending anymore. Now only new entries are appending in a datetime ascending order.
2017-12-24update READMEHiltjo Posthuma
2017-08-12README: being protocol-agnostic is a feature i guessHiltjo Posthuma
2017-04-27update README: tested on HaikuOSHiltjo Posthuma
add architectures section
2016-10-04README: improve wording, thanks biniar!Hiltjo Posthuma
2016-05-21improve wording in documentationHiltjo Posthuma
link to sfeed(5) in README to avoid having to duplicate documentation text.
2016-04-18simplify sfeed(5) format, remove feedtype alsoHiltjo Posthuma
Remove type of feed per item, it is not that interesting. sfeed(1) can parse both RSS and Atom feeds.
2016-04-10update READMEHiltjo Posthuma
2016-03-27time experimentHiltjo Posthuma
2016-03-20README: remove versionHiltjo Posthuma
2016-02-27sfeed_tailHiltjo Posthuma
2016-02-26clarify LICENSE (short title), mention ISC in README, not MITHiltjo Posthuma
2016-01-31README: small improvements and rewordingsHiltjo Posthuma
2015-10-02update README, fix some typos and wordingHiltjo Posthuma
2015-09-23update README, reformat slightlyHiltjo Posthuma
2015-09-09README: fix sfeed_archive exampleHiltjo Posthuma
2015-08-23improve README and CHANGELOGHiltjo Posthuma
2015-08-22improve READMEHiltjo Posthuma
2015-08-18update README, add basic info at the topHiltjo Posthuma
hopefully this will make it easier to see the most important info first.
2015-08-18update READMEHiltjo Posthuma
2015-08-10update READMEHiltjo Posthuma
2015-08-07update documentationHiltjo Posthuma
2015-08-05README: sort program names and write more clearlyHiltjo Posthuma
2015-08-05improve man-pages and documentationHiltjo Posthuma
2015-08-05README: improveHiltjo Posthuma
2015-08-02README: remove awk/gawk archive example, add C program (more portable aswell)Hiltjo Posthuma
2015-07-31improve documentationHiltjo Posthuma
2015-07-31update and improve documentation (WIP)Hiltjo Posthuma
2015-07-31Various improvementsHiltjo Posthuma
- Only escape characters in "content" field, these can contain newlines. - Trim newlines and tabs, etc from the title, id and author fields. - Make decodefield, xmlencode functions easier to "chain" without allocatting new buffers. - Move printutf8pad from util (only used by sfeed_plain) to sfeed_plain. - Update README, still need to update the man-page and improve the documentation in general. - Code cleanup.
2015-07-29improve documentation: some fixesHiltjo Posthuma
2015-07-29update documentation regarding timezone parsingHiltjo Posthuma
Clarity CAVEAT concerning timezone parsing, some feeds incorrectly use non-RFC-822 timezones in RSS feeds, this will be interpreted as UTC+0. The formatted time will contain this timezone but without an offset.
2015-07-28update documentation...Hiltjo Posthuma
... and add strlcat to compat.h
2015-06-21change feeds file format, its now more consistentHiltjo Posthuma
update sfeed_update, there is now a feeds file per feed.
2015-05-16update READMEHiltjo Posthuma
2015-01-05improve READMEHiltjo Posthuma