summaryrefslogtreecommitdiff
path: root/rss.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-07-28 15:26:07 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-07-28 15:26:07 +0200
commit0cd984ce8208816b048fb3badfd24ef218f8c778 (patch)
tree2bdea143870bab2bcc07bd88ee328a1352fe709b /rss.go
parent2cf7407e968c3e1191b2182df091e993ca347a9d (diff)
Readd gallery and polls
Diffstat (limited to 'rss.go')
-rw-r--r--rss.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/rss.go b/rss.go
index d896de9..9247598 100644
--- a/rss.go
+++ b/rss.go
@@ -10,9 +10,11 @@ import (
)
var Feed = map[string]string{
- "LOR": `https://www.linux.org.ru/section-rss.jsp?section=1`,
- "OpenNET": `http://www.opennet.ru/opennews/opennews_all_noadv.rss`,
- "Undeadly": `http://undeadly.org/cgi?action=rss`,
+ "LOR News": `https://www.linux.org.ru/section-rss.jsp?section=1`,
+ "LOR Gallery": `https://www.linux.org.ru/section-rss.jsp?section=3`,
+ "LOR Polls": `https://www.linux.org.ru/section-rss.jsp?section=5`,
+ "OpenNET": `http://www.opennet.ru/opennews/opennews_all_noadv.rss`,
+ "Undeadly": `http://undeadly.org/cgi?action=rss`,
}
type News struct {