/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 |
7473 |
1ab45355102d3c454b8d83e05e4af10b0447dee3 |
128px-Feed-icon.png |
100755 |
blob |
6349 |
eeaf40384a6978792850e51646c94025c31c9263 |
AppWindow.xml |
100755 |
blob |
8882 |
af0ada41f32b55988a04e827ef3cabfe15e898bc |
IvoR.hws |
100755 |
blob |
9254 |
2952d46d403216b549fd61ef70e888b976bd7a08 |
IvoRSS.hws |
100644 |
blob |
10608 |
192d95f5f61757959ec1bc13686ade1b23197e28 |
IvoRSS.info |
100755 |
blob |
7191 |
6291191cf3b1e9b7dd44493a09e26918f2c6e3d1 |
IvoRSS.png |
100755 |
blob |
6591 |
b736627eb96bd0ce013c7bebe86342c8c5304d68 |
IvoRSS_light.png |
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 |
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