logging: set default max_length for syslog lines to 120
logging: handlers are old style class, super does not work there
logging: make maximum line length configurable
logging: remove BOM addition to log messages
bump version to 1.2
logging: add logging handler SysLogHandler
- it properly handle unicode, - it wraps long content as multiple log lines.
djommon: add decorated_include utility extracted from polynum
bump version to 1.1
version middleware: add entrouvert to the list of eo packages
version middleware: use application/json for mime-type
djommon: add a django VersionMiddleware
VersionMiddleware: make get_packages_version a class method
trivial: do not use an intermediary variable for widowless templatetag
add au quotidien to list of projects
isolate code to get package versions from wsgi mechanics
update tests to work with Python 2.6
add git commit number to version when in a git repository
eohumanize: template tags for eo applications
start a djommon django application
wsgi middleware for exposing version of entrouvert python package
fixes #2797