/feeds.hws (6f1fc460afb31e6e38cd78dd01c0debaae6f5343) (4405 bytes) (mode 100755) (type blob)

dFeeds = CreateList() ;defaultFeeds

/*
Function p_DefaultFeed(parent$, id$)
	InsertItem(dFeeds, {id=id$, name="\27".."5"..id$, isNode=False, parent=parent$})
EndFunction

Function p_DefaultGroup(name$)
	InsertItem(dFeeds, {id=name$, name="\27b"..name$, isNode=True, parent="Root"})
EndFunction
*/

Function p_DefaultFeed(id$)
	InsertItem(dFeeds, {id=id$, name="\27".."5"..id$, isNode=False, parent=parent$})
EndFunction

Function p_DefaultGroup(name$)
	InsertItem(dFeeds, {id=name$, name="\27b"..name$, isNode=True, parent="Root"})
	parent$ = name$
EndFunction

p_DefaultGroup("PowerPC")
;"GNU/Linux Open Hardware PowerPC notebook Feed"
p_DefaultFeed("https://www.powerpc-notebook.org/en/feed/")
;"GNU/Linux Open Hardware PowerPC notebook Comments Feed"
p_DefaultFeed("https://www.powerpc-notebook.org/en/comments/feed/")


p_DefaultGroup("Amiga")
p_DefaultFeed("http://aminet.net/feed")
p_DefaultFeed("http://www.amiga-future.de/rss_en.php")
p_DefaultFeed("http://amigaworld.net/modules/newsfeed/news_rss.php")
p_DefaultFeed("https://www.amigans.net/backend.php")
p_DefaultFeed("http://forum.amiga.org/index.php?action=.xml;board=2;type=rss")
p_DefaultFeed("http://eab.abime.net/external.php")
p_DefaultFeed("http://blog.a-eon.biz/blog/?feed=rss2")
p_DefaultFeed("https://amiga-news.de/en/backends/news/rss20.xml")

p_DefaultFeed("https://www.amigaportal.cz/external?type=rss2")
p_DefaultFeed("https://www.amigaportal.cz/external?type=rss2&nodeid=1")
p_DefaultFeed("https://www.ppa.pl/aktualnosci/rss/")
p_DefaultFeed("https://boingsworld.de/boingsworld.xml")
p_DefaultFeed("https://www.warmup-asso.org/backend.php")






;<link rel="alternate" type="application/rss+xml" title="AmigaNG &raquo; Feed" href="https://amigang.com/feed/" />
;<link rel="alternate" type="application/rss+xml" title="AmigaNG &raquo; Comments Feed" href="https://amigang.com/comments/feed/" />

;<link rel="alternate" type="application/rss+xml" title="ALBs Blog &raquo; Feed" href="https://blog.alb42.de/feed/" />
;<link rel="alternate" type="application/rss+xml" title="ALBs Blog &raquo; Kommentar-Feed" href="https://blog.alb42.de/comments/feed/" />


;<link rel="alternate" type="application/atom+xml" title="Kalamatee&#39;s Blog - Atom" href="http://kalamatee.blogspot.com/feeds/posts/default" />
;<link rel="alternate" type="application/rss+xml" title="Kalamatee&#39;s Blog - RSS" href="http://kalamatee.blogspot.com/feeds/posts/default?alt=rss" />
;<link rel="service.post" type="application/atom+xml" title="Kalamatee&#39;s Blog - Atom" href="https://www.blogger.com/feeds/13134220/posts/default" />



;<link rel='alternate' type='application/rss+xml' title='Recent files' href='http://archives.aros-exec.org/modules/rssfeed.php'><link rel='alternate' type='application/rss+xml' title='Recent news' href='http://archives.aros-exec.org/modules/notes/rssfeed.php'>

;p_DefaultGroup("AmigaOS3")
;p_DefaultFeed("http://aminet.net/feed?arch[]=m68k-amigaos")


p_DefaultGroup("MorphOS")
p_DefaultFeed("http://feed.morph.zone/news")
p_DefaultFeed("http://feed.morph.zone/forum")
p_DefaultFeed("http://www.morphos-storage.net/includes/rss.php")
p_DefaultFeed("http://aminet.net/feed?arch[]=ppc-morphos")

p_DefaultGroup("AmigaOS4")
p_DefaultFeed("http://www.os4depot.net/modules/rssfeed.php")
p_DefaultFeed("http://aminet.net/feed?arch[]=ppc-amigaos")
p_DefaultFeed("https://amigang.com/feed/")
p_DefaultFeed("https://amigang.com/comments/feed/")

p_DefaultGroup("AROS")
p_DefaultFeed("http://archives.aros-exec.org/modules/notes/rssfeed.php")
p_DefaultFeed("http://archives.aros-exec.org/modules/rssfeed.php")
p_DefaultFeed("http://aminet.net/feed?arch[]=i386-aros")

p_DefaultFeed("https://vmwaros.blogspot.com/feeds/posts/default")
p_DefaultFeed("https://vmwaros.blogspot.com/feeds/posts/default?alt=rss")
p_DefaultFeed("https://www.blogger.com/feeds/7422978141274287065/posts/default")

p_DefaultFeed("http://kalamatee.blogspot.com/feeds/posts/default")
p_DefaultFeed("http://kalamatee.blogspot.com/feeds/posts/default?alt=rss")
p_DefaultFeed("https://www.blogger.com/feeds/13134220/posts/default")

p_DefaultFeed("https://ae.amigalife.org/index.php?PHPSESSID=6be492c063f4a4e18a6af960885b0a9e&amp;type=rss;action=.xml")
p_DefaultFeed("https://blog.alb42.de/feed/")
p_DefaultFeed("https://blog.alb42.de/comments/feed/")
;p_DefaultFeed("")

@INCLUDE "testfeeds.hws"

StringToFile(SerializeTable(dFeeds), "feeds.json")




Mode Type Size Ref File
100755 blob 7473 1ab45355102d3c454b8d83e05e4af10b0447dee3 128px-Feed-icon.png
100755 blob 4250 225685530c349792288930bccdcb077f6a2f8350 AppWindow.xml
100755 blob 7835 959cdd4530ed01d2332d6123c4f325885d3d2775 IvoRSS.hws
100755 blob 7191 6291191cf3b1e9b7dd44493a09e26918f2c6e3d1 IvoRSS.png
100755 blob 4405 6f1fc460afb31e6e38cd78dd01c0debaae6f5343 feeds.hws
100755 blob 3018 672f3db7befc160cc170712c493dfd7c8e828e97 feedtree.hws
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/iam-git/IvoRSS

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/iam-git/IvoRSS

Clone this repository using git:
git clone git://git.rocketgit.com/user/iam-git/IvoRSS

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main