Page 1 of 1

RSS feed to the news

Posted: 29 May 2009, 00:47
by Ddorda
Hello,
I would really like to see the news of the game on a RSS feed, so i can read it not only when playing.
I think it's important to make it, because that's way people can notice there's news even if they don't play frequently (I do play a lot, but i think many people will be glad to see the news even if they didn't play for a while).

thanks,
Ddorda

Re: RSS feed to the news

Posted: 29 May 2009, 00:50
by Jaxad0127
Yes, RSS of game and site news would be good. Maybe merge them into one stream with three different outputs (news page, rss, game news).

Re: RSS feed to the news

Posted: 29 May 2009, 11:08
by Ddorda
how do i know if it will be added to the site, and when if it does?

Re: RSS feed to the news

Posted: 29 May 2009, 12:00
by Bjørn
You create a task for it on http://mantis.themanaworld.org/ :-)

Re: RSS feed to the news

Posted: 29 May 2009, 20:30
by Ddorda
Bjørn wrote:You create a task for it on http://mantis.themanaworld.org/ :-)
http://mantis.themanaworld.org/view.php?id=710
thank you.

Re: RSS feed to the news

Posted: 30 May 2009, 15:29
by John P
Does news ever update? Aside from "version 0.0.x is out!" I have never seen a bit of news. When I load the game, the news screen pops up and says 'whatever part of tulimshar is now open!' from forever ago. I hope that isn't just some glitch with my game...

That news page, and the RSS if it gets created, should be updated more, maybe with 'new version features', upcoming/past events (even non-dev created), or even 'new in the git!' Hell, it could be daily with real news info at the top, and a cycling 'game tips' or 'backstory elements' at the bottom (where it gives little bits of info on parts of TMW's story).

Re: RSS feed to the news

Posted: 30 May 2009, 15:51
by Jaxad0127
John P wrote:Does news ever update? Aside from "version 0.0.x is out!" I have never seen a bit of news. When I load the game, the news screen pops up and says 'whatever part of tulimshar is now open!' from forever ago. I hope that isn't just some glitch with my game...

That news page, and the RSS if it gets created, should be updated more, maybe with 'new version features', upcoming/past events (even non-dev created), or even 'new in the git!' Hell, it could be daily with real news info at the top, and a cycling 'game tips' or 'backstory elements' at the bottom (where it gives little bits of info on parts of TMW's story).
We're bad with updating the client news about new content. We also haven't had a lot of new content recently.

Re: RSS feed to the news

Posted: 30 May 2009, 16:31
by Ktoso
The news on themanaworld.org are actually... created FROM a rss feed! If you take a look on the source code of the site: includes/news.php Its just parsing the rss feed from sourceforge ( via this url: http://sourceforge.net/export/rss2_proj ... fulltext=1 ) So adding a feed to the site is as simple as adding:

Code: Select all

  <link href="http://sourceforge.net/export/rss2_projnews.php?group_id=106790&rss_fulltext=1" rel="alternate" type="application/rss+xml" title="RSS">
into the layouts HEAD section. Posted the same info o mantis :-)

Re: RSS feed to the news

Posted: 30 May 2009, 17:10
by Jaxad0127
Ktoso wrote:The news on themanaworld.org are actually... created FROM a rss feed! If you take a look on the source code of the site: includes/news.php Its just parsing the rss feed from sourceforge ( via this url: http://sourceforge.net/export/rss2_proj ... fulltext=1 ) So adding a feed to the site is as simple as adding:

Code: Select all

  <link href="http://sourceforge.net/export/rss2_projnews.php?group_id=106790&rss_fulltext=1" rel="alternate" type="application/rss+xml" title="RSS">
into the layouts HEAD section. Posted the same info o mantis :-)
Except that doesn't have info on new client content, which is what Ddorda was talking about.

Re: RSS feed to the news

Posted: 19 Mar 2010, 15:19
by Rinblad
jaxad0127 wrote:Yes, RSS of game and site news would be good. Maybe merge them into one stream with three different outputs (news page, rss, game news).
This would be great! Please make it happen. (pretty please?) :wink: