diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-12-24 13:13:17 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-12-24 13:16:32 +0100 |
commit | 3be9c1d71b0afd455381a3f166a8deb4b55a2c9f (patch) | |
tree | fe22e07adb09ad8d89a8a834adf68fb02ad525d4 /README | |
parent | 293d1cec14439566ceed181fb397381d471a6c66 (diff) |
sfeed_update: merge improvements
does not sort all entries by datetime descending anymore. Now only
new entries are appending in a datetime ascending order.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ Optional dependencies - make(1) (for Makefile). - POSIX sh(1), used by sfeed_update(1) and sfeed_opml_export(1). +- awk(1), used by sfeed_update(1). - curl(1) binary: http://curl.haxx.se/ , used by sfeed_update(1), can be replaced with any tool like wget(1), OpenBSD ftp(1). |