PyFeedRead

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(more documentation and {{ApplicationBox}})
Line 3: Line 3:
 
== Overview ==
 
== Overview ==
 
Little Python tool to read text only RSS feeds, developed as a proof of concept.
 
Little Python tool to read text only RSS feeds, developed as a proof of concept.
The initial project goal was to see what can be done in 3 hours of Python programming (see [http://mput.de/~kristian/.openmoko/pyFeedRead-0.1.tar.gz Version 0.1] for the result).
+
 
 +
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 ==
 
=== Release ===
 
=== Release ===
 
[http://mput.de/~kristian/.openmoko/pyFeedRead-0.2.tar.gz pyFeedRead-0.2.tar.gz.tar.gz]
 
[http://mput.de/~kristian/.openmoko/pyFeedRead-0.2.tar.gz pyFeedRead-0.2.tar.gz.tar.gz]
 +
 +
Extract the sources and run it.
 +
tar -xzvf pyFeedRead-0.2.tar.gz.tar.gz
 +
cd pyFeedRead-0.2
 +
python FeedRead.py
 +
 
=== SVN ===
 
=== SVN ===
 
Access the current SVN version at: http://neo1973-germany.de/svn/pyFeedRead/
 
Access the current SVN version at: http://neo1973-germany.de/svn/pyFeedRead/
  
 
== Environment ==
 
== Environment ==
* needs Python, pyGTK and other stuff:
+
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:
 
on [[Debian]] you just need:
 
  python-gtk2
 
  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]]
 
[[Category:Internet Applications]]

Revision as of 22:29, 26 September 2008

pyFeedRead - lists a feed

Contents

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

Download

Release

pyFeedRead-0.2.tar.gz.tar.gz

Extract the sources and run it.

tar -xzvf pyFeedRead-0.2.tar.gz.tar.gz
cd pyFeedRead-0.2
python FeedRead.py

SVN

Access the current SVN version at: http://neo1973-germany.de/svn/pyFeedRead/

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-0.2-feed content-om.png PyFeedRead

RSS feed reader (displays articles as plain text)


Homepage: [ ]
Package: no package, available as script files
Tested on: Om 2008.8

Personal tools
pyFeedRead - lists a feed

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

Download

Release

pyFeedRead-0.2.tar.gz.tar.gz

Extract the sources and run it.

tar -xzvf pyFeedRead-0.2.tar.gz.tar.gz
cd pyFeedRead-0.2
python FeedRead.py

SVN

Access the current SVN version at: http://neo1973-germany.de/svn/pyFeedRead/

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-0.2-feed content-om.png PyFeedRead

RSS feed reader (displays articles as plain text)


Homepage: [ ]
Package: no package, available as script files
Tested on: Om 2008.8