2005 Oceania Cup
The 2005 Oceania Cup was an international rugby union competition for countries and territories from Oceania with national teams in the developmental band. It was run by the Federation of Oceania Rugby Unions, which is the administrative body for rugby in the Oceania region.
Date | 2 June– 26 October 2005 |
---|---|
Countries | |
Final positions | |
Champions | |
Runner-up | |
Tournament statistics | |
Matches played | 8 |
2006 → |
The tournament, won by the Cook Islands, also served as the first two rounds of the Oceania qualification for 2007 Rugby World Cup.
First round
Finals
Cook Islands won on aggregate (48-32) and was also admitted to Round four of Oceania qualification for 2007 RWC.
gollark: ...
gollark: Done.
gollark: https://pastebin.com/Frv3xkB9Full badly-commented thing.
gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
See also
- FORU Oceania Cup
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.