diff options
Diffstat (limited to 'opml.default.xml')
| -rw-r--r-- | opml.default.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opml.default.xml b/opml.default.xml new file mode 100644 index 000000000..5814869b5 --- /dev/null +++ b/opml.default.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Configure the default feeds to which users will automatically be subscribed. + Do not edit this file but instead create your own ./data/opml.xml +--> +<opml version="2.0"> + <head> + <title>FreshRSS default OPML</title> + <dateCreated>Sat, 02 Nov 2019 12:00:00</dateCreated> + </head> + <body> + <outline text="FreshRSS releases" type="rss" xmlUrl="https://github.com/FreshRSS/FreshRSS/releases.atom" htmlUrl="https://github.com/FreshRSS/FreshRSS/" description="FreshRSS releases @ GitHub"/> + </body> +</opml> |
