fernandotakai / herd (https://ubiquity.mozilla.com/)

The new Ubiquity Herd

Clone this repository (size: 655.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/fernandotakai/herd/
commit 127: 67c98a729b7a
parent 126: 9a43feabbadd
Made sessions really work with mod_wsgi defaulttip
Fernando Takai / fernandotakai
5 months ago
View at rev
herd /
filename size last modified message
js  
static  
storage  
templates  
weboid  
.hgignore 16 B 8 months ago Initial import
README 296 B 7 months ago Updated requirements again.
api.py 5.9 KB 5 months ago Made sessions really work with mod_wsgi
cache.py 647 B 8 months ago Fixed delete function
decorators.py 300 B 5 months ago Remoted require_login decorator
feed_fetcher.py 2.7 KB 7 months ago Renamed some methods (and made parser/fetcher to use it)
feed_parser.py 3.6 KB 5 months ago Using fullpaths instead of relative ones
herd.py 1.0 KB 5 months ago Changed herd to use beaker as its session backend
settings.py 234 B 8 months ago Added support for master-slave config with mongodb
utils.py 3.2 KB 7 months ago Changed session storage to MongoDB when in production
wsgi.py 388 B 5 months ago Made sessions really work with mod_wsgi

README

What do you need to make this run:

- web.py 0.32
- pymongo 0.15.1
- mongodb 1.0.0
- spidermonkey 1.8 (So we can parse Parser 2 commands)
- python-memcached
- simplejson
- python-openid
- decorators
- pygments

If you have everything, just type 'python herd.py' to make it run on localhost:8080!