From 5d8326469fcdc0569cf9cbbf617eb0e7c0accafd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 2 Jan 2026 16:29:41 -0300 Subject: Sort, add and comment out feeds --- opml/analysis.opml | 8 +- opml/archive.opml | 4 + opml/brasil.opml | 25 - opml/brasil/brasil.opml | 25 + opml/brasil/culture.opml | 13 + opml/brasil/data.opml | 13 + opml/brasil/telecom.opml | 17 + opml/coins.opml | 14 - opml/comics.opml | 12 - opml/computing/software/foss.opml | 1 + opml/culture/comics.opml | 14 + opml/culture/geek.opml | 14 + opml/culture/literature.opml | 21 + opml/data.opml | 2 + opml/finance/cryptocurrencies.opml | 16 + opml/geek.opml | 12 - opml/geopolitics/geopolitics.opml | 12 + opml/geopolitics/humanitarian.opml | 18 + opml/geopolitics/thinktanks.opml | 1114 ++++++++++++++++++++++++++++++++++++ opml/geopolitics/threats.opml | 13 + opml/humanitarian.opml | 16 - opml/incoming.opml | 7 - opml/internet.opml | 13 - opml/investigative.opml | 19 - opml/left.opml | 11 - opml/literature.opml | 17 - opml/misc.opml | 6 +- opml/movements.opml | 12 - opml/news.opml | 2 +- opml/politics/internet.opml | 15 + opml/politics/investigative.opml | 20 + opml/politics/left.opml | 13 + opml/politics/movements.opml | 14 + opml/politics/whistleblowing.opml | 22 + opml/science.opml | 12 - opml/science/science.opml | 12 + opml/science/space.opml | 14 + opml/security.opml | 78 --- opml/security/security.opml | 78 +++ opml/security/surveillance.opml | 23 + opml/space.opml | 12 - opml/surveillance.opml | 20 - opml/tech.opml | 26 - opml/technology/technology.opml | 27 + opml/telecom.opml | 16 - opml/thinktanks.opml | 1111 ----------------------------------- opml/whistleblowing.opml | 20 - 47 files changed, 1546 insertions(+), 1458 deletions(-) delete mode 100644 opml/brasil.opml create mode 100644 opml/brasil/brasil.opml create mode 100644 opml/brasil/culture.opml create mode 100644 opml/brasil/data.opml create mode 100644 opml/brasil/telecom.opml delete mode 100644 opml/coins.opml delete mode 100644 opml/comics.opml create mode 100644 opml/culture/comics.opml create mode 100644 opml/culture/geek.opml create mode 100644 opml/culture/literature.opml create mode 100644 opml/finance/cryptocurrencies.opml delete mode 100644 opml/geek.opml create mode 100644 opml/geopolitics/geopolitics.opml create mode 100644 opml/geopolitics/humanitarian.opml create mode 100644 opml/geopolitics/thinktanks.opml create mode 100644 opml/geopolitics/threats.opml delete mode 100644 opml/humanitarian.opml delete mode 100644 opml/internet.opml delete mode 100644 opml/investigative.opml delete mode 100644 opml/left.opml delete mode 100644 opml/literature.opml delete mode 100644 opml/movements.opml create mode 100644 opml/politics/internet.opml create mode 100644 opml/politics/investigative.opml create mode 100644 opml/politics/left.opml create mode 100644 opml/politics/movements.opml create mode 100644 opml/politics/whistleblowing.opml delete mode 100644 opml/science.opml create mode 100644 opml/science/science.opml create mode 100644 opml/science/space.opml delete mode 100644 opml/security.opml create mode 100644 opml/security/security.opml create mode 100644 opml/security/surveillance.opml delete mode 100644 opml/space.opml delete mode 100644 opml/surveillance.opml delete mode 100644 opml/tech.opml create mode 100644 opml/technology/technology.opml delete mode 100644 opml/telecom.opml delete mode 100644 opml/thinktanks.opml delete mode 100644 opml/whistleblowing.opml diff --git a/opml/analysis.opml b/opml/analysis.opml index 8510d09..5395023 100644 --- a/opml/analysis.opml +++ b/opml/analysis.opml @@ -10,9 +10,7 @@ - - @@ -21,7 +19,11 @@ - + + + diff --git a/opml/archive.opml b/opml/archive.opml index 13528e4..d58bbf6 100644 --- a/opml/archive.opml +++ b/opml/archive.opml @@ -16,6 +16,10 @@ + + + + diff --git a/opml/brasil.opml b/opml/brasil.opml deleted file mode 100644 index 523073e..0000000 --- a/opml/brasil.opml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Brasil - - - - - - - - - - - - - - - - - - - - - diff --git a/opml/brasil/brasil.opml b/opml/brasil/brasil.opml new file mode 100644 index 0000000..523073e --- /dev/null +++ b/opml/brasil/brasil.opml @@ -0,0 +1,25 @@ + + + + Brasil + + + + + + + + + + + + + + + + + + + + + diff --git a/opml/brasil/culture.opml b/opml/brasil/culture.opml new file mode 100644 index 0000000..7abb4cc --- /dev/null +++ b/opml/brasil/culture.opml @@ -0,0 +1,13 @@ + + + + Cultura + + + + + + + + + diff --git a/opml/brasil/data.opml b/opml/brasil/data.opml new file mode 100644 index 0000000..a468540 --- /dev/null +++ b/opml/brasil/data.opml @@ -0,0 +1,13 @@ + + + + Data - Brasil + + + + + + + + + diff --git a/opml/brasil/telecom.opml b/opml/brasil/telecom.opml new file mode 100644 index 0000000..76ac4ff --- /dev/null +++ b/opml/brasil/telecom.opml @@ -0,0 +1,17 @@ + + + + Telecomunicações + + + + + + + + + + + + + diff --git a/opml/coins.opml b/opml/coins.opml deleted file mode 100644 index 5560e1e..0000000 --- a/opml/coins.opml +++ /dev/null @@ -1,14 +0,0 @@ - - - - Cryptocurrencies - - - - - - - - - - diff --git a/opml/comics.opml b/opml/comics.opml deleted file mode 100644 index 4cc0086..0000000 --- a/opml/comics.opml +++ /dev/null @@ -1,12 +0,0 @@ - - - - Comics - - - - - - - - diff --git a/opml/computing/software/foss.opml b/opml/computing/software/foss.opml index 8b58167..4a5cc86 100644 --- a/opml/computing/software/foss.opml +++ b/opml/computing/software/foss.opml @@ -14,6 +14,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/opml/geopolitics/threats.opml b/opml/geopolitics/threats.opml new file mode 100644 index 0000000..bb18d8a --- /dev/null +++ b/opml/geopolitics/threats.opml @@ -0,0 +1,13 @@ + + + + Threats - Geopolitics + + + + + + + + + diff --git a/opml/humanitarian.opml b/opml/humanitarian.opml deleted file mode 100644 index 6c4d740..0000000 --- a/opml/humanitarian.opml +++ /dev/null @@ -1,16 +0,0 @@ - - - - Humanitarian Organizations - - - - - - - - - - - - diff --git a/opml/incoming.opml b/opml/incoming.opml index e03a025..44481fe 100644 --- a/opml/incoming.opml +++ b/opml/incoming.opml @@ -4,7 +4,6 @@ Incoming, unsorted feeds to be incorporated - @@ -16,9 +15,6 @@ - - - @@ -30,13 +26,10 @@ - - - diff --git a/opml/internet.opml b/opml/internet.opml deleted file mode 100644 index 07ff0b0..0000000 --- a/opml/internet.opml +++ /dev/null @@ -1,13 +0,0 @@ - - - - Internet - - - - - - - - - diff --git a/opml/investigative.opml b/opml/investigative.opml deleted file mode 100644 index b79030f..0000000 --- a/opml/investigative.opml +++ /dev/null @@ -1,19 +0,0 @@ - - - - Investigative Journalism - - - - - - - - - - - - - diff --git a/opml/left.opml b/opml/left.opml deleted file mode 100644 index 1cde1ee..0000000 --- a/opml/left.opml +++ /dev/null @@ -1,11 +0,0 @@ - - - - Left politics - - - - - - - diff --git a/opml/literature.opml b/opml/literature.opml deleted file mode 100644 index ff4b9dd..0000000 --- a/opml/literature.opml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Literature - - - - - - - - - - - - - diff --git a/opml/misc.opml b/opml/misc.opml index 903062f..c05405f 100644 --- a/opml/misc.opml +++ b/opml/misc.opml @@ -5,7 +5,6 @@ - @@ -15,6 +14,11 @@ + + + diff --git a/opml/movements.opml b/opml/movements.opml deleted file mode 100644 index 9a07a22..0000000 --- a/opml/movements.opml +++ /dev/null @@ -1,12 +0,0 @@ - - - - Social Movements - - - - - - - - diff --git a/opml/news.opml b/opml/news.opml index c3ac806..b91bdc7 100644 --- a/opml/news.opml +++ b/opml/news.opml @@ -11,6 +11,7 @@ + + + + + + + + + + diff --git a/opml/politics/left.opml b/opml/politics/left.opml new file mode 100644 index 0000000..4ebb8f7 --- /dev/null +++ b/opml/politics/left.opml @@ -0,0 +1,13 @@ + + + + Left politics + + + + + + + + + diff --git a/opml/politics/movements.opml b/opml/politics/movements.opml new file mode 100644 index 0000000..3dda891 --- /dev/null +++ b/opml/politics/movements.opml @@ -0,0 +1,14 @@ + + + + Social Movements + + + + + + + + + + diff --git a/opml/politics/whistleblowing.opml b/opml/politics/whistleblowing.opml new file mode 100644 index 0000000..81c0b90 --- /dev/null +++ b/opml/politics/whistleblowing.opml @@ -0,0 +1,22 @@ + + + + Whistleblowing + + + + + + + + + + + + + + diff --git a/opml/science.opml b/opml/science.opml deleted file mode 100644 index ab0e2ae..0000000 --- a/opml/science.opml +++ /dev/null @@ -1,12 +0,0 @@ - - - - Science - - - - - - - - diff --git a/opml/science/science.opml b/opml/science/science.opml new file mode 100644 index 0000000..ab0e2ae --- /dev/null +++ b/opml/science/science.opml @@ -0,0 +1,12 @@ + + + + Science + + + + + + + + diff --git a/opml/science/space.opml b/opml/science/space.opml new file mode 100644 index 0000000..f5d554b --- /dev/null +++ b/opml/science/space.opml @@ -0,0 +1,14 @@ + + + + Space + + + + + + + + + + diff --git a/opml/security.opml b/opml/security.opml deleted file mode 100644 index 40bcb30..0000000 --- a/opml/security.opml +++ /dev/null @@ -1,78 +0,0 @@ - - - - Security - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/opml/security/security.opml b/opml/security/security.opml new file mode 100644 index 0000000..40bcb30 --- /dev/null +++ b/opml/security/security.opml @@ -0,0 +1,78 @@ + + + + Security + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/opml/security/surveillance.opml b/opml/security/surveillance.opml new file mode 100644 index 0000000..8401d3a --- /dev/null +++ b/opml/security/surveillance.opml @@ -0,0 +1,23 @@ + + + + Surveillance + + + + + + + + + + + + + + + + + + + diff --git a/opml/space.opml b/opml/space.opml deleted file mode 100644 index 8deacc3..0000000 --- a/opml/space.opml +++ /dev/null @@ -1,12 +0,0 @@ - - - - Space - - - - - - - - diff --git a/opml/surveillance.opml b/opml/surveillance.opml deleted file mode 100644 index 4809e54..0000000 --- a/opml/surveillance.opml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Surveillance - - - - - - - - - - - - - - - - diff --git a/opml/tech.opml b/opml/tech.opml deleted file mode 100644 index affcbdf..0000000 --- a/opml/tech.opml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Tech - - - - - - - - - - - - - - - - - - - - - - diff --git a/opml/technology/technology.opml b/opml/technology/technology.opml new file mode 100644 index 0000000..bfa52fb --- /dev/null +++ b/opml/technology/technology.opml @@ -0,0 +1,27 @@ + + + + Technologu + + + + + + + + + + + + + + + + + + + + + + + diff --git a/opml/telecom.opml b/opml/telecom.opml deleted file mode 100644 index 24ac86a..0000000 --- a/opml/telecom.opml +++ /dev/null @@ -1,16 +0,0 @@ - - - - Telecom - - - - - - - - - - - - diff --git a/opml/thinktanks.opml b/opml/thinktanks.opml deleted file mode 100644 index 7ae2cee..0000000 --- a/opml/thinktanks.opml +++ /dev/null @@ -1,1111 +0,0 @@ - - - - Illuminati - - - - - - - - - - - - - - - - - - - - - - - - - --> - - - - - - - diff --git a/opml/whistleblowing.opml b/opml/whistleblowing.opml deleted file mode 100644 index 41f213a..0000000 --- a/opml/whistleblowing.opml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Whistleblowing - - - - - - - - - - - - -- cgit v1.2.3