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>
19 <li><strong>scale_logo
</strong>: If inline_logo is set to
1, scales the included logo to the given size. The resulting images is fitted into a square with the given side-length.
</li>
25 <a href=
"/parse?url=http://feeds.feedburner.com/linuxoutlaws&inline_logo=1&scale_logo=30">GET /parse?
<strong>url
</strong>=http://feeds.feedburner.com/linuxoutlaws&
<strong>inline_logo
</strong>=
1&
<strong>scale_logo
</strong>=
30</a>
26 <a href=
"/parse?url=http://leo.am/podcasts/floss&url=http://feeds.twit.tv/floss_video_large">GET /parse?
<strong>url
</strong>=http://leo.am/podcasts/floss&
<strong>url
</strong>=http://feeds.twit.tv/floss_video_large
</a>
30 <p>If you intend to use
<em>this instance
</em> of the webservice in your
31 application, please contact
<a
32 href=
"mailto:stefan@skoegl.net">stefan@skoegl.net
</a> beforehand.
35 <p>The sourcecode is available from
<a
36 href=
"http://repo.or.cz/w/mygpo-feedservice.git">http://repo.or.cz/w/mygpo-feedservice.git
</a>
37 under the terms of the GPLv3.
</p>