|
| Author |
Message |
brother Senior Member

Joined: 06 Aug 2004 Posts: 156 Location: Belgium
  
|
Posted: Fri Feb 11, 2005 12:19 pm Post subject: |
|
|
Since i couldn't find a decent RSS feed with the news on the Mess.be frontpage, i built my own. I prepared the file to be RSS 0.91 compatible, as this is supported by most RSS reader libraries and code examples to parse it.
It's part of my project to bring as many intresting RSS feeds inside my bot (ScriptersMOO) and update the users regularly with intresting articles or funny announcements.
Anyhow, here is the url:
http://brother.scripters.be/rss/mess.rss
To parse this in Perl, i suggest using either a generic XML parser or a more specific RSS handling library. Of course, the odd regexp will do aswell with a little more work.
I hope you enjoy it.
brother |
|
| Back to top |
|
 |
..::BIGmouth( )::.. God Like

Joined: 05 Feb 2004 Posts: 801
    
|
Posted: Fri Feb 11, 2005 12:38 pm Post subject: |
|
|
A little slow (You should add cache). but nice work.  oh btw. http://www.mess.be/news.xml |
|
| Back to top |
|
 |
brother Senior Member

Joined: 06 Aug 2004 Posts: 156 Location: Belgium
  
|
Posted: Fri Feb 11, 2005 2:23 pm Post subject: |
|
|
Have looked for ages for an RSS link on that site, well it is a 'mess'. Also noticed the their RSS has shortened descriptions and only the last 5 (?) topics.
My RSS convertor does use caching though, but it is based on the 'last-modified' date their server responds with... I noticed though the mess.be server always seems to reply with the current time as 'last-modified', essentially trashing my cache and regetting it...
I'll just make a hardcoded 'refresh-rate'. Should be a breeze  |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Fri Feb 11, 2005 2:35 pm Post subject: |
|
|
Nice feed. You should have asked on here if there is one, or searched. It has been mentioned many time B) _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
brother Senior Member

Joined: 06 Aug 2004 Posts: 156 Location: Belgium
  
|
Posted: Fri Feb 11, 2005 3:29 pm Post subject: |
|
|
Too late for that now...
Oh well, it's available. I'll leave the choice to you which feed you use... |
|
| Back to top |
|
 |
zingysaturn Newbie

Joined: 11 Jan 2004 Posts: 46
   
|
Posted: Fri Feb 11, 2005 7:00 pm Post subject: |
|
|
| Uber cool! I did find one of some blog a while back, but it stopped working! |
|
| Back to top |
|
 |
|