diff --git a/zdocker/README.md b/docker/README.md similarity index 100% rename from zdocker/README.md rename to docker/README.md diff --git a/zdocker/monitoring/.gitignore b/docker/monitoring/.gitignore similarity index 100% rename from zdocker/monitoring/.gitignore rename to docker/monitoring/.gitignore diff --git a/zdocker/monitoring/README.md b/docker/monitoring/README.md similarity index 100% rename from zdocker/monitoring/README.md rename to docker/monitoring/README.md diff --git a/zdocker/monitoring/dashboards/.gitkeep b/docker/monitoring/dashboards/.gitkeep similarity index 100% rename from zdocker/monitoring/dashboards/.gitkeep rename to docker/monitoring/dashboards/.gitkeep diff --git a/zdocker/monitoring/datasource.yaml b/docker/monitoring/datasource.yaml similarity index 100% rename from zdocker/monitoring/datasource.yaml rename to docker/monitoring/datasource.yaml diff --git a/zdocker/monitoring/docker-compose.yaml b/docker/monitoring/docker-compose.yaml similarity index 100% rename from zdocker/monitoring/docker-compose.yaml rename to docker/monitoring/docker-compose.yaml diff --git a/zdocker/monitoring/loki.yaml b/docker/monitoring/loki.yaml similarity index 100% rename from zdocker/monitoring/loki.yaml rename to docker/monitoring/loki.yaml diff --git a/zdocker/monitoring/otel-collector.yaml b/docker/monitoring/otel-collector.yaml similarity index 100% rename from zdocker/monitoring/otel-collector.yaml rename to docker/monitoring/otel-collector.yaml diff --git a/zdocker/monitoring/prometheus.yaml b/docker/monitoring/prometheus.yaml similarity index 100% rename from zdocker/monitoring/prometheus.yaml rename to docker/monitoring/prometheus.yaml diff --git a/zdocker/monitoring/sql/apolloconfigdb.sql b/docker/monitoring/sql/apolloconfigdb.sql similarity index 100% rename from zdocker/monitoring/sql/apolloconfigdb.sql rename to docker/monitoring/sql/apolloconfigdb.sql diff --git a/zdocker/monitoring/sql/apolloportaldb.sql b/docker/monitoring/sql/apolloportaldb.sql similarity index 100% rename from zdocker/monitoring/sql/apolloportaldb.sql rename to docker/monitoring/sql/apolloportaldb.sql diff --git a/zdocker/monitoring/vector.toml b/docker/monitoring/vector.toml similarity index 100% rename from zdocker/monitoring/vector.toml rename to docker/monitoring/vector.toml diff --git a/zdocker/redis/Dockerfile b/docker/redis/Dockerfile similarity index 100% rename from zdocker/redis/Dockerfile rename to docker/redis/Dockerfile diff --git a/zdocker/redis/Makefile b/docker/redis/Makefile similarity index 100% rename from zdocker/redis/Makefile rename to docker/redis/Makefile diff --git a/zdocker/redis/README.md b/docker/redis/README.md similarity index 100% rename from zdocker/redis/README.md rename to docker/redis/README.md diff --git a/zdocker/redis/docker-compose.yml b/docker/redis/docker-compose.yml similarity index 100% rename from zdocker/redis/docker-compose.yml rename to docker/redis/docker-compose.yml diff --git a/zdocker/redis/docker-entrypoint.sh b/docker/redis/docker-entrypoint.sh similarity index 100% rename from zdocker/redis/docker-entrypoint.sh rename to docker/redis/docker-entrypoint.sh diff --git a/zdocker/redis/generate-supervisor-conf.sh b/docker/redis/generate-supervisor-conf.sh similarity index 100% rename from zdocker/redis/generate-supervisor-conf.sh rename to docker/redis/generate-supervisor-conf.sh diff --git a/zdocker/redis/redis-cluster.tmpl b/docker/redis/redis-cluster.tmpl similarity index 100% rename from zdocker/redis/redis-cluster.tmpl rename to docker/redis/redis-cluster.tmpl diff --git a/zdocker/redis/redis.tmpl b/docker/redis/redis.tmpl similarity index 100% rename from zdocker/redis/redis.tmpl rename to docker/redis/redis.tmpl diff --git a/zdocker/redis/sentinel.tmpl b/docker/redis/sentinel.tmpl similarity index 100% rename from zdocker/redis/sentinel.tmpl rename to docker/redis/sentinel.tmpl diff --git a/zdocker/redis/tasks.py b/docker/redis/tasks.py similarity index 100% rename from zdocker/redis/tasks.py rename to docker/redis/tasks.py diff --git a/zdocker/tidb/.gitignore b/docker/tidb/.gitignore similarity index 100% rename from zdocker/tidb/.gitignore rename to docker/tidb/.gitignore diff --git a/zdocker/tidb/.travis.yml b/docker/tidb/.travis.yml similarity index 100% rename from zdocker/tidb/.travis.yml rename to docker/tidb/.travis.yml diff --git a/zdocker/tidb/README.md b/docker/tidb/README.md similarity index 100% rename from zdocker/tidb/README.md rename to docker/tidb/README.md diff --git a/zdocker/tidb/compose/Chart.yaml b/docker/tidb/compose/Chart.yaml similarity index 100% rename from zdocker/tidb/compose/Chart.yaml rename to docker/tidb/compose/Chart.yaml diff --git a/zdocker/tidb/compose/templates/_helpers.tpl b/docker/tidb/compose/templates/_helpers.tpl similarity index 100% rename from zdocker/tidb/compose/templates/_helpers.tpl rename to docker/tidb/compose/templates/_helpers.tpl diff --git a/zdocker/tidb/compose/templates/docker-compose.yml b/docker/tidb/compose/templates/docker-compose.yml similarity index 100% rename from zdocker/tidb/compose/templates/docker-compose.yml rename to docker/tidb/compose/templates/docker-compose.yml diff --git a/zdocker/tidb/compose/values.yaml b/docker/tidb/compose/values.yaml similarity index 100% rename from zdocker/tidb/compose/values.yaml rename to docker/tidb/compose/values.yaml diff --git a/zdocker/tidb/config/dashboards/README.md b/docker/tidb/config/dashboards/README.md similarity index 100% rename from zdocker/tidb/config/dashboards/README.md rename to docker/tidb/config/dashboards/README.md diff --git a/zdocker/tidb/config/dashboards/overview.json b/docker/tidb/config/dashboards/overview.json similarity index 100% rename from zdocker/tidb/config/dashboards/overview.json rename to docker/tidb/config/dashboards/overview.json diff --git a/zdocker/tidb/config/dashboards/pd.json b/docker/tidb/config/dashboards/pd.json similarity index 100% rename from zdocker/tidb/config/dashboards/pd.json rename to docker/tidb/config/dashboards/pd.json diff --git a/zdocker/tidb/config/dashboards/tidb.json b/docker/tidb/config/dashboards/tidb.json similarity index 100% rename from zdocker/tidb/config/dashboards/tidb.json rename to docker/tidb/config/dashboards/tidb.json diff --git a/zdocker/tidb/config/dashboards/tikv_pull.json b/docker/tidb/config/dashboards/tikv_pull.json similarity index 100% rename from zdocker/tidb/config/dashboards/tikv_pull.json rename to docker/tidb/config/dashboards/tikv_pull.json diff --git a/zdocker/tidb/config/drainer.toml b/docker/tidb/config/drainer.toml similarity index 100% rename from zdocker/tidb/config/drainer.toml rename to docker/tidb/config/drainer.toml diff --git a/zdocker/tidb/config/grafana-datasource.json b/docker/tidb/config/grafana-datasource.json similarity index 100% rename from zdocker/tidb/config/grafana-datasource.json rename to docker/tidb/config/grafana-datasource.json diff --git a/zdocker/tidb/config/grafana/grafana.ini b/docker/tidb/config/grafana/grafana.ini similarity index 100% rename from zdocker/tidb/config/grafana/grafana.ini rename to docker/tidb/config/grafana/grafana.ini diff --git a/zdocker/tidb/config/grafana/provisioning/dashboards/dashboards.yaml b/docker/tidb/config/grafana/provisioning/dashboards/dashboards.yaml similarity index 100% rename from zdocker/tidb/config/grafana/provisioning/dashboards/dashboards.yaml rename to docker/tidb/config/grafana/provisioning/dashboards/dashboards.yaml diff --git a/zdocker/tidb/config/grafana/provisioning/datasources/datasources.yaml b/docker/tidb/config/grafana/provisioning/datasources/datasources.yaml similarity index 100% rename from zdocker/tidb/config/grafana/provisioning/datasources/datasources.yaml rename to docker/tidb/config/grafana/provisioning/datasources/datasources.yaml diff --git a/zdocker/tidb/config/overview-dashboard.json b/docker/tidb/config/overview-dashboard.json similarity index 100% rename from zdocker/tidb/config/overview-dashboard.json rename to docker/tidb/config/overview-dashboard.json diff --git a/zdocker/tidb/config/pd-dashboard.json b/docker/tidb/config/pd-dashboard.json similarity index 100% rename from zdocker/tidb/config/pd-dashboard.json rename to docker/tidb/config/pd-dashboard.json diff --git a/zdocker/tidb/config/pd-nightly-tiflash.toml b/docker/tidb/config/pd-nightly-tiflash.toml similarity index 100% rename from zdocker/tidb/config/pd-nightly-tiflash.toml rename to docker/tidb/config/pd-nightly-tiflash.toml diff --git a/zdocker/tidb/config/pd.rules.yml b/docker/tidb/config/pd.rules.yml similarity index 100% rename from zdocker/tidb/config/pd.rules.yml rename to docker/tidb/config/pd.rules.yml diff --git a/zdocker/tidb/config/pd.toml b/docker/tidb/config/pd.toml similarity index 100% rename from zdocker/tidb/config/pd.toml rename to docker/tidb/config/pd.toml diff --git a/zdocker/tidb/config/prometheus.yml b/docker/tidb/config/prometheus.yml similarity index 100% rename from zdocker/tidb/config/prometheus.yml rename to docker/tidb/config/prometheus.yml diff --git a/zdocker/tidb/config/pump.toml b/docker/tidb/config/pump.toml similarity index 100% rename from zdocker/tidb/config/pump.toml rename to docker/tidb/config/pump.toml diff --git a/zdocker/tidb/config/spark-defaults.conf b/docker/tidb/config/spark-defaults.conf similarity index 100% rename from zdocker/tidb/config/spark-defaults.conf rename to docker/tidb/config/spark-defaults.conf diff --git a/zdocker/tidb/config/tidb-dashboard.json b/docker/tidb/config/tidb-dashboard.json similarity index 100% rename from zdocker/tidb/config/tidb-dashboard.json rename to docker/tidb/config/tidb-dashboard.json diff --git a/zdocker/tidb/config/tidb.rules.yml b/docker/tidb/config/tidb.rules.yml similarity index 100% rename from zdocker/tidb/config/tidb.rules.yml rename to docker/tidb/config/tidb.rules.yml diff --git a/zdocker/tidb/config/tidb.toml b/docker/tidb/config/tidb.toml similarity index 100% rename from zdocker/tidb/config/tidb.toml rename to docker/tidb/config/tidb.toml diff --git a/zdocker/tidb/config/tiflash-learner-nightly.toml b/docker/tidb/config/tiflash-learner-nightly.toml similarity index 100% rename from zdocker/tidb/config/tiflash-learner-nightly.toml rename to docker/tidb/config/tiflash-learner-nightly.toml diff --git a/zdocker/tidb/config/tiflash-nightly.toml b/docker/tidb/config/tiflash-nightly.toml similarity index 100% rename from zdocker/tidb/config/tiflash-nightly.toml rename to docker/tidb/config/tiflash-nightly.toml diff --git a/zdocker/tidb/config/tikv-dashboard.json b/docker/tidb/config/tikv-dashboard.json similarity index 100% rename from zdocker/tidb/config/tikv-dashboard.json rename to docker/tidb/config/tikv-dashboard.json diff --git a/zdocker/tidb/config/tikv.rules.yml b/docker/tidb/config/tikv.rules.yml similarity index 100% rename from zdocker/tidb/config/tikv.rules.yml rename to docker/tidb/config/tikv.rules.yml diff --git a/zdocker/tidb/config/tikv.toml b/docker/tidb/config/tikv.toml similarity index 100% rename from zdocker/tidb/config/tikv.toml rename to docker/tidb/config/tikv.toml diff --git a/zdocker/tidb/dashboard-installer/Dockerfile b/docker/tidb/dashboard-installer/Dockerfile similarity index 100% rename from zdocker/tidb/dashboard-installer/Dockerfile rename to docker/tidb/dashboard-installer/Dockerfile diff --git a/zdocker/tidb/dashboard-installer/README.md b/docker/tidb/dashboard-installer/README.md similarity index 100% rename from zdocker/tidb/dashboard-installer/README.md rename to docker/tidb/dashboard-installer/README.md diff --git a/zdocker/tidb/dashboard-installer/dashboards/LICENSE b/docker/tidb/dashboard-installer/dashboards/LICENSE similarity index 100% rename from zdocker/tidb/dashboard-installer/dashboards/LICENSE rename to docker/tidb/dashboard-installer/dashboards/LICENSE diff --git a/zdocker/tidb/dashboard-installer/dashboards/datasource.json b/docker/tidb/dashboard-installer/dashboards/datasource.json similarity index 100% rename from zdocker/tidb/dashboard-installer/dashboards/datasource.json rename to docker/tidb/dashboard-installer/dashboards/datasource.json diff --git a/zdocker/tidb/dashboard-installer/dashboards/dests.json b/docker/tidb/dashboard-installer/dashboards/dests.json similarity index 100% rename from zdocker/tidb/dashboard-installer/dashboards/dests.json rename to docker/tidb/dashboard-installer/dashboards/dests.json diff --git a/zdocker/tidb/dashboard-installer/dashboards/grafana-config-copy.py b/docker/tidb/dashboard-installer/dashboards/grafana-config-copy.py similarity index 100% rename from zdocker/tidb/dashboard-installer/dashboards/grafana-config-copy.py rename to docker/tidb/dashboard-installer/dashboards/grafana-config-copy.py diff --git a/zdocker/tidb/dashboard-installer/dashboards/overview.json b/docker/tidb/dashboard-installer/dashboards/overview.json similarity index 100% rename from zdocker/tidb/dashboard-installer/dashboards/overview.json rename to docker/tidb/dashboard-installer/dashboards/overview.json diff --git a/zdocker/tidb/dashboard-installer/dashboards/pd.json b/docker/tidb/dashboard-installer/dashboards/pd.json similarity index 100% rename from zdocker/tidb/dashboard-installer/dashboards/pd.json rename to docker/tidb/dashboard-installer/dashboards/pd.json diff --git a/zdocker/tidb/dashboard-installer/dashboards/tidb-dashboard-installer.sh b/docker/tidb/dashboard-installer/dashboards/tidb-dashboard-installer.sh similarity index 100% rename from zdocker/tidb/dashboard-installer/dashboards/tidb-dashboard-installer.sh rename to docker/tidb/dashboard-installer/dashboards/tidb-dashboard-installer.sh diff --git a/zdocker/tidb/dashboard-installer/dashboards/tidb.json b/docker/tidb/dashboard-installer/dashboards/tidb.json similarity index 100% rename from zdocker/tidb/dashboard-installer/dashboards/tidb.json rename to docker/tidb/dashboard-installer/dashboards/tidb.json diff --git a/zdocker/tidb/dashboard-installer/dashboards/tikv.json b/docker/tidb/dashboard-installer/dashboards/tikv.json similarity index 100% rename from zdocker/tidb/dashboard-installer/dashboards/tikv.json rename to docker/tidb/dashboard-installer/dashboards/tikv.json diff --git a/zdocker/tidb/docker-compose-binlog.yml b/docker/tidb/docker-compose-binlog.yml similarity index 100% rename from zdocker/tidb/docker-compose-binlog.yml rename to docker/tidb/docker-compose-binlog.yml diff --git a/zdocker/tidb/docker-compose-test.yml b/docker/tidb/docker-compose-test.yml similarity index 100% rename from zdocker/tidb/docker-compose-test.yml rename to docker/tidb/docker-compose-test.yml diff --git a/zdocker/tidb/docker-compose-tiflash-nightly.yml b/docker/tidb/docker-compose-tiflash-nightly.yml similarity index 100% rename from zdocker/tidb/docker-compose-tiflash-nightly.yml rename to docker/tidb/docker-compose-tiflash-nightly.yml diff --git a/zdocker/tidb/docker-compose.yml b/docker/tidb/docker-compose.yml similarity index 100% rename from zdocker/tidb/docker-compose.yml rename to docker/tidb/docker-compose.yml diff --git a/zdocker/tidb/docker-swarm.yml b/docker/tidb/docker-swarm.yml similarity index 100% rename from zdocker/tidb/docker-swarm.yml rename to docker/tidb/docker-swarm.yml diff --git a/zdocker/tidb/docker/debug/Dockerfile b/docker/tidb/docker/debug/Dockerfile similarity index 100% rename from zdocker/tidb/docker/debug/Dockerfile rename to docker/tidb/docker/debug/Dockerfile diff --git a/zdocker/tidb/docker/debug/run_flamegraph.sh b/docker/tidb/docker/debug/run_flamegraph.sh similarity index 100% rename from zdocker/tidb/docker/debug/run_flamegraph.sh rename to docker/tidb/docker/debug/run_flamegraph.sh diff --git a/zdocker/tidb/pd/Dockerfile b/docker/tidb/pd/Dockerfile similarity index 100% rename from zdocker/tidb/pd/Dockerfile rename to docker/tidb/pd/Dockerfile diff --git a/zdocker/tidb/tidb-binlog/Dockerfile b/docker/tidb/tidb-binlog/Dockerfile similarity index 100% rename from zdocker/tidb/tidb-binlog/Dockerfile rename to docker/tidb/tidb-binlog/Dockerfile diff --git a/zdocker/tidb/tidb-vision/Dockerfile b/docker/tidb/tidb-vision/Dockerfile similarity index 100% rename from zdocker/tidb/tidb-vision/Dockerfile rename to docker/tidb/tidb-vision/Dockerfile diff --git a/zdocker/tidb/tidb/Dockerfile b/docker/tidb/tidb/Dockerfile similarity index 100% rename from zdocker/tidb/tidb/Dockerfile rename to docker/tidb/tidb/Dockerfile diff --git a/zdocker/tidb/tikv/Dockerfile b/docker/tidb/tikv/Dockerfile similarity index 100% rename from zdocker/tidb/tikv/Dockerfile rename to docker/tidb/tikv/Dockerfile diff --git a/zdocker/tidb/tispark/Dockerfile b/docker/tidb/tispark/Dockerfile similarity index 100% rename from zdocker/tidb/tispark/Dockerfile rename to docker/tidb/tispark/Dockerfile diff --git a/zdocker/tidb/tispark/conf/log4j.properties b/docker/tidb/tispark/conf/log4j.properties similarity index 100% rename from zdocker/tidb/tispark/conf/log4j.properties rename to docker/tidb/tispark/conf/log4j.properties diff --git a/zdocker/tidb/tispark/spark-2.3.3/session.py b/docker/tidb/tispark/spark-2.3.3/session.py similarity index 100% rename from zdocker/tidb/tispark/spark-2.3.3/session.py rename to docker/tidb/tispark/spark-2.3.3/session.py diff --git a/zdocker/tidb/tispark/spark-2.4.3/session.py b/docker/tidb/tispark/spark-2.4.3/session.py similarity index 100% rename from zdocker/tidb/tispark/spark-2.4.3/session.py rename to docker/tidb/tispark/spark-2.4.3/session.py diff --git a/zdocker/tidb/tispark/tispark-tests/tests/loaddata.sh b/docker/tidb/tispark/tispark-tests/tests/loaddata.sh similarity index 100% rename from zdocker/tidb/tispark/tispark-tests/tests/loaddata.sh rename to docker/tidb/tispark/tispark-tests/tests/loaddata.sh diff --git a/zdocker/tidb/tispark/tispark-tests/tests/tests.py b/docker/tidb/tispark/tispark-tests/tests/tests.py similarity index 100% rename from zdocker/tidb/tispark/tispark-tests/tests/tests.py rename to docker/tidb/tispark/tispark-tests/tests/tests.py diff --git a/zdocker/tidb/tools/container_debug b/docker/tidb/tools/container_debug similarity index 100% rename from zdocker/tidb/tools/container_debug rename to docker/tidb/tools/container_debug diff --git a/zdocs/README.md b/docs/README.md similarity index 97% rename from zdocs/README.md rename to docs/README.md index 6a89740..592bf2a 100644 --- a/zdocs/README.md +++ b/docs/README.md @@ -13,9 +13,6 @@ https://github.com/google/zx Nexe is a command-line utility that compiles your Node.js application into a single executable file https://github.com/nexe/nexe -ShellJS - Unix shell commands for Node.js -https://github.com/shelljs/shelljs - https://github.com/cloudwu/skynet/issues/288 diff --git a/zdocs/lua-style-guide/README.md b/docs/lua-style-guide/README.md similarity index 100% rename from zdocs/lua-style-guide/README.md rename to docs/lua-style-guide/README.md diff --git a/zmisc/README.md b/misc/README.md similarity index 100% rename from zmisc/README.md rename to misc/README.md diff --git a/zmisc/behavior3editor/.gitignore b/misc/behavior3editor/.gitignore similarity index 100% rename from zmisc/behavior3editor/.gitignore rename to misc/behavior3editor/.gitignore diff --git a/zmisc/behavior3editor/.npmrc b/misc/behavior3editor/.npmrc similarity index 100% rename from zmisc/behavior3editor/.npmrc rename to misc/behavior3editor/.npmrc diff --git a/zmisc/behavior3editor/.prettierrc b/misc/behavior3editor/.prettierrc similarity index 100% rename from zmisc/behavior3editor/.prettierrc rename to misc/behavior3editor/.prettierrc diff --git a/zmisc/behavior3editor/README.md b/misc/behavior3editor/README.md similarity index 100% rename from zmisc/behavior3editor/README.md rename to misc/behavior3editor/README.md diff --git a/zmisc/behavior3editor/common/BatchExec.ts b/misc/behavior3editor/common/BatchExec.ts similarity index 100% rename from zmisc/behavior3editor/common/BatchExec.ts rename to misc/behavior3editor/common/BatchExec.ts diff --git a/zmisc/behavior3editor/common/BehaviorTreeModel.ts b/misc/behavior3editor/common/BehaviorTreeModel.ts similarity index 100% rename from zmisc/behavior3editor/common/BehaviorTreeModel.ts rename to misc/behavior3editor/common/BehaviorTreeModel.ts diff --git a/zmisc/behavior3editor/common/MainEventType.ts b/misc/behavior3editor/common/MainEventType.ts similarity index 100% rename from zmisc/behavior3editor/common/MainEventType.ts rename to misc/behavior3editor/common/MainEventType.ts diff --git a/zmisc/behavior3editor/common/Utils.ts b/misc/behavior3editor/common/Utils.ts similarity index 100% rename from zmisc/behavior3editor/common/Utils.ts rename to misc/behavior3editor/common/Utils.ts diff --git a/zmisc/behavior3editor/index.html b/misc/behavior3editor/index.html similarity index 100% rename from zmisc/behavior3editor/index.html rename to misc/behavior3editor/index.html diff --git a/zmisc/behavior3editor/main-process/AppMenu.ts b/misc/behavior3editor/main-process/AppMenu.ts similarity index 100% rename from zmisc/behavior3editor/main-process/AppMenu.ts rename to misc/behavior3editor/main-process/AppMenu.ts diff --git a/zmisc/behavior3editor/main-process/MainProcess.tsx b/misc/behavior3editor/main-process/MainProcess.tsx similarity index 100% rename from zmisc/behavior3editor/main-process/MainProcess.tsx rename to misc/behavior3editor/main-process/MainProcess.tsx diff --git a/zmisc/behavior3editor/main-process/Settings.ts b/misc/behavior3editor/main-process/Settings.ts similarity index 100% rename from zmisc/behavior3editor/main-process/Settings.ts rename to misc/behavior3editor/main-process/Settings.ts diff --git a/zmisc/behavior3editor/main-process/Workspace.ts b/misc/behavior3editor/main-process/Workspace.ts similarity index 100% rename from zmisc/behavior3editor/main-process/Workspace.ts rename to misc/behavior3editor/main-process/Workspace.ts diff --git a/zmisc/behavior3editor/package-lock.json b/misc/behavior3editor/package-lock.json similarity index 100% rename from zmisc/behavior3editor/package-lock.json rename to misc/behavior3editor/package-lock.json diff --git a/zmisc/behavior3editor/package.json b/misc/behavior3editor/package.json similarity index 100% rename from zmisc/behavior3editor/package.json rename to misc/behavior3editor/package.json diff --git a/zmisc/behavior3editor/readme/preview.png b/misc/behavior3editor/readme/preview.png similarity index 100% rename from zmisc/behavior3editor/readme/preview.png rename to misc/behavior3editor/readme/preview.png diff --git a/zmisc/behavior3editor/render-process/Editor/Editor.css b/misc/behavior3editor/render-process/Editor/Editor.css similarity index 100% rename from zmisc/behavior3editor/render-process/Editor/Editor.css rename to misc/behavior3editor/render-process/Editor/Editor.css diff --git a/zmisc/behavior3editor/render-process/Editor/NodePanel.tsx b/misc/behavior3editor/render-process/Editor/NodePanel.tsx similarity index 100% rename from zmisc/behavior3editor/render-process/Editor/NodePanel.tsx rename to misc/behavior3editor/render-process/Editor/NodePanel.tsx diff --git a/zmisc/behavior3editor/render-process/Editor/TreePanel.tsx b/misc/behavior3editor/render-process/Editor/TreePanel.tsx similarity index 100% rename from zmisc/behavior3editor/render-process/Editor/TreePanel.tsx rename to misc/behavior3editor/render-process/Editor/TreePanel.tsx diff --git a/zmisc/behavior3editor/render-process/Editor/index.tsx b/misc/behavior3editor/render-process/Editor/index.tsx similarity index 100% rename from zmisc/behavior3editor/render-process/Editor/index.tsx rename to misc/behavior3editor/render-process/Editor/index.tsx diff --git a/zmisc/behavior3editor/render-process/Explorer.tsx b/misc/behavior3editor/render-process/Explorer.tsx similarity index 100% rename from zmisc/behavior3editor/render-process/Explorer.tsx rename to misc/behavior3editor/render-process/Explorer.tsx diff --git a/zmisc/behavior3editor/render-process/RegisterNode.ts b/misc/behavior3editor/render-process/RegisterNode.ts similarity index 100% rename from zmisc/behavior3editor/render-process/RegisterNode.ts rename to misc/behavior3editor/render-process/RegisterNode.ts diff --git a/zmisc/behavior3editor/render-process/TreeTabs.tsx b/misc/behavior3editor/render-process/TreeTabs.tsx similarity index 100% rename from zmisc/behavior3editor/render-process/TreeTabs.tsx rename to misc/behavior3editor/render-process/TreeTabs.tsx diff --git a/zmisc/behavior3editor/render-process/index.css b/misc/behavior3editor/render-process/index.css similarity index 100% rename from zmisc/behavior3editor/render-process/index.css rename to misc/behavior3editor/render-process/index.css diff --git a/zmisc/behavior3editor/render-process/index.tsx b/misc/behavior3editor/render-process/index.tsx similarity index 100% rename from zmisc/behavior3editor/render-process/index.tsx rename to misc/behavior3editor/render-process/index.tsx diff --git a/zmisc/behavior3editor/sample/node-config.json b/misc/behavior3editor/sample/node-config.json similarity index 100% rename from zmisc/behavior3editor/sample/node-config.json rename to misc/behavior3editor/sample/node-config.json diff --git a/zmisc/behavior3editor/sample/scripts/test.js b/misc/behavior3editor/sample/scripts/test.js similarity index 100% rename from zmisc/behavior3editor/sample/scripts/test.js rename to misc/behavior3editor/sample/scripts/test.js diff --git a/zmisc/behavior3editor/sample/workdir/hero.json b/misc/behavior3editor/sample/workdir/hero.json similarity index 100% rename from zmisc/behavior3editor/sample/workdir/hero.json rename to misc/behavior3editor/sample/workdir/hero.json diff --git a/zmisc/behavior3editor/sample/workdir/monster.json b/misc/behavior3editor/sample/workdir/monster.json similarity index 100% rename from zmisc/behavior3editor/sample/workdir/monster.json rename to misc/behavior3editor/sample/workdir/monster.json diff --git a/zmisc/behavior3editor/sample/workspace.json b/misc/behavior3editor/sample/workspace.json similarity index 100% rename from zmisc/behavior3editor/sample/workspace.json rename to misc/behavior3editor/sample/workspace.json diff --git a/zmisc/behavior3editor/static/icons/Action.svg b/misc/behavior3editor/static/icons/Action.svg similarity index 100% rename from zmisc/behavior3editor/static/icons/Action.svg rename to misc/behavior3editor/static/icons/Action.svg diff --git a/zmisc/behavior3editor/static/icons/Composite.svg b/misc/behavior3editor/static/icons/Composite.svg similarity index 100% rename from zmisc/behavior3editor/static/icons/Composite.svg rename to misc/behavior3editor/static/icons/Composite.svg diff --git a/zmisc/behavior3editor/static/icons/Condition.svg b/misc/behavior3editor/static/icons/Condition.svg similarity index 100% rename from zmisc/behavior3editor/static/icons/Condition.svg rename to misc/behavior3editor/static/icons/Condition.svg diff --git a/zmisc/behavior3editor/static/icons/Decorator.svg b/misc/behavior3editor/static/icons/Decorator.svg similarity index 100% rename from zmisc/behavior3editor/static/icons/Decorator.svg rename to misc/behavior3editor/static/icons/Decorator.svg diff --git a/zmisc/behavior3editor/static/icons/Other.svg b/misc/behavior3editor/static/icons/Other.svg similarity index 100% rename from zmisc/behavior3editor/static/icons/Other.svg rename to misc/behavior3editor/static/icons/Other.svg diff --git a/zmisc/behavior3editor/tsconfig.json b/misc/behavior3editor/tsconfig.json similarity index 100% rename from zmisc/behavior3editor/tsconfig.json rename to misc/behavior3editor/tsconfig.json diff --git a/zmisc/behavior3editor/webpack.config.js b/misc/behavior3editor/webpack.config.js similarity index 100% rename from zmisc/behavior3editor/webpack.config.js rename to misc/behavior3editor/webpack.config.js diff --git a/zmisc/excel_exporter/.gitignore b/misc/excel_exporter/.gitignore similarity index 100% rename from zmisc/excel_exporter/.gitignore rename to misc/excel_exporter/.gitignore diff --git a/zmisc/excel_exporter/README.md b/misc/excel_exporter/README.md similarity index 100% rename from zmisc/excel_exporter/README.md rename to misc/excel_exporter/README.md diff --git a/zmisc/excel_exporter/build.sh b/misc/excel_exporter/build.sh similarity index 100% rename from zmisc/excel_exporter/build.sh rename to misc/excel_exporter/build.sh diff --git a/zmisc/excel_exporter/lua2json.js b/misc/excel_exporter/lua2json.js similarity index 100% rename from zmisc/excel_exporter/lua2json.js rename to misc/excel_exporter/lua2json.js diff --git a/zmisc/excel_exporter/lua2xlsx.js b/misc/excel_exporter/lua2xlsx.js similarity index 100% rename from zmisc/excel_exporter/lua2xlsx.js rename to misc/excel_exporter/lua2xlsx.js diff --git a/zmisc/excel_exporter/pack.js b/misc/excel_exporter/pack.js similarity index 100% rename from zmisc/excel_exporter/pack.js rename to misc/excel_exporter/pack.js diff --git a/zmisc/excel_exporter/package-lock.json b/misc/excel_exporter/package-lock.json similarity index 100% rename from zmisc/excel_exporter/package-lock.json rename to misc/excel_exporter/package-lock.json diff --git a/zmisc/excel_exporter/package.json b/misc/excel_exporter/package.json similarity index 100% rename from zmisc/excel_exporter/package.json rename to misc/excel_exporter/package.json diff --git a/zmisc/excel_exporter/xlsx2lua.js b/misc/excel_exporter/xlsx2lua.js similarity index 100% rename from zmisc/excel_exporter/xlsx2lua.js rename to misc/excel_exporter/xlsx2lua.js diff --git a/zmisc/lua-gdb/README.md b/misc/lua-gdb/README.md similarity index 100% rename from zmisc/lua-gdb/README.md rename to misc/lua-gdb/README.md diff --git a/zmisc/lua-gdb/examples/dbg.lua b/misc/lua-gdb/examples/dbg.lua similarity index 100% rename from zmisc/lua-gdb/examples/dbg.lua rename to misc/lua-gdb/examples/dbg.lua diff --git a/zmisc/lua-gdb/lua-gdb.py b/misc/lua-gdb/lua-gdb.py similarity index 100% rename from zmisc/lua-gdb/lua-gdb.py rename to misc/lua-gdb/lua-gdb.py diff --git a/zmisc/lua-gdb/luagdb.txt b/misc/lua-gdb/luagdb.txt similarity index 100% rename from zmisc/lua-gdb/luagdb.txt rename to misc/lua-gdb/luagdb.txt diff --git a/zmisc/website/backend/.busted b/misc/website/backend/.busted similarity index 100% rename from zmisc/website/backend/.busted rename to misc/website/backend/.busted diff --git a/zmisc/website/backend/.env.dev b/misc/website/backend/.env.dev similarity index 100% rename from zmisc/website/backend/.env.dev rename to misc/website/backend/.env.dev diff --git a/zmisc/website/backend/.env.prod b/misc/website/backend/.env.prod similarity index 100% rename from zmisc/website/backend/.env.prod rename to misc/website/backend/.env.prod diff --git a/zmisc/website/backend/.env.test b/misc/website/backend/.env.test similarity index 100% rename from zmisc/website/backend/.env.test rename to misc/website/backend/.env.test diff --git a/zmisc/website/backend/.gitattributes b/misc/website/backend/.gitattributes similarity index 100% rename from zmisc/website/backend/.gitattributes rename to misc/website/backend/.gitattributes diff --git a/zmisc/website/backend/.gitignore b/misc/website/backend/.gitignore similarity index 100% rename from zmisc/website/backend/.gitignore rename to misc/website/backend/.gitignore diff --git a/zmisc/website/backend/LICENSE.md b/misc/website/backend/LICENSE.md similarity index 100% rename from zmisc/website/backend/LICENSE.md rename to misc/website/backend/LICENSE.md diff --git a/zmisc/website/backend/README.md b/misc/website/backend/README.md similarity index 100% rename from zmisc/website/backend/README.md rename to misc/website/backend/README.md diff --git a/zmisc/website/backend/app/Dockerfile b/misc/website/backend/app/Dockerfile similarity index 100% rename from zmisc/website/backend/app/Dockerfile rename to misc/website/backend/app/Dockerfile diff --git a/zmisc/website/backend/app/app.lua b/misc/website/backend/app/app.lua similarity index 100% rename from zmisc/website/backend/app/app.lua rename to misc/website/backend/app/app.lua diff --git a/zmisc/website/backend/app/config.lua b/misc/website/backend/app/config.lua similarity index 100% rename from zmisc/website/backend/app/config.lua rename to misc/website/backend/app/config.lua diff --git a/zmisc/website/backend/app/docker-entrypoint.sh b/misc/website/backend/app/docker-entrypoint.sh similarity index 100% rename from zmisc/website/backend/app/docker-entrypoint.sh rename to misc/website/backend/app/docker-entrypoint.sh diff --git a/zmisc/website/backend/app/migrations.lua b/misc/website/backend/app/migrations.lua similarity index 100% rename from zmisc/website/backend/app/migrations.lua rename to misc/website/backend/app/migrations.lua diff --git a/zmisc/website/backend/app/mime.types b/misc/website/backend/app/mime.types similarity index 100% rename from zmisc/website/backend/app/mime.types rename to misc/website/backend/app/mime.types diff --git a/zmisc/website/backend/app/nginx.conf b/misc/website/backend/app/nginx.conf similarity index 100% rename from zmisc/website/backend/app/nginx.conf rename to misc/website/backend/app/nginx.conf diff --git a/zmisc/website/backend/app/spec/app_spec.lua b/misc/website/backend/app/spec/app_spec.lua similarity index 100% rename from zmisc/website/backend/app/spec/app_spec.lua rename to misc/website/backend/app/spec/app_spec.lua diff --git a/zmisc/website/backend/app/src/apps/api.lua b/misc/website/backend/app/src/apps/api.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api.lua rename to misc/website/backend/app/src/apps/api.lua diff --git a/zmisc/website/backend/app/src/apps/api/announcements.lua b/misc/website/backend/app/src/apps/api/announcements.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/announcements.lua rename to misc/website/backend/app/src/apps/api/announcements.lua diff --git a/zmisc/website/backend/app/src/apps/api/announcements/announcement.lua b/misc/website/backend/app/src/apps/api/announcements/announcement.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/announcements/announcement.lua rename to misc/website/backend/app/src/apps/api/announcements/announcement.lua diff --git a/zmisc/website/backend/app/src/apps/api/announcements/announcements.lua b/misc/website/backend/app/src/apps/api/announcements/announcements.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/announcements/announcements.lua rename to misc/website/backend/app/src/apps/api/announcements/announcements.lua diff --git a/zmisc/website/backend/app/src/apps/api/announcements/global.lua b/misc/website/backend/app/src/apps/api/announcements/global.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/announcements/global.lua rename to misc/website/backend/app/src/apps/api/announcements/global.lua diff --git a/zmisc/website/backend/app/src/apps/api/bans.lua b/misc/website/backend/app/src/apps/api/bans.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/bans.lua rename to misc/website/backend/app/src/apps/api/bans.lua diff --git a/zmisc/website/backend/app/src/apps/api/bans/ban.lua b/misc/website/backend/app/src/apps/api/bans/ban.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/bans/ban.lua rename to misc/website/backend/app/src/apps/api/bans/ban.lua diff --git a/zmisc/website/backend/app/src/apps/api/bans/bans.lua b/misc/website/backend/app/src/apps/api/bans/bans.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/bans/bans.lua rename to misc/website/backend/app/src/apps/api/bans/bans.lua diff --git a/zmisc/website/backend/app/src/apps/api/bans/bans_ip.lua b/misc/website/backend/app/src/apps/api/bans/bans_ip.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/bans/bans_ip.lua rename to misc/website/backend/app/src/apps/api/bans/bans_ip.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards.lua b/misc/website/backend/app/src/apps/api/boards.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards.lua rename to misc/website/backend/app/src/apps/api/boards.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards/announcements.lua b/misc/website/backend/app/src/apps/api/boards/announcements.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards/announcements.lua rename to misc/website/backend/app/src/apps/api/boards/announcements.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards/archived.lua b/misc/website/backend/app/src/apps/api/boards/archived.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards/archived.lua rename to misc/website/backend/app/src/apps/api/boards/archived.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards/bans.lua b/misc/website/backend/app/src/apps/api/boards/bans.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards/bans.lua rename to misc/website/backend/app/src/apps/api/boards/bans.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards/board.lua b/misc/website/backend/app/src/apps/api/boards/board.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards/board.lua rename to misc/website/backend/app/src/apps/api/boards/board.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards/boards.lua b/misc/website/backend/app/src/apps/api/boards/boards.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards/boards.lua rename to misc/website/backend/app/src/apps/api/boards/boards.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards/post.lua b/misc/website/backend/app/src/apps/api/boards/post.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards/post.lua rename to misc/website/backend/app/src/apps/api/boards/post.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards/post_reports.lua b/misc/website/backend/app/src/apps/api/boards/post_reports.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards/post_reports.lua rename to misc/website/backend/app/src/apps/api/boards/post_reports.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards/posts.lua b/misc/website/backend/app/src/apps/api/boards/posts.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards/posts.lua rename to misc/website/backend/app/src/apps/api/boards/posts.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards/reports.lua b/misc/website/backend/app/src/apps/api/boards/reports.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards/reports.lua rename to misc/website/backend/app/src/apps/api/boards/reports.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards/thread.lua b/misc/website/backend/app/src/apps/api/boards/thread.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards/thread.lua rename to misc/website/backend/app/src/apps/api/boards/thread.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards/thread_reports.lua b/misc/website/backend/app/src/apps/api/boards/thread_reports.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards/thread_reports.lua rename to misc/website/backend/app/src/apps/api/boards/thread_reports.lua diff --git a/zmisc/website/backend/app/src/apps/api/boards/threads.lua b/misc/website/backend/app/src/apps/api/boards/threads.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/boards/threads.lua rename to misc/website/backend/app/src/apps/api/boards/threads.lua diff --git a/zmisc/website/backend/app/src/apps/api/core.lua b/misc/website/backend/app/src/apps/api/core.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/core.lua rename to misc/website/backend/app/src/apps/api/core.lua diff --git a/zmisc/website/backend/app/src/apps/api/core/login.lua b/misc/website/backend/app/src/apps/api/core/login.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/core/login.lua rename to misc/website/backend/app/src/apps/api/core/login.lua diff --git a/zmisc/website/backend/app/src/apps/api/core/root.lua b/misc/website/backend/app/src/apps/api/core/root.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/core/root.lua rename to misc/website/backend/app/src/apps/api/core/root.lua diff --git a/zmisc/website/backend/app/src/apps/api/internal/action_base.lua b/misc/website/backend/app/src/apps/api/internal/action_base.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/internal/action_base.lua rename to misc/website/backend/app/src/apps/api/internal/action_base.lua diff --git a/zmisc/website/backend/app/src/apps/api/internal/before_auth.lua b/misc/website/backend/app/src/apps/api/internal/before_auth.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/internal/before_auth.lua rename to misc/website/backend/app/src/apps/api/internal/before_auth.lua diff --git a/zmisc/website/backend/app/src/apps/api/internal/before_locale.lua b/misc/website/backend/app/src/apps/api/internal/before_locale.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/internal/before_locale.lua rename to misc/website/backend/app/src/apps/api/internal/before_locale.lua diff --git a/zmisc/website/backend/app/src/apps/api/pages.lua b/misc/website/backend/app/src/apps/api/pages.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/pages.lua rename to misc/website/backend/app/src/apps/api/pages.lua diff --git a/zmisc/website/backend/app/src/apps/api/pages/page.lua b/misc/website/backend/app/src/apps/api/pages/page.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/pages/page.lua rename to misc/website/backend/app/src/apps/api/pages/page.lua diff --git a/zmisc/website/backend/app/src/apps/api/pages/pages.lua b/misc/website/backend/app/src/apps/api/pages/pages.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/pages/pages.lua rename to misc/website/backend/app/src/apps/api/pages/pages.lua diff --git a/zmisc/website/backend/app/src/apps/api/users.lua b/misc/website/backend/app/src/apps/api/users.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/users.lua rename to misc/website/backend/app/src/apps/api/users.lua diff --git a/zmisc/website/backend/app/src/apps/api/users/user.lua b/misc/website/backend/app/src/apps/api/users/user.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/users/user.lua rename to misc/website/backend/app/src/apps/api/users/user.lua diff --git a/zmisc/website/backend/app/src/apps/api/users/users.lua b/misc/website/backend/app/src/apps/api/users/users.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/api/users/users.lua rename to misc/website/backend/app/src/apps/api/users/users.lua diff --git a/zmisc/website/backend/app/src/apps/web.lua b/misc/website/backend/app/src/apps/web.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web.lua rename to misc/website/backend/app/src/apps/web.lua diff --git a/zmisc/website/backend/app/src/apps/web/admin.lua b/misc/website/backend/app/src/apps/web/admin.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/admin.lua rename to misc/website/backend/app/src/apps/web/admin.lua diff --git a/zmisc/website/backend/app/src/apps/web/admin/announcement.lua b/misc/website/backend/app/src/apps/web/admin/announcement.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/admin/announcement.lua rename to misc/website/backend/app/src/apps/web/admin/announcement.lua diff --git a/zmisc/website/backend/app/src/apps/web/admin/board.lua b/misc/website/backend/app/src/apps/web/admin/board.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/admin/board.lua rename to misc/website/backend/app/src/apps/web/admin/board.lua diff --git a/zmisc/website/backend/app/src/apps/web/admin/index.lua b/misc/website/backend/app/src/apps/web/admin/index.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/admin/index.lua rename to misc/website/backend/app/src/apps/web/admin/index.lua diff --git a/zmisc/website/backend/app/src/apps/web/admin/page.lua b/misc/website/backend/app/src/apps/web/admin/page.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/admin/page.lua rename to misc/website/backend/app/src/apps/web/admin/page.lua diff --git a/zmisc/website/backend/app/src/apps/web/admin/report.lua b/misc/website/backend/app/src/apps/web/admin/report.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/admin/report.lua rename to misc/website/backend/app/src/apps/web/admin/report.lua diff --git a/zmisc/website/backend/app/src/apps/web/admin/user.lua b/misc/website/backend/app/src/apps/web/admin/user.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/admin/user.lua rename to misc/website/backend/app/src/apps/web/admin/user.lua diff --git a/zmisc/website/backend/app/src/apps/web/boards.lua b/misc/website/backend/app/src/apps/web/boards.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/boards.lua rename to misc/website/backend/app/src/apps/web/boards.lua diff --git a/zmisc/website/backend/app/src/apps/web/boards/archive.lua b/misc/website/backend/app/src/apps/web/boards/archive.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/boards/archive.lua rename to misc/website/backend/app/src/apps/web/boards/archive.lua diff --git a/zmisc/website/backend/app/src/apps/web/boards/board.lua b/misc/website/backend/app/src/apps/web/boards/board.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/boards/board.lua rename to misc/website/backend/app/src/apps/web/boards/board.lua diff --git a/zmisc/website/backend/app/src/apps/web/boards/catalog.lua b/misc/website/backend/app/src/apps/web/boards/catalog.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/boards/catalog.lua rename to misc/website/backend/app/src/apps/web/boards/catalog.lua diff --git a/zmisc/website/backend/app/src/apps/web/boards/thread.lua b/misc/website/backend/app/src/apps/web/boards/thread.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/boards/thread.lua rename to misc/website/backend/app/src/apps/web/boards/thread.lua diff --git a/zmisc/website/backend/app/src/apps/web/internal/check_auth.lua b/misc/website/backend/app/src/apps/web/internal/check_auth.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/internal/check_auth.lua rename to misc/website/backend/app/src/apps/web/internal/check_auth.lua diff --git a/zmisc/website/backend/app/src/apps/web/internal/check_ban.lua b/misc/website/backend/app/src/apps/web/internal/check_ban.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/internal/check_ban.lua rename to misc/website/backend/app/src/apps/web/internal/check_ban.lua diff --git a/zmisc/website/backend/app/src/apps/web/internal/code_404.lua b/misc/website/backend/app/src/apps/web/internal/code_404.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/internal/code_404.lua rename to misc/website/backend/app/src/apps/web/internal/code_404.lua diff --git a/zmisc/website/backend/app/src/apps/web/internal/config_site.lua b/misc/website/backend/app/src/apps/web/internal/config_site.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/internal/config_site.lua rename to misc/website/backend/app/src/apps/web/internal/config_site.lua diff --git a/zmisc/website/backend/app/src/apps/web/internal/install.lua b/misc/website/backend/app/src/apps/web/internal/install.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/internal/install.lua rename to misc/website/backend/app/src/apps/web/internal/install.lua diff --git a/zmisc/website/backend/app/src/apps/web/pages.lua b/misc/website/backend/app/src/apps/web/pages.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/pages.lua rename to misc/website/backend/app/src/apps/web/pages.lua diff --git a/zmisc/website/backend/app/src/apps/web/pages/index.lua b/misc/website/backend/app/src/apps/web/pages/index.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/pages/index.lua rename to misc/website/backend/app/src/apps/web/pages/index.lua diff --git a/zmisc/website/backend/app/src/apps/web/pages/logout.lua b/misc/website/backend/app/src/apps/web/pages/logout.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/pages/logout.lua rename to misc/website/backend/app/src/apps/web/pages/logout.lua diff --git a/zmisc/website/backend/app/src/apps/web/pages/page.lua b/misc/website/backend/app/src/apps/web/pages/page.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/pages/page.lua rename to misc/website/backend/app/src/apps/web/pages/page.lua diff --git a/zmisc/website/backend/app/src/apps/web/pages/rules.lua b/misc/website/backend/app/src/apps/web/pages/rules.lua similarity index 100% rename from zmisc/website/backend/app/src/apps/web/pages/rules.lua rename to misc/website/backend/app/src/apps/web/pages/rules.lua diff --git a/zmisc/website/backend/app/src/locale/en.lua b/misc/website/backend/app/src/locale/en.lua similarity index 100% rename from zmisc/website/backend/app/src/locale/en.lua rename to misc/website/backend/app/src/locale/en.lua diff --git a/zmisc/website/backend/app/src/locale/fr.lua b/misc/website/backend/app/src/locale/fr.lua similarity index 100% rename from zmisc/website/backend/app/src/locale/fr.lua rename to misc/website/backend/app/src/locale/fr.lua diff --git a/zmisc/website/backend/app/src/locale/phpceo.lua b/misc/website/backend/app/src/locale/phpceo.lua similarity index 100% rename from zmisc/website/backend/app/src/locale/phpceo.lua rename to misc/website/backend/app/src/locale/phpceo.lua diff --git a/zmisc/website/backend/app/src/locale/pl.lua b/misc/website/backend/app/src/locale/pl.lua similarity index 100% rename from zmisc/website/backend/app/src/locale/pl.lua rename to misc/website/backend/app/src/locale/pl.lua diff --git a/zmisc/website/backend/app/src/models.lua b/misc/website/backend/app/src/models.lua similarity index 100% rename from zmisc/website/backend/app/src/models.lua rename to misc/website/backend/app/src/models.lua diff --git a/zmisc/website/backend/app/src/models/announcements.lua b/misc/website/backend/app/src/models/announcements.lua similarity index 100% rename from zmisc/website/backend/app/src/models/announcements.lua rename to misc/website/backend/app/src/models/announcements.lua diff --git a/zmisc/website/backend/app/src/models/bans.lua b/misc/website/backend/app/src/models/bans.lua similarity index 100% rename from zmisc/website/backend/app/src/models/bans.lua rename to misc/website/backend/app/src/models/bans.lua diff --git a/zmisc/website/backend/app/src/models/boards.lua b/misc/website/backend/app/src/models/boards.lua similarity index 100% rename from zmisc/website/backend/app/src/models/boards.lua rename to misc/website/backend/app/src/models/boards.lua diff --git a/zmisc/website/backend/app/src/models/pages.lua b/misc/website/backend/app/src/models/pages.lua similarity index 100% rename from zmisc/website/backend/app/src/models/pages.lua rename to misc/website/backend/app/src/models/pages.lua diff --git a/zmisc/website/backend/app/src/models/posts.lua b/misc/website/backend/app/src/models/posts.lua similarity index 100% rename from zmisc/website/backend/app/src/models/posts.lua rename to misc/website/backend/app/src/models/posts.lua diff --git a/zmisc/website/backend/app/src/models/reports.lua b/misc/website/backend/app/src/models/reports.lua similarity index 100% rename from zmisc/website/backend/app/src/models/reports.lua rename to misc/website/backend/app/src/models/reports.lua diff --git a/zmisc/website/backend/app/src/models/threads.lua b/misc/website/backend/app/src/models/threads.lua similarity index 100% rename from zmisc/website/backend/app/src/models/threads.lua rename to misc/website/backend/app/src/models/threads.lua diff --git a/zmisc/website/backend/app/src/models/users.lua b/misc/website/backend/app/src/models/users.lua similarity index 100% rename from zmisc/website/backend/app/src/models/users.lua rename to misc/website/backend/app/src/models/users.lua diff --git a/zmisc/website/backend/app/src/sass/posts.scss b/misc/website/backend/app/src/sass/posts.scss similarity index 100% rename from zmisc/website/backend/app/src/sass/posts.scss rename to misc/website/backend/app/src/sass/posts.scss diff --git a/zmisc/website/backend/app/src/sass/reset.scss b/misc/website/backend/app/src/sass/reset.scss similarity index 100% rename from zmisc/website/backend/app/src/sass/reset.scss rename to misc/website/backend/app/src/sass/reset.scss diff --git a/zmisc/website/backend/app/src/sass/style.scss b/misc/website/backend/app/src/sass/style.scss similarity index 100% rename from zmisc/website/backend/app/src/sass/style.scss rename to misc/website/backend/app/src/sass/style.scss diff --git a/zmisc/website/backend/app/src/sass/yotsuba.scss b/misc/website/backend/app/src/sass/yotsuba.scss similarity index 100% rename from zmisc/website/backend/app/src/sass/yotsuba.scss rename to misc/website/backend/app/src/sass/yotsuba.scss diff --git a/zmisc/website/backend/app/src/sass/yotsuba_b.scss b/misc/website/backend/app/src/sass/yotsuba_b.scss similarity index 100% rename from zmisc/website/backend/app/src/sass/yotsuba_b.scss rename to misc/website/backend/app/src/sass/yotsuba_b.scss diff --git a/zmisc/website/backend/app/src/utils/capture.lua b/misc/website/backend/app/src/utils/capture.lua similarity index 100% rename from zmisc/website/backend/app/src/utils/capture.lua rename to misc/website/backend/app/src/utils/capture.lua diff --git a/zmisc/website/backend/app/src/utils/error.lua b/misc/website/backend/app/src/utils/error.lua similarity index 100% rename from zmisc/website/backend/app/src/utils/error.lua rename to misc/website/backend/app/src/utils/error.lua diff --git a/zmisc/website/backend/app/src/utils/file_whitelist.lua b/misc/website/backend/app/src/utils/file_whitelist.lua similarity index 100% rename from zmisc/website/backend/app/src/utils/file_whitelist.lua rename to misc/website/backend/app/src/utils/file_whitelist.lua diff --git a/zmisc/website/backend/app/src/utils/generate.lua b/misc/website/backend/app/src/utils/generate.lua similarity index 100% rename from zmisc/website/backend/app/src/utils/generate.lua rename to misc/website/backend/app/src/utils/generate.lua diff --git a/zmisc/website/backend/app/src/utils/request_processor.lua b/misc/website/backend/app/src/utils/request_processor.lua similarity index 100% rename from zmisc/website/backend/app/src/utils/request_processor.lua rename to misc/website/backend/app/src/utils/request_processor.lua diff --git a/zmisc/website/backend/app/src/utils/role.lua b/misc/website/backend/app/src/utils/role.lua similarity index 100% rename from zmisc/website/backend/app/src/utils/role.lua rename to misc/website/backend/app/src/utils/role.lua diff --git a/zmisc/website/backend/app/src/utils/text_formatter.lua b/misc/website/backend/app/src/utils/text_formatter.lua similarity index 100% rename from zmisc/website/backend/app/src/utils/text_formatter.lua rename to misc/website/backend/app/src/utils/text_formatter.lua diff --git a/zmisc/website/backend/app/src/views/admin/admin.etlua b/misc/website/backend/app/src/views/admin/admin.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/admin/admin.etlua rename to misc/website/backend/app/src/views/admin/admin.etlua diff --git a/zmisc/website/backend/app/src/views/admin/announcement.etlua b/misc/website/backend/app/src/views/admin/announcement.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/admin/announcement.etlua rename to misc/website/backend/app/src/views/admin/announcement.etlua diff --git a/zmisc/website/backend/app/src/views/admin/board.etlua b/misc/website/backend/app/src/views/admin/board.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/admin/board.etlua rename to misc/website/backend/app/src/views/admin/board.etlua diff --git a/zmisc/website/backend/app/src/views/admin/login.etlua b/misc/website/backend/app/src/views/admin/login.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/admin/login.etlua rename to misc/website/backend/app/src/views/admin/login.etlua diff --git a/zmisc/website/backend/app/src/views/admin/page.etlua b/misc/website/backend/app/src/views/admin/page.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/admin/page.etlua rename to misc/website/backend/app/src/views/admin/page.etlua diff --git a/zmisc/website/backend/app/src/views/admin/success.etlua b/misc/website/backend/app/src/views/admin/success.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/admin/success.etlua rename to misc/website/backend/app/src/views/admin/success.etlua diff --git a/zmisc/website/backend/app/src/views/admin/user.etlua b/misc/website/backend/app/src/views/admin/user.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/admin/user.etlua rename to misc/website/backend/app/src/views/admin/user.etlua diff --git a/zmisc/website/backend/app/src/views/archive.etlua b/misc/website/backend/app/src/views/archive.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/archive.etlua rename to misc/website/backend/app/src/views/archive.etlua diff --git a/zmisc/website/backend/app/src/views/banned.etlua b/misc/website/backend/app/src/views/banned.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/banned.etlua rename to misc/website/backend/app/src/views/banned.etlua diff --git a/zmisc/website/backend/app/src/views/board.etlua b/misc/website/backend/app/src/views/board.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/board.etlua rename to misc/website/backend/app/src/views/board.etlua diff --git a/zmisc/website/backend/app/src/views/catalog.etlua b/misc/website/backend/app/src/views/catalog.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/catalog.etlua rename to misc/website/backend/app/src/views/catalog.etlua diff --git a/zmisc/website/backend/app/src/views/code_404.etlua b/misc/website/backend/app/src/views/code_404.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/code_404.etlua rename to misc/website/backend/app/src/views/code_404.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/announcements.etlua b/misc/website/backend/app/src/views/fragments/announcements.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/announcements.etlua rename to misc/website/backend/app/src/views/fragments/announcements.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/board_title.etlua b/misc/website/backend/app/src/views/fragments/board_title.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/board_title.etlua rename to misc/website/backend/app/src/views/fragments/board_title.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/copyright.etlua b/misc/website/backend/app/src/views/fragments/copyright.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/copyright.etlua rename to misc/website/backend/app/src/views/fragments/copyright.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/error.etlua b/misc/website/backend/app/src/views/fragments/error.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/error.etlua rename to misc/website/backend/app/src/views/fragments/error.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/form_ban.etlua b/misc/website/backend/app/src/views/fragments/form_ban.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/form_ban.etlua rename to misc/website/backend/app/src/views/fragments/form_ban.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/form_delete.etlua b/misc/website/backend/app/src/views/fragments/form_delete.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/form_delete.etlua rename to misc/website/backend/app/src/views/fragments/form_delete.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/form_locale.etlua b/misc/website/backend/app/src/views/fragments/form_locale.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/form_locale.etlua rename to misc/website/backend/app/src/views/fragments/form_locale.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/form_lock.etlua b/misc/website/backend/app/src/views/fragments/form_lock.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/form_lock.etlua rename to misc/website/backend/app/src/views/fragments/form_lock.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/form_override.etlua b/misc/website/backend/app/src/views/fragments/form_override.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/form_override.etlua rename to misc/website/backend/app/src/views/fragments/form_override.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/form_remix.etlua b/misc/website/backend/app/src/views/fragments/form_remix.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/form_remix.etlua rename to misc/website/backend/app/src/views/fragments/form_remix.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/form_report.etlua b/misc/website/backend/app/src/views/fragments/form_report.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/form_report.etlua rename to misc/website/backend/app/src/views/fragments/form_report.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/form_save.etlua b/misc/website/backend/app/src/views/fragments/form_save.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/form_save.etlua rename to misc/website/backend/app/src/views/fragments/form_save.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/form_sticky.etlua b/misc/website/backend/app/src/views/fragments/form_sticky.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/form_sticky.etlua rename to misc/website/backend/app/src/views/fragments/form_sticky.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/form_submit.etlua b/misc/website/backend/app/src/views/fragments/form_submit.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/form_submit.etlua rename to misc/website/backend/app/src/views/fragments/form_submit.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/list_boards.etlua b/misc/website/backend/app/src/views/fragments/list_boards.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/list_boards.etlua rename to misc/website/backend/app/src/views/fragments/list_boards.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/op_content.etlua b/misc/website/backend/app/src/views/fragments/op_content.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/op_content.etlua rename to misc/website/backend/app/src/views/fragments/op_content.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/post_content.etlua b/misc/website/backend/app/src/views/fragments/post_content.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/post_content.etlua rename to misc/website/backend/app/src/views/fragments/post_content.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/post_menu.etlua b/misc/website/backend/app/src/views/fragments/post_menu.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/post_menu.etlua rename to misc/website/backend/app/src/views/fragments/post_menu.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/return_board.etlua b/misc/website/backend/app/src/views/fragments/return_board.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/return_board.etlua rename to misc/website/backend/app/src/views/fragments/return_board.etlua diff --git a/zmisc/website/backend/app/src/views/fragments/return_thread.etlua b/misc/website/backend/app/src/views/fragments/return_thread.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/fragments/return_thread.etlua rename to misc/website/backend/app/src/views/fragments/return_thread.etlua diff --git a/zmisc/website/backend/app/src/views/index.etlua b/misc/website/backend/app/src/views/index.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/index.etlua rename to misc/website/backend/app/src/views/index.etlua diff --git a/zmisc/website/backend/app/src/views/install.etlua b/misc/website/backend/app/src/views/install.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/install.etlua rename to misc/website/backend/app/src/views/install.etlua diff --git a/zmisc/website/backend/app/src/views/layout.etlua b/misc/website/backend/app/src/views/layout.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/layout.etlua rename to misc/website/backend/app/src/views/layout.etlua diff --git a/zmisc/website/backend/app/src/views/page.etlua b/misc/website/backend/app/src/views/page.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/page.etlua rename to misc/website/backend/app/src/views/page.etlua diff --git a/zmisc/website/backend/app/src/views/rules.etlua b/misc/website/backend/app/src/views/rules.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/rules.etlua rename to misc/website/backend/app/src/views/rules.etlua diff --git a/zmisc/website/backend/app/src/views/thread.etlua b/misc/website/backend/app/src/views/thread.etlua similarity index 100% rename from zmisc/website/backend/app/src/views/thread.etlua rename to misc/website/backend/app/src/views/thread.etlua diff --git a/zmisc/website/backend/app/static/banned.jpg b/misc/website/backend/app/static/banned.jpg similarity index 100% rename from zmisc/website/backend/app/static/banned.jpg rename to misc/website/backend/app/static/banned.jpg diff --git a/zmisc/website/backend/app/static/css/posts.css b/misc/website/backend/app/static/css/posts.css similarity index 100% rename from zmisc/website/backend/app/static/css/posts.css rename to misc/website/backend/app/static/css/posts.css diff --git a/zmisc/website/backend/app/static/css/posts.css.map b/misc/website/backend/app/static/css/posts.css.map similarity index 100% rename from zmisc/website/backend/app/static/css/posts.css.map rename to misc/website/backend/app/static/css/posts.css.map diff --git a/zmisc/website/backend/app/static/css/reset.css b/misc/website/backend/app/static/css/reset.css similarity index 100% rename from zmisc/website/backend/app/static/css/reset.css rename to misc/website/backend/app/static/css/reset.css diff --git a/zmisc/website/backend/app/static/css/reset.css.map b/misc/website/backend/app/static/css/reset.css.map similarity index 100% rename from zmisc/website/backend/app/static/css/reset.css.map rename to misc/website/backend/app/static/css/reset.css.map diff --git a/zmisc/website/backend/app/static/css/style.css b/misc/website/backend/app/static/css/style.css similarity index 100% rename from zmisc/website/backend/app/static/css/style.css rename to misc/website/backend/app/static/css/style.css diff --git a/zmisc/website/backend/app/static/css/style.css.map b/misc/website/backend/app/static/css/style.css.map similarity index 100% rename from zmisc/website/backend/app/static/css/style.css.map rename to misc/website/backend/app/static/css/style.css.map diff --git a/zmisc/website/backend/app/static/css/tegaki.css b/misc/website/backend/app/static/css/tegaki.css similarity index 100% rename from zmisc/website/backend/app/static/css/tegaki.css rename to misc/website/backend/app/static/css/tegaki.css diff --git a/zmisc/website/backend/app/static/css/yotsuba.css b/misc/website/backend/app/static/css/yotsuba.css similarity index 100% rename from zmisc/website/backend/app/static/css/yotsuba.css rename to misc/website/backend/app/static/css/yotsuba.css diff --git a/zmisc/website/backend/app/static/css/yotsuba.css.map b/misc/website/backend/app/static/css/yotsuba.css.map similarity index 100% rename from zmisc/website/backend/app/static/css/yotsuba.css.map rename to misc/website/backend/app/static/css/yotsuba.css.map diff --git a/zmisc/website/backend/app/static/css/yotsuba_b.css b/misc/website/backend/app/static/css/yotsuba_b.css similarity index 100% rename from zmisc/website/backend/app/static/css/yotsuba_b.css rename to misc/website/backend/app/static/css/yotsuba_b.css diff --git a/zmisc/website/backend/app/static/css/yotsuba_b.css.map b/misc/website/backend/app/static/css/yotsuba_b.css.map similarity index 100% rename from zmisc/website/backend/app/static/css/yotsuba_b.css.map rename to misc/website/backend/app/static/css/yotsuba_b.css.map diff --git a/zmisc/website/backend/app/static/js/script.js b/misc/website/backend/app/static/js/script.js similarity index 100% rename from zmisc/website/backend/app/static/js/script.js rename to misc/website/backend/app/static/js/script.js diff --git a/zmisc/website/backend/app/static/js/tegaki/LICENSE b/misc/website/backend/app/static/js/tegaki/LICENSE similarity index 100% rename from zmisc/website/backend/app/static/js/tegaki/LICENSE rename to misc/website/backend/app/static/js/tegaki/LICENSE diff --git a/zmisc/website/backend/app/static/js/tegaki/README.md b/misc/website/backend/app/static/js/tegaki/README.md similarity index 100% rename from zmisc/website/backend/app/static/js/tegaki/README.md rename to misc/website/backend/app/static/js/tegaki/README.md diff --git a/zmisc/website/backend/app/static/js/tegaki/Rakefile b/misc/website/backend/app/static/js/tegaki/Rakefile similarity index 100% rename from zmisc/website/backend/app/static/js/tegaki/Rakefile rename to misc/website/backend/app/static/js/tegaki/Rakefile diff --git a/zmisc/website/backend/app/static/js/tegaki/tegaki.js b/misc/website/backend/app/static/js/tegaki/tegaki.js similarity index 100% rename from zmisc/website/backend/app/static/js/tegaki/tegaki.js rename to misc/website/backend/app/static/js/tegaki/tegaki.js diff --git a/zmisc/website/backend/app/static/op_audio.png b/misc/website/backend/app/static/op_audio.png similarity index 100% rename from zmisc/website/backend/app/static/op_audio.png rename to misc/website/backend/app/static/op_audio.png diff --git a/zmisc/website/backend/app/static/op_spoiler.png b/misc/website/backend/app/static/op_spoiler.png similarity index 100% rename from zmisc/website/backend/app/static/op_spoiler.png rename to misc/website/backend/app/static/op_spoiler.png diff --git a/zmisc/website/backend/app/static/post_audio.png b/misc/website/backend/app/static/post_audio.png similarity index 100% rename from zmisc/website/backend/app/static/post_audio.png rename to misc/website/backend/app/static/post_audio.png diff --git a/zmisc/website/backend/app/static/post_spoiler.png b/misc/website/backend/app/static/post_spoiler.png similarity index 100% rename from zmisc/website/backend/app/static/post_spoiler.png rename to misc/website/backend/app/static/post_spoiler.png diff --git a/zmisc/website/backend/app/wait-for-it.sh b/misc/website/backend/app/wait-for-it.sh similarity index 100% rename from zmisc/website/backend/app/wait-for-it.sh rename to misc/website/backend/app/wait-for-it.sh diff --git a/zmisc/website/backend/data/backup/.keep b/misc/website/backend/data/backup/.keep similarity index 100% rename from zmisc/website/backend/data/backup/.keep rename to misc/website/backend/data/backup/.keep diff --git a/zmisc/website/backend/data/favicon.ico b/misc/website/backend/data/favicon.ico similarity index 100% rename from zmisc/website/backend/data/favicon.ico rename to misc/website/backend/data/favicon.ico diff --git a/zmisc/website/backend/data/files/.keep b/misc/website/backend/data/files/.keep similarity index 100% rename from zmisc/website/backend/data/files/.keep rename to misc/website/backend/data/files/.keep diff --git a/zmisc/website/backend/data/robots.txt b/misc/website/backend/data/robots.txt similarity index 100% rename from zmisc/website/backend/data/robots.txt rename to misc/website/backend/data/robots.txt diff --git a/zmisc/website/backend/data/secrets/.keep b/misc/website/backend/data/secrets/.keep similarity index 100% rename from zmisc/website/backend/data/secrets/.keep rename to misc/website/backend/data/secrets/.keep diff --git a/zmisc/website/backend/dev.sh b/misc/website/backend/dev.sh similarity index 100% rename from zmisc/website/backend/dev.sh rename to misc/website/backend/dev.sh diff --git a/zmisc/website/backend/docker-compose.yml b/misc/website/backend/docker-compose.yml similarity index 100% rename from zmisc/website/backend/docker-compose.yml rename to misc/website/backend/docker-compose.yml diff --git a/zmisc/website/backend/prod.sh b/misc/website/backend/prod.sh similarity index 100% rename from zmisc/website/backend/prod.sh rename to misc/website/backend/prod.sh diff --git a/zmisc/website/backend/psql/1-init.sql b/misc/website/backend/psql/1-init.sql similarity index 100% rename from zmisc/website/backend/psql/1-init.sql rename to misc/website/backend/psql/1-init.sql diff --git a/zmisc/website/backend/psql/Dockerfile b/misc/website/backend/psql/Dockerfile similarity index 100% rename from zmisc/website/backend/psql/Dockerfile rename to misc/website/backend/psql/Dockerfile diff --git a/zmisc/website/backend/psql/pg_hba.conf b/misc/website/backend/psql/pg_hba.conf similarity index 100% rename from zmisc/website/backend/psql/pg_hba.conf rename to misc/website/backend/psql/pg_hba.conf diff --git a/zmisc/website/backend/resources/op_spoiler.psd b/misc/website/backend/resources/op_spoiler.psd similarity index 100% rename from zmisc/website/backend/resources/op_spoiler.psd rename to misc/website/backend/resources/op_spoiler.psd diff --git a/zmisc/website/backend/resources/post_spoiler.psd b/misc/website/backend/resources/post_spoiler.psd similarity index 100% rename from zmisc/website/backend/resources/post_spoiler.psd rename to misc/website/backend/resources/post_spoiler.psd diff --git a/zmisc/website/backend/sass.sh b/misc/website/backend/sass.sh similarity index 100% rename from zmisc/website/backend/sass.sh rename to misc/website/backend/sass.sh diff --git a/zmisc/website/backend/test.sh b/misc/website/backend/test.sh similarity index 100% rename from zmisc/website/backend/test.sh rename to misc/website/backend/test.sh diff --git a/zmisc/website/backend/ts.sh b/misc/website/backend/ts.sh similarity index 100% rename from zmisc/website/backend/ts.sh rename to misc/website/backend/ts.sh diff --git a/zmisc/website/backend/tsconfig.json b/misc/website/backend/tsconfig.json similarity index 100% rename from zmisc/website/backend/tsconfig.json rename to misc/website/backend/tsconfig.json diff --git a/zmisc/website/frontend/.browserslistrc b/misc/website/frontend/.browserslistrc similarity index 100% rename from zmisc/website/frontend/.browserslistrc rename to misc/website/frontend/.browserslistrc diff --git a/zmisc/website/frontend/.editorconfig b/misc/website/frontend/.editorconfig similarity index 100% rename from zmisc/website/frontend/.editorconfig rename to misc/website/frontend/.editorconfig diff --git a/zmisc/website/frontend/.env b/misc/website/frontend/.env similarity index 100% rename from zmisc/website/frontend/.env rename to misc/website/frontend/.env diff --git a/zmisc/website/frontend/.eslintignore b/misc/website/frontend/.eslintignore similarity index 100% rename from zmisc/website/frontend/.eslintignore rename to misc/website/frontend/.eslintignore diff --git a/zmisc/website/frontend/.eslintrc.js b/misc/website/frontend/.eslintrc.js similarity index 100% rename from zmisc/website/frontend/.eslintrc.js rename to misc/website/frontend/.eslintrc.js diff --git a/zmisc/website/frontend/.gitignore b/misc/website/frontend/.gitignore similarity index 100% rename from zmisc/website/frontend/.gitignore rename to misc/website/frontend/.gitignore diff --git a/zmisc/website/frontend/LICENSE b/misc/website/frontend/LICENSE similarity index 100% rename from zmisc/website/frontend/LICENSE rename to misc/website/frontend/LICENSE diff --git a/zmisc/website/frontend/README-zh.md b/misc/website/frontend/README-zh.md similarity index 100% rename from zmisc/website/frontend/README-zh.md rename to misc/website/frontend/README-zh.md diff --git a/zmisc/website/frontend/README.md b/misc/website/frontend/README.md similarity index 100% rename from zmisc/website/frontend/README.md rename to misc/website/frontend/README.md diff --git a/zmisc/website/frontend/babel.config.js b/misc/website/frontend/babel.config.js similarity index 100% rename from zmisc/website/frontend/babel.config.js rename to misc/website/frontend/babel.config.js diff --git a/zmisc/website/frontend/cypress.json b/misc/website/frontend/cypress.json similarity index 100% rename from zmisc/website/frontend/cypress.json rename to misc/website/frontend/cypress.json diff --git a/zmisc/website/frontend/jest.config.js b/misc/website/frontend/jest.config.js similarity index 100% rename from zmisc/website/frontend/jest.config.js rename to misc/website/frontend/jest.config.js diff --git a/zmisc/website/frontend/package-lock.json b/misc/website/frontend/package-lock.json similarity index 100% rename from zmisc/website/frontend/package-lock.json rename to misc/website/frontend/package-lock.json diff --git a/zmisc/website/frontend/package.json b/misc/website/frontend/package.json similarity index 100% rename from zmisc/website/frontend/package.json rename to misc/website/frontend/package.json diff --git a/zmisc/website/frontend/postcss.config.js b/misc/website/frontend/postcss.config.js similarity index 100% rename from zmisc/website/frontend/postcss.config.js rename to misc/website/frontend/postcss.config.js diff --git a/zmisc/website/frontend/public/favicon.ico b/misc/website/frontend/public/favicon.ico similarity index 100% rename from zmisc/website/frontend/public/favicon.ico rename to misc/website/frontend/public/favicon.ico diff --git a/zmisc/website/frontend/public/img/icons/android-chrome-192x192.png b/misc/website/frontend/public/img/icons/android-chrome-192x192.png similarity index 100% rename from zmisc/website/frontend/public/img/icons/android-chrome-192x192.png rename to misc/website/frontend/public/img/icons/android-chrome-192x192.png diff --git a/zmisc/website/frontend/public/img/icons/android-chrome-512x512.png b/misc/website/frontend/public/img/icons/android-chrome-512x512.png similarity index 100% rename from zmisc/website/frontend/public/img/icons/android-chrome-512x512.png rename to misc/website/frontend/public/img/icons/android-chrome-512x512.png diff --git a/zmisc/website/frontend/public/img/icons/apple-touch-icon-120x120.png b/misc/website/frontend/public/img/icons/apple-touch-icon-120x120.png similarity index 100% rename from zmisc/website/frontend/public/img/icons/apple-touch-icon-120x120.png rename to misc/website/frontend/public/img/icons/apple-touch-icon-120x120.png diff --git a/zmisc/website/frontend/public/img/icons/apple-touch-icon-152x152.png b/misc/website/frontend/public/img/icons/apple-touch-icon-152x152.png similarity index 100% rename from zmisc/website/frontend/public/img/icons/apple-touch-icon-152x152.png rename to misc/website/frontend/public/img/icons/apple-touch-icon-152x152.png diff --git a/zmisc/website/frontend/public/img/icons/apple-touch-icon-180x180.png b/misc/website/frontend/public/img/icons/apple-touch-icon-180x180.png similarity index 100% rename from zmisc/website/frontend/public/img/icons/apple-touch-icon-180x180.png rename to misc/website/frontend/public/img/icons/apple-touch-icon-180x180.png diff --git a/zmisc/website/frontend/public/img/icons/apple-touch-icon-60x60.png b/misc/website/frontend/public/img/icons/apple-touch-icon-60x60.png similarity index 100% rename from zmisc/website/frontend/public/img/icons/apple-touch-icon-60x60.png rename to misc/website/frontend/public/img/icons/apple-touch-icon-60x60.png diff --git a/zmisc/website/frontend/public/img/icons/apple-touch-icon-76x76.png b/misc/website/frontend/public/img/icons/apple-touch-icon-76x76.png similarity index 100% rename from zmisc/website/frontend/public/img/icons/apple-touch-icon-76x76.png rename to misc/website/frontend/public/img/icons/apple-touch-icon-76x76.png diff --git a/zmisc/website/frontend/public/img/icons/apple-touch-icon.png b/misc/website/frontend/public/img/icons/apple-touch-icon.png similarity index 100% rename from zmisc/website/frontend/public/img/icons/apple-touch-icon.png rename to misc/website/frontend/public/img/icons/apple-touch-icon.png diff --git a/zmisc/website/frontend/public/img/icons/favicon-16x16.png b/misc/website/frontend/public/img/icons/favicon-16x16.png similarity index 100% rename from zmisc/website/frontend/public/img/icons/favicon-16x16.png rename to misc/website/frontend/public/img/icons/favicon-16x16.png diff --git a/zmisc/website/frontend/public/img/icons/favicon-32x32.png b/misc/website/frontend/public/img/icons/favicon-32x32.png similarity index 100% rename from zmisc/website/frontend/public/img/icons/favicon-32x32.png rename to misc/website/frontend/public/img/icons/favicon-32x32.png diff --git a/zmisc/website/frontend/public/img/icons/msapplication-icon-144x144.png b/misc/website/frontend/public/img/icons/msapplication-icon-144x144.png similarity index 100% rename from zmisc/website/frontend/public/img/icons/msapplication-icon-144x144.png rename to misc/website/frontend/public/img/icons/msapplication-icon-144x144.png diff --git a/zmisc/website/frontend/public/img/icons/mstile-150x150.png b/misc/website/frontend/public/img/icons/mstile-150x150.png similarity index 100% rename from zmisc/website/frontend/public/img/icons/mstile-150x150.png rename to misc/website/frontend/public/img/icons/mstile-150x150.png diff --git a/zmisc/website/frontend/public/img/icons/safari-pinned-tab.svg b/misc/website/frontend/public/img/icons/safari-pinned-tab.svg similarity index 100% rename from zmisc/website/frontend/public/img/icons/safari-pinned-tab.svg rename to misc/website/frontend/public/img/icons/safari-pinned-tab.svg diff --git a/zmisc/website/frontend/public/index.html b/misc/website/frontend/public/index.html similarity index 100% rename from zmisc/website/frontend/public/index.html rename to misc/website/frontend/public/index.html diff --git a/zmisc/website/frontend/public/manifest.json b/misc/website/frontend/public/manifest.json similarity index 100% rename from zmisc/website/frontend/public/manifest.json rename to misc/website/frontend/public/manifest.json diff --git a/zmisc/website/frontend/public/robots.txt b/misc/website/frontend/public/robots.txt similarity index 100% rename from zmisc/website/frontend/public/robots.txt rename to misc/website/frontend/public/robots.txt diff --git a/zmisc/website/frontend/src/App.vue b/misc/website/frontend/src/App.vue similarity index 100% rename from zmisc/website/frontend/src/App.vue rename to misc/website/frontend/src/App.vue diff --git a/zmisc/website/frontend/src/api/articles.ts b/misc/website/frontend/src/api/articles.ts similarity index 100% rename from zmisc/website/frontend/src/api/articles.ts rename to misc/website/frontend/src/api/articles.ts diff --git a/zmisc/website/frontend/src/api/node.ts b/misc/website/frontend/src/api/node.ts similarity index 100% rename from zmisc/website/frontend/src/api/node.ts rename to misc/website/frontend/src/api/node.ts diff --git a/zmisc/website/frontend/src/api/types.d.ts b/misc/website/frontend/src/api/types.d.ts similarity index 100% rename from zmisc/website/frontend/src/api/types.d.ts rename to misc/website/frontend/src/api/types.d.ts diff --git a/zmisc/website/frontend/src/api/users.ts b/misc/website/frontend/src/api/users.ts similarity index 100% rename from zmisc/website/frontend/src/api/users.ts rename to misc/website/frontend/src/api/users.ts diff --git a/zmisc/website/frontend/src/assets/404-images/404-cloud.png b/misc/website/frontend/src/assets/404-images/404-cloud.png similarity index 100% rename from zmisc/website/frontend/src/assets/404-images/404-cloud.png rename to misc/website/frontend/src/assets/404-images/404-cloud.png diff --git a/zmisc/website/frontend/src/assets/404-images/404.png b/misc/website/frontend/src/assets/404-images/404.png similarity index 100% rename from zmisc/website/frontend/src/assets/404-images/404.png rename to misc/website/frontend/src/assets/404-images/404.png diff --git a/zmisc/website/frontend/src/components/Breadcrumb/index.vue b/misc/website/frontend/src/components/Breadcrumb/index.vue similarity index 100% rename from zmisc/website/frontend/src/components/Breadcrumb/index.vue rename to misc/website/frontend/src/components/Breadcrumb/index.vue diff --git a/zmisc/website/frontend/src/components/Hamburger/index.vue b/misc/website/frontend/src/components/Hamburger/index.vue similarity index 100% rename from zmisc/website/frontend/src/components/Hamburger/index.vue rename to misc/website/frontend/src/components/Hamburger/index.vue diff --git a/zmisc/website/frontend/src/define.d.ts b/misc/website/frontend/src/define.d.ts similarity index 100% rename from zmisc/website/frontend/src/define.d.ts rename to misc/website/frontend/src/define.d.ts diff --git a/zmisc/website/frontend/src/icons/README.md b/misc/website/frontend/src/icons/README.md similarity index 100% rename from zmisc/website/frontend/src/icons/README.md rename to misc/website/frontend/src/icons/README.md diff --git a/zmisc/website/frontend/src/icons/components/dashboard.ts b/misc/website/frontend/src/icons/components/dashboard.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/dashboard.ts rename to misc/website/frontend/src/icons/components/dashboard.ts diff --git a/zmisc/website/frontend/src/icons/components/example.ts b/misc/website/frontend/src/icons/components/example.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/example.ts rename to misc/website/frontend/src/icons/components/example.ts diff --git a/zmisc/website/frontend/src/icons/components/eye-off.ts b/misc/website/frontend/src/icons/components/eye-off.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/eye-off.ts rename to misc/website/frontend/src/icons/components/eye-off.ts diff --git a/zmisc/website/frontend/src/icons/components/eye-on.ts b/misc/website/frontend/src/icons/components/eye-on.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/eye-on.ts rename to misc/website/frontend/src/icons/components/eye-on.ts diff --git a/zmisc/website/frontend/src/icons/components/form.ts b/misc/website/frontend/src/icons/components/form.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/form.ts rename to misc/website/frontend/src/icons/components/form.ts diff --git a/zmisc/website/frontend/src/icons/components/hamburger.ts b/misc/website/frontend/src/icons/components/hamburger.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/hamburger.ts rename to misc/website/frontend/src/icons/components/hamburger.ts diff --git a/zmisc/website/frontend/src/icons/components/index.ts b/misc/website/frontend/src/icons/components/index.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/index.ts rename to misc/website/frontend/src/icons/components/index.ts diff --git a/zmisc/website/frontend/src/icons/components/link.ts b/misc/website/frontend/src/icons/components/link.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/link.ts rename to misc/website/frontend/src/icons/components/link.ts diff --git a/zmisc/website/frontend/src/icons/components/nested.ts b/misc/website/frontend/src/icons/components/nested.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/nested.ts rename to misc/website/frontend/src/icons/components/nested.ts diff --git a/zmisc/website/frontend/src/icons/components/password.ts b/misc/website/frontend/src/icons/components/password.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/password.ts rename to misc/website/frontend/src/icons/components/password.ts diff --git a/zmisc/website/frontend/src/icons/components/table.ts b/misc/website/frontend/src/icons/components/table.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/table.ts rename to misc/website/frontend/src/icons/components/table.ts diff --git a/zmisc/website/frontend/src/icons/components/tree.ts b/misc/website/frontend/src/icons/components/tree.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/tree.ts rename to misc/website/frontend/src/icons/components/tree.ts diff --git a/zmisc/website/frontend/src/icons/components/user.ts b/misc/website/frontend/src/icons/components/user.ts similarity index 100% rename from zmisc/website/frontend/src/icons/components/user.ts rename to misc/website/frontend/src/icons/components/user.ts diff --git a/zmisc/website/frontend/src/icons/svg/dashboard.svg b/misc/website/frontend/src/icons/svg/dashboard.svg similarity index 100% rename from zmisc/website/frontend/src/icons/svg/dashboard.svg rename to misc/website/frontend/src/icons/svg/dashboard.svg diff --git a/zmisc/website/frontend/src/icons/svg/example.svg b/misc/website/frontend/src/icons/svg/example.svg similarity index 100% rename from zmisc/website/frontend/src/icons/svg/example.svg rename to misc/website/frontend/src/icons/svg/example.svg diff --git a/zmisc/website/frontend/src/icons/svg/eye-off.svg b/misc/website/frontend/src/icons/svg/eye-off.svg similarity index 100% rename from zmisc/website/frontend/src/icons/svg/eye-off.svg rename to misc/website/frontend/src/icons/svg/eye-off.svg diff --git a/zmisc/website/frontend/src/icons/svg/eye-on.svg b/misc/website/frontend/src/icons/svg/eye-on.svg similarity index 100% rename from zmisc/website/frontend/src/icons/svg/eye-on.svg rename to misc/website/frontend/src/icons/svg/eye-on.svg diff --git a/zmisc/website/frontend/src/icons/svg/form.svg b/misc/website/frontend/src/icons/svg/form.svg similarity index 100% rename from zmisc/website/frontend/src/icons/svg/form.svg rename to misc/website/frontend/src/icons/svg/form.svg diff --git a/zmisc/website/frontend/src/icons/svg/hamburger.svg b/misc/website/frontend/src/icons/svg/hamburger.svg similarity index 100% rename from zmisc/website/frontend/src/icons/svg/hamburger.svg rename to misc/website/frontend/src/icons/svg/hamburger.svg diff --git a/zmisc/website/frontend/src/icons/svg/link.svg b/misc/website/frontend/src/icons/svg/link.svg similarity index 100% rename from zmisc/website/frontend/src/icons/svg/link.svg rename to misc/website/frontend/src/icons/svg/link.svg diff --git a/zmisc/website/frontend/src/icons/svg/nested.svg b/misc/website/frontend/src/icons/svg/nested.svg similarity index 100% rename from zmisc/website/frontend/src/icons/svg/nested.svg rename to misc/website/frontend/src/icons/svg/nested.svg diff --git a/zmisc/website/frontend/src/icons/svg/password.svg b/misc/website/frontend/src/icons/svg/password.svg similarity index 100% rename from zmisc/website/frontend/src/icons/svg/password.svg rename to misc/website/frontend/src/icons/svg/password.svg diff --git a/zmisc/website/frontend/src/icons/svg/table.svg b/misc/website/frontend/src/icons/svg/table.svg similarity index 100% rename from zmisc/website/frontend/src/icons/svg/table.svg rename to misc/website/frontend/src/icons/svg/table.svg diff --git a/zmisc/website/frontend/src/icons/svg/tree.svg b/misc/website/frontend/src/icons/svg/tree.svg similarity index 100% rename from zmisc/website/frontend/src/icons/svg/tree.svg rename to misc/website/frontend/src/icons/svg/tree.svg diff --git a/zmisc/website/frontend/src/icons/svg/user.svg b/misc/website/frontend/src/icons/svg/user.svg similarity index 100% rename from zmisc/website/frontend/src/icons/svg/user.svg rename to misc/website/frontend/src/icons/svg/user.svg diff --git a/zmisc/website/frontend/src/layout/components/AppMain.vue b/misc/website/frontend/src/layout/components/AppMain.vue similarity index 100% rename from zmisc/website/frontend/src/layout/components/AppMain.vue rename to misc/website/frontend/src/layout/components/AppMain.vue diff --git a/zmisc/website/frontend/src/layout/components/Navbar/index.vue b/misc/website/frontend/src/layout/components/Navbar/index.vue similarity index 100% rename from zmisc/website/frontend/src/layout/components/Navbar/index.vue rename to misc/website/frontend/src/layout/components/Navbar/index.vue diff --git a/zmisc/website/frontend/src/layout/components/Sidebar/SidebarItem.vue b/misc/website/frontend/src/layout/components/Sidebar/SidebarItem.vue similarity index 100% rename from zmisc/website/frontend/src/layout/components/Sidebar/SidebarItem.vue rename to misc/website/frontend/src/layout/components/Sidebar/SidebarItem.vue diff --git a/zmisc/website/frontend/src/layout/components/Sidebar/SidebarItemLink.vue b/misc/website/frontend/src/layout/components/Sidebar/SidebarItemLink.vue similarity index 100% rename from zmisc/website/frontend/src/layout/components/Sidebar/SidebarItemLink.vue rename to misc/website/frontend/src/layout/components/Sidebar/SidebarItemLink.vue diff --git a/zmisc/website/frontend/src/layout/components/Sidebar/index.vue b/misc/website/frontend/src/layout/components/Sidebar/index.vue similarity index 100% rename from zmisc/website/frontend/src/layout/components/Sidebar/index.vue rename to misc/website/frontend/src/layout/components/Sidebar/index.vue diff --git a/zmisc/website/frontend/src/layout/components/index.ts b/misc/website/frontend/src/layout/components/index.ts similarity index 100% rename from zmisc/website/frontend/src/layout/components/index.ts rename to misc/website/frontend/src/layout/components/index.ts diff --git a/zmisc/website/frontend/src/layout/index.vue b/misc/website/frontend/src/layout/index.vue similarity index 100% rename from zmisc/website/frontend/src/layout/index.vue rename to misc/website/frontend/src/layout/index.vue diff --git a/zmisc/website/frontend/src/layout/mixin/resize.ts b/misc/website/frontend/src/layout/mixin/resize.ts similarity index 100% rename from zmisc/website/frontend/src/layout/mixin/resize.ts rename to misc/website/frontend/src/layout/mixin/resize.ts diff --git a/zmisc/website/frontend/src/main.ts b/misc/website/frontend/src/main.ts similarity index 100% rename from zmisc/website/frontend/src/main.ts rename to misc/website/frontend/src/main.ts diff --git a/zmisc/website/frontend/src/permission.ts b/misc/website/frontend/src/permission.ts similarity index 100% rename from zmisc/website/frontend/src/permission.ts rename to misc/website/frontend/src/permission.ts diff --git a/zmisc/website/frontend/src/registerServiceWorker.ts b/misc/website/frontend/src/registerServiceWorker.ts similarity index 100% rename from zmisc/website/frontend/src/registerServiceWorker.ts rename to misc/website/frontend/src/registerServiceWorker.ts diff --git a/zmisc/website/frontend/src/router.ts b/misc/website/frontend/src/router.ts similarity index 100% rename from zmisc/website/frontend/src/router.ts rename to misc/website/frontend/src/router.ts diff --git a/zmisc/website/frontend/src/shims-vue.d.ts b/misc/website/frontend/src/shims-vue.d.ts similarity index 100% rename from zmisc/website/frontend/src/shims-vue.d.ts rename to misc/website/frontend/src/shims-vue.d.ts diff --git a/zmisc/website/frontend/src/store/index.ts b/misc/website/frontend/src/store/index.ts similarity index 100% rename from zmisc/website/frontend/src/store/index.ts rename to misc/website/frontend/src/store/index.ts diff --git a/zmisc/website/frontend/src/store/modules/app.ts b/misc/website/frontend/src/store/modules/app.ts similarity index 100% rename from zmisc/website/frontend/src/store/modules/app.ts rename to misc/website/frontend/src/store/modules/app.ts diff --git a/zmisc/website/frontend/src/store/modules/user.ts b/misc/website/frontend/src/store/modules/user.ts similarity index 100% rename from zmisc/website/frontend/src/store/modules/user.ts rename to misc/website/frontend/src/store/modules/user.ts diff --git a/zmisc/website/frontend/src/styles/_mixins.scss b/misc/website/frontend/src/styles/_mixins.scss similarity index 100% rename from zmisc/website/frontend/src/styles/_mixins.scss rename to misc/website/frontend/src/styles/_mixins.scss diff --git a/zmisc/website/frontend/src/styles/_svgicon.scss b/misc/website/frontend/src/styles/_svgicon.scss similarity index 100% rename from zmisc/website/frontend/src/styles/_svgicon.scss rename to misc/website/frontend/src/styles/_svgicon.scss diff --git a/zmisc/website/frontend/src/styles/_transition.scss b/misc/website/frontend/src/styles/_transition.scss similarity index 100% rename from zmisc/website/frontend/src/styles/_transition.scss rename to misc/website/frontend/src/styles/_transition.scss diff --git a/zmisc/website/frontend/src/styles/_variables.scss b/misc/website/frontend/src/styles/_variables.scss similarity index 100% rename from zmisc/website/frontend/src/styles/_variables.scss rename to misc/website/frontend/src/styles/_variables.scss diff --git a/zmisc/website/frontend/src/styles/_variables.scss.d.ts b/misc/website/frontend/src/styles/_variables.scss.d.ts similarity index 100% rename from zmisc/website/frontend/src/styles/_variables.scss.d.ts rename to misc/website/frontend/src/styles/_variables.scss.d.ts diff --git a/zmisc/website/frontend/src/styles/element-variables.scss b/misc/website/frontend/src/styles/element-variables.scss similarity index 100% rename from zmisc/website/frontend/src/styles/element-variables.scss rename to misc/website/frontend/src/styles/element-variables.scss diff --git a/zmisc/website/frontend/src/styles/index.scss b/misc/website/frontend/src/styles/index.scss similarity index 100% rename from zmisc/website/frontend/src/styles/index.scss rename to misc/website/frontend/src/styles/index.scss diff --git a/zmisc/website/frontend/src/utils/cookies.ts b/misc/website/frontend/src/utils/cookies.ts similarity index 100% rename from zmisc/website/frontend/src/utils/cookies.ts rename to misc/website/frontend/src/utils/cookies.ts diff --git a/zmisc/website/frontend/src/utils/request.ts b/misc/website/frontend/src/utils/request.ts similarity index 100% rename from zmisc/website/frontend/src/utils/request.ts rename to misc/website/frontend/src/utils/request.ts diff --git a/zmisc/website/frontend/src/utils/validate.ts b/misc/website/frontend/src/utils/validate.ts similarity index 100% rename from zmisc/website/frontend/src/utils/validate.ts rename to misc/website/frontend/src/utils/validate.ts diff --git a/zmisc/website/frontend/src/views/404.vue b/misc/website/frontend/src/views/404.vue similarity index 100% rename from zmisc/website/frontend/src/views/404.vue rename to misc/website/frontend/src/views/404.vue diff --git a/zmisc/website/frontend/src/views/dashboard/index.vue b/misc/website/frontend/src/views/dashboard/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/dashboard/index.vue rename to misc/website/frontend/src/views/dashboard/index.vue diff --git a/zmisc/website/frontend/src/views/debug/index.vue b/misc/website/frontend/src/views/debug/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/debug/index.vue rename to misc/website/frontend/src/views/debug/index.vue diff --git a/zmisc/website/frontend/src/views/flamegraph/flamegraph.js b/misc/website/frontend/src/views/flamegraph/flamegraph.js similarity index 100% rename from zmisc/website/frontend/src/views/flamegraph/flamegraph.js rename to misc/website/frontend/src/views/flamegraph/flamegraph.js diff --git a/zmisc/website/frontend/src/views/flamegraph/flamegraph.vue b/misc/website/frontend/src/views/flamegraph/flamegraph.vue similarity index 100% rename from zmisc/website/frontend/src/views/flamegraph/flamegraph.vue rename to misc/website/frontend/src/views/flamegraph/flamegraph.vue diff --git a/zmisc/website/frontend/src/views/form/index.vue b/misc/website/frontend/src/views/form/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/form/index.vue rename to misc/website/frontend/src/views/form/index.vue diff --git a/zmisc/website/frontend/src/views/login/index.vue b/misc/website/frontend/src/views/login/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/login/index.vue rename to misc/website/frontend/src/views/login/index.vue diff --git a/zmisc/website/frontend/src/views/nested/menu1/index.vue b/misc/website/frontend/src/views/nested/menu1/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/nested/menu1/index.vue rename to misc/website/frontend/src/views/nested/menu1/index.vue diff --git a/zmisc/website/frontend/src/views/nested/menu1/menu1-1/index.vue b/misc/website/frontend/src/views/nested/menu1/menu1-1/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/nested/menu1/menu1-1/index.vue rename to misc/website/frontend/src/views/nested/menu1/menu1-1/index.vue diff --git a/zmisc/website/frontend/src/views/nested/menu1/menu1-2/index.vue b/misc/website/frontend/src/views/nested/menu1/menu1-2/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/nested/menu1/menu1-2/index.vue rename to misc/website/frontend/src/views/nested/menu1/menu1-2/index.vue diff --git a/zmisc/website/frontend/src/views/nested/menu1/menu1-2/menu1-2-1/index.vue b/misc/website/frontend/src/views/nested/menu1/menu1-2/menu1-2-1/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/nested/menu1/menu1-2/menu1-2-1/index.vue rename to misc/website/frontend/src/views/nested/menu1/menu1-2/menu1-2-1/index.vue diff --git a/zmisc/website/frontend/src/views/nested/menu1/menu1-2/menu1-2-2/index.vue b/misc/website/frontend/src/views/nested/menu1/menu1-2/menu1-2-2/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/nested/menu1/menu1-2/menu1-2-2/index.vue rename to misc/website/frontend/src/views/nested/menu1/menu1-2/menu1-2-2/index.vue diff --git a/zmisc/website/frontend/src/views/nested/menu1/menu1-3/index.vue b/misc/website/frontend/src/views/nested/menu1/menu1-3/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/nested/menu1/menu1-3/index.vue rename to misc/website/frontend/src/views/nested/menu1/menu1-3/index.vue diff --git a/zmisc/website/frontend/src/views/nested/menu2/index.vue b/misc/website/frontend/src/views/nested/menu2/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/nested/menu2/index.vue rename to misc/website/frontend/src/views/nested/menu2/index.vue diff --git a/zmisc/website/frontend/src/views/nodeFilter.vue b/misc/website/frontend/src/views/nodeFilter.vue similarity index 100% rename from zmisc/website/frontend/src/views/nodeFilter.vue rename to misc/website/frontend/src/views/nodeFilter.vue diff --git a/zmisc/website/frontend/src/views/profiler/index.vue b/misc/website/frontend/src/views/profiler/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/profiler/index.vue rename to misc/website/frontend/src/views/profiler/index.vue diff --git a/zmisc/website/frontend/src/views/table/index.vue b/misc/website/frontend/src/views/table/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/table/index.vue rename to misc/website/frontend/src/views/table/index.vue diff --git a/zmisc/website/frontend/src/views/tree/index.vue b/misc/website/frontend/src/views/tree/index.vue similarity index 100% rename from zmisc/website/frontend/src/views/tree/index.vue rename to misc/website/frontend/src/views/tree/index.vue diff --git a/zmisc/website/frontend/tests/unit/.eslintrc.js b/misc/website/frontend/tests/unit/.eslintrc.js similarity index 100% rename from zmisc/website/frontend/tests/unit/.eslintrc.js rename to misc/website/frontend/tests/unit/.eslintrc.js diff --git a/zmisc/website/frontend/tests/unit/components/Breadcrumb.spec.ts b/misc/website/frontend/tests/unit/components/Breadcrumb.spec.ts similarity index 100% rename from zmisc/website/frontend/tests/unit/components/Breadcrumb.spec.ts rename to misc/website/frontend/tests/unit/components/Breadcrumb.spec.ts diff --git a/zmisc/website/frontend/tests/unit/utils/validate.spec.ts b/misc/website/frontend/tests/unit/utils/validate.spec.ts similarity index 100% rename from zmisc/website/frontend/tests/unit/utils/validate.spec.ts rename to misc/website/frontend/tests/unit/utils/validate.spec.ts diff --git a/zmisc/website/frontend/tsconfig.json b/misc/website/frontend/tsconfig.json similarity index 100% rename from zmisc/website/frontend/tsconfig.json rename to misc/website/frontend/tsconfig.json diff --git a/zmisc/website/frontend/vue.config.js b/misc/website/frontend/vue.config.js similarity index 100% rename from zmisc/website/frontend/vue.config.js rename to misc/website/frontend/vue.config.js diff --git a/zmisc/website/frontend/yarn.lock b/misc/website/frontend/yarn.lock similarity index 100% rename from zmisc/website/frontend/yarn.lock rename to misc/website/frontend/yarn.lock