Re: Django feed templates and how do I use them with images?

2010-09-29 Thread Lisa B
Not exactly what you want, but if you are trying to publish images in your RSS feed with each item: I did this by putting an tag inside the description. Look at the way they did the feed here: http://ciclops.org/rssfeed.php this feed w3c validates and seems to work as desired everywhere I've tried

Re: Django feed templates and how do I use them with images?

2010-09-29 Thread Lisa B
I did this without feed templates by putting an tag inside the description. Look at the way they did it here: http://ciclops.org/rssfeed.php this feed w3c validates and seems to work as expected everywhere I've tried it (feedly, Ning, firefox's display of the feed) Code is just the ordinary from t