descriptiona webservice for parsing podcast feeds and returning the simplified contents as JSON
homepage URLhttp://mygpo-feedservice.appspot.com/
ownerstefan@skoegl.net
last changeSat, 9 Apr 2011 12:16:25 +0000 (9 15:16 +0300)
content tags
add:
README

  gpodder.net Feed-Server (mygpo-feedservice)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

mygpo-feedservice is a webservice that parses podcast feeds and returns
simplified contents as JSON. It is intended to run within a Google AppEngine.

To run it locally for testing and development, either point the APPENGINE_SDK
variable in makefile to an unpacked Google App Engine SDK for Python, which can
be downloaded from

 http://googleappengine.googlecode.com/files/google_appengine_1.4.0.zip

Afterwards `make runserver` should start the development server.


An instance of mygpo-feedservice should be running at

 http://mygpo-feedservice.appspot.com/

If you intend to use it for anything serious, please contact stefan@skoegl.net beforehand.
shortlog
2011-04-09 Stefan Kögladd error codes to documentationmaster
2011-04-09 Stefan Kögladd error messages to response
2011-04-09 Stefan Köglhandle 204 return code for subscription request
2011-04-06 Stefan Köglwrong URL in settings.py
2011-04-06 Stefan KöglPython 2.5 compatibility
2011-04-06 Stefan Kögllog existing subscription only if already verified
2011-04-06 Stefan Köglfix variable replacement in log-string
2011-04-03 Stefan Köglbetter logging/exception messages in pubsubhubbbub
2011-04-03 Stefan KöglException when using incr expiry time w/o server expiry...
2011-04-03 Stefan KöglSubscribe to Feeds that contain Pubsubhubbub-Hubs
2011-03-31 Stefan Kögladd remote api shell
2011-03-31 Stefan Kögluse 'unversioned' python cmd instead of python2.5
2011-03-31 Stefan Köglenable datastore admin
2011-03-29 Stefan Köglmove parser endpoint into feeddownloader module
2011-03-22 Stefan Kögldefault inline_logo=0 didn't work correctly
2011-02-10 Stefan Köglextract feed's hub URL
...
heads
13 years ago master