aboutsummaryrefslogtreecommitdiff
path: root/comics.opml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-10 18:53:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-10 18:53:37 -0300
commit5213158db905d4d4b9986c1cbd911e28b08c2c07 (patch)
treede55ede4f1f07a0bcf385eaf0b871a8691b5cc44 /comics.opml
parent7866187bbd93188140372df64a74328b77bed331 (diff)
downloadfeeds-5213158db905d4d4b9986c1cbd911e28b08c2c07.tar.gz
feeds-5213158db905d4d4b9986c1cbd911e28b08c2c07.tar.bz2
Adds comics and a-infos
Diffstat (limited to 'comics.opml')
-rw-r--r--comics.opml13
1 files changed, 13 insertions, 0 deletions
diff --git a/comics.opml b/comics.opml
new file mode 100644
index 0000000..e990e55
--- /dev/null
+++ b/comics.opml
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<opml version="1.0">
+ <head>
+ <title>Comics</title>
+ </head>
+ <body>
+ <outline title="Comics">
+ <outline type="rss" xmlUrl="https://example.org/feed" htmlUrl="http://example.org" title="Example"/>
+ <outline type="rss" xmlUrl="http://existentialcomics.com/rss.xml" htmlUrl="http://existentialcomics.com" title="Existential Comics"/>
+ <outline type="rss" xmlUrl="https://xkcd.com/rss.xml" htmlUrl="https://xkcd.com/rss.xml" title="xkcd"/>
+ </outline>
+ </body>
+</opml>