diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 14:17:52 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 14:17:52 -0200 |
commit | 6228695e190296f34970547da490fb8541a1efaf (patch) | |
tree | 06bbaf51de6b179e33c78426b607518854af285b | |
parent | ab561c584f836bde232b1ae1563202be69675add (diff) | |
download | feeds-6228695e190296f34970547da490fb8541a1efaf.tar.gz feeds-6228695e190296f34970547da490fb8541a1efaf.tar.bz2 |
Adds brasil/surveillance
-rw-r--r-- | brasil/surveillance.opml | 12 | ||||
-rw-r--r-- | sample.opml | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/brasil/surveillance.opml b/brasil/surveillance.opml new file mode 100644 index 0000000..5838a79 --- /dev/null +++ b/brasil/surveillance.opml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<opml version="1.0"> + <head> + <title>Brasil - Vigilância de Massa</title> + </head> + <body> + <outline title="Brasil - Vigilância de Massa"> + <outline type="rss" xmlUrl="http://www.privacidade.net/?feed=rss2" htmlUrl="http://www.privacidade.net" title="Observatório da privacidade e vigilância"/> + <outline type="rss" xmlUrl="https://antivigilancia.org/pt/feed/" htmlUrl="https://antivigilancia.org/pt" title="Oficina Antivigilância"/> + </outline> + </body> +</opml> diff --git a/sample.opml b/sample.opml index f893baf..367016c 100644 --- a/sample.opml +++ b/sample.opml @@ -6,6 +6,9 @@ <body> <outline title="Sample Topic"> <outline type="rss" xmlUrl="https://example.org/feed" htmlUrl="http://example.org" title="Example"/> + <!-- + <outline type="rss" xmlUrl="" htmlUrl="" title=""/> + --> </outline> </body> </opml> |