Re: RSS Aggregator

2010-05-13 Thread beetlecube
Your project looks pretty kick-ass. Thanks for pointing me out to that. I may just seek out this code while working on my site. On May 13, 3:28 pm, Michael Elsdörfer wrote: > I'm working on a Universal Feed Parser-based library to create > aggregators. The idea is that

Re: RSS Aggregator

2010-05-13 Thread Michael Elsdörfer
I'm working on a Universal Feed Parser-based library to create aggregators. The idea is that the process of parsing a feed and syncing it's items with a database can be customized by various addins: http://github.com/miracle2k/feedplatform It mostly works already, though it lacks the

Re: RSS Aggregator

2010-05-13 Thread beetlecube
l.com> wrote: > > > Hello, > >  Just wondering if there are alternatives to the feedjack RSS > > aggregator that anyone has used. It doesn't have to be "Django-ized" > > like feedjack is. > > > Just any Python library that you've had good luck with, parsing

Re: RSS Aggregator

2010-05-13 Thread Scot Hacker
On May 12, 11:06 am, beetlecube <sitecontac...@gmail.com> wrote: > Hello, >  Just wondering if there are alternatives to the feedjack RSS > aggregator that anyone has used. It doesn't have to be "Django-ized" > like feedjack is. > > Just any Python library that

Re: RSS Aggregator

2010-05-13 Thread Michele
I add the following line 'django.contrib.admin', in INSTALLED_APPS and the following line in urls.py .. from django.contrib import admin admin.autodiscover() (r'^admin/', include(admin.site.urls)), but i give an error to access to admin page. Why? -- You received this message

Re: RSS Aggregator

2010-05-13 Thread ofri
Try Django-planet: http://github.com/matagus/django-planet On May 12, 9:06 pm, beetlecube <sitecontac...@gmail.com> wrote: > Hello, >  Just wondering if there are alternatives to the feedjack RSS > aggregator that anyone has used. It doesn't have to be "Django-ized" >

RSS Aggregator

2010-05-12 Thread beetlecube
Hello, Just wondering if there are alternatives to the feedjack RSS aggregator that anyone has used. It doesn't have to be "Django-ized" like feedjack is. Just any Python library that you've had good luck with, parsing a lot of different RSS feeds. I know there are examples of