PyFeedRead

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Download: - Added SVN)
m (Release: remove .tar.gz in double)
 
(7 intermediate revisions by 5 users not shown)
Line 2: Line 2:
  
 
== Overview ==
 
== Overview ==
Little Python tool to read text only RSS feeds. Developed as a proof of concept and by special request it has no intention to replace the [[Feed Reader]].
+
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]
 +
 
 +
Extract the sources and run it.
 +
tar -xzvf pyFeedRead-0.2.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
[[Category:Software ]]
+
 
[[Category:Application Developer]]
+
on [[Debian]] you just need:
[[Category:OpenMoko]]
+
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 14:22, 20 February 2009

pyFeedRead - lists a feed

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

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

[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-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 and by special request it has no intention to replace the Feed Reader. The initial project goal was to see what can be done in 3 hours of Python programming (see Version 0.1 for the result).

Download

Release

pyFeedRead-0.2.tar.gz.tar.gz

SVN

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

Environment

  • needs Python, pyGTK and other stuff:
python-core python-misc python-lang python-pygtk python-netclient