PyFeedRead
From Openmoko
(Difference between revisions)
(proof of concept python feed reader) |
m (→Release: remove .tar.gz in double) |
||
| (13 intermediate revisions by 8 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Image:PyFeedRead-0.2-feed content.png|thumb|pyFeedRead - lists a feed]] | + | [[Image:PyFeedRead-0.2-feed content-om.png|thumb|pyFeedRead - lists a feed]] |
== Overview == | == Overview == | ||
| − | Little Python tool to read text only RSS feeds | + | Little Python tool to read text only RSS feeds, developed as a proof of concept. |
| − | + | ||
| + | Current features: | ||
| + | |||
| + | * Add feeds on the GUI | ||
| + | * Save list of your feeds | ||
| + | * Fetch RSS | ||
| + | * Show linked article in plain text | ||
| + | * To delete a feed you must edit ~/.pyFeedRead.data manually | ||
== Download == | == Download == | ||
| − | [http://mput.de/~kristian/.openmoko/pyFeedRead-0.2.tar.gz pyFeedRead-0.2 | + | === Release === |
| + | [http://mput.de/~kristian/.openmoko/pyFeedRead-0.2.tar.gz pyFeedRead-0.2.tar.gz] | ||
| + | Extract the sources and run it. | ||
| + | tar -xzvf pyFeedRead-0.2.tar.gz | ||
| + | cd pyFeedRead-0.2 | ||
| + | python FeedRead.py | ||
| + | |||
| + | === SVN === | ||
| + | Access the current SVN version at: http://neo1973-germany.de/svn/pyFeedRead/ | ||
== Environment == | == Environment == | ||
| − | + | On Om 2008.8 you must install the following packages: | |
| − | + | ||
python-core python-misc python-lang python-pygtk python-netclient | python-core python-misc python-lang python-pygtk python-netclient | ||
| + | |||
| + | on [[Debian]] you just need: | ||
| + | python-gtk2 | ||
| + | |||
| + | <onlyinclude> | ||
| + | {{ApplicationBox| | ||
| + | Name=[[PyFeedRead]]| | ||
| + | Description=RSS feed reader (displays articles as plain text)| | ||
| + | Screenshot=PyFeedRead-0.2-feed content-om.png| | ||
| + | Homepage=| | ||
| + | TestedOn=Om 2008.8| | ||
| + | PackageName=no package, available as script files | ||
| + | }} | ||
| + | </onlyinclude> | ||
| + | |||
| + | [[Category:Internet Applications]] | ||
Latest revision as of 15:22, 20 February 2009
Contents |
[edit] Overview
Little Python tool to read text only RSS feeds, developed as a proof of concept.
Current features:
- Add feeds on the GUI
- Save list of your feeds
- Fetch RSS
- Show linked article in plain text
- To delete a feed you must edit ~/.pyFeedRead.data manually
[edit] Download
[edit] Release
Extract the sources and run it.
tar -xzvf pyFeedRead-0.2.tar.gz cd pyFeedRead-0.2 python FeedRead.py
[edit] SVN
Access the current SVN version at: http://neo1973-germany.de/svn/pyFeedRead/
[edit] Environment
On Om 2008.8 you must install the following packages:
python-core python-misc python-lang python-pygtk python-netclient
on Debian you just need:
python-gtk2
| PyFeedRead
RSS feed reader (displays articles as plain text)
|
