(the following is for techno geeks, so if it escapes you, don't feel alone. Go do some research on RSS, Atom, and Internet Newsreaders, and if you're still interested, come on back).One of the many features of SMF (the software that this message board runs on) is its news feeds. However, many people aren't aware of how many options there are, or that this is even available. So, here's a list of available options and what they do...
All of the content can be accessed via the ".xml" action...
Other formats can be achieved by adding one of the following to the URL:
;type=atom - Atom
;type=rdf - RDF
;type=rss - RSS 0.91
;type=rss2 - RSS 2.0
The default feed is the 5 most recent posts:http://www.woodbridgekartclub.com/forums/index.php?action=.xmlThere are several "sub-actions" available to this action, specifying exactly what to display:
Recent Posts (displays the most recent posts that you can see)"Sub-action": recent
Default: Shows 5 most recent posts
Available options:
limit=x - display the "x" most recent posts (if number is less than 5, it will display 5. If number is larger than 255, it will display 255).
board=y - display only the recent posts from board "y"
boards=x,y,z - display only the recent posts from the specified boards
c=x or c=x,y,z - display only the recent posts from boards in the specified category/categories
Example: http://www.woodbridgekartclub.com/forums/index.php?action=.xml;sa=recent;board=1.0;limit=10News (displays the first post from the most recent topics that you can see)"Sub-action": news
Available options:
limit=x - display only "x" items
board=y - display only news topics from board "y"
boards=x,y,z - display only news topics from the specified boards
c=x or c=x,y,z - display only news topics from boards in the specified category/categories
Example: http://www.woodbridgekartclub.com/forums/index.php?action=.xml;sa=news;board=1.0;limit=10You can also subscribe to these feeds through an XML reader, Firefox, Thunderbird or any other software that supports XML or RSS feeds (note - Outlook and Outlook Express do not support this...) - you will need to have either "type=rss" or "type=rss2" somewhere in the URL for it to work.