List of commits:
Subject Hash Author Date (UTC)
feeds: add even more Amiga related feeds b19a07dcdd1f198e6fff88f13c16962e6ab73084 Alex 2022-07-24 04:18:08
feedtree: reload rss channel whenever user decides to fetch 52c6dde8b832490b873b02d2157da3bc81b73e54 Alex 2022-07-24 04:10:09
lurk: seru na to, parser spouštím pro každej link zvlášť 5b0a792527510716e36da04e36689765907500c2 Alex 2022-07-24 02:06:56
do not let text labels to explode eeec1ccb6b0c3c90e2e0803021817a07489c1093 Alex 2022-07-24 01:36:32
IvoR: use title and guid as unique identificators. Hash them to avoid numerous issues with serializer 5a6fe4419c9cfdd0a03e18dfb45cf6fb47fff582 Alex 2022-07-24 01:16:36
lurk: use raw encoding where is possible. Use italic font style for possible rss channels 102d33ee8611a392b048d4c640bf27d9ad93d6a8 Alex 2022-07-23 23:34:34
feedtree: bacha na mezery v indexech d286760ac19d7b5cf4c3b591a2818f37f2ece3d7 Alex 2022-07-23 23:32:34
textfiled: malinkatá puntičkářská změna 4dc5b68943d1b28fa4f83bd4289e3887668b668f Alex 2022-07-23 21:58:13
feedtree: guid-less channels workaround 99e7e725b1e5ec6a3682b2fbd670f3a719d5727c Alex 2022-07-23 02:14:23
lurk: rework links parsing 27d2aa01be8796427acc9753918a25ca336a523f Alex 2022-07-23 01:50:51
lurk: accept more possible MIME types 851689d4324eea12e0c2ecca65557a130006d253 Alex 2022-07-22 23:58:37
pridat mezeru 9e6e85bc191e313bbe842052bd92671bfece74c1 Alex 2022-07-21 02:18:44
add Readme file 0a25299e82fc60cd3d4f2b1fdc0c7047b299bf78 Alex 2022-07-20 01:54:53
add LICENSE file f073c68dbdfd517bdf39f2700369ecfb37f74a2d Alex 2022-07-19 10:12:47
IvoRSS: fix version number 8488a8ae206d0ed23ed9a434e25db373168e36ed Alex 2022-07-19 10:09:34
clean up feeds f53c9a65d7439041b12d204d1127026935baedf9 Alex 2022-07-19 09:59:11
IvoRSS: Ready to publish abccdae2fe21522a92f2c92fbffb4cafec089f23 Alex 2022-07-19 09:41:44
track changes of Atom feeds by updated tag 1c115173dd62c39d1fc50dc2e7b36da338a306ef Alex 2022-07-19 07:46:35
implement images opt-out 6852d7d1c12f23487c2771f77fc8d17bc7f7a761 Alex 2022-07-19 06:57:56
implement image loading b408a53d97f23784bbfc668eac663619a3afebe7 Alex 2022-07-19 06:27:44
Commit b19a07dcdd1f198e6fff88f13c16962e6ab73084 - feeds: add even more Amiga related feeds
Author: Alex
Author date (UTC): 2022-07-24 04:18
Committer name: Alex
Committer date (UTC): 2022-07-24 04:18
Parent(s): 52c6dde8b832490b873b02d2157da3bc81b73e54
Signer:
Signing key:
Signing status: N
Tree: 90adab75b16bd442300df1b433000e09a47b9c2e
File Lines added Lines deleted
feeds.hws 19 3
File feeds.hws changed (mode: 100755) (index fede091..8956c1b)
... ... p_DefaultFeed("https://www.amigans.net/backend.php")
36 36 p_DefaultFeed("http://forum.amiga.org/index.php?action=.xml;board=2;type=rss") p_DefaultFeed("http://forum.amiga.org/index.php?action=.xml;board=2;type=rss")
37 37 p_DefaultFeed("http://eab.abime.net/external.php") p_DefaultFeed("http://eab.abime.net/external.php")
38 38 p_DefaultFeed("http://blog.a-eon.biz/blog/?feed=rss2") p_DefaultFeed("http://blog.a-eon.biz/blog/?feed=rss2")
39 p_DefaultFeed("https://www.acube-systems.biz/inc/rss.php")
40 p_DefaultFeed("https://www.hyperion-entertainment.com/index.php?format=feed&type=rss")
41 p_DefaultFeed("http://feeds.feedburner.com/AmigaFrance")
42 p_DefaultFeed("http://leblogdecosmos.blogspot.com/feeds/posts/default?alt=rss")
39 43 p_DefaultFeed("https://amiga-news.de/en/backends/news/rss20.xml") p_DefaultFeed("https://amiga-news.de/en/backends/news/rss20.xml")
44 p_DefaultFeed("https://www.amiga-classic.org/backend.php")
45
46
47 p_DefaultFeed("https://www.amigaimpact.org/feed/")
48 p_DefaultFeed("https://www.amigaimpact.org/comments/feed/")
40 49
41 50 p_DefaultFeed("https://www.amigaportal.cz/external?type=rss2") p_DefaultFeed("https://www.amigaportal.cz/external?type=rss2")
42 51 p_DefaultFeed("https://www.amigaportal.cz/external?type=rss2&nodeid=1") p_DefaultFeed("https://www.amigaportal.cz/external?type=rss2&nodeid=1")
43 52 p_DefaultFeed("https://www.ppa.pl/aktualnosci/rss/") p_DefaultFeed("https://www.ppa.pl/aktualnosci/rss/")
53
54 p_DefaultFeed("https://amiga.gr/rss.xml")
44 55 p_DefaultFeed("https://boingsworld.de/boingsworld.xml") p_DefaultFeed("https://boingsworld.de/boingsworld.xml")
56 p_DefaultFeed("https://lesdocs.fr/amiga/feed/")
57 p_DefaultFeed("https://lesdocs.fr/comments/feed/")
58 p_DefaultFeed("https://www.triplea.fr/blog/feed/underscore/")
45 59 ;p_DefaultFeed("https://www.warmup-asso.org/backend.php") ;p_DefaultFeed("https://www.warmup-asso.org/backend.php")
46
47
48
60 ;p_DefaultFeed("http://amigalandia.blogspot.com/feeds/posts/default?alt=rss")
49 61
50 62
51 63 p_DefaultGroup("MorphOS") p_DefaultGroup("MorphOS")
52 64 p_DefaultFeed("http://feed.morph.zone/news") p_DefaultFeed("http://feed.morph.zone/news")
53 65 p_DefaultFeed("http://feed.morph.zone/forum") p_DefaultFeed("http://feed.morph.zone/forum")
54 66 p_DefaultFeed("https://www.morphos-storage.net/includes/rss.php") p_DefaultFeed("https://www.morphos-storage.net/includes/rss.php")
67 p_DefaultFeed("https://www.meta-morphos.org/backend.php")
68 p_DefaultFeed("https://morphos.pl/rss")
55 69 p_DefaultFeed("http://aminet.net/feed?arch[]=ppc-morphos") p_DefaultFeed("http://aminet.net/feed?arch[]=ppc-morphos")
70 p_DefaultFeed("http://powerpc.lukysoft.cz/rss.xml")
71 p_DefaultFeed("http://powerpc.lukysoft.cz/crss")
56 72
57 73 p_DefaultGroup("AmigaOS4") p_DefaultGroup("AmigaOS4")
58 74 p_DefaultFeed("http://www.os4depot.net/modules/rssfeed.php") p_DefaultFeed("http://www.os4depot.net/modules/rssfeed.php")
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