Feedind is a search engine for feeds on the web. Feedind Bot is our crawler which is stil a young fellow on the web and on a beta state. We hope that this fellow can improve user's journey to your site.
To add your page just use the ping function by calling it with your feed url.
http://feedind.com/ping?link={REPLACE YOUR FEED URL HERE}
This function can also be used to update your feed if you need it updated immediately. This function should return one of following value
- OK
to indicate that operation was successfully performed - FAILURE
to indicate that something went wrong
There is an optional parameter, interval, which is the shortest interval that the Feedind Bot is allowed to make a call to a channel. It is given i minutes. The default value for this interval is 90 minutes. An example with an interval of 15 minutes
http://feedind.com/ping?link=http://www.vnmedia.se/linkarchive/rss.php&interval=15
You can get your latest cached feed entries by browsing to the url bellow and this is mainly for feed readers
http://feedind.com/rss?link={REPLACE YOUR FEED URL HERE}
OR
http://feedind.com/atom?link={REPLACE YOUR FEED URL HERE}
In this case the Feedind Updater will update your channel if the last update was older than 10 minutes. This is to make sure that your users get updated.