We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 140 - Implement RSS feeds on libsdl.org for automatic news aggregators
Summary: Implement RSS feeds on libsdl.org for automatic news aggregators
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: website (show other bugs)
Version: HG 1.2
Hardware: All All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL: http://www.libsdl.org
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-07 14:37 UTC by Dmitry Yakimov
Modified: 2006-02-26 16:46 UTC (History)
0 users

See Also:


Attachments
PHP script to generate RSS feed from news (2.21 KB, text/plain)
2006-02-26 10:41 UTC, Sam Lantinga
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Yakimov 2006-02-07 14:37:29 UTC
And may be there is a reason to add 'Site' component to Bugzilla 'Product' column.
Comment 1 Sam Lantinga 2006-02-08 12:29:02 UTC
Does anyone have pointers on how to set up an RSS feed?
Comment 2 Dmitry Yakimov 2006-02-08 12:50:31 UTC
Good introduction article about RSS:
http://searchenginewatch.com/sereport/article.php/2175271

RSS step by step:
http://www.petefreitag.com/item/465.cfm

Open source RSS creator:
http://softwaregarden.com/products/listgarden/

You can just generate xml file from news with php.
Comment 3 Sam Lantinga 2006-02-26 10:38:58 UTC
Done!
http://www.libsdl.org/rss/rss.xml

Comments and suggestions are welcome...
Comment 4 Sam Lantinga 2006-02-26 10:41:44 UTC
Created attachment 73 [details]
PHP script to generate RSS feed from news
Comment 5 Ryan C. Gordon 2006-02-26 11:13:58 UTC
Sam,

Add this as a child of the <head> tag in the front page's HTML:

    <link rel="alternate" type="application/rss+xml" title="SDL news" href="http://www.libsdl.org/rss/rss.xml" />

Then Firefox, Safari on Tiger, and IE7 (etc) will put an RSS icon in the status bar to alert people that there's an RSS feed on the page.

--ryan.

Comment 6 Ryan C. Gordon 2006-02-26 11:32:54 UTC
(Whoops, it's already there, ignore this.)

--ryan.

Comment 7 Sam Lantinga 2006-02-26 11:34:00 UTC
Done, although Firefox doesn't actually fill in the "live bookmark" generated by it... is there something wrong with the feed?
Comment 8 Sam Lantinga 2006-02-26 16:46:58 UTC
Whoops, I had too many w's in the URL.  It works fine now.