-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
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,5 @@ | ||
### | ||
# ignore build logs and db | ||
|
||
build.log | ||
sport.db |
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,19 @@ | ||
league: at.2 | ||
season: 2016/17 | ||
start_at: 2016-07-22 | ||
|
||
fixtures: | ||
- 2-liga1-i | ||
- 2-liga1-ii | ||
|
||
10 Teams: | ||
- FC Liefering | ||
- SV Horn | ||
- FC Blau Weiß Linz | ||
- WSG Wattens | ||
- FC Wacker Innsbruck | ||
- Floridsdorfer AC | ||
- Kapfenberger SV 1919 | ||
- SC Wiener Neustadt | ||
- Austria Lustenau | ||
- LASK Linz |
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,15 @@ | ||
############################################## | ||
# Datafile for Austria / Österreich | ||
# | ||
# use (inside the at-austria/ folder) | ||
# $ sportdb build | ||
|
||
|
||
inline do | ||
Country.parse 'at', 'Austria', 'AUT', '83_871 km²', '8_414_638' | ||
end | ||
|
||
football 'at-austria' | ||
|
||
## note: for now use only 2016-17.txt setup (not the default all.txt) | ||
## football 'at-austria', setup: '2016-17' |