We just added RSS Feed to various sections of dojolocator.com
If you are not familiar with xml rss feeds, they can be used to stay up-to-date about various types of information like news, events, products etc. Most modern Web browsers allow you to subscribe to these feeds and shows you up-to-date information from the feed source. For example, if you subscribe to the New Dojo Feed, your browser will automatically show you new Dojo as they are added to dojolocator.com.
There is a Feed available for almost every page that displays dojo listings. This includes the Home Page, New Dojo Listings, Recent Updates, and all state pages, city pages and zip code pages.
The Feed is dynamic, and you can create your own custom Feed by adding parameters to the base Feed URL:
http://www.dojolocator.com/rss/dojolist.xml
Without any parameters, this URL will return an RSS Feed of last 25 Dojo updates on dojolocator.com, if you add a query parameter type=new, then it will return the new listings (last 25):
http://www.dojolocator.com/rss/dojolist.xml?type=new
In order to get Dojo listings in a specific state, and a state=[stateCode] parameter. For example, for all recently updated Dojo in the state of Florida, here is the URL:
http://www.dojolocator.com/rss/dojolist.xml?state=FL
Adding a city parameter along with state will generate a Feed specific to that city. So for Orlando, FL, the URL is:
http://www.dojolocator.com/rss/dojolist.xml?state=FL&city=Orlando
You may also use a zip=[zipcode] parameter to generate a Feed for a specific zipcode:
http://www.dojolocator.com/rss/dojolist.xml?zip=34746
By default, 25 items are returned, but you can change this by adding a count=[value] parameter. The maximum items allowed is 50.
Post a comment if you have any questions about the RSS Feed.