Skip to content

Commit

Permalink
add datafile
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Aug 28, 2016
1 parent 8092a36 commit a48838e
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
###
# ignore build logs and db

build.log
sport.db
19 changes: 19 additions & 0 deletions 2016-17/2-liga1.yml
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
15 changes: 15 additions & 0 deletions Datafile
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'

0 comments on commit a48838e

Please sign in to comment.