Skip to content

Commit

Permalink
Update rss feeds inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbouchet authored Oct 11, 2023
1 parent 73dc3f0 commit 75dcb45
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,16 @@ import (
)

const (
TITLE = "Comics"
LINK = "http://github.com/aalu1418/rss"
TITLE = "JBoss Tools Aggregated Feed"
LINK = "https://tools.jboss.org"
)

var (
urls = map[string]string{
"XKCD": "https://xkcd.com/rss.xml",
"MonkeyUser": "https://www.monkeyuser.com/feed",
"AwkwardYeti": "https://theawkwardyeti.com/feed/",
"ItchyFeet": "http://www.itchyfeetcomic.com/feeds/posts/default",
"TheOatmeal": "https://theoatmeal.com/feed/rss",
"Odd1sout": "https://theodd1sout.com/blogs/comics.atom",
"PersnicketyPets": "https://persnicketypets.com/blogs/the-persnickety-pets.atom",
"SafelyEndangered": "https://www.webtoons.com/en/comedy/safely-endangered/rss?title_no=352",
"JBoss Tools": "https://tools.jboss.org/blog/news.atom",
"JBoss Blogs": "https://www.jboss.org/atom.xml",
"Red Hat Developer": "https://developers.redhat.com/blog/feed/",
"Quarkus": "https://quarkus.io/feed",
}
)

Expand Down

0 comments on commit 75dcb45

Please sign in to comment.