1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
5 <title>gpodder.net Feed-Service
</title>
9 <h1>gpodder.net Feed-Service
</h1>
11 <p>The gpodder.net Feed-Service is a webservice for parsing podcast feeds and
12 returning the simplified contents as JSON.
</p>
15 <p>Parameters to /parse
17 <li><strong>url
</strong>: The URL of the feed that should be parsed (required)
</li>
18 <li><strong>inline_logo
</strong>: If set to
1, the (unscaled) logos are included in the response as
<a href=
"http://en.wikipedia.org/wiki/Data_URI_scheme">data URIs
</a> (default
0).
</li>
24 <a href=
"/parse?url=http://feeds.feedburner.com/linuxoutlaws&inline_logo=1">GET /parse?url=http://feeds.feedburner.com/linuxoutlaws&inline_logo=
1</a>
25 <a href=
"/parse?url=http://leo.am/podcasts/floss&url=http://feeds.twit.tv/floss_video_large">GET /parse?url=http://leo.am/podcasts/floss&url=http://feeds.twit.tv/floss_video_large
</a>
29 <p>If you intend to use
<em>this instance
</em> of the webservice in your
30 application, please contact
<a
31 href=
"mailto:stefan@skoegl.net">stefan@skoegl.net
</a> beforehand.
34 <p>The sourcecode is available from
<a
35 href=
"http://repo.or.cz/w/mygpo-feedservice.git">http://repo.or.cz/w/mygpo-feedservice.git
</a>
36 under the terms of the GPLv3.
</p>