diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ff5d4e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +### +# ignore build logs and db + +build.log +sport.db diff --git a/2016-17/2-liga1.yml b/2016-17/2-liga1.yml new file mode 100644 index 0000000..c8ba8e2 --- /dev/null +++ b/2016-17/2-liga1.yml @@ -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 diff --git a/Datafile b/Datafile new file mode 100644 index 0000000..52926dc --- /dev/null +++ b/Datafile @@ -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'