You are here: Global > GlobalFeatures > GlobalMenuIdeas > WwwSyndication
Syndication
Info forthcoming about syndicating from global IMC
That's what's on the page, folks! I'm sure there's other stuff around, possibly even here on the wiki-web somewhere that i haven't seen so if people wanna link stuff in or just write it from scratch, that'd be fantastic.
--
GarconDuMonde - 28 Mar 2004
I'm working on an i-mode RSS2cHTML type thing so Indymedia can be read via mobile phones. It's using mod_python, should have something up soon.
http://netaxxs.com.au/oceania.py is the test script for oceania.
it uses feedparser.py
http://www.feedparser.org and
http://www.timo-tasi.org/python/timeoutsocket.py for adding timeouts to the TCP sockets ..
it uses googles chtml 2 html converter to show the links off the pages.
it's set at listing 5 items, this is due to imode phones not being able to load over 10k of data, I will work on getting it to show as much as it can when I get more time.
--
DaveFregon - 06 Mar 2005
depends on : feedparser.py
http://www.feedparser.org
optional :
http://www.timo-tasi.org/python/timeoutsocket.py
to top