summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-05sfeed_atom: fix timezone, output if timestamp is setHiltjo Posthuma
2020-06-25README: small tweaks and a filter example improvementHiltjo Posthuma
2020-06-21sfeed_html/sfeed_frames: simplify struct feed allocationHiltjo Posthuma
2020-06-21Makefile: tiny compatibility improvement for tar -cfHiltjo Posthuma
2020-06-10Makefile: pedantic change: use ar -rc instead of ar rcHiltjo Posthuma
2020-06-04sfeed.{1,5}: clarify the timestamp field a bitHiltjo Posthuma
2020-06-04sfeed_atom: make the output more conformHiltjo Posthuma
2020-06-01fix typoHiltjo Posthuma
2020-05-28sfeed: simplify/optimize checking end tags while inside a RSS/Atom tagHiltjo Posthuma
2020-05-27util: encodeuri: simplify conditionHiltjo Posthuma
2020-05-15README: fix indentation for fdm.conf examplesHiltjo Posthuma
2020-05-13sfeed_gopher: if a gopher url cannot be parsed then show it anyway as a "URL:"Hiltjo Posthuma
2020-05-13sfeed_gopher: do not use URL: prefix for gopher:// urls.Hiltjo Posthuma
2020-05-04bump version to 0.9.17Hiltjo Posthuma
2020-05-02style.css: sort attributeHiltjo Posthuma
2020-05-02style.css: improve horizontal scrolling for long titles/small windowsHiltjo Posthuma
2020-05-01README: update tested platformsHiltjo Posthuma
2020-04-27sfeed_mbox: fallback author to feedname, not "unknown"Hiltjo Posthuma
2020-04-27sfeed_mbox: remove prefix in subjectHiltjo Posthuma
2020-04-01util: improve/cleanup parseline()Hiltjo Posthuma
2020-03-15sfeed_mbox: time parsing and consistency fixesHiltjo Posthuma
2020-03-15man pages (section 1): document exit statusHiltjo Posthuma
2020-03-15sfeed_twtxt: fix error message if gmtime() fails, "localtime" -> "gmtime"Hiltjo Posthuma
2020-03-15sfeed_mbox: POSIX defines gmtime_r sets errno, so use err(), not errx()Hiltjo Posthuma
2020-03-11sfeed_web: fix exit status codeHiltjo Posthuma
2020-03-11README: update tested environmentsHiltjo Posthuma
2020-03-11sfeed_html/sfeed_frames: fix bold markup for lynxHiltjo Posthuma
2020-03-10sfeed_html/sfeed_frames: use a <pre> section per feedHiltjo Posthuma
2020-03-10sfeed_plain: optimize utf8-decoding and column position calculationHiltjo Posthuma
2020-02-23bump version to 0.9.16Hiltjo Posthuma
2020-02-23sfeed_update: don't preserve permissions of tmp files by moving, so copyHiltjo Posthuma
2020-02-06README: simplify sfeed_archive example using awkHiltjo Posthuma
2020-02-04sfeed_update: tiny style fix in commentHiltjo Posthuma
2020-02-04man page improvementsHiltjo Posthuma
2020-02-01sync README.xml comment about white-space handlingHiltjo Posthuma
2020-01-24cleanup some includesHiltjo Posthuma
2020-01-23improve man pages, some rewordings and add a referenceHiltjo Posthuma
2020-01-18minor style: use plain int for xml_entitytostr()Hiltjo Posthuma
2020-01-18improve XML entity conversionHiltjo Posthuma
2020-01-18sfeed_opml_import: use code-style pattern similar to other programsHiltjo Posthuma
2020-01-18sfeed_web: remove unneeded optimizationHiltjo Posthuma
2020-01-18style.css: sort properties alphabeticallyHiltjo Posthuma
2020-01-18bump LICENSE year to 2020Hiltjo Posthuma
2020-01-18improve README a bitHiltjo Posthuma
2020-01-18add sfeed_gopher: generic gopher formatting program, remove sfeed_gphHiltjo Posthuma
2019-11-25bump version to 0.9.15Hiltjo Posthuma
2019-11-24README: add rss2email OPML import exampleHiltjo Posthuma
2019-11-24sfeed_opml_import: improve import with nested <outline>Hiltjo Posthuma
2019-11-24OPML export improvementsHiltjo Posthuma
2019-11-22xml.c: upper-case named-entities are invalid in XMLHiltjo Posthuma