/ReadMe (4e18f3e83d428c9bf940ef131f8b2187d2c2bbd3) (1906 bytes) (mode 100755) (type blob)

Short:        Simple RSS (and Atom as well) client
Uploader:     ger-alex@seznam.cz (Aleksei Gerasimov)
Author:       ger-alex@seznam.cz (Aleksei Gerasimov)
Type:         comm/news
Version:      1.0
Architecture: ppc-morphos


Simple RSS (and Atom at some extent) client written in Hollywood for Amiga-flavored OSes. Unlike other RSS clients, IvoRSS stores locally only actual content of RSS channel, and doesn't bother user with tens of old read and unread messages.

Requirements:
codesets.library
AmiSSL v4

Install:
IvoRSS should work from any dedicated drawer.


Changelog:
v1.1:
1. Reworked parsing in Explore window
2. Downloading is reworked, IvoRSS tracks modified time on server
3. Changed New/Read identification, there are still false positives, but should be less of them
4. Now MUI&MUIRoyale set up to not let labels to explode and break layout
5. More &HtMl_characters; are covered 
6. More Amiga related feeds out of the box


Troubleshooting:
1. For the case when something goes wrong, IvoRSS stores its data in ENVARC:Hollywood/ivorss
2. Loading of RSS channel icons can be opted out by -donotloadimages key in shell or by respective DONOTLOADIMAGES tooltip in Workbench icon.
3. If you encounter network issues with IvoRSS, setting up USEDEFAULTDOWNLOADER tooltip may help
4. If application suddenly freezes, may help increased stack size. However, I expect that 8192 KB will be enough already.




License:
IvoRSS itself is open-sourced and distributed under terms of MIT license. However, one will require commercial copy of Hollywood (http://www.hollywood-mal.com/) to build it from the sources.

IvoRSS uses XMLParser, MUIRoyale and hURL plugins. They were written by Andreas Falkenhahn <andreas@airsoftsoftwair.de> 
Visit http://www.hollywood-mal.com/ for more information on Hollywood and its plugins.

RSS icon originally distributed by the Mozilla Foundation under a MPL license.

Mode Type Size Ref File
100755 blob 6407 e72a76d6b87c502f01cb106825d3faf3176883d3 AppWindow.xml
100755 blob 8933 ab1c18deb73057c58d5744e7bdee8b1301cdc08a IvoR.hws
100755 blob 9264 dceac91a92d53a909b49a8e4181a7ec99750db11 IvoRSS.hws
100755 blob 1093 263306d87c51114b1320be2ee3277ea0bff99b1f LICENSE
100755 blob 1906 4e18f3e83d428c9bf940ef131f8b2187d2c2bbd3 ReadMe
100755 blob 4007 8956c1bb5d76b481d4e2458b16a64fbee8f6f9e6 feeds.hws
100755 blob 1694 83e47eb86860331dfe771f49029c00559a2f687e feedsdata.hws
100755 blob 13089 b20da94931f651264cb9ab0655fca95b0ac1a3f3 feedtree.hws
040000 tree - 56b17924da4e8a0da143a08079741dd5f2faf9ae icons
100755 blob 7305 d6eda6d26dcd117cbe3eeda270397ef72a592f83 lurk.hws
100755 blob 10863 6a7d367a3f5e63c2738121c1bfc25c448017c0aa textfield.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