Hey there,
I've been using the basic blog for some time and have made some of my
own additions. I run several blogs and have gotten lots of good
feedback on this app. I'm wondering if there is any interest in
rolling any of these to trunk?
1. Support for Sections
The first thing many of my users wanted was the ability to place posts
in their '/blog' or '/work' or '/projects', etc. I updated the model/
urls to allow for this (optionally). Custom templates can be put in
'templates/*section_name*/ (also, optionally. Defaults to 'templates/
blog').
2. Support for Photologue in the text of posts (
http://code.google.com/
p/django-photologue/)
I provide a syntax in the body of posts for displaying photologue
images inline. [[image:my_photologue_image]] spits out the
appropriate image code. This is really a huge favorite among all of my
blog users. Its outlined here:
http://www.djangosnippets.org/snippets/1088/
3. AddThis Templatetag
AddThis (
http://www.addthis.com/) is something of a standard for
getting blog posts into the socio-sphere. Just set ADDTHIS_USERNAME
in your settings and viola {% add_this post.title
post.get_absolute_url %} gives you the button.