From 813a7946f0e2c1f7ce600adfa69276e878fa084c Mon Sep 17 00:00:00 2001 From: AwareFoxy <135021509+AwareFoxy@users.noreply.github.com> Date: Sun, 6 Oct 2024 13:36:44 +0200 Subject: [PATCH] FUCK --- src/SUMMARY.md | 487 +++++++++++++++++++++++++------------------------ 1 file changed, 244 insertions(+), 243 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 9657ed7..a853f53 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,277 +1,278 @@ Space Wizards Development Wiki ===================== -[Книга Robust](index.md) +[The Robust Book](index.md) Meta ==== ---------------------- -- [Гайд на изменение Вики](ru/meta/guide-to-editing-docs.md) -- [Docs Example Page](ru/meta/docs-example-page.md) -- [Docs are for Discoverability](ru/meta/docs-are-for-discoverability.md) +- [Guide to Editing Docs](en/meta/guide-to-editing-docs.md) +- [Docs Example Page](en/meta/docs-example-page.md) +- [Docs are for Discoverability](en/meta/docs-are-for-discoverability.md) -Основная разработка +General Development =================== ---------------------- -- [Установка](ru/general-development/setup.md) - - [Как программировать?](ru/general-development/setup/howdoicode.md) - - [Настройка среды разработки](ru/general-development/setup/setting-up-a-development-environment.md) - - [Git для разработчика SS14](ru/general-development/setup/git-for-the-ss14-developer.md) - - [Руководство по хостингу сервера](ru/general-development/setup/server-hosting-tutorial.md) -- [Информация о кодовой базе](ru/general-development/codebase-info.md) - - [Конвенции](ru/general-development/codebase-info/conventions.md) - - [Руководство по Pull Request](ru/general-development/codebase-info/pull-request-guidelines.md) - - [Организация кодовой базы](ru/general-development/codebase-info/codebase-organization.md) - - [Акронимы и номенклатура](ru/general-development/codebase-info/acronyms-and-nomenclature.md) - - [SS14 Release](ru/general-development/codebase-info/releases.md) -- [Советы](ru/general-development/tips.md) - - [Часто задаваемые вопросы для новичков](ru/general-development/tips/beginner-faq.md) - - [Часто задаваемые вопросы по устранению неполадок](ru/general-development/tips/troubleshooting-faq.md) - - [Инструменты для отладки](ru/general-development/tips/debugging-tools.md) - - [PR с изменениями движка](ru/general-development/tips/prs-with-engine-changes.md) - - [Руководство по созданию записей в справочнике](ru/general-development/tips/writing-guidebook-entries.md) - - [Справочник по конфигурационным файлам](ru/general-development/tips/config-file-reference.md) - - [Краткий курс YAML](ru/general-development/tips/yaml-crash-course.md) -- [Предложения по функциональности](ru/general-development/feature-proposals.md) - - [Шаблон предложения по функциональности](ru/templates/proposal.md) - - [Ожидаемые нормы поведения и использование](ru/general-development/feature-proposals/expected-feature-proposal-decorum.md) -- [Рабочие группы](ru/general-development/work-groups.md) -- [Вклад в переводы](ru/general-development/contributing-translations.md) - -SS14 на примере +- [Setup](en/general-development/setup.md) + - [How do I code?](en/general-development/setup/howdoicode.md) + - [Setting up a Development Environment](en/general-development/setup/setting-up-a-development-environment.md) + - [Git for the SS14 Developer](en/general-development/setup/git-for-the-ss14-developer.md) + - [Server Hosting Tutorial](en/general-development/setup/server-hosting-tutorial.md) +- [Codebase Info](en/general-development/codebase-info.md) + - [Conventions](en/general-development/codebase-info/conventions.md) + - [Pull Request Guidelines](en/general-development/codebase-info/pull-request-guidelines.md) + - [Codebase Organization](en/general-development/codebase-info/codebase-organization.md) + - [Acronyms & Nomenclature](en/general-development/codebase-info/acronyms-and-nomenclature.md) + - [SS14 Release Model](en/general-development/codebase-info/releases.md) +- [Tips](en/general-development/tips.md) + - [Beginner FAQ](en/general-development/tips/beginner-faq.md) + - [Troubleshooting FAQ](en/general-development/tips/troubleshooting-faq.md) + - [Debugging Tools](en/general-development/tips/debugging-tools.md) + - [PRs With Engine Changes](en/general-development/tips/prs-with-engine-changes.md) + - [Writing Guidebook Entries](en/general-development/tips/writing-guidebook-entries.md) + - [Config File Reference](en/general-development/tips/config-file-reference.md) + - [YAML Crash Course](en/general-development/tips/yaml-crash-course.md) +- [Feature Proposals](en/general-development/feature-proposals.md) + - [Feature Proposal Template](en/templates/proposal.md) + - [Expected Team Decorum & Usage](en/general-development/feature-proposals/expected-feature-proposal-decorum.md) +- [Work Groups](en/general-development/work-groups.md) +- [Contributing Translations](en/general-development/contributing-translations.md) + +SS14 By Example =============== ---------------------- -- [Введение в SS14 на примере](ru/ss14-by-example/introduction-to-ss14-by-example.md) -- [Добавление простого хонка](ru/ss14-by-example/adding-a-simple-bikehorn.md) -- [Создание динамического спрайта](ru/ss14-by-example/making-a-sprite-dynamic.md) - - [Портирование визуализаторов внешнего вида](ru/ss14-by-example/making-a-sprite-dynamic/porting-appearance-visualizers.md) -- [Основы сетевой работы и вы](ru/ss14-by-example/basic-networking-and-you.md) -- [Fluent и локализация](ru/ss14-by-example/fluent-and-localization.md) -- [Руководство по выживанию в интерфейсе](ru/ss14-by-example/ui-survival-guide.md) +- [Introduction to SS14 By Example](en/ss14-by-example/introduction-to-ss14-by-example.md) +- [Adding a Simple Bikehorn](en/ss14-by-example/adding-a-simple-bikehorn.md) +- [Making a Sprite Dynamic](en/ss14-by-example/making-a-sprite-dynamic.md) + - [Porting Appearance Visualizers](en/ss14-by-example/making-a-sprite-dynamic/porting-appearance-visualizers.md) +- [Basic Networking and You](en/ss14-by-example/basic-networking-and-you.md) +- [Fluent and Localization](en/ss14-by-example/fluent-and-localization.md) +- [UI Survival Guide](en/ss14-by-example/ui-survival-guide.md) + Robust Toolbox ============== ---------------------- -- [ECS](ru/robust-toolbox/ecs.md) -- [Сетевой код]() - - [Сетевые сущности](ru/robust-toolbox/netcode/net-entities.md) - - [Потенциально видимый набор]() -- [Системы координат](ru/robust-toolbox/coordinate-systems.md) -- [Трансформация]() - - [Координаты сущностей](ru/robust-toolbox/transform/entity-coordinates.md) - - [Физика](ru/robust-toolbox/transform/physics.md) - - [Сетки](ru/robust-toolbox/transform/grids.md) -- [Toolshed](ru/robust-toolbox/toolshed.md) - - [Типы](ru/robust-toolbox/toolshed/types.md) - - [Toolshed и (S)CSI](ru/robust-toolbox/toolshed/toolshed-and-scsi.md) - - [Окружения](ru/robust-toolbox/toolshed/environments.md) - - [Контексты вызова](ru/robust-toolbox/toolshed/invocation-contexts.md) - - [Команды](ru/robust-toolbox/toolshed/commands.md) - - [Сущности](ru/robust-toolbox/toolshed/commands/entity-control.md) - - [Общее](ru/robust-toolbox/toolshed/commands/general.md) - - [Разное](ru/robust-toolbox/toolshed/commands/misc.md) - - [Примеры Toolshed](ru/robust-toolbox/toolshed/toolshed-examples.md) -- [Пользовательский интерфейс](ru/robust-toolbox/user-interface.md) -- [IoC](ru/robust-toolbox/ioc.md) -- [Рендеринг]() - - [Освещение и поле зрения](ru/robust-toolbox/rendering/lighting-and-fov.md) - - [Шейдеры](ru/robust-toolbox/rendering/shaders.md) - - [Спрайты и иконки](ru/robust-toolbox/rendering/sprites-and-icons.md) -- [Сериализация](ru/robust-toolbox/serialization.md) -- [Песочница](ru/robust-toolbox/sandboxing.md) -- [Манифесты контента](ru/robust-toolbox/content-manifests.md) -- [Каталог пользовательских данных](ru/robust-toolbox/user-data-directory.md) -- [Модули Robust](ru/robust-toolbox/robust-modules.md) -- [HTTP API сервера](ru/robust-toolbox/server-http-api.md) -- [Конфигурации сборки](ru/robust-toolbox/build-configurations.md) -- [Определения препроцессора](ru/robust-toolbox/preprocessor-defines.md) -- [MIDI](ru/robust-toolbox/midi.md) -- [Автоматический клиентский ZIP (ACZ)](ru/robust-toolbox/acz.md) -- [Упаковка ресурсов](ru/robust-toolbox/asset-packaging.md) -- [Публикация новой версии Robust Toolbox](ru/robust-toolbox/publishing-robusttoolbox.md) +- [ECS](en/robust-toolbox/ecs.md) +- [Netcode]() + - [Net Entities](en/robust-toolbox/netcode/net-entities.md) + - [Potentially Visible Set]() +- [Coordinate Systems](en/robust-toolbox/coordinate-systems.md) +- [Transform]() + - [Entity Coordinates](en/robust-toolbox/transform/entity-coordinates.md) + - [Physics](en/robust-toolbox/transform/physics.md) + - [Grids](en/robust-toolbox/transform/grids.md) +- [Toolshed](en/robust-toolbox/toolshed.md) + - [Types](en/robust-toolbox/toolshed/types.md) + - [Toolshed and (S)CSI](en/robust-toolbox/toolshed/toolshed-and-scsi.md) + - [Environments](en/robust-toolbox/toolshed/environments.md) + - [Invocation contexts](en/robust-toolbox/toolshed/invocation-contexts.md) + - [Commands](en/robust-toolbox/toolshed/commands.md) + - [Entities](en/robust-toolbox/toolshed/commands/entity-control.md) + - [General](en/robust-toolbox/toolshed/commands/general.md) + - [Miscellaneous](en/robust-toolbox/toolshed/commands/misc.md) + - [Toolshed Examples](en/robust-toolbox/toolshed/toolshed-examples.md) +- [User Interface](en/robust-toolbox/user-interface.md) +- [IoC](en/robust-toolbox/ioc.md) +- [Rendering]() + - [Lighting and FoV](en/robust-toolbox/rendering/lighting-and-fov.md) + - [Shaders](en/robust-toolbox/rendering/shaders.md) + - [Sprites and Icons](en/robust-toolbox/rendering/sprites-and-icons.md) +- [Serialization](en/robust-toolbox/serialization.md) +- [Sandboxing](en/robust-toolbox/sandboxing.md) +- [Content Manifests](en/robust-toolbox/content-manifests.md) +- [User Data Directory](en/robust-toolbox/user-data-directory.md) +- [Robust Modules](en/robust-toolbox/robust-modules.md) +- [Server HTTP API](en/robust-toolbox/server-http-api.md) +- [Build Configurations](en/robust-toolbox/build-configurations.md) +- [Preprocessor Defines](en/robust-toolbox/preprocessor-defines.md) +- [MIDI](en/robust-toolbox/midi.md) +- [Automatic Client Zip (ACZ)](en/robust-toolbox/acz.md) +- [Asset Packaging](en/robust-toolbox/asset-packaging.md) +- [Publishing a new Robust Toolbox Version](en/robust-toolbox/publishing-robusttoolbox.md) Space Station 14 ================ ---------------------- -- [Основной дизайн](ru/space-station-14/core-design.md) - - [Принципы дизайна](ru/space-station-14/core-design/design-principles.md) +- [Core Design](en/space-station-14/core-design.md) + - [Design Principles](en/space-station-14/core-design/design-principles.md) - [Core Tech]() - - [PR Guidelines](ru/space-station-14/core-tech/guidelines.md) + - [PR Guidelines](en/space-station-14/core-tech/guidelines.md) - - [Destructible](ru/space-station-14/core-tech/destructible.md) - - [Construction](ru/space-station-14/core-tech/construction.md) - - [Node Networks](ru/space-station-14/core-tech/node-networks.md) - - [Displacement Maps](ru/space-station-14/art/displacement-maps.md) - - [Device Network](ru/space-station-14/core-tech/device-network.md) - - [NPCs](ru/space-station-14/core-tech/npcs.md) - - [Entity Tables](ru/space-station-14/core-tech/entity-tables.md) - - [Chemistry](ru/space-station-14/core-tech/chemistry.md) - - [Metabolism](ru/space-station-14/core-tech/chemistry/metabolism.md) - - [Reactions](ru/space-station-14/core-tech/chemistry/reactions.md) - - [Reagents](ru/space-station-14/core-tech/chemistry/reagents.md) - - [Solution Containers](ru/space-station-14/core-tech/chemistry/solution-containers.md) + - [Destructible](en/space-station-14/core-tech/destructible.md) + - [Construction](en/space-station-14/core-tech/construction.md) + - [Node Networks](en/space-station-14/core-tech/node-networks.md) + - [Displacement Maps](en/space-station-14/art/displacement-maps.md) + - [Device Network](en/space-station-14/core-tech/device-network.md) + - [NPCs](en/space-station-14/core-tech/npcs.md) + - [Entity Tables](en/space-station-14/core-tech/entity-tables.md) + - [Chemistry](en/space-station-14/core-tech/chemistry.md) + - [Metabolism](en/space-station-14/core-tech/chemistry/metabolism.md) + - [Reactions](en/space-station-14/core-tech/chemistry/reactions.md) + - [Reagents](en/space-station-14/core-tech/chemistry/reagents.md) + - [Solution Containers](en/space-station-14/core-tech/chemistry/solution-containers.md) - [Proposals]() -- [Accessibility](ru/space-station-14/accessibility.md) - - [PR Guidelines](ru/space-station-14/accessibility/guidelines.md) +- [Accessibility](en/space-station-14/accessibility.md) + - [PR Guidelines](en/space-station-14/accessibility/guidelines.md) - [Proposals]() -- [Admin Tooling](ru/space-station-14/admin-tools.md) - - [PR Guidelines](ru/space-station-14/admin-tools/guidelines.md) +- [Admin Tooling](en/space-station-14/admin-tools.md) + - [PR Guidelines](en/space-station-14/admin-tools/guidelines.md) - [Proposals]() -- [Art](ru/space-station-14/art.md) - - [PR Guidelines](ru/space-station-14/art/guidelines.md) +- [Art](en/space-station-14/art.md) + - [PR Guidelines](en/space-station-14/art/guidelines.md) - [Proposals]() -- [Character/Species](ru/space-station-14/characters-species.md) - - [PR Guidelines](ru/space-station-14/character-species/guidelines.md) +- [Character/Species](en/space-station-14/characters-species.md) + - [PR Guidelines](en/space-station-14/character-species/guidelines.md) - [Proposals]() -- [Combat](ru/space-station-14/combat.md) - - [PR Guidelines](ru/space-station-14/combat/guidelines.md) +- [Combat](en/space-station-14/combat.md) + - [PR Guidelines](en/space-station-14/combat/guidelines.md) - [Proposals]() -- [Mapping](ru/space-station-14/mapping.md) - - [PR Guidelines](ru/space-station-14/mapping/guidelines.md) +- [Mapping](en/space-station-14/mapping.md) + - [PR Guidelines](en/space-station-14/mapping/guidelines.md) - - [Dungeons](ru/space-station-14/mapping/dungeons.md) + - [Dungeons](en/space-station-14/mapping/dungeons.md) - [Guides]() - - [General Guide](ru/space-station-14/mapping/guides/general-guide.md) + - [General Guide](en/space-station-14/mapping/guides/general-guide.md) - [Proposals]() -- [Player Interaction](ru/space-station-14/player-interaction.md) - - [PR Guidelines](ru/space-station-14/player-interaction/guidelines.md) +- [Player Interaction](en/space-station-14/player-interaction.md) + - [PR Guidelines](en/space-station-14/player-interaction/guidelines.md) - - [Cartridge loaders](ru/space-station-14/player-interaction/cartridge-loaders.md) + - [Cartridge loaders](en/space-station-14/player-interaction/cartridge-loaders.md) - [Proposals]() - - [PAI Expansion Slots](ru/space-station-14/player-interaction/proposals/pai-expansion-slots.md) - - [PDA Messaging](ru/space-station-14/player-interaction/proposals/pda-messaging.md) - - [Grid Inventory](ru/space-station-14/player-interaction/proposals/grid-inventory.md) + - [PAI Expansion Slots](en/space-station-14/player-interaction/proposals/pai-expansion-slots.md) + - [PDA Messaging](en/space-station-14/player-interaction/proposals/pda-messaging.md) + - [Grid Inventory](en/space-station-14/player-interaction/proposals/grid-inventory.md) -- [Roleplay/Lore](ru/space-station-14/roleplay-lore.md) - - [PR Guidelines](ru/space-station-14/roleplay-lore/guidelines.md) +- [Roleplay/Lore](en/space-station-14/roleplay-lore.md) + - [PR Guidelines](en/space-station-14/roleplay-lore/guidelines.md) - [Proposals]() -- [Roundflow](ru/space-station-14/round-flow.md) - - [PR Guidelines](ru/space-station-14/round-flow/guidelines.md) +- [Roundflow](en/space-station-14/round-flow.md) + - [PR Guidelines](en/space-station-14/round-flow/guidelines.md) - - [Antagonists](ru/space-station-14/round-flow/antagonists.md) - - [Exterimator](ru/space-station-14/round-flow/antagonists/exterminator.md) - - [Thief](ru/space-station-14/round-flow/antagonists/thief.md) + - [Antagonists](en/space-station-14/round-flow/antagonists.md) + - [Exterimator](en/space-station-14/round-flow/antagonists/exterminator.md) + - [Thief](en/space-station-14/round-flow/antagonists/thief.md) - [Proposals]() - - [Cleanup Crew Gamemode](ru/space-station-14/round-flow/proposals/cleanup-crew-gamemode.md) - - [Game Director](ru/space-station-14/round-flow/proposals/game-director.md) - - [Departmental Economy](ru/space-station-14/round-flow/proposals/departmental-economy.md) - - [Pizza Delivery Critter](ru/space-station-14/round-flow/proposals/pizza-delivery-critter.md) - - [Rogue Drones](ru/space-station-14/round-flow/proposals/rogue-drones.md) - - [Turf War](ru/space-station-14/round-flow/proposals/turf-war.md) - - [Changeling](ru/space-station-14/round-flow/proposals/changeling.md) + - [Cleanup Crew Gamemode](en/space-station-14/round-flow/proposals/cleanup-crew-gamemode.md) + - [Game Director](en/space-station-14/round-flow/proposals/game-director.md) + - [Departmental Economy](en/space-station-14/round-flow/proposals/departmental-economy.md) + - [Pizza Delivery Critter](en/space-station-14/round-flow/proposals/pizza-delivery-critter.md) + - [Rogue Drones](en/space-station-14/round-flow/proposals/rogue-drones.md) + - [Turf War](en/space-station-14/round-flow/proposals/turf-war.md) + - [Changeling](en/space-station-14/round-flow/proposals/changeling.md) -- [User Interface](ru/space-station-14/user-interface.md) - - [PR Guidelines](ru/space-station-14/user-interface/guidelines.md) +- [User Interface](en/space-station-14/user-interface.md) + - [PR Guidelines](en/space-station-14/user-interface/guidelines.md) - [Proposals]() - - [Stat Panels](ru/space-station-14/user-interface/proposals/statpanels.md) -- [Departments](ru/space-station-14/departments.md) - - [Atmos](ru/space-station-14/departments/atmos.md) - - [PR Guidelines](ru/space-station-14/departments/atmos/guidelines.md) + - [Stat Panels](en/space-station-14/user-interface/proposals/statpanels.md) +- [Departments](en/space-station-14/departments.md) + - [Atmos](en/space-station-14/departments/atmos.md) + - [PR Guidelines](en/space-station-14/departments/atmos/guidelines.md) - [Proposals]() - - [Atmos Rework](ru/space-station-14/departments/atmos/proposals/atmos-rework.md) + - [Atmos Rework](en/space-station-14/departments/atmos/proposals/atmos-rework.md) - - [Cargo/Salvage](ru/space-station-14/departments/cargo-salvage.md) - - [PR Guidelines](ru/space-station-14/departments/cargo-salvage/guidelines.md) + - [Cargo/Salvage](en/space-station-14/departments/cargo-salvage.md) + - [PR Guidelines](en/space-station-14/departments/cargo-salvage/guidelines.md) - [Proposals]() - - [Salvage Proposal](ru/space-station-14/departments/cargo-salvage/proposals/salvage-proposal.md) + - [Salvage Proposal](en/space-station-14/departments/cargo-salvage/proposals/salvage-proposal.md) - - [Command](ru/space-station-14/departments/command.md) - - [PR Guidelines](ru/space-station-14/departments/command/guidelines.md) + - [Command](en/space-station-14/departments/command.md) + - [PR Guidelines](en/space-station-14/departments/command/guidelines.md) - [Proposals]() - - [Engineering](ru/space-station-14/departments/engineering.md) - - [PR Guidelines](ru/space-station-14/departments/engineering/guidelines.md) + - [Engineering](en/space-station-14/departments/engineering.md) + - [PR Guidelines](en/space-station-14/departments/engineering/guidelines.md) - - [Machine Upgrading Rework](ru/space-station-14/departments/engineering/proposals/machine-upgrading-rework.md) - - [Pow3r](ru/space-station-14/departments/engineering/pow3r.md) + - [Machine Upgrading Rework](en/space-station-14/departments/engineering/proposals/machine-upgrading-rework.md) + - [Pow3r](en/space-station-14/departments/engineering/pow3r.md) - [Proposals]() - - [Engine Containment](ru/space-station-14/departments/engineering/proposals/engine-containment.md) - - [Machine Upgrading Rework](ru/space-station-14/departments/engineering/proposals/machine-upgrading-rework.md) - - [Power Generation Rework](ru/space-station-14/departments/engineering/proposals/power-generation.md) - - [Signaller Rework](ru/space-station-14/departments/engineering/proposals/signaller-rework.md) + - [Engine Containment](en/space-station-14/departments/engineering/proposals/engine-containment.md) + - [Machine Upgrading Rework](en/space-station-14/departments/engineering/proposals/machine-upgrading-rework.md) + - [Power Generation Rework](en/space-station-14/departments/engineering/proposals/power-generation.md) + - [Signaller Rework](en/space-station-14/departments/engineering/proposals/signaller-rework.md) - - [Medical](ru/space-station-14/departments/medical.md) - - [PR Guidelines](ru/space-station-14/departments/medical/guidelines.md) + - [Medical](en/space-station-14/departments/medical.md) + - [PR Guidelines](en/space-station-14/departments/medical/guidelines.md) - [Proposals]() - - [Science](ru/space-station-14/departments/science.md) - - [PR Guidelines](ru/space-station-14/departments/science/guidelines.md) - - [Anomaly Cores](ru/space-station-14/departments/science/anomaly-cores.md) + - [Science](en/space-station-14/departments/science.md) + - [PR Guidelines](en/space-station-14/departments/science/guidelines.md) + - [Anomaly Cores](en/space-station-14/departments/science/anomaly-cores.md) - [Proposals]() - - [XenoArch Redux (3MOArch)](ru/space-station-14/departments/science/proposals/xenoarch-redux.md) - - [Xenobio](ru/space-station-14/departments/science/proposals/xenobio.md) + - [XenoArch Redux (3MOArch)](en/space-station-14/departments/science/proposals/xenoarch-redux.md) + - [Xenobio](en/space-station-14/departments/science/proposals/xenobio.md) - - [Security](ru/space-station-14/departments/security.md) - - [PR Guidelines](ru/space-station-14/departments/security/guidelines.md) + - [Security](en/space-station-14/departments/security.md) + - [PR Guidelines](en/space-station-14/departments/security/guidelines.md) - [Proposals]() - - [GenPop Prisoners](ru/space-station-14/departments/security/proposals/genpop-prisoners.md) - - [Reduced Metagaming Mechanics](ru/space-station-14/departments/security/proposals/reduced-metagaming.md) - - [Service](ru/space-station-14/departments/service.md) - - [PR Guidelines](ru/space-station-14/departments/service/guidelines.md) + - [GenPop Prisoners](en/space-station-14/departments/security/proposals/genpop-prisoners.md) + - [Reduced Metagaming Mechanics](en/space-station-14/departments/security/proposals/reduced-metagaming.md) + - [Service](en/space-station-14/departments/service.md) + - [PR Guidelines](en/space-station-14/departments/service/guidelines.md) - [Proposals]() - - [Plant Genetics](ru/space-station-14/departments/service/proposals/plant-genetics.md) - - [Librarian Gameplay](ru/space-station-14/departments/service/proposals/theshued-librarian-gameplay.md) - - [Joker Roles](ru/space-station-14/departments/service/proposals/joker_roles.md) + - [Plant Genetics](en/space-station-14/departments/service/proposals/plant-genetics.md) + - [Librarian Gameplay](en/space-station-14/departments/service/proposals/theshued-librarian-gameplay.md) + - [Joker Roles](en/space-station-14/departments/service/proposals/joker_roles.md) General Proposals ================ ---------------------- -- [Robust Hub](ru/general-proposals/robusthub.md) +- [Robust Hub](en/general-proposals/robusthub.md) Server Hosting ============== ---------------------- -- [Port Forwarding](ru/server-hosting/port-forwarding.md) -- [Server Replay Recording](ru/server-hosting/server-replay-recording.md) -- [Setting up Robust.Cdn](ru/server-hosting/setting-up-robust-cdn.md) -- [Setting up SS14.Admin](ru/server-hosting/setting-up-ss14-admin.md) -- [Setting up SS14.Changelog](ru/server-hosting/setting-up-ss14-changelog.md) -- [Setting up SS14.Watchdog](ru/server-hosting/setting-up-ss14-watchdog.md) -- [OAuth](ru/server-hosting/oauth.md) -- [Setting up a Discord Bot](ru/server-hosting/setting-up-redbot.md) +- [Port Forwarding](en/server-hosting/port-forwarding.md) +- [Server Replay Recording](en/server-hosting/server-replay-recording.md) +- [Setting up Robust.Cdn](en/server-hosting/setting-up-robust-cdn.md) +- [Setting up SS14.Admin](en/server-hosting/setting-up-ss14-admin.md) +- [Setting up SS14.Changelog](en/server-hosting/setting-up-ss14-changelog.md) +- [Setting up SS14.Watchdog](en/server-hosting/setting-up-ss14-watchdog.md) +- [OAuth](en/server-hosting/oauth.md) +- [Setting up a Discord Bot](en/server-hosting/setting-up-redbot.md) - [Maintenance]() - - [Debugging server lockups](ru/server-hosting/maintenance/debugging-server-lockups.md) + - [Debugging server lockups](en/server-hosting/maintenance/debugging-server-lockups.md) Other Projects ============== @@ -279,8 +280,8 @@ Other Projects ---------------------- - [Launcher]() - - [Content Bundles](ru/other-projects/launcher/content-bundles.md) - - [Delta Updates & Manifests](ru/other-projects/launcher/delta-updates-and-manifests.md) + - [Content Bundles](en/other-projects/launcher/content-bundles.md) + - [Delta Updates & Manifests](en/other-projects/launcher/delta-updates-and-manifests.md) - [SpaceWizards Lidgren]() Specifications @@ -288,102 +289,102 @@ Specifications ---------------------- -- [Robust Station Image](ru/specifications/robust-station-image.md) -- [Robust Generic Attribution](ru/specifications/robust-generic-attribution.md) +- [Robust Station Image](en/specifications/robust-station-image.md) +- [Robust Generic Attribution](en/specifications/robust-generic-attribution.md) Community ======================== ---------------------- -- [Infrastructure References](ru/community/infrastructure-references.md) - - [Wizards Den Infrastructure](ru/community/infrastructure-reference/wizards-den-infrastructure.md) - - [Grafana Dashboards](ru/community/infrastructure-reference/grafana-dashboards.md) -- [Space Wizards Hub Rules](ru/community/space-wizards-hub-rules.md) -- [Discord Rich Presence Repository](ru/community/discord-rich-presence-repository.md) -- [Admin](ru/community/admin.md) - - [Admin Tooling](ru/community/admin/admin-tooling.md) - - [Admin Command Cookbook](ru/community/admin/admin-tooling/admin-command-cookbook.md) - - [Wizards Den Admin Policy](ru/community/admin/wizards-den-admin-policy.md) - - [Wizards Den Banning Policy](ru/community/admin/wizards-den-banning-policy.md) -- [Progress Report Creation](ru/community/progress-report-creation.md) +- [Infrastructure References](en/community/infrastructure-references.md) + - [Wizards Den Infrastructure](en/community/infrastructure-reference/wizards-den-infrastructure.md) + - [Grafana Dashboards](en/community/infrastructure-reference/grafana-dashboards.md) +- [Space Wizards Hub Rules](en/community/space-wizards-hub-rules.md) +- [Discord Rich Presence Repository](en/community/discord-rich-presence-repository.md) +- [Admin](en/community/admin.md) + - [Admin Tooling](en/community/admin/admin-tooling.md) + - [Admin Command Cookbook](en/community/admin/admin-tooling/admin-command-cookbook.md) + - [Wizards Den Admin Policy](en/community/admin/wizards-den-admin-policy.md) + - [Wizards Den Banning Policy](en/community/admin/wizards-den-banning-policy.md) +- [Progress Report Creation](en/community/progress-report-creation.md) Engine Development ======================== ------------------ -- [Testing against launcher](ru/engine-development/testing-against-launcher.md) -- [Updating CEF](ru/engine-development/updating-cef.md) +- [Testing against launcher](en/engine-development/testing-against-launcher.md) +- [Updating CEF](en/engine-development/updating-cef.md) Staff ============== ---------------------- -- [Project Manager](ru/wizden-staff/projectmanager.md) -- [Maintainer](ru/wizden-staff/maintainer.md) - - [Maintainer Policy](ru/wizden-staff/maintainer/maintainer-policy.md) - - [Reviewing Procedure](ru/wizden-staff/maintainer/review-procedure.md) - - [Hotfix Procedure](ru/wizden-staff/maintainer/hotfix-procedure.md) -- [Space Wizards Role Hierarchy](ru/wizden-staff/space-wizards-role-hierarchy.md) -- [Space Wizards Maintainer List](ru/wizden-staff/space-wizards-maintainer-list.md) -- [Staff Policy](ru/wizden-staff/staff-policy.md) -- [Staff Conflict Resolution](ru/wizden-staff/staff-conflict-resolution.md) +- [Project Manager](en/wizden-staff/projectmanager.md) +- [Maintainer](en/wizden-staff/maintainer.md) + - [Maintainer Policy](en/wizden-staff/maintainer/maintainer-policy.md) + - [Reviewing Procedure](en/wizden-staff/maintainer/review-procedure.md) + - [Hotfix Procedure](en/wizden-staff/maintainer/hotfix-procedure.md) +- [Space Wizards Role Hierarchy](en/wizden-staff/space-wizards-role-hierarchy.md) +- [Space Wizards Maintainer List](en/wizden-staff/space-wizards-maintainer-list.md) +- [Staff Policy](en/wizden-staff/staff-policy.md) +- [Staff Conflict Resolution](en/wizden-staff/staff-conflict-resolution.md) Maintainer Meetings ============== ---------------------- -- [2024-04-06](ru/maintainer-meetings/maintainer-meeting-2024-04-06.md) -- [2024-03-23](ru/maintainer-meetings/maintainer-meeting-2024-03-23.md) -- [2024-02-03](ru/maintainer-meetings/maintainer-meeting-2024-02-03.md) -- [2024-01-20](ru/maintainer-meetings/maintainer-meeting-2024-01-20.md) -- [2023-12-30](ru/maintainer-meetings/maintainer-meeting-2023-12-30.md) -- [2023-12-16](ru/maintainer-meetings/maintainer-meeting-2023-12-16.md) -- [2023-11-25](ru/maintainer-meetings/maintainer-meeting-2023-11-25.md) -- [2023-10-21](ru/maintainer-meetings/maintainer-meeting-2023-10-21.md) -- [2023-09-23](ru/maintainer-meetings/maintainer-meeting-2023-09-23.md) -- [2023-09-09](ru/maintainer-meetings/maintainer-meeting-2023-09-09.md) -- [2023-09-02](ru/maintainer-meetings/maintainer-meeting-2023-09-02.md) -- [2023-08-19](ru/maintainer-meetings/maintainer-meeting-2023-08-19.md) -- [2023-07-29](ru/maintainer-meetings/maintainer-meeting-2023-07-29.md) -- [2023-06-10](ru/maintainer-meetings/maintainer-meeting-2023-06-10.md) -- [2023-05-20](ru/maintainer-meetings/maintainer-meeting-2023-05-20.md) -- [2023-05-06](ru/maintainer-meetings/maintainer-meeting-2023-05-06.md) -- [2023-03-05](ru/maintainer-meetings/maintainer-meeting-2023-03-05.md) -- [2023-02-11](ru/maintainer-meetings/maintainer-meeting-2023-02-11.md) -- [2023-01-21](ru/maintainer-meetings/maintainer-meeting-2023-01-21.md) -- [2023-01-07](ru/maintainer-meetings/maintainer-meeting-2023-01-07.md) -- [2022-07-30](ru/maintainer-meetings/maintainer-meeting-2022-07-30.md) -- [2022-07-16](ru/maintainer-meetings/maintainer-meeting-2022-07-16.md) -- [2022-06-25](ru/maintainer-meetings/maintainer-meeting-2022-06-25.md) -- [2022-06-11](ru/maintainer-meetings/maintainer-meeting-2022-06-11.md) -- [2022-05-28](ru/maintainer-meetings/maintainer-meeting-2022-05-28.md) -- [2022-05-14](ru/maintainer-meetings/maintainer-meeting-2022-05-14.md) -- [2022-04-30](ru/maintainer-meetings/maintainer-meeting-2022-04-30.md) -- [2022-04-16](ru/maintainer-meetings/maintainer-meeting-2022-04-16.md) -- [2022-04-02](ru/maintainer-meetings/maintainer-meeting-2022-04-02.md) -- [2022-03-19](ru/maintainer-meetings/maintainer-meeting-2022-03-19.md) -- [2022-03-05](ru/maintainer-meetings/maintainer-meeting-2022-03-05.md) -- [2022-02-05](ru/maintainer-meetings/maintainer-meeting-2022-02-05.md) -- [2022-01-22](ru/maintainer-meetings/maintainer-meeting-2022-01-22.md) -- [2022-01-08](ru/maintainer-meetings/maintainer-meeting-2022-01-08.md) -- [2021-12-11](ru/maintainer-meetings/maintainer-meeting-2021-12-11.md) -- [2021-11-27](ru/maintainer-meetings/maintainer-meeting-2021-11-27.md) -- [2021-11-13](ru/maintainer-meetings/maintainer-meeting-2021-11-13.md) -- [2021-10-30](ru/maintainer-meetings/maintainer-meeting-2021-10-30.md) -- [2021-10-16](ru/maintainer-meetings/maintainer-meeting-2021-10-16.md) -- [2021-10-02](ru/maintainer-meetings/maintainer-meeting-2021-10-02.md) -- [2021-09-19](ru/maintainer-meetings/maintainer-meeting-2021-09-19.md) +- [2024-04-06](en/maintainer-meetings/maintainer-meeting-2024-04-06.md) +- [2024-03-23](en/maintainer-meetings/maintainer-meeting-2024-03-23.md) +- [2024-02-03](en/maintainer-meetings/maintainer-meeting-2024-02-03.md) +- [2024-01-20](en/maintainer-meetings/maintainer-meeting-2024-01-20.md) +- [2023-12-30](en/maintainer-meetings/maintainer-meeting-2023-12-30.md) +- [2023-12-16](en/maintainer-meetings/maintainer-meeting-2023-12-16.md) +- [2023-11-25](en/maintainer-meetings/maintainer-meeting-2023-11-25.md) +- [2023-10-21](en/maintainer-meetings/maintainer-meeting-2023-10-21.md) +- [2023-09-23](en/maintainer-meetings/maintainer-meeting-2023-09-23.md) +- [2023-09-09](en/maintainer-meetings/maintainer-meeting-2023-09-09.md) +- [2023-09-02](en/maintainer-meetings/maintainer-meeting-2023-09-02.md) +- [2023-08-19](en/maintainer-meetings/maintainer-meeting-2023-08-19.md) +- [2023-07-29](en/maintainer-meetings/maintainer-meeting-2023-07-29.md) +- [2023-06-10](en/maintainer-meetings/maintainer-meeting-2023-06-10.md) +- [2023-05-20](en/maintainer-meetings/maintainer-meeting-2023-05-20.md) +- [2023-05-06](en/maintainer-meetings/maintainer-meeting-2023-05-06.md) +- [2023-03-05](en/maintainer-meetings/maintainer-meeting-2023-03-05.md) +- [2023-02-11](en/maintainer-meetings/maintainer-meeting-2023-02-11.md) +- [2023-01-21](en/maintainer-meetings/maintainer-meeting-2023-01-21.md) +- [2023-01-07](en/maintainer-meetings/maintainer-meeting-2023-01-07.md) +- [2022-07-30](en/maintainer-meetings/maintainer-meeting-2022-07-30.md) +- [2022-07-16](en/maintainer-meetings/maintainer-meeting-2022-07-16.md) +- [2022-06-25](en/maintainer-meetings/maintainer-meeting-2022-06-25.md) +- [2022-06-11](en/maintainer-meetings/maintainer-meeting-2022-06-11.md) +- [2022-05-28](en/maintainer-meetings/maintainer-meeting-2022-05-28.md) +- [2022-05-14](en/maintainer-meetings/maintainer-meeting-2022-05-14.md) +- [2022-04-30](en/maintainer-meetings/maintainer-meeting-2022-04-30.md) +- [2022-04-16](en/maintainer-meetings/maintainer-meeting-2022-04-16.md) +- [2022-04-02](en/maintainer-meetings/maintainer-meeting-2022-04-02.md) +- [2022-03-19](en/maintainer-meetings/maintainer-meeting-2022-03-19.md) +- [2022-03-05](en/maintainer-meetings/maintainer-meeting-2022-03-05.md) +- [2022-02-05](en/maintainer-meetings/maintainer-meeting-2022-02-05.md) +- [2022-01-22](en/maintainer-meetings/maintainer-meeting-2022-01-22.md) +- [2022-01-08](en/maintainer-meetings/maintainer-meeting-2022-01-08.md) +- [2021-12-11](en/maintainer-meetings/maintainer-meeting-2021-12-11.md) +- [2021-11-27](en/maintainer-meetings/maintainer-meeting-2021-11-27.md) +- [2021-11-13](en/maintainer-meetings/maintainer-meeting-2021-11-13.md) +- [2021-10-30](en/maintainer-meetings/maintainer-meeting-2021-10-30.md) +- [2021-10-16](en/maintainer-meetings/maintainer-meeting-2021-10-16.md) +- [2021-10-02](en/maintainer-meetings/maintainer-meeting-2021-10-02.md) +- [2021-09-19](en/maintainer-meetings/maintainer-meeting-2021-09-19.md) Admin Meetings ============== ---------------------- -- [2024-05-18](ru/admin-meetings/admin-meeting-2024-05-18.md) -- [2024-04-27](ru/admin-meetings/admin-meeting-2024-04-27.md) -- [2024-03-30](ru/admin-meetings/admin-meeting-2024-03-30.md) -- [2024-03-16](ru/admin-meetings/admin-meeting-2024-03-16.md) -- [2024-02-17](ru/admin-meetings/admin-meeting-2024-02-17.md) -- [2024-02-03](ru/admin-meetings/admin-meeting-2024-02-03.md) \ No newline at end of file +- [2024-05-18](en/admin-meetings/admin-meeting-2024-05-18.md) +- [2024-04-27](en/admin-meetings/admin-meeting-2024-04-27.md) +- [2024-03-30](en/admin-meetings/admin-meeting-2024-03-30.md) +- [2024-03-16](en/admin-meetings/admin-meeting-2024-03-16.md) +- [2024-02-17](en/admin-meetings/admin-meeting-2024-02-17.md) +- [2024-02-03](en/admin-meetings/admin-meeting-2024-02-03.md)