Работающий сайт: http://www.pylonshq.com
Код: http://pylonshq.com/svn/pylonshq/trunk/
Лицензия: BSD?
A `Thought for the day` application
A pedagogical application written using Pylons, SQLAlchemy, Elixir to act as a tutorial for the pylons framework.
Study the code to understand “HOWTO” do x,y,z using Pylons.
Concepts implemented in this project:
* Alternate template usage - ses Mako
* Use of Elixir declarative mapping.
* Use of Authkit user authentication module
* Restrict access to parts of application using Authkit
* Login/logout screens
* REST decorators for actions
* Many instances of SQLAlchemy queries
* Many to many relations implemented (Tags to Quotes)
* Use of FormBuild to generate Forms
* Use of FormEncode for form validation
* Template inheritance (Mako)
* Use of Webhelpers module
* Use of pagination (not working perfectly at the moment)
Uglyrss is simple RSS (RDF, RSS & Atom) aggregator written in Python & using Pylons (see http://pylonshq.com) which takes advantage of feedparser lib (see http://feedparser.org). It's like planetplanet, but ugiler;)http://xtreg.googlecode.com/svn/trunk/
Provides time-tracking reports out of the XPlanner database. Can be used for billing and project management.
Socorro is a server to accept and process Breakpad crash reports.
The current focus of Socorro development is to make a server which can accept crash reports from Firefox. See http://wiki.mozilla.org/Breakpad for more information.