On Fri, 2007-02-16 at 16:24 +0000, Oliver Charles wrote: > I'm using the feed system to do a podcast, and it's up on the iTunes > Store as well. But I'd like to make it more user friendly, taking > advantage of the images that are supported, and extended meta data. Is > there anyway to add my own namespaces into the feeds, or am I going to > have to get my hands dirty with Django's internals and add that > myself?
You're going to have to do some customisation yourself, but it will be possible to get there via class inheritance and overriding a method or two. Have a look at django/utils/feedgenerator.py and you can see the methods you'll need to override. For the future, there are a few possibilities for trying to make this stuff easier that I've experimented with a little bit (ranging from micro-tweaks in the code to changing the way information flows through the system: changing it from "pull" to "push", in a sense), but they are all extremely low priority (for me, at least) at the moment, since you can work around existing problems anyway and there are bigger fish to fry right now. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---