summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
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
2015-01-05improve READMEHiltjo Posthuma
2015-01-02remove mkfile, update READMEHiltjo Posthuma
2015-01-02doc: use mandoc as source, pre-generate documentationHiltjo 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-02doc: explain mandoc, unindent CHANGELOGHiltjo Posthuma
2014-06-27improve READMEHiltjo Posthuma
- add suggestion for "suckless" iconv implementation. - ...etc... Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-13cleanup, tested with tccHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08README: updateHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-09update docs some moreHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-09update docsHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-04README: update, i plan to support plan9 mk :)Hiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-02README: updateHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-03-31update LICENSE, this code will be rewritten soonHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>