Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-24 | sfeed_opml_export: fix typos in comment | Hiltjo Posthuma | |
2019-11-24 | OPML export improvements | Hiltjo Posthuma | |
- set type="rss", this is mandatory for OPML2 (although we use OPML v1). This fixes importing OPML with Mozilla Thunderbird. other: - Do not set the optional htmlUrl. This was (ab)used for the baseurl. - awk: set FS using the awk -F option (no need for OFS here). - awk: remove forced C locale. | |||
2019-05-15 | sfeed_opml_export: code-style for whitespace with variables | Hiltjo Posthuma | |
2019-05-10 | sfeed_opml_export: optimize | Hiltjo Posthuma | |
Tested using 1000 feeds, took about 20s, now 0.02s. The overhead of sed and printf was too high. Now pipe an intermediate TAB format to awk and print it in one stage. | |||
2018-12-01 | sfeed_opml_export: escape `&' | Leonardo Taccari | |
2018-04-07 | sfeed_opml_export: encode more entities for attribute values | Hiltjo Posthuma | |
Found by testing newsboat and compatibility with other clients. | |||
2017-12-10 | sfeed_opml_import/sfeed_opml_export: allow " and \ in fields | Hiltjo Posthuma | |
make sure to escape them. | |||
2017-12-09 | sfeed_opml_export: remove a level of indentation | Hiltjo Posthuma | |
2015-08-05 | sfeed_update, opml_export: slightly safer comparison | Hiltjo Posthuma | |
2015-07-31 | improve documentation | Hiltjo Posthuma | |
2012-08-03 | sfeed_opml_export: output items on a single line | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2012-08-03 | cleanup: remove trailing whitespace | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2012-08-03 | sfeed_opml_export: wait for all items to be output... | Hiltjo Posthuma | |
before writing footer of opml. Since feeds can be specified in the config to be processed in parralel. Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2012-08-03 | Add sfeed_opml_export script | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> |