I managed to get the RSS newsfeeds working for the EOGN Discussion Board (forum). If you would like to read the new messages posted to the forum in an RSS newsreader, you may now do so by using the following URL:
http://www.eogn.com/forum/index.php?action=.xml;type=atom;limit=10
NOTES:
1. The RSS feed will supply the first 511 bytes of each new message. That is a software limitation. With most RSS newsreaders, you can double-click on the message title to open up a web browser and read the entire article.
2. The above link will supply the RSS feed in ATOM format which I believe is what most people will want. However, if you do need another format, substitute any of the following in place of: ;type=atom
;type=rdf - RDF
;type=rss - RSS 0.91
;type=rss2 - RSS 2.0
For instance, if you need the data in RSS 2.0 format, you would use a URL that looks like this:
http://www.eogn.com/forum/index.php?action=.xml;type=rss2;limit=10
3. The above URL specifies to retrieve the ten most recent articles. If you wish to retrieve more or fewer articles, change the ;limit=10 to another number, such as ;limit=20. I'd recommend no more than 20; the software will run slower and may time out and return errors if you try to retrieve too many messages.
