From 5f8612c468b55aacf0233afc03ca9194aadee6e4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 7 Oct 2014 12:58:01 -0300 Subject: Initial import --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..526560b --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +Feeds in OPML format +==================== + +Build your own, cheap and valuable newspaper! + +This repository tries to solve the information metaproblem about where to +get information? Not any information, but meaningful, i.e, which helps us +act and make us think. Where to reach for news? + +This collection of OPML files is sorted by topic. As any collection, it's +contents were selected using some arbitrary criteria and hence might not +be of universal acceptance. + +So feel free to propose different groupings, submit pull requests or even +forking this repository. + +How to use +---------- + +Simply import the OPML files into your feed readers. In newsbeuter, you +can simply run the following command for each OPML file: + + newsbeuter -i /path/to/feeds/topic.opml + +See http://newsbeuter.org/doc/newsbeuter.html#_migrating_from_other_rss_feed_readers +for more information. + +Some feed readers even support to read directly from the OPML files. In newsbeuter, +this is achieved with just two lines in the configuration: + + urls-source "opml" + opml-url "file:///path/to/feeds/topic1.opml" "file:///path/to/feeds/topic2.opml" + +See http://newsbeuter.org/doc/newsbeuter.html#_opml_online_subscription_mode +for more information. + +If you're crazy enough, you can even point to the latest OPML version which +should be available through the canonical URL: + + opml-url "https://git.sarava.org/?p=feeds.git;a=blob_plain;f=topic.opml;hb=HEAD" + +How to make your own +-------------------- + +Copy `sample.opml` to a new file and edit to include your own set of feeds! -- cgit v1.2.3