aboutsummaryrefslogtreecommitdiff
path: root/sample.opml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-10-07 12:58:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-10-07 12:58:01 -0300
commit5f8612c468b55aacf0233afc03ca9194aadee6e4 (patch)
tree58d8bc37fd76194e29b18ee505ac859da9c6410c /sample.opml
downloadfeeds-5f8612c468b55aacf0233afc03ca9194aadee6e4.tar.gz
feeds-5f8612c468b55aacf0233afc03ca9194aadee6e4.tar.bz2
Initial import
Diffstat (limited to 'sample.opml')
-rw-r--r--sample.opml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sample.opml b/sample.opml
new file mode 100644
index 0000000..f893baf
--- /dev/null
+++ b/sample.opml
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<opml version="1.0">
+ <head>
+ <title>Sample OPML File</title>
+ </head>
+ <body>
+ <outline title="Sample Topic">
+ <outline type="rss" xmlUrl="https://example.org/feed" htmlUrl="http://example.org" title="Example"/>
+ </outline>
+ </body>
+</opml>