From e63dae11915a20934b10b8642676f27b4fcf849e Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 22 Feb 2024 16:58:02 +0100 Subject: Prechecks for po1 --- preseason/config/1n-po1.json | 21 +++++++++++++++++++++ preseason/config/1s-po1.json | 21 +++++++++++++++++++++ preseason/config/2ne-po1.json | 21 +++++++++++++++++++++ preseason/config/2nw-po1.json | 21 +++++++++++++++++++++ preseason/config/2se-po1.json | 21 +++++++++++++++++++++ preseason/config/2sw-po1a.json | 21 +++++++++++++++++++++ preseason/config/2sw-po1b.json | 21 +++++++++++++++++++++ preseason/config/logoh.centralne.playoff.html | 10 ++++++++++ 8 files changed, 157 insertions(+) create mode 100644 preseason/config/1n-po1.json create mode 100644 preseason/config/1s-po1.json create mode 100644 preseason/config/2ne-po1.json create mode 100644 preseason/config/2nw-po1.json create mode 100644 preseason/config/2se-po1.json create mode 100644 preseason/config/2sw-po1a.json create mode 100644 preseason/config/2sw-po1b.json create mode 100644 preseason/config/logoh.centralne.playoff.html (limited to 'preseason') diff --git a/preseason/config/1n-po1.json b/preseason/config/1n-po1.json new file mode 100644 index 0000000..6a74748 --- /dev/null +++ b/preseason/config/1n-po1.json @@ -0,0 +1,21 @@ +{ + "source": { + "path": "https://wyniki.pzbs.pl/liga/liga2023-24/1liga/n/", + "prefix": "npo1" + }, + "language": "miejsce", + "logoh": { + "template": "logoh.centralne.playoff.html", + "variables": { + "prefix": "npo1", + "groupprefix": "n", + "group": "N", + "league": "I", + "round": "1" + } + }, + "round_dates": [ + "2024-02-23, 19:30" + ], + "team_names": "../dumps/.cezar-teams-dmp202324_1n" +} diff --git a/preseason/config/1s-po1.json b/preseason/config/1s-po1.json new file mode 100644 index 0000000..2fee68a --- /dev/null +++ b/preseason/config/1s-po1.json @@ -0,0 +1,21 @@ +{ + "source": { + "path": "https://wyniki.pzbs.pl/liga/liga2023-24/1liga/s/", + "prefix": "spo1" + }, + "language": "miejsce", + "logoh": { + "template": "logoh.centralne.playoff.html", + "variables": { + "prefix": "spo1", + "groupprefix": "s", + "group": "S", + "league": "I", + "round": "1" + } + }, + "round_dates": [ + "2024-02-23, 19:30" + ], + "team_names": "../dumps/.cezar-teams-dmp202324_1s-po1" +} diff --git a/preseason/config/2ne-po1.json b/preseason/config/2ne-po1.json new file mode 100644 index 0000000..75f4b30 --- /dev/null +++ b/preseason/config/2ne-po1.json @@ -0,0 +1,21 @@ +{ + "source": { + "path": "https://wyniki.pzbs.pl/liga/liga2023-24/2liga/ne/", + "prefix": "nepo1" + }, + "language": "miejsce", + "logoh": { + "template": "logoh.centralne.playoff.html", + "variables": { + "prefix": "nepo1", + "groupprefix": "ne", + "group": "NE", + "league": "II", + "round": "1" + } + }, + "round_dates": [ + "2024-02-23, 19:30" + ], + "team_names": "../dumps/.cezar-teams-dmp202324_2ne-po1" +} diff --git a/preseason/config/2nw-po1.json b/preseason/config/2nw-po1.json new file mode 100644 index 0000000..11454a0 --- /dev/null +++ b/preseason/config/2nw-po1.json @@ -0,0 +1,21 @@ +{ + "source": { + "path": "https://wyniki.pzbs.pl/liga/liga2023-24/2liga/nw/", + "prefix": "nwpo1" + }, + "language": "miejsce", + "logoh": { + "template": "logoh.centralne.playoff.html", + "variables": { + "prefix": "nwpo1", + "groupprefix": "nw", + "group": "NW", + "league": "II", + "round": "1" + } + }, + "round_dates": [ + "2024-02-23, 19:30" + ], + "team_names": "../dumps/.cezar-teams-dmp202324_2nw" +} diff --git a/preseason/config/2se-po1.json b/preseason/config/2se-po1.json new file mode 100644 index 0000000..0d834ad --- /dev/null +++ b/preseason/config/2se-po1.json @@ -0,0 +1,21 @@ +{ + "source": { + "path": "https://wyniki.pzbs.pl/liga/liga2023-24/2liga/se/", + "prefix": "sepo1" + }, + "language": "miejsce", + "logoh": { + "template": "logoh.centralne.playoff.html", + "variables": { + "prefix": "sepo1", + "groupprefix": "se", + "group": "SE", + "league": "II", + "round": "1" + } + }, + "round_dates": [ + "2024-02-23, 19:30" + ], + "team_names": "../dumps/.cezar-teams-dmp202324_2se-po1" +} diff --git a/preseason/config/2sw-po1a.json b/preseason/config/2sw-po1a.json new file mode 100644 index 0000000..d0140ab --- /dev/null +++ b/preseason/config/2sw-po1a.json @@ -0,0 +1,21 @@ +{ + "source": { + "path": "https://wyniki.pzbs.pl/liga/liga2023-24/2liga/sw/", + "prefix": "swpo1a" + }, + "language": "miejsce", + "logoh": { + "template": "logoh.centralne.playoff.html", + "variables": { + "prefix": "swpo1a", + "groupprefix": "sw", + "group": "SW", + "league": "II", + "round": "1" + } + }, + "round_dates": [ + "2024-02-23, 19:30" + ], + "team_names": "../dumps/.cezar-teams-dmp202324_2sw-po1a" +} diff --git a/preseason/config/2sw-po1b.json b/preseason/config/2sw-po1b.json new file mode 100644 index 0000000..987b88c --- /dev/null +++ b/preseason/config/2sw-po1b.json @@ -0,0 +1,21 @@ +{ + "source": { + "path": "https://wyniki.pzbs.pl/liga/liga2023-24/2liga/sw/", + "prefix": "swpo1b" + }, + "language": "miejsce", + "logoh": { + "template": "logoh.centralne.playoff.html", + "variables": { + "prefix": "swpo1b", + "groupprefix": "sw", + "group": "SW", + "league": "II", + "round": "1" + } + }, + "round_dates": [ + "2024-02-24, 10:00" + ], + "team_names": "../dumps/.cezar-teams-dmp202324_2sw-po1b" +} diff --git a/preseason/config/logoh.centralne.playoff.html b/preseason/config/logoh.centralne.playoff.html new file mode 100644 index 0000000..51370e6 --- /dev/null +++ b/preseason/config/logoh.centralne.playoff.html @@ -0,0 +1,10 @@ + + +
+%league% liga DMP 2023/24
+Grupa %group% – %round%. runda play-off

+[ wyniki ]  +

+[ round-robin ]  +[ schemat rozgrywek ]  +
-- cgit v1.2.3