diff options
-rw-r--r-- | investigative.opml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/investigative.opml b/investigative.opml new file mode 100644 index 0000000..6b266d7 --- /dev/null +++ b/investigative.opml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<opml version="1.0"> + <head> + <title>Investigative Journalism</title> + </head> + <body> + <outline title="Sample Topic"> + <outline type="rss" xmlUrl="https://www.icij.org/feeds/rss/projects.xml" htmlUrl="https://www.icij.org" title="The International Consortium on Investigative Journalism"/> + <outline tyle="atom" xmlUrl="https://www.thebureauinvestigates.com/feed/atom/" htmlUrl="https://www.thebureauinvestigates.com" title="The Bureau of Investigative Journalism"/> + <outline tyle="rss" xmlUrl="http://feeds.propublica.org/propublica/main" htmlUrl="http://www.propublica.org" title="ProPublica"/> + </outline> + </body> +</opml> |