3 gpodder.net Feed-Server (mygpo-feedservice)
4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 mygpo-feedservice is a webservice that parses podcast feeds and returns
7 simplified contents as JSON. It is intended to run within a Google AppEngine.
9 To run it locally for testing and development, either point the APPENGINE_SDK
10 variable in makefile to an unpacked Google App Engine SDK for Python, which can
13 http://googleappengine.googlecode.com/files/google_appengine_1.4.0.zip
15 Afterwards `make runserver` should start the development server.
18 An instance of mygpo-feedservice should be running at
20 http://mygpo-feedservice.appspot.com/
22 If you intend to use it for anything serious, please contact stefan@skoegl.net beforehand.