/feeds.hws (8b7ccc28d9a68590d798197957c23d1809c7f400) (619 bytes) (mode 100755) (type blob)

dFeeds = CreateList() ;defaultFeeds

Function p_DefaultFeed(parent$, id$)
	InsertItem(dFeeds, {id=id$, name=id$, isNode=False, parent=parent$})
EndFunction

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



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


p_DefaultGroup("Amiga")



@INCLUDE "testfeeds.hws"


Mode Type Size Ref File
100755 blob 7473 1ab45355102d3c454b8d83e05e4af10b0447dee3 128px-Feed-icon.png
100755 blob 4232 688580a99e22655c5ddb65535d438adde0cc2dcd AppWindow.xml
100755 blob 7196 ba15c31ebd6851de4a870b7958f505fa87f6b839 IvoRSS.hws
100755 blob 619 8b7ccc28d9a68590d798197957c23d1809c7f400 feeds.hws
100755 blob 1899 974ac454957f3f48351ee481115a0ac6a9d23dd4 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