diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-06-02 15:42:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-06-02 15:42:06 -0300 |
commit | 8da17b79f00e273163b2bf585d49653193dbffa2 (patch) | |
tree | 45a3a6a31a87e5d012687833f86842df87a8d128 | |
parent | caa2c3ce91651b931a5355ae48557c88ee6bd91a (diff) | |
download | feeds-8da17b79f00e273163b2bf585d49653193dbffa2.tar.gz feeds-8da17b79f00e273163b2bf585d49653193dbffa2.tar.bz2 |
Adds science.opml
-rw-r--r-- | geek.opml | 2 | ||||
-rw-r--r-- | science.opml | 12 |
2 files changed, 12 insertions, 2 deletions
@@ -7,8 +7,6 @@ <outline title="Geek"> <outline type="rss" xmlUrl="http://feeds.boingboing.net/boingboing/iBag" htmlUrl="" title="BoingBoing"/> <outline type="rss" xmlUrl="http://feeds.feedburner.com/gizmodobr?format=xml" htmlUrl="" title="Gizmodo BR"/> - <outline type="rss" xmlUrl="http://feeds.technologyreview.com/technology_review_blog_arxiv" htmlUrl="" title="arXiv Blog"/> - <outline type="rss" xmlUrl="http://n-gate.com/index.rss" htmlUrl="http://n-gate.com" title="n-gate.com"/> </outline> </body> </opml> diff --git a/science.opml b/science.opml new file mode 100644 index 0000000..e77fd3c --- /dev/null +++ b/science.opml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<opml version="1.0"> + <head> + <title>Science</title> + </head> + <body> + <outline title="Science"> + <outline type="rss" xmlUrl="http://feeds.technologyreview.com/technology_review_blog_arxiv" htmlUrl="" title="arXiv Blog"/> + <outline type="rss" xmlUrl="http://n-gate.com/index.rss" htmlUrl="http://n-gate.com" title="n-gate.com"/> + </outline> + </body> +</opml> |