public
Description: Display legislation and allow users to comment on individual sections, titles, or the entire legislation.
Homepage:
Clone URL: git://github.com/sunlightlabs/publicmarkup.git
name age message
file README Fri Jan 23 16:08:31 -0800 2009 fixed version number [jcarbaugh]
file __init__.py Wed Dec 17 07:43:20 -0800 2008 initial commit [jcarbaugh]
directory legislation/ Wed Dec 17 07:43:20 -0800 2008 initial commit [jcarbaugh]
file manage.py Wed Dec 17 07:43:20 -0800 2008 initial commit [jcarbaugh]
directory media/ Wed Dec 17 07:43:20 -0800 2008 initial commit [jcarbaugh]
directory templates/ Wed Dec 17 07:43:20 -0800 2008 initial commit [jcarbaugh]
file urls.py Wed Dec 17 07:43:20 -0800 2008 initial commit [jcarbaugh]
README
depends on
- Django trunk revision 8044
- recaptcha-client
- roman numeral example used in Dive Into Python
http://diveintopython.org/download/diveintopython-examples-5.4.zip

Special settings in settings.py:

INSTALLED_APPS = (
    ...
    'django.contrib.flatpages',
    'django.contrib.markup',
    'django.contrib.comments',
    'django.contrib.admin',
    ...
)

LOGIN_URL = '/login/'
LOGIN_REDIRECT_URL = '/'
LOGOUT_URL = '/logout/'

RECAPTCHA_PUBLIC_KEY = ""
RECAPTCHA_PRIVATE_KEY = ""