Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-23 | sfeed_update: dont send user-agent by default (curl+version) (privacy/security) | Hiltjo Posthuma | |
2015-08-22 | sfeed_update: simplify path (only $sfeedpath now) | Hiltjo Posthuma | |
2015-08-14 | minor code-style improvements | Hiltjo Posthuma | |
2015-08-14 | sfeed_update: don't redirect, use only the feed url specified. | Hiltjo Posthuma | |
It could mess up urls in items (redirect http to https). It is also safer. | |||
2015-08-07 | sfeed_update: just use the feed name as the temporary filename | Hiltjo Posthuma | |
the base temporary directory is random. The directory is cleaned afterwards or on SIGTERM etc so remove this unneeded line. | |||
2015-08-05 | sfeed_update: fix time modified on feed first run | Hiltjo Posthuma | |
A feeds file was created with touch when it didnt exist. This confuses curl -z since it uses that file for If-Modified-Since. Now it just copies the temporary file to the new file without merging if it doesn't exist. The warning for curl for a non-existant file is already suppressed with curl -s. | |||
2015-08-05 | sfeed_update, opml_export: slightly safer comparison | Hiltjo Posthuma | |
2015-07-31 | improve documentation | Hiltjo Posthuma | |
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-25 | sfeed_update: dont sort on feedurl | Hiltjo Posthuma | |
feed urls sometimes change and is not important for the order. | |||
2015-01-28 | sfeed_update: pass file for curl time condition (last modified) | Hiltjo Posthuma | |
this fixes an issue with differences in stat(1) versions (OpenBSD, GNU, sbase). | |||
2015-01-05 | sfeed_update: wrap long line | Hiltjo Posthuma | |
2015-01-04 | sfeed_update: style | Hiltjo Posthuma | |
2014-11-11 | sfeed_update: remove redundant -t flag for mktemp | Hiltjo Posthuma | |
this makes it compatible with the current sbase mktemp | |||
2014-04-08 | sfeed_update: small time format, timeout from 30 to 15 seconds | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-03-31 | new version | Hiltjo Posthuma | |
lots of things changed, but cleanup todo. changelog and consistent stream of small updates will come in the future. Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2013-05-20 | add basesiteurl, simplify sfeed_update a bit | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2012-08-03 | Add base url of a site parameter for sfeedrc | Hiltjo Posthuma | |
This allows to have a feed on a different domain but specify the base url of links if links in the feed are relative. Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2012-08-03 | New initial repo | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> |