diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-11-23 17:47:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-11-23 17:47:41 -0300 |
commit | e48cd9cf356a5f1787583de6106b1b880a1b296a (patch) | |
tree | 5d0225ee61b11995727b8375b985c1b991c5ecd4 /data.opml | |
parent | b891c1923346cbedf3bcbf497eb3c30431bbf051 (diff) | |
download | feeds-e48cd9cf356a5f1787583de6106b1b880a1b296a.tar.gz feeds-e48cd9cf356a5f1787583de6106b1b880a1b296a.tar.bz2 |
Misc additions and updates
Diffstat (limited to 'data.opml')
-rw-r--r-- | data.opml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data.opml b/data.opml new file mode 100644 index 0000000..c79e3d8 --- /dev/null +++ b/data.opml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<opml version="1.0"> + <head> + <title>Data</title> + </head> + <body> + <outline title="Data"> + <outline type="rss" xmlUrl="https://ourworldindata.org/atom.xml" htmlUrl="https://ourworldindata.org" title="Our World in Data - Research & Writing"/> + <outline type="rss" xmlUrl="https://ourworldindata.org/atom-data-insights.xml" htmlUrl="https://ourworldindata.org" title="Our World in Data - Daily Data Insights"/> + </outline> + </body> +</opml> |