Re: Django Blog software

2006-08-20 Thread Paulo
I think Wordpress would be a decent model to look at. Askimet is great, trackback/pingback support is nice, but while WP is fairly easy to install it is starting to get bloated. The Ajaxy admin area is ok but make sure ajax is being used to improve the UI not "make it look cool". Less is more, m

Re: Re: Django Blog software

2006-08-20 Thread Jon Atkinson
> That brings to mind the need for a Django-forge-like place where apps > could get uploaded, categorized, and rated; Plone and Joomla have this, > for instance. But that's another thread... > One worth starting, IMHO :-) --Jon --~--~-~--~~~---~--~~ You received

Re: Django Blog software

2006-08-20 Thread Shev
Matthias Urlichs wrote: > I mean, yeah, a quick and dirty blog is child's play with Django, *but* > then you want a sensible CSS structure for it, and a cached RSS feed, > and trackback (both directions please) and pingback (ditto) and > "old-style" comments, and you got to spam-protect these som

Re: Django Blog software

2006-08-19 Thread Matthias Urlichs
David Larlet wrote: > BTW, it's really easy to make your own. > Sure it is. I mean, yeah, a quick and dirty blog is child's play with Django, *but* then you want a sensible CSS structure for it, and a cached RSS feed, and trackback (both directions please) and pingback (ditto) and "old-style" com

Re: Django Blog software

2006-08-13 Thread Pedro Lima
For a more complete blog application I suggest checking limodou's woodlog http://www.djangocn.org/help/#does-woodlog-is-open-source --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

Re: Django Blog software

2006-08-13 Thread [EMAIL PROTECTED]
Say it's GPL :) I've used "metrohacker" template which can be found on oswd.org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.co

Re: Re: Re: Django Blog software

2006-08-13 Thread Jon Atkinson
Thank you both for the replies. Riklaunim: Have you chosen a license for miniblog? Is it okay for me to make some changes and re-release it? --Jon > On 13/08/06, David Larlet <[EMAIL PROTECTED]> wrote: > > > > 2006/8/13, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > > > Hi, > > > > > > I've be

Re: Django Blog software

2006-08-13 Thread David Larlet
2006/8/13, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi, > > I've been playing with Django for a few weeks, and I've been looking > for some blog software which I can use for my blog and also play with > extending to help me learn a little more about Django. I searched the > Django wiki, and does

Re: Django Blog software

2006-08-13 Thread [EMAIL PROTECTED]
there is on the mailing list my "miniblog" http://groups.google.com/group/django-users/browse_thread/thread/d8ae2e3dc533e214/75d2281e490f1d83?lnk=gst&q=miniblog&rnum=1#75d2281e490f1d83 It isn't feature compleate but it has news + comments ;) --~--~-~--~~~---~--~~