Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-08-10 | update README | Hiltjo Posthuma | |
2015-08-07 | update documentation | Hiltjo Posthuma | |
2015-08-05 | README: sort program names and write more clearly | Hiltjo Posthuma | |
2015-08-05 | improve man-pages and documentation | Hiltjo Posthuma | |
2015-08-05 | README: improve | Hiltjo Posthuma | |
2015-08-02 | README: remove awk/gawk archive example, add C program (more portable aswell) | Hiltjo Posthuma | |
2015-07-31 | improve documentation | Hiltjo Posthuma | |
2015-07-31 | update and improve documentation (WIP) | Hiltjo Posthuma | |
2015-07-31 | Various improvements | Hiltjo 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-29 | improve documentation: some fixes | Hiltjo Posthuma | |
2015-07-29 | update documentation regarding timezone parsing | Hiltjo 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-28 | update documentation... | Hiltjo Posthuma | |
... and add strlcat to compat.h | |||
2015-06-21 | change feeds file format, its now more consistent | Hiltjo Posthuma | |
update sfeed_update, there is now a feeds file per feed. | |||
2015-05-16 | update README | Hiltjo Posthuma | |
2015-01-05 | improve README | Hiltjo Posthuma | |
2015-01-05 | improve README | Hiltjo Posthuma | |
2015-01-02 | remove mkfile, update README | Hiltjo Posthuma | |
2015-01-02 | doc: use mandoc as source, pre-generate documentation | Hiltjo Posthuma | |
generate documentation in doc/ . Now there is no hard dependency on mandoc and systems that don't have it can just copy the files for now. | |||
2015-01-02 | doc: explain mandoc, unindent CHANGELOG | Hiltjo Posthuma | |