diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-10-13 18:19:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-10-13 18:19:34 -0300 |
commit | c64bab9b3c31314c1e032d2189b1606bfed6f561 (patch) | |
tree | e19265303b2bec48a145313b2ef708d842a83e3f | |
parent | efdd4117fd967c466a85ce918c5554652c84e2f7 (diff) | |
download | feeds-c64bab9b3c31314c1e032d2189b1606bfed6f561.tar.gz feeds-c64bab9b3c31314c1e032d2189b1606bfed6f561.tar.bz2 |
Removes TODO
-rw-r--r-- | TODO.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 6666fd3..0000000 --- a/TODO.md +++ /dev/null @@ -1,18 +0,0 @@ -TODO -==== - -* Makefile to: - * Build or download remote OPMLs: - * From mailing list archives - * From gitweb, like https://git.sarava.org/?a=opml - * Compile an `all.opml` which includes all other OPMLs in the repository. - * Compile a `minimal.opml` which includes the basic feeds. - * Compile a `config` to use along with newsbeuter. -* Integration with a "planet' aggregator that supports OPML sources: - * Configuration should be generated by the Makefile. - * Possible platforms: - * http://www.planetplanet.org - * https://bitbucket.org/semente/planeta -* Setup https://github.com/sebsauvage/rss-bridge instance and add feeds into opmls. -* Sort and organize feeds, including moving news feeds from `incoming.opml` to their final OPML files. -* Template to write to websites asking for feeds. |