On 7/20/07, Rob Hudson <[EMAIL PROTECTED]> wrote:
> #2 is particularly interesting to me because I've written a simple
> blog in Django and there are some non-obvious things that having a
> reference implementation to look at would be nice.  Things like:

To be fair, though, a lot of these things are already implemented, as
part of Django itself, as contrib applications or as freely-available
third-party applications.

> * Feeds (Atom, RSS, both)

django.contrib.syndication

> * Comments (with spam filters)

django.conrtib.comments + comment_utils

> * Open-ID enabled comments?

There are a couple good OpenID implementations around; Simon
Willison's already doing OpenID for comments and has written up how he
did it.

> * Writing a script executed by cron to pull content from other sources
> and save them to your models.  (I did this for Magnolia recently.)

http://code.google.com/p/jellyroll/

etc.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to