Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-11 | README: remove an old filename reference, simplify sfeed_update purpose here | Hiltjo Posthuma | |
2019-05-15 | README and sfeed_update: use names (order vs sort) and in the execution order | Hiltjo Posthuma | |
2019-05-10 | README: use HTTPS links | Hiltjo Posthuma | |
2019-05-08 | README: add tail-like example in honor of the removed sfeed_tail | Hiltjo Posthuma | |
2019-05-06 | remove sfeed_tail and recently added security considerations | Hiltjo Posthuma | |
... both are out-of-scope for sfeed. - sfeed_tail can be written as some simple customized awk script reading from a FIFO. The C version did not work well on FIFO's. - Security considerations are mentioned in the official HTML spec and applies to all HTML and protocol handlers, so is out-of-scope. | |||
2019-05-02 | README: reword a bit | Hiltjo Posthuma | |
2019-05-02 | README: fix typo in path | Hiltjo Posthuma | |
2019-05-02 | README: add security considerations, tweak preface a bit | Hiltjo Posthuma | |
2019-04-30 | improve README | Hiltjo Posthuma | |
- add preface text. - use "\t" pattern for awk (easier to read and copy-paste). - add a small example to get the most recent enclosure. | |||
2019-04-22 | README: fix tiny formatting whitespace | Hiltjo Posthuma | |
2019-04-20 | README: add sfeed_atom aggregate feed example | Hiltjo Posthuma | |
2019-04-20 | add sfeed_atom: convert one or more feeds from TSV (back to) Atom | Hiltjo Posthuma | |
2019-04-20 | README: update filter example | Hiltjo Posthuma | |
- Show how to filter protocol schemes more strictly. For example to allow only http://, https:// and gopher:// (not file://, javascript:, etc). - Filter links and now also enclosures. | |||
2019-04-14 | sfeed_update: rename fetchfeed to fetch | Hiltjo Posthuma | |
... and simplify example in README. | |||
2019-04-07 | README: change procmail parallel running, improve some words | Hiltjo Posthuma | |
make the procmail example safer due to account process limits. | |||
2019-01-29 | document: minor reword, reference sfeedrc(5) in README | Hiltjo Posthuma | |
2019-01-25 | README: sfeed_frames still mentioned it output content, remove it | Hiltjo Posthuma | |
This was removed before, because of potential security issues in commit b7e288a96418e1ea5e7904ab2896edb3f4615a10 Thanks trqx for the feedback. | |||
2019-01-25 | documentation improvements | Hiltjo 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-14 | tweak README: move cp style.css from initial step to HTML example | Hiltjo Posthuma | |
+ change "append" to "change". | |||
2018-10-05 | README: improve filter example, compile flags order | Hiltjo Posthuma | |
2018-09-30 | sfeed_update: add filter(), order() support per feed + improvements | Hiltjo 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-10 | update README: tested on aarch64 by leot | Hiltjo Posthuma | |
2018-09-10 | update README | Hiltjo Posthuma | |
2018-08-22 | add sfeed_twtxt format program: format to a twtxt feed | Hiltjo Posthuma | |
2018-06-24 | README: linewrap | Hiltjo Posthuma | |
2018-03-11 | sfeed_tail improvements | Hiltjo Posthuma | |
keep sfeed_tail until sfeed is reworked to support tail -f (eventually) | |||
2018-02-18 | sfeed_update: revert new merge logic | Hiltjo 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-18 | README: update sfeed_web example | Hiltjo Posthuma | |
2018-02-16 | sfeed_gph: many improvements | Hiltjo Posthuma | |
2017-12-24 | update README | Hiltjo Posthuma | |
2017-12-24 | sfeed_update: merge improvements | Hiltjo Posthuma | |
does not sort all entries by datetime descending anymore. Now only new entries are appending in a datetime ascending order. | |||
2017-12-24 | update README | Hiltjo Posthuma | |
2017-08-12 | README: being protocol-agnostic is a feature i guess | Hiltjo Posthuma | |
2017-04-27 | update README: tested on HaikuOS | Hiltjo Posthuma | |
add architectures section | |||
2016-10-04 | README: improve wording, thanks biniar! | Hiltjo Posthuma | |
2016-05-21 | improve wording in documentation | Hiltjo Posthuma | |
link to sfeed(5) in README to avoid having to duplicate documentation text. | |||
2016-04-18 | simplify sfeed(5) format, remove feedtype also | Hiltjo Posthuma | |
Remove type of feed per item, it is not that interesting. sfeed(1) can parse both RSS and Atom feeds. | |||
2016-04-10 | update README | Hiltjo Posthuma | |
2016-03-27 | time experiment | Hiltjo Posthuma | |
2016-03-20 | README: remove version | Hiltjo Posthuma | |
2016-02-27 | sfeed_tail | Hiltjo Posthuma | |
2016-02-26 | clarify LICENSE (short title), mention ISC in README, not MIT | Hiltjo Posthuma | |
2016-01-31 | README: small improvements and rewordings | Hiltjo Posthuma | |
2015-10-02 | update README, fix some typos and wording | Hiltjo Posthuma | |
2015-09-23 | update README, reformat slightly | Hiltjo Posthuma | |
2015-09-09 | README: fix sfeed_archive example | Hiltjo Posthuma | |
2015-08-23 | improve README and CHANGELOG | Hiltjo Posthuma | |
2015-08-22 | improve README | Hiltjo Posthuma | |
2015-08-18 | update README, add basic info at the top | Hiltjo Posthuma | |
hopefully this will make it easier to see the most important info first. | |||
2015-08-18 | update README | Hiltjo Posthuma | |