If you are working through my tutorial on building an RSS Reader with Python, these links will likely prove useful to you. I have posted a sample of every file used in the application save for the CSS file.
Difficulty: N/A
Time Required: n/a
Here's How:
- RSSReader.py - the non-CGI version
- RSSReader.cgi - the CGI version of the same program
- RSSReader.php - the PHP script that mediates between the webpage and the Python backend
- index.html - the HTML source for the main webpage
- menu.html - the HTML source for the menu frame
- feedlist.dat - a sample RSS feed data file


