diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-30 17:48:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-30 17:48:30 -0300 |
commit | 06c1f4f85aeee8328e6f576345429e1ce3416676 (patch) | |
tree | b1f078e3627c7f3a400b3d148dfb5c34aaad7758 | |
parent | d083842bc363c097e5ab64a6760ce9b9ec97d555 (diff) | |
download | feeds-06c1f4f85aeee8328e6f576345429e1ce3416676.tar.gz feeds-06c1f4f85aeee8328e6f576345429e1ce3416676.tar.bz2 |
Adds Humanitarian Organizations
-rw-r--r-- | humanitarian.opml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/humanitarian.opml b/humanitarian.opml new file mode 100644 index 0000000..15de876 --- /dev/null +++ b/humanitarian.opml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<opml version="1.0"> + <head> + <title>Humanitarian Organizations</title> + </head> + <body> + <outline title="Humanitarian Organizations"> + <outline type="rss" xmlUrl="https://rsf.org/en/rss.xml" htmlUrl="https://rsf.org" title="Reporters Without Borders (RSF)"/> + <outline type="rss" xmlUrl="http://www.msf.org/rss" htmlUrl="http://www.msf.org" title="Médecins Sans Frontières (MSF) International"/> + <outline type="rss" xmlUrl="https://www.amnesty.org/en/rss/" htmlUrl="https://www.amnesty.org" title="Amnesty International"/> + <outline type="rss" xmlUrl="http://www.abcf.net/feed/" htmlUrl="http://www.abcf.net" title="Anarchist Black Cross Federation"/> + </outline> + </body> +</opml> |