From 50afeaf7328a95539edc2d67a355f9b021d1d511 Mon Sep 17 00:00:00 2001 From: Michal Zimniewicz Date: Sat, 27 Jan 2018 00:00:28 +0100 Subject: emkael's origins --- 2ne.json | 255 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 255 insertions(+) create mode 100755 2ne.json (limited to '2ne.json') diff --git a/2ne.json b/2ne.json new file mode 100755 index 0000000..d3ebc94 --- /dev/null +++ b/2ne.json @@ -0,0 +1,255 @@ +{ + "output": "ii/ne/playoff.html", + "page": { + "title": "II liga NE, play-off", + "logoh": "", + "refresh": 30, + "width": 250, + "height": 80, + "margin": 60 + }, + "database": { + "host": "localhost", + "port": 3306, + "user": "admin", + "pass": "" + }, + "goniec": { + "enabled": 1, + "host": "localhost", + "port": 8090 + }, + "teams": [ + ["BC SUDOVIA INTERNATIONAL", "SUDOVIA"], + ["AUTOSTRADA EKSPLOATACJA & 2S MEDIA Warszawa", "2S MEDIA"], + ["K2", "K2"], + ["KBS LEGIONOWIANIN", "KBS"], + ["SPEKTR Mińsk", "Spektr"], + ["Gambling Ciechanów", "Gambling"], + ["SDK Tczew", "SDK"], + ["AUTO MIRAS Pępowo", "AUTO MIRAS"], + ["GAME OVER Gdańsk", "GAME OVER"], + ["COMPENSA Gdańsk", "COMPENSA"], + ["Mazovia Płock", "Mazovia"], + ["MAKABI Gdańsk", "MAKABI"], + ["GOK Bielsk", "GOK"], + ["Amado Trans Olsztyn", "Amado Trans"], + ["Dolina Narwi MOSiR Łomża", "Dolina Narwi"], + ["Akademia Brydża AZS UW Warszawa", "AZS UW"] + ], + "phases": [ + { + "title": "26 stycznia, 19:00", + "link": "#", + "dummies": [0, 2, 3, 6], + "matches": [ + { + "id": 1, + "database": "ii_ne_po_1", + "round": 1, + "table": 1, + "teams": [ + {"place": [2]}, + {"place": [3]} + ] + }, + { + "id": 2, + "database": "ii_ne_po_1", + "round": 1, + "table": 2, + "teams": [ + {"place": [7]}, + {"place": [9]} + ], + "winner": [7, 8] + }, + { + "id": 3, + "database": "ii_ne_po_1", + "round": 1, + "table": 3, + "teams": [ + {"place": [8]}, + {"place": [10]} + ], + "winner": [7, 8] + }, + { + "id": 4, + "database": "ii_ne_po_1", + "round": 1, + "table": 4, + "teams": [ + {"place": [11]}, + {"place": [13]} + ] + }, + { + "id": 5, + "database": "ii_ne_po_1", + "round": 1, + "table": 5, + "teams": [ + {"place": [12]}, + {"place": [14]} + ] + } + ] + }, + { + "title": "27 stycznia, 19:30", + "link": "#", + "dummies": [0], + "matches": [ + { + "id": 6, + "database": "ii_ne_po_2", + "round": 1, + "table": 1, + "teams": [ + {"loser": [1]}, + {"place": [5,6]} + ], + "loser": [5, 6] + }, + { + "id": 7, + "database": "ii_ne_po_2", + "round": 1, + "table": 2, + "teams": [ + {"place": [4]}, + {"place": [5,6]} + ], + "loser": [5, 6] + }, + { + "id": 8, + "database": "ii_ne_po_2", + "round": 1, + "table": 3, + "teams": [ + {"loser": [2]}, + {"winner": [4, 5]} + ], + "winner": [9, 10] + }, + { + "id": 9, + "database": "ii_ne_po_2", + "round": 1, + "table": 4, + "teams": [ + {"loser": [3]}, + {"winner": [4, 5]} + ], + "winner": [9, 10] + }, + { + "id": 10, + "database": "ii_ne_po_2", + "round": 1, + "table": 5, + "teams": [ + {"place": [15]}, + {"loser": [4, 5]} + ], + "loser": [15, 16] + }, + { + "id": 11, + "database": "ii_ne_po_2", + "round": 1, + "table": 6, + "teams": [ + {"place": [16]}, + {"loser": [4, 5]} + ], + "loser": [15, 16] + } + ] + }, + { + "title": "V zjazd", + "link": "#", + "matches": [ + { + "id": 12, + "database": "ii_ne_po_3", + "round": 1, + "table": 1, + "teams": [ + {"place": [1]}, + {"winner": [1, 6, 7]} + ] + }, + { + "id": 13, + "database": "ii_ne_po_3", + "round": 1, + "table": 2, + "teams": [ + {"winner": [1, 6, 7]}, + {"winner": [1, 6, 7]} + ] + }, + { + "id": 14, + "database": "ii_ne_po_3", + "round": 1, + "table": 3, + "teams": [ + {"loser": [8]}, + {"winner": [10, 11]} + ], + "winner": [11, 12], + "loser": [13, 14] + }, + { + "id": 15, + "database": "ii_ne_po_3b", + "round": 1, + "table": 1, + "teams": [ + {"loser": [9]}, + {"winner": [10, 11]} + ], + "winner": [11, 12], + "loser": [13, 14] + } + ] + }, + { + "title": "V zjazd", + "link": "#", + "dummies": [2, 3], + "matches": [ + { + "id": 16, + "database": "ii_ne_po_4", + "round": 1, + "table": 1, + "teams": [ + {"winner": [12, 13]}, + {"winner": [12, 13]} + ], + "winner": [1], + "loser": [2] + }, + { + "id": 17, + "database": "ii_ne_po_4", + "round": 1, + "table": 2, + "teams": [ + {"loser": [12, 13]}, + {"loser": [12, 13]} + ], + "winner": [3], + "loser": [4] + } + ] + } + ] +} -- cgit v1.2.3