Re: Django RSS feed consolidator?

2010-12-22 Thread Christophe Pettus
Like, say, the one at: http://www.djangoproject.com/community/ You know, something like that? Never mind! On Dec 22, 2010, at 3:04 PM, Christophe Pettus wrote: > Is there a feed consolidator for Django-related RSS feeds? One exists for > the PostgreSQL project, and it's pretty nice t

Re: Django RSS Feeds with adsense

2009-08-02 Thread Alessandro Ronchi
2009/7/9 Juanjux (Google) : > > I don't know the answer to your specific question but you could make a > feedburner RSS from it. Then you can insert adsense for feeds on it > with just a click on adsense settings (it's all integrated.) I'm using feedburner but with another account. I cannot move

Re: Django RSS Feeds with adsense

2009-07-09 Thread Juanjux (Google)
I don't know the answer to your specific question but you could make a feedburner RSS from it. Then you can insert adsense for feeds on it with just a click on adsense settings (it's all integrated.) On Jul 8, 9:35 pm, Alessandro Ronchi wrote: > I need to put an HTML code in my feeds, but if I p

Re: Django RSS Feeds with adsense

2009-07-08 Thread Mike Ramirez
On Wednesday 08 July 2009 12:51:16 pm Alessandro Ronchi wrote: > 2009/7/8 Mike Ramirez > > > Wrap the script code with > > > > See: http://www.w3schools.com/xmL/xml_cdata.asp > > > > Mike > > It's parsed too: > >

Re: Django RSS Feeds with adsense

2009-07-08 Thread Alessandro Ronchi
2009/7/8 Mike Ramirez > Wrap the script code with > > See: http://www.w3schools.com/xmL/xml_cdata.asp > > Mike > > It's parsed too:

Re: Django RSS Feeds with adsense

2009-07-08 Thread Mike Ramirez
On Wednesday 08 July 2009 12:35:29 pm Alessandro Ronchi wrote: > I need to put an HTML code in my feeds, but if I put the adsense code in my > feed description it's escaped for XML. Is there a way to add the code > without having it escaped? > > This is my code: > >