From 833eca29d3b59ad4bf3fc881f63cd0d6e69d72c9 Mon Sep 17 00:00:00 2001 From: Bottersnike Date: Tue, 30 May 2023 00:27:24 +0100 Subject: [PATCH] Split sites --- docs.py | 4 ++-- templates/pages/{ => eamuse}/_keys.html | 0 templates/pages/{ => eamuse}/cardid.html | 0 templates/pages/{ => eamuse}/getting_started.html | 0 templates/pages/{ => eamuse}/index.html | 0 templates/pages/{ => eamuse}/motivation.html | 0 templates/pages/{ => eamuse}/packet.html | 0 templates/pages/{ => eamuse}/proto/apsmanager.html | 0 templates/pages/{ => eamuse}/proto/cardmng.html | 0 templates/pages/{ => eamuse}/proto/dlstatus.html | 0 templates/pages/{ => eamuse}/proto/eacoin.html | 0 templates/pages/{ => eamuse}/proto/esign.html | 0 templates/pages/{ => eamuse}/proto/esoc.html | 0 templates/pages/{ => eamuse}/proto/eventlog.html | 0 templates/pages/{ => eamuse}/proto/facility.html | 0 templates/pages/{ => eamuse}/proto/game/sv4.html | 0 templates/pages/{ => eamuse}/proto/matching.html | 0 templates/pages/{ => eamuse}/proto/message.html | 0 templates/pages/{ => eamuse}/proto/package.html | 0 templates/pages/{ => eamuse}/proto/pcbevent.html | 0 templates/pages/{ => eamuse}/proto/pcbtracker.html | 0 templates/pages/{ => eamuse}/proto/playerdata.html | 0 templates/pages/{ => eamuse}/proto/services.html | 0 templates/pages/{ => eamuse}/proto/sidmgr.html | 0 templates/pages/{ => eamuse}/proto/system.html | 0 templates/pages/{ => eamuse}/proto/traceroute.html | 0 templates/pages/{ => eamuse}/proto/userdata.html | 0 templates/pages/{ => eamuse}/protocol.html | 0 templates/pages/{ => eamuse}/server.html | 0 templates/pages/{ => eamuse}/smartea.html | 0 .../pages/{ => eamuse}/smartea.op2_common.get_music_info.html | 0 templates/pages/{ => eamuse}/transport.html | 0 templates/pages/{ => eamuse}/unlocks.html | 0 33 files changed, 2 insertions(+), 2 deletions(-) rename templates/pages/{ => eamuse}/_keys.html (100%) rename templates/pages/{ => eamuse}/cardid.html (100%) rename templates/pages/{ => eamuse}/getting_started.html (100%) rename templates/pages/{ => eamuse}/index.html (100%) rename templates/pages/{ => eamuse}/motivation.html (100%) rename templates/pages/{ => eamuse}/packet.html (100%) rename templates/pages/{ => eamuse}/proto/apsmanager.html (100%) rename templates/pages/{ => eamuse}/proto/cardmng.html (100%) rename templates/pages/{ => eamuse}/proto/dlstatus.html (100%) rename templates/pages/{ => eamuse}/proto/eacoin.html (100%) rename templates/pages/{ => eamuse}/proto/esign.html (100%) rename templates/pages/{ => eamuse}/proto/esoc.html (100%) rename templates/pages/{ => eamuse}/proto/eventlog.html (100%) rename templates/pages/{ => eamuse}/proto/facility.html (100%) rename templates/pages/{ => eamuse}/proto/game/sv4.html (100%) rename templates/pages/{ => eamuse}/proto/matching.html (100%) rename templates/pages/{ => eamuse}/proto/message.html (100%) rename templates/pages/{ => eamuse}/proto/package.html (100%) rename templates/pages/{ => eamuse}/proto/pcbevent.html (100%) rename templates/pages/{ => eamuse}/proto/pcbtracker.html (100%) rename templates/pages/{ => eamuse}/proto/playerdata.html (100%) rename templates/pages/{ => eamuse}/proto/services.html (100%) rename templates/pages/{ => eamuse}/proto/sidmgr.html (100%) rename templates/pages/{ => eamuse}/proto/system.html (100%) rename templates/pages/{ => eamuse}/proto/traceroute.html (100%) rename templates/pages/{ => eamuse}/proto/userdata.html (100%) rename templates/pages/{ => eamuse}/protocol.html (100%) rename templates/pages/{ => eamuse}/server.html (100%) rename templates/pages/{ => eamuse}/smartea.html (100%) rename templates/pages/{ => eamuse}/smartea.op2_common.get_music_info.html (100%) rename templates/pages/{ => eamuse}/transport.html (100%) rename templates/pages/{ => eamuse}/unlocks.html (100%) diff --git a/docs.py b/docs.py index 9753068..d7c6f97 100644 --- a/docs.py +++ b/docs.py @@ -27,7 +27,7 @@ TOC_HTAG_LEVELS = {"1", "2"} HOST = "https://bsnk.me" TEMPLATES = "templates" -PAGES_BASE = "pages" +PAGES_BASE = os.environ.get("EA_PROOT", "pages") STATIC = ["images", "static", "mice"] ROOT = os.environ.get("EA_ROOT", "") @@ -73,7 +73,7 @@ SEGA_CONTENTS = { }), } CONTENTS = { - "": EAMUSE_CONTENTS, + "eamuse": EAMUSE_CONTENTS, "sega": SEGA_CONTENTS } diff --git a/templates/pages/_keys.html b/templates/pages/eamuse/_keys.html similarity index 100% rename from templates/pages/_keys.html rename to templates/pages/eamuse/_keys.html diff --git a/templates/pages/cardid.html b/templates/pages/eamuse/cardid.html similarity index 100% rename from templates/pages/cardid.html rename to templates/pages/eamuse/cardid.html diff --git a/templates/pages/getting_started.html b/templates/pages/eamuse/getting_started.html similarity index 100% rename from templates/pages/getting_started.html rename to templates/pages/eamuse/getting_started.html diff --git a/templates/pages/index.html b/templates/pages/eamuse/index.html similarity index 100% rename from templates/pages/index.html rename to templates/pages/eamuse/index.html diff --git a/templates/pages/motivation.html b/templates/pages/eamuse/motivation.html similarity index 100% rename from templates/pages/motivation.html rename to templates/pages/eamuse/motivation.html diff --git a/templates/pages/packet.html b/templates/pages/eamuse/packet.html similarity index 100% rename from templates/pages/packet.html rename to templates/pages/eamuse/packet.html diff --git a/templates/pages/proto/apsmanager.html b/templates/pages/eamuse/proto/apsmanager.html similarity index 100% rename from templates/pages/proto/apsmanager.html rename to templates/pages/eamuse/proto/apsmanager.html diff --git a/templates/pages/proto/cardmng.html b/templates/pages/eamuse/proto/cardmng.html similarity index 100% rename from templates/pages/proto/cardmng.html rename to templates/pages/eamuse/proto/cardmng.html diff --git a/templates/pages/proto/dlstatus.html b/templates/pages/eamuse/proto/dlstatus.html similarity index 100% rename from templates/pages/proto/dlstatus.html rename to templates/pages/eamuse/proto/dlstatus.html diff --git a/templates/pages/proto/eacoin.html b/templates/pages/eamuse/proto/eacoin.html similarity index 100% rename from templates/pages/proto/eacoin.html rename to templates/pages/eamuse/proto/eacoin.html diff --git a/templates/pages/proto/esign.html b/templates/pages/eamuse/proto/esign.html similarity index 100% rename from templates/pages/proto/esign.html rename to templates/pages/eamuse/proto/esign.html diff --git a/templates/pages/proto/esoc.html b/templates/pages/eamuse/proto/esoc.html similarity index 100% rename from templates/pages/proto/esoc.html rename to templates/pages/eamuse/proto/esoc.html diff --git a/templates/pages/proto/eventlog.html b/templates/pages/eamuse/proto/eventlog.html similarity index 100% rename from templates/pages/proto/eventlog.html rename to templates/pages/eamuse/proto/eventlog.html diff --git a/templates/pages/proto/facility.html b/templates/pages/eamuse/proto/facility.html similarity index 100% rename from templates/pages/proto/facility.html rename to templates/pages/eamuse/proto/facility.html diff --git a/templates/pages/proto/game/sv4.html b/templates/pages/eamuse/proto/game/sv4.html similarity index 100% rename from templates/pages/proto/game/sv4.html rename to templates/pages/eamuse/proto/game/sv4.html diff --git a/templates/pages/proto/matching.html b/templates/pages/eamuse/proto/matching.html similarity index 100% rename from templates/pages/proto/matching.html rename to templates/pages/eamuse/proto/matching.html diff --git a/templates/pages/proto/message.html b/templates/pages/eamuse/proto/message.html similarity index 100% rename from templates/pages/proto/message.html rename to templates/pages/eamuse/proto/message.html diff --git a/templates/pages/proto/package.html b/templates/pages/eamuse/proto/package.html similarity index 100% rename from templates/pages/proto/package.html rename to templates/pages/eamuse/proto/package.html diff --git a/templates/pages/proto/pcbevent.html b/templates/pages/eamuse/proto/pcbevent.html similarity index 100% rename from templates/pages/proto/pcbevent.html rename to templates/pages/eamuse/proto/pcbevent.html diff --git a/templates/pages/proto/pcbtracker.html b/templates/pages/eamuse/proto/pcbtracker.html similarity index 100% rename from templates/pages/proto/pcbtracker.html rename to templates/pages/eamuse/proto/pcbtracker.html diff --git a/templates/pages/proto/playerdata.html b/templates/pages/eamuse/proto/playerdata.html similarity index 100% rename from templates/pages/proto/playerdata.html rename to templates/pages/eamuse/proto/playerdata.html diff --git a/templates/pages/proto/services.html b/templates/pages/eamuse/proto/services.html similarity index 100% rename from templates/pages/proto/services.html rename to templates/pages/eamuse/proto/services.html diff --git a/templates/pages/proto/sidmgr.html b/templates/pages/eamuse/proto/sidmgr.html similarity index 100% rename from templates/pages/proto/sidmgr.html rename to templates/pages/eamuse/proto/sidmgr.html diff --git a/templates/pages/proto/system.html b/templates/pages/eamuse/proto/system.html similarity index 100% rename from templates/pages/proto/system.html rename to templates/pages/eamuse/proto/system.html diff --git a/templates/pages/proto/traceroute.html b/templates/pages/eamuse/proto/traceroute.html similarity index 100% rename from templates/pages/proto/traceroute.html rename to templates/pages/eamuse/proto/traceroute.html diff --git a/templates/pages/proto/userdata.html b/templates/pages/eamuse/proto/userdata.html similarity index 100% rename from templates/pages/proto/userdata.html rename to templates/pages/eamuse/proto/userdata.html diff --git a/templates/pages/protocol.html b/templates/pages/eamuse/protocol.html similarity index 100% rename from templates/pages/protocol.html rename to templates/pages/eamuse/protocol.html diff --git a/templates/pages/server.html b/templates/pages/eamuse/server.html similarity index 100% rename from templates/pages/server.html rename to templates/pages/eamuse/server.html diff --git a/templates/pages/smartea.html b/templates/pages/eamuse/smartea.html similarity index 100% rename from templates/pages/smartea.html rename to templates/pages/eamuse/smartea.html diff --git a/templates/pages/smartea.op2_common.get_music_info.html b/templates/pages/eamuse/smartea.op2_common.get_music_info.html similarity index 100% rename from templates/pages/smartea.op2_common.get_music_info.html rename to templates/pages/eamuse/smartea.op2_common.get_music_info.html diff --git a/templates/pages/transport.html b/templates/pages/eamuse/transport.html similarity index 100% rename from templates/pages/transport.html rename to templates/pages/eamuse/transport.html diff --git a/templates/pages/unlocks.html b/templates/pages/eamuse/unlocks.html similarity index 100% rename from templates/pages/unlocks.html rename to templates/pages/eamuse/unlocks.html