diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-05-23 14:04:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-05-23 14:04:11 -0300 |
commit | c87f8087a9f76513a12a4da2c21578fde2d3bbdc (patch) | |
tree | bdbcc0c1103ddb20b37a3f1f0f25137e787e048d | |
parent | 4dabf029625758229d897b68f1a975cac8a61729 (diff) | |
download | feeds-c87f8087a9f76513a12a4da2c21578fde2d3bbdc.tar.gz feeds-c87f8087a9f76513a12a4da2c21578fde2d3bbdc.tar.bz2 |
Move Hacker News to hacker feed
-rw-r--r-- | essential.opml | 1 | ||||
-rw-r--r-- | hacker.opml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/essential.opml b/essential.opml index e09714d..6d76145 100644 --- a/essential.opml +++ b/essential.opml @@ -5,7 +5,6 @@ </head> <body> <outline title="Essential"> - <outline type="rss" xmlUrl="https://news.ycombinator.com/rss" htmlUrl="https://news.ycombinator.com/" title="Hacker News"/> <outline type="rss" xmlUrl="https://theintercept.com/feed/?rss" htmlUrl="https://theintercept.com/" title="The Intercept"/> <outline type="rss" xmlUrl="http://apublica.org/feed" htmlUrl="http://apublica.org" title="AgĂȘncia PĂșblica"/> <outline type="rss" xmlUrl="https://lobste.rs/rss" htmlUrl="https://lobste.rs" title="Lobsters"/> diff --git a/hacker.opml b/hacker.opml index 0848e27..4d5e2ea 100644 --- a/hacker.opml +++ b/hacker.opml @@ -5,6 +5,7 @@ </head> <body> <outline title="Hacker"> + <outline type="rss" xmlUrl="https://news.ycombinator.com/rss" htmlUrl="https://news.ycombinator.com/" title="Hacker News"/> <outline type="rss" xmlUrl="http://events.ccc.de/feed/atom/" htmlUrl="" title=""/> <outline type="rss" xmlUrl="http://www.ccc.de/updates/chaosupdates.rdf" htmlUrl="" title=""/> <!--<outline type="rss" xmlUrl="https://www.thc.org/rss.xml.php" htmlUrl="" title="The Hacker's Choice"/>--> |