diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-21 10:38:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-21 10:38:20 -0300 |
commit | 33aeeff823cd947517f8b477cdb93c043633c72f (patch) | |
tree | 476c0ee3d2d8054fedadfeb88006cab63f5d61ff | |
parent | 3ff271f4b4f56437fa2def7fcccb829be91529f2 (diff) | |
download | feeds-33aeeff823cd947517f8b477cdb93c043633c72f.tar.gz feeds-33aeeff823cd947517f8b477cdb93c043633c72f.tar.bz2 |
Minimal OPML
-rw-r--r-- | minimal.opml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/minimal.opml b/minimal.opml new file mode 100644 index 0000000..c44dcbb --- /dev/null +++ b/minimal.opml @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<opml version="1.0"> + <head> + <title>Minimal</title> + </head> + <body> + <outline title="Minimal"> + <outline type="rss" xmlUrl="http://jornalggn.com.br/rss" htmlUrl="http://jornalggn.com.br" title="Jornal GGN"/> + <outline type="rss" xmlUrl="http://apublica.org/feed" htmlUrl="http://apublica.org" title="AgĂȘncia PĂșblica"/> + <outline type="rss" xmlUrl="http://operamundi.uol.com.br/rss.shtml" htmlUrl="http://operamundi.uol.com.br/" title="Opera Mundi"/> + <outline type="rss" xmlUrl="https://slashdot.org/index.rss" htmlUrl="http://slashdot.org/" title="Slashdot"/> + <outline type="rss" xmlUrl="https://news.ycombinator.com/rss" htmlUrl="https://news.ycombinator.com/" title="Hacker News"/> + <outline type="rss" xmlUrl="https://firstlook.org/theintercept/feed/" htmlUrl="https://firstlook.org/theintercept" title="The Intercept"/> + <outline type="atom" xmlUrl="https://www.schneier.com/blog/atom.xml" htmlUrl="https://www.schneier.com/blog/" title="Schneier on Security"/> + </outline> + </body> +</opml> |