View Full Version : SoCalEuro RSS feed
bugzy
09-20-2004, 05:46 PM
http://www.socaleuro.com/forum/external.php?type=rss
If you got an RSS feed reader, you can use this link.
Firefox users:
http://www.mozilla.org/products/firefox/live-bookmarks.html
RssReader:
http://www.rssreader.com/
creanium
09-20-2004, 11:32 PM
Hey Lon ... you also might want to add the following line to the header of the site in between the HEAD HTML tags:
<link rel="alternate" type="application/rss+xml" title="SoCalEuro RSS Feed" href="http://www.socaleuro.com/forum/external.php?type=rss">
creanium
09-21-2004, 11:31 PM
To be perfectly honest, I don't think the RSS feed is all that useful. It will only show a thread when it's first created, and it only shows the subject and who created it.
Not that I'm lazy, but as of right now it only shows me when a new thread is created and not any replies to any threads, nor does it include the post text. It would be much more useful if it functioned like the feed on the previous site where it showed the last 15 or so posts and it had the actual post text in the item "description."
Those are just my thoughts, consider them as you wish. But implementing the feed in the first place is definitely a step towards improving an already awesome site! :tup:
If it helps, here's the RSS feed template used in the phpBB RSS mod which works the way I described before:
<rss version="2.0">
<channel>
<title>{BOARD_TITLE}</title>
<link>{SITE_URL}</link>
<description>{BOARD_DESCRIPTION}</description>
<language>en-us</language>
<lastBuildDate>{BUILD_DATE}</lastBuildDate>
<docs>http://backend.userland.com/rss092</docs>
<generator>phpBB RSS Feed Mod</generator>
<managingEditor>{BOARD_MANAGING_EDITOR}</managingEditor>
<webMaster>{BOARD_WEBMASTER}</webMaster>
<!-- BEGIN post_item -->
<item>
<title>{post_item.FORUM_NAME} :: {post_item.TOPIC_TITLE}</title>
<link>{post_item.POST_URL}</link>
<author>{post_item.DISPLAY_AUTHOR}</author>
<description>
{L_AUTHOR}: {post_item.AUTHOR}<br />
{post_item.POST_SUBJECT}
{L_POSTED}: {post_item.POST_TIME}<br /> <br />
<span class="postbody">{post_item.POST_TEXT}
{post_item.USER_SIG}</span><br />
</description>
<pubDate>{post_item.RSS_TIME}</pubDate>
</item>
<!-- END post_item -->
</channel>
</rss>
bugzy
09-21-2004, 11:32 PM
To be perfectly honest, I don't think the RSS feed is all that useful. It will only show a thread when it's first created, and it only shows the subject and who created it.
Not that I'm lazy, but as of right now it only shows me when a new thread is created and not any replies to any threads, nor does it include the post text. It would be much more useful if it functioned like the feed on the previous site where it showed the last 15 or so posts and it had the actual post text in the item "description."
Those are just my thoughts, consider them as you wish. But implementing the feed in the first place is definitely a step towards improving an already awesome site! :tup:
Thx ... we messing around with stuff as time goes buy ... got a couple other nick nacks to add.
creanium
09-21-2004, 11:36 PM
Thx ... we messing around with stuff as time goes buy ... got a couple other nick nacks to add.
I understand there are more pressing matters on the site and I don't expect this to be high priority, but I'm just offering my $0.02. :)
bugzy
06-02-2005, 11:48 AM
bump
bugzy
04-10-2007, 02:04 AM
:bump:
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.