Diamanda Applications set - 26.04.2007
Released under GPL2 License
Piotr Malinski - riklaunim@gmail.com

English support: www.rkblog.rk.edu.pl
Polish support: www.python.rk.edu.pl



Requirements:
######################
- strip-o-gram (stripogram) from http://www.zope.org/Members/chrisw/StripOGram - it's a safeHTML filter
- pygments from http://pygments.pocoo.org/ for code highlighting
- PIL (python imaging library) for thumbnal and Captcha generation



Instalation / Developement server:
######################
- edit urls.py and change the site_media path '/home/piotr/diamanda/media' to that on your computer:

(r'^site_media/(.*)$', 'django.views.static.serve', {'document_root': '/path/here'}),

- create tables (check DB in settings.py) and populate the data:

python manage.py syncdb
python install.py

- create a superuser when creating tables!
- run the dev server:

python manage.py runserver 8080






EXTRA SETTINGS in settings.py
#############################
check the file for extra settings variables. They are commented and easy to understand
