Irrlicht Forum RSS - Now With More Magic
Irrlicht Forum RSS - Now With More Magic
I was getting sick of the Irrlicht forum RSS not existing so now you have: http://uberwolf.com/services/irrlicht/rss/ it has all the current topics and updates often enough to be of some use. If you like it leave a comment if you want me to add any features to the system please leave a comment below. Honestly I just wanted RSS support and couldn't be bothered waiting. Maybe it could be some cool forum statistic software / analyzer later who knows.
Programming Blog: http://www.uberwolf.com
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: Irrlicht Forum RSS - Now With More Magic
Well, maybe you just shoudl have asked?! Since we have the new forum now, such things should also be possible...
Re: Irrlicht Forum RSS - Now With More Magic
Certainly PHPBB3 has inbuilt atom support. I wrote this script a while back just thought it would be something useful to have around in case people wanted to build additional services ontop of the forum instead having to manually scrape the pages themselves. I update it every 15 minutes to be polite to the server. Maybe it is not so useful.
Programming Blog: http://www.uberwolf.com
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: Irrlicht Forum RSS - Now With More Magic
Hmm, actually you're right. There's a feeds setting in the administration panel. I've now enabled some feeds, but didn't found any changes so far. Maybe there's some more config to be done first.
Re: Irrlicht Forum RSS - Now With More Magic
Well Chrome is suggesting me some feeds. They seem to only be visible in the source:
Code: Select all
<link rel="alternate" type="application/atom+xml" title="Feed - Irrlicht Engine" href="http://irrlicht.sourceforge.net/forum/feed.php" />
<link rel="alternate" type="application/atom+xml" title="Feed - News" href="http://irrlicht.sourceforge.net/forum/feed.php?mode=news" />
<link rel="alternate" type="application/atom+xml" title="Feed - All forums" href="http://irrlicht.sourceforge.net/forum/feed.php?mode=forums" />
<link rel="alternate" type="application/atom+xml" title="Feed - New Topics" href="http://irrlicht.sourceforge.net/forum/feed.php?mode=topics" />
<link rel="alternate" type="application/atom+xml" title="Feed - Forum - Off-topic" href="http://irrlicht.sourceforge.net/forum/feed.php?f=3" />
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
Re: Irrlicht Forum RSS - Now With More Magic
Opera perfectly detects all feeeds
Using trunk with mingw/gcc 4.6, Windows 7 64 bits driver opengl
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: Irrlicht Forum RSS - Now With More Magic
Oh yeah, firefox also has them. It's just that firefox 5 does not display them in the title bar anymore