Veni, vedi, vici!
The RDF feed script is now extended to also include the
content of the last postings.
Call the feed like this:
http://www.turcic.com/forums/feed.php?
mode=xxx&
limit=yyy&
offset=zzz
xxx can be
- lite (default) - no post content displayed
- full - post content displayed with html tags
- notags - post content displayed without html tags (e.g. trillian pro requires that)
yyy can be
- any number from 1 to 20 - shows the last 1 to 20 postings (default is 15)
zzz can be
- your timezone offset, e.g. +2 (default is GMT)
So for instance to display the last 10 postings with content, you can use
http://www.turcic.com/forums/feed.php?mode=full&limit=10
Cheers
Alex