close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Jul 24, 2008, 2:43:06 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
s/feedparser/etree
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v35
|
v36
|
|
41 | 41 | * HelloWorld: A very simple example to get you started |
42 | 42 | * [wiki:Geddit]: A minimalist reddit-style news system (requires SQLite) |
43 | | * [wiki:Divan]: A simple blogging system (requires CouchDB, [http://www.crummy.com/software/BeautifulSoup/ BeautifulSoup] and the [http://feedparser.org/ Universal Feed Parser]) |
44 | | * [wiki:Scratchpad]: A pastebin service (requires CouchDB and Pygments) |
| 43 | * [wiki:Divan]: A simple blogging system (requires [http://code.google.com/p/couchdb-python/ CouchDB], [http://www.crummy.com/software/BeautifulSoup/ BeautifulSoup] and [http://effbot.org/zone/element-index.htm ElementTree]) |
| 44 | * [wiki:Scratchpad]: A pastebin service (requires [http://code.google.com/p/couchdb-python/ CouchDB] and [http://pygments.org/ Pygments]) |
45 | 45 | |
46 | 46 | == Acknowledgements == |