diff options
-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> |