Home Download-Feed: my first WordPress plugin
Post
Cancel

Download-Feed: my first WordPress plugin

Download-Feed is a plugin for creating a XML feed from downloads created with Download-Monitor WordPress plugin.
The XML feed could be used for integrating a mobile client into the download-interface, so any WordPress powered blog could be turn into “appstore” type of application delivery system, without payments.
Here’s an example of a donwload entry from the XML-feed.

1
2
3
4
5
6
7
8
9
10
11
12
<entry>
    <title>AntSnes_v071.sis</title>
    <version>0.71</version>
    <description></description>
    <category>
      <title>AntSnes</title>
      <ID>1</ID>
    </category>
    <hits>6784</hits>
    <thumbnail>http://www.summeli.com/wp-content/plugins/download-monitor/img/download.gif</thumbnail>
    <link href="<a href="view-source:http://www.summeli.com/wp-content/plugins/download-monitor/download.php?id=5">http://www.summeli.com/wp-content/plugins/download-monitor/download.php?id=5</a>"/>
  </entry>

The Downloads can be queried by category, and there’s an option to limit how many items should be requested, and what’s the offset. So it could be used even with very big list of entries (like appstore :))

The feed.php uses following url-parameters
n: an integer value of how many entries should be queried
i: an iteger and will offset the returned entries by that number. e.g. offset of 1 would not return the first entry
cat: category id, which should be returned.
here’s an example request:

1
http://www.summeli.com/wp-content/plugins/downloadfeed/feed.php?i=2&n=3&cat=1

As usual, this plugin is open source, and it can be downloaded from my github page github.com/Summeli/download-feed

This post is licensed under CC BY 4.0 by the author.

gpSP4Symbian v0.5: first beta

Fixing the blit for Samsung i8910

Comments powered by Disqus.