Installation
Getrss
At the moment getrss works only for Unix-like systems. No installation required, just unpack the tarball:
#tar xvfz getrss-x.x.tar.gz
Make sure you have a working Python installation in your system
In a (near) future, getrss will be ready to work for any OS and with no need of a previous Python installation.
Gprss
Unpack the tarball and copy the 'gprss' directory to your desired location of the sd card.
Make sure you have a working Python+PyGame installation in your console. You can grab the theoddbot's python and pygame distribution from here.
top
Configuration
- Getrss
- Edit the feeds.py file for adding/removing feeds. Be carefull about quotes and colons.
- Gprss
- Gprss is not configurable by now.
top
Usage
- Getrss
- Type './getrss.py'. The program will try to download, parse and prepare your feeds. A directory named 'feeds_gp2x' will be created. This is the one you must copy to the SD card, inside the 'gprss' location.
- Gprss
- Open gprss from the "Utility" menu. After a few seconds the main menu will be shown.
top
Controls
- Getrss
- No controls. Just launch and wait :-)
- Gprss
- Gprss tries to be GP2X-CUI compliant. Here are the keys functions acording with each screen
- Menu screens:
Control Function
------- --------
'START' Exit program (Will be changed to 'Stick click & Start')
'JOY DOWN' Highlight next item.
'JOY UP' Highlight previous item.
'JOY CLICK' OR 'B' Select highlighted menu item.
'JOY LEFT' OR 'X' Back to the previous menu.
'SELECT' OR 'Y' Back to the main menu.
'R' Scroll down one page.
'L' Scroll up one page.
- Summary screen:
START Exit program (Will be changed to 'Stick click & Start')
JOY DOWN Scroll down one line.
JOY UP Scroll up one line.
'JOY LEFT' OR 'X' Back to the previous menu.
'R' Scroll down one page.
'L' Scroll up one page.
'SELECT' OR 'Y' Back to the main menu.