R60.org RSS Module
Sat, Oct 23, 2004; by Jonas Lindskog
A RSS module that adds elements at the <item> level specific for R60.org match and news data.
Change notes
-
2004-10-23 -- first version.
Description
These are the defined elements, totally twelve.
- type -- the type of match (ladder, league, cup)
- game -- the game associated with a match or news
- laddername -- if a ladder match, the name of the ladder.
- leaguename -- if a league match, the name of the league.
- leagueseason -- if a league match, the season number.
- leaguedivision -- if a league match, the division number.
- cupname -- if a cup match, the name of the cup.
- hometeam -- the home team of the match
- awayteam -- the away team of the match
- homescore -- the score of the home team. Multiple scores separated with a comma.
- awayscore -- the score of the away team. Multiple scores separated with a comma.
- maps -- the map(s) played in the match. Multiple maps separated with a comma.
- date -- an Unix timestamp of the match's date
Namespace declaration
xmlns:r60="http://www.r60.org/rss/module/"