|
Project Information
|
This project was inspired by byteflow and django-diario. Features Programmed - Newform admin support
- Markdown & typogrify for posts and comments
- Threaded comments
- Pingbacks
- Directory pings
- Automated registration for user after comment posting (no anonymous users!)
- Registration approval/email change/profile edit
- Tags (and filtering posts by tag), possibility to have translated names for tags
- Display and feeds for intersection of tags (separated by +) or for union of tags (separated by '|')
- Archives by day, month, year
- Atom and RSS Feeds for posts, comments, comments for specified post, posts within specified tag.
- OpenID client. Supports multiple OpenID urls attached to single user
- OpenID server.
- Wordpress importer
- Gravatar support
- Optional WYSIWYG editor in admin part (for posts, not for comments)
- LiveJournal? crossposting
- XFN support (for links in blogroll)
- XMLRPC for posting
- Geotagging
- Photologue Gallery
- Themes support
Require (auto-checkout in contrib folder): Parts of this apps are also included/modified: Require: Note: Django-Evolution need to be patched: in django-evolution-read-only/django_evolution/management/init.py replace: def evolution(app, created_models, verbosity=1): with: def evolution(app, created_models, verbosity=1, **kwargs): and dispatcher.connect(evolution, signal=signals.post_syncdb) with signals.post_syncdb.connect(evolution)
|