-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6377e8b
commit 8f92613
Showing
11 changed files
with
5,865 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
{ | ||
"NHL": { | ||
"": { | ||
"": { | ||
"Arenas": { | ||
"teaminfo": { | ||
"affiliates": "", | ||
"area": "ON", | ||
"arena": "Arena Gardens", | ||
"city": "Toronto", | ||
"conference": "", | ||
"country": "CAN", | ||
"division": "", | ||
"fullarea": "Ontario", | ||
"fullcountry": "Canada", | ||
"fullname": "Toronto Arenas", | ||
"league": "NHL", | ||
"name": "Arenas", | ||
"prefix": "Toronto", | ||
"suffix": "" | ||
} | ||
}, | ||
"Canadiens": { | ||
"teaminfo": { | ||
"affiliates": "", | ||
"area": "QC", | ||
"arena": "Jubilee Rink", | ||
"city": "Montreal", | ||
"conference": "", | ||
"country": "CAN", | ||
"division": "", | ||
"fullarea": "Quebec", | ||
"fullcountry": "Canada", | ||
"fullname": "Montreal Canadiens", | ||
"league": "NHL", | ||
"name": "Canadiens", | ||
"prefix": "Montreal", | ||
"suffix": "" | ||
} | ||
}, | ||
"Senators": { | ||
"teaminfo": { | ||
"affiliates": "", | ||
"area": "ON", | ||
"arena": "The Arena", | ||
"city": "Ottawa", | ||
"conference": "", | ||
"country": "CAN", | ||
"division": "", | ||
"fullarea": "Ontario", | ||
"fullcountry": "Canada", | ||
"fullname": "Ottawa Senators", | ||
"league": "NHL", | ||
"name": "Senators", | ||
"prefix": "Ottawa", | ||
"suffix": "" | ||
} | ||
}, | ||
"divisioninfo": { | ||
"conference": "", | ||
"fullname": " Division", | ||
"league": "NHL", | ||
"name": "", | ||
"prefix": "", | ||
"suffix": "Division" | ||
}, | ||
"teamlist": [ | ||
"Senators", | ||
"Canadiens", | ||
"Arenas" | ||
] | ||
}, | ||
"conferenceinfo": { | ||
"fullname": " Conference", | ||
"league": "NHL", | ||
"name": "", | ||
"prefix": "", | ||
"suffix": "Conference" | ||
}, | ||
"divisionlist": [ | ||
"" | ||
] | ||
}, | ||
"arenas": [], | ||
"conferencelist": [ | ||
"" | ||
], | ||
"games": [], | ||
"leagueinfo": { | ||
"conferences": "no", | ||
"country": "CAN", | ||
"date": "19181221", | ||
"divisions": "no", | ||
"fullcountry": "Canada", | ||
"fullname": "National Hockey League", | ||
"name": "NHL", | ||
"ordertype": "ORDER BY Points DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC", | ||
"playofffmt": "League=2" | ||
}, | ||
"quickinfo": { | ||
"conferenceinfo": { | ||
"": { | ||
"fullname": " Conference", | ||
"league": "NHL", | ||
"name": "" | ||
} | ||
}, | ||
"divisioninfo": { | ||
"": { | ||
"conference": "", | ||
"fullname": " Division", | ||
"league": "NHL", | ||
"name": "" | ||
} | ||
}, | ||
"teaminfo": { | ||
"Arenas": { | ||
"conference": "", | ||
"division": "", | ||
"fullname": "Toronto Arenas", | ||
"league": "NHL", | ||
"name": "Arenas" | ||
}, | ||
"Canadiens": { | ||
"conference": "", | ||
"division": "", | ||
"fullname": "Montreal Canadiens", | ||
"league": "NHL", | ||
"name": "Canadiens" | ||
}, | ||
"Senators": { | ||
"conference": "", | ||
"division": "", | ||
"fullname": "Ottawa Senators", | ||
"league": "NHL", | ||
"name": "Senators" | ||
} | ||
} | ||
} | ||
}, | ||
"database": "./php/data/hockey1918-19.db3", | ||
"leaguelist": [ | ||
"NHL" | ||
] | ||
} |
Binary file not shown.
Oops, something went wrong.