File feeds.hws changed (mode: 100755) (index 8b7ccc2..6f1fc46) |
1 |
1 |
dFeeds = CreateList() ;defaultFeeds |
dFeeds = CreateList() ;defaultFeeds |
2 |
2 |
|
|
|
3 |
|
/* |
3 |
4 |
Function p_DefaultFeed(parent$, id$) |
Function p_DefaultFeed(parent$, id$) |
4 |
|
InsertItem(dFeeds, {id=id$, name=id$, isNode=False, parent=parent$}) |
|
|
5 |
|
InsertItem(dFeeds, {id=id$, name="\27".."5"..id$, isNode=False, parent=parent$}) |
5 |
6 |
EndFunction |
EndFunction |
6 |
7 |
|
|
7 |
8 |
Function p_DefaultGroup(name$) |
Function p_DefaultGroup(name$) |
8 |
9 |
InsertItem(dFeeds, {id=name$, name="\27b"..name$, isNode=True, parent="Root"}) |
InsertItem(dFeeds, {id=name$, name="\27b"..name$, isNode=True, parent="Root"}) |
9 |
10 |
EndFunction |
EndFunction |
|
11 |
|
*/ |
10 |
12 |
|
|
|
13 |
|
Function p_DefaultFeed(id$) |
|
14 |
|
InsertItem(dFeeds, {id=id$, name="\27".."5"..id$, isNode=False, parent=parent$}) |
|
15 |
|
EndFunction |
11 |
16 |
|
|
|
17 |
|
Function p_DefaultGroup(name$) |
|
18 |
|
InsertItem(dFeeds, {id=name$, name="\27b"..name$, isNode=True, parent="Root"}) |
|
19 |
|
parent$ = name$ |
|
20 |
|
EndFunction |
12 |
21 |
|
|
13 |
22 |
p_DefaultGroup("PowerPC") |
p_DefaultGroup("PowerPC") |
14 |
23 |
;"GNU/Linux Open Hardware PowerPC notebook Feed" |
;"GNU/Linux Open Hardware PowerPC notebook Feed" |
15 |
|
p_DefaultFeed("PowerPC", "https://www.powerpc-notebook.org/en/feed/") |
|
|
24 |
|
p_DefaultFeed("https://www.powerpc-notebook.org/en/feed/") |
16 |
25 |
;"GNU/Linux Open Hardware PowerPC notebook Comments Feed" |
;"GNU/Linux Open Hardware PowerPC notebook Comments Feed" |
17 |
|
p_DefaultFeed("PowerPC", "https://www.powerpc-notebook.org/en/comments/feed/") |
|
|
26 |
|
p_DefaultFeed("https://www.powerpc-notebook.org/en/comments/feed/") |
18 |
27 |
|
|
19 |
28 |
|
|
20 |
29 |
p_DefaultGroup("Amiga") |
p_DefaultGroup("Amiga") |
|
30 |
|
p_DefaultFeed("http://aminet.net/feed") |
|
31 |
|
p_DefaultFeed("http://www.amiga-future.de/rss_en.php") |
|
32 |
|
p_DefaultFeed("http://amigaworld.net/modules/newsfeed/news_rss.php") |
|
33 |
|
p_DefaultFeed("https://www.amigans.net/backend.php") |
|
34 |
|
p_DefaultFeed("http://forum.amiga.org/index.php?action=.xml;board=2;type=rss") |
|
35 |
|
p_DefaultFeed("http://eab.abime.net/external.php") |
|
36 |
|
p_DefaultFeed("http://blog.a-eon.biz/blog/?feed=rss2") |
|
37 |
|
p_DefaultFeed("https://amiga-news.de/en/backends/news/rss20.xml") |
|
38 |
|
|
|
39 |
|
p_DefaultFeed("https://www.amigaportal.cz/external?type=rss2") |
|
40 |
|
p_DefaultFeed("https://www.amigaportal.cz/external?type=rss2&nodeid=1") |
|
41 |
|
p_DefaultFeed("https://www.ppa.pl/aktualnosci/rss/") |
|
42 |
|
p_DefaultFeed("https://boingsworld.de/boingsworld.xml") |
|
43 |
|
p_DefaultFeed("https://www.warmup-asso.org/backend.php") |
|
44 |
|
|
|
45 |
|
|
|
46 |
|
|
|
47 |
|
|
|
48 |
|
|
|
49 |
|
|
|
50 |
|
;<link rel="alternate" type="application/rss+xml" title="AmigaNG » Feed" href="https://amigang.com/feed/" /> |
|
51 |
|
;<link rel="alternate" type="application/rss+xml" title="AmigaNG » Comments Feed" href="https://amigang.com/comments/feed/" /> |
|
52 |
|
|
|
53 |
|
;<link rel="alternate" type="application/rss+xml" title="ALBs Blog » Feed" href="https://blog.alb42.de/feed/" /> |
|
54 |
|
;<link rel="alternate" type="application/rss+xml" title="ALBs Blog » Kommentar-Feed" href="https://blog.alb42.de/comments/feed/" /> |
|
55 |
|
|
21 |
56 |
|
|
|
57 |
|
;<link rel="alternate" type="application/atom+xml" title="Kalamatee's Blog - Atom" href="http://kalamatee.blogspot.com/feeds/posts/default" /> |
|
58 |
|
;<link rel="alternate" type="application/rss+xml" title="Kalamatee's Blog - RSS" href="http://kalamatee.blogspot.com/feeds/posts/default?alt=rss" /> |
|
59 |
|
;<link rel="service.post" type="application/atom+xml" title="Kalamatee's Blog - Atom" href="https://www.blogger.com/feeds/13134220/posts/default" /> |
22 |
60 |
|
|
23 |
61 |
|
|
|
62 |
|
|
|
63 |
|
;<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'> |
|
64 |
|
|
|
65 |
|
;p_DefaultGroup("AmigaOS3") |
|
66 |
|
;p_DefaultFeed("http://aminet.net/feed?arch[]=m68k-amigaos") |
|
67 |
|
|
|
68 |
|
|
|
69 |
|
p_DefaultGroup("MorphOS") |
|
70 |
|
p_DefaultFeed("http://feed.morph.zone/news") |
|
71 |
|
p_DefaultFeed("http://feed.morph.zone/forum") |
|
72 |
|
p_DefaultFeed("http://www.morphos-storage.net/includes/rss.php") |
|
73 |
|
p_DefaultFeed("http://aminet.net/feed?arch[]=ppc-morphos") |
|
74 |
|
|
|
75 |
|
p_DefaultGroup("AmigaOS4") |
|
76 |
|
p_DefaultFeed("http://www.os4depot.net/modules/rssfeed.php") |
|
77 |
|
p_DefaultFeed("http://aminet.net/feed?arch[]=ppc-amigaos") |
|
78 |
|
p_DefaultFeed("https://amigang.com/feed/") |
|
79 |
|
p_DefaultFeed("https://amigang.com/comments/feed/") |
|
80 |
|
|
|
81 |
|
p_DefaultGroup("AROS") |
|
82 |
|
p_DefaultFeed("http://archives.aros-exec.org/modules/notes/rssfeed.php") |
|
83 |
|
p_DefaultFeed("http://archives.aros-exec.org/modules/rssfeed.php") |
|
84 |
|
p_DefaultFeed("http://aminet.net/feed?arch[]=i386-aros") |
|
85 |
|
|
|
86 |
|
p_DefaultFeed("https://vmwaros.blogspot.com/feeds/posts/default") |
|
87 |
|
p_DefaultFeed("https://vmwaros.blogspot.com/feeds/posts/default?alt=rss") |
|
88 |
|
p_DefaultFeed("https://www.blogger.com/feeds/7422978141274287065/posts/default") |
|
89 |
|
|
|
90 |
|
p_DefaultFeed("http://kalamatee.blogspot.com/feeds/posts/default") |
|
91 |
|
p_DefaultFeed("http://kalamatee.blogspot.com/feeds/posts/default?alt=rss") |
|
92 |
|
p_DefaultFeed("https://www.blogger.com/feeds/13134220/posts/default") |
|
93 |
|
|
|
94 |
|
p_DefaultFeed("https://ae.amigalife.org/index.php?PHPSESSID=6be492c063f4a4e18a6af960885b0a9e&type=rss;action=.xml") |
|
95 |
|
p_DefaultFeed("https://blog.alb42.de/feed/") |
|
96 |
|
p_DefaultFeed("https://blog.alb42.de/comments/feed/") |
|
97 |
|
;p_DefaultFeed("") |
|
98 |
|
|
24 |
99 |
@INCLUDE "testfeeds.hws" |
@INCLUDE "testfeeds.hws" |
|
100 |
|
|
|
101 |
|
StringToFile(SerializeTable(dFeeds), "feeds.json") |
|
102 |
|
|
|
103 |
|
|