Re: import opml file

2006-09-30 Thread Jon Atkinson
A quick google search would have found you the following post: http://groups.google.com/group/django-users/browse_frm/thread/399360004a8d0716/d6d355feecef7f7a?lnk=st=django+imagefield+manipulator=4#d6d355feecef7f7a May I also suggest reading: http://www.catb.org/~esr/faqs/smart-questions.html

Re: import opml file

2006-09-29 Thread a
Dear Jon Atkinson upload to some server probably mine or some hosted site, basically some simple fileuploads thanks Jon Atkinson wrote: > Upload to where? For what? There isn't really enough information in > this and the previous posts in this thread to get any sensible answer > :-) > > --Jon >

Re: import opml file

2006-09-23 Thread Jon Atkinson
Upload to where? For what? There isn't really enough information in this and the previous posts in this thread to get any sensible answer :-) --Jon On 9/23/06, a <[EMAIL PROTECTED]> wrote: > is there an easy way to upload opml files > thanks > Jon Atkinson wrote: > > I've found that using

Re: import opml file

2006-09-09 Thread a
thanks Jon Atkinson wrote: > I've found that using XMLObject > (http://www.freenet.org.nz/python/xmlobject/) is a simple way to get > the feed information from an OPML feed, then you can read the feed > however you like (e.g. with Feedparser (www.feedparser.org)). > Something like this should get

Re: Re: import opml file

2006-08-26 Thread Jon Atkinson
I've found that using XMLObject (http://www.freenet.org.nz/python/xmlobject/) is a simple way to get the feed information from an OPML feed, then you can read the feed however you like (e.g. with Feedparser (www.feedparser.org)). Something like this should get you started: from xmlobject import

Re: import opml file

2006-08-26 Thread a
feedjack is a lot of stuff, it exports opml but it doesnt import opml any ideas for importing opml > > you might want to check out FeedJack http://www.feedjack.org/ > > it's done a lot of stuff in that area. > > > > regards > > Ian > > > > On 24/08/2006, at 5:42 PM, a wrote: > > > > > > > > hi

Re: import opml file

2006-08-24 Thread a
thanks a lot man Ian Holsman wrote: > you might want to check out FeedJack http://www.feedjack.org/ > it's done a lot of stuff in that area. > > regards > Ian > > On 24/08/2006, at 5:42 PM, a wrote: > > > > > hi guys how do i import opml file in django > > using syndication > > > > i m tryin to

Re: import opml file

2006-08-24 Thread Ian Holsman
you might want to check out FeedJack http://www.feedjack.org/ it's done a lot of stuff in that area. regards Ian On 24/08/2006, at 5:42 PM, a wrote: > > hi guys how do i import opml file in django > using syndication > > i m tryin to build an rss reader > thanks > -- Ian Holsman [EMAIL