From e2cccaaf56ca1f46cd42f09b0d81adc7e3f4c85a Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 16 Dec 2023 08:28:52 -0500 Subject: [PATCH] Change to 3 letter codes Signed-off-by: Skylar "The Cobra" Widulski --- README.md | 4 ++-- content/{en => eng}/_index.md | 0 content/{en => eng}/admins.md | 0 content/{en => eng}/email.md | 0 content/{en => eng}/guides/matrix.md | 0 content/{en => eng}/guides/pkgman.md | 0 content/{en => eng}/guides/register.md | 0 content/{en => eng}/guides/ssh.md | 0 content/{en => eng}/guides/usersites.md | 0 content/{en => eng}/matrix.md | 0 content/{en => eng}/recovery.md | 0 content/{en => eng}/ssh.md | 0 content/{en => eng}/staff.md | 0 static/index.html | 6 +++--- utils/{link-filter.en.lua => link-filter.eng.lua} | 0 utils/{link-filter.pt-BR.lua => link-filter.por-BR.lua} | 0 16 files changed, 5 insertions(+), 5 deletions(-) rename content/{en => eng}/_index.md (100%) rename content/{en => eng}/admins.md (100%) rename content/{en => eng}/email.md (100%) rename content/{en => eng}/guides/matrix.md (100%) rename content/{en => eng}/guides/pkgman.md (100%) rename content/{en => eng}/guides/register.md (100%) rename content/{en => eng}/guides/ssh.md (100%) rename content/{en => eng}/guides/usersites.md (100%) rename content/{en => eng}/matrix.md (100%) rename content/{en => eng}/recovery.md (100%) rename content/{en => eng}/ssh.md (100%) rename content/{en => eng}/staff.md (100%) rename utils/{link-filter.en.lua => link-filter.eng.lua} (100%) rename utils/{link-filter.pt-BR.lua => link-filter.por-BR.lua} (100%) diff --git a/README.md b/README.md index 6edc31e..c151003 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ A copy of the license can be found in the `LICENSE` file, a list of authors and ### Translating the ~vern wiki? Get in touch! -Please get in touch with the [wiki maintainers](https://wiki.vern.cc/en/staff/#wiki) so we can help you out and credit you properly in the Authors file. +Please get in touch with the [wiki maintainers](https://wiki.vern.cc/eng/staff/#wiki) so we can help you out and credit you properly in the Authors file. ## How to build You will need your favorite `make` command (We recommend GNU make), pandoc and some common Unix shell utilities. -Run `make` to build the entirety of the wiki. The end-result should be available in the `output/` folder. \ No newline at end of file +Run `make` to build the entirety of the wiki. The end-result should be available in the `output/` folder. diff --git a/content/en/_index.md b/content/eng/_index.md similarity index 100% rename from content/en/_index.md rename to content/eng/_index.md diff --git a/content/en/admins.md b/content/eng/admins.md similarity index 100% rename from content/en/admins.md rename to content/eng/admins.md diff --git a/content/en/email.md b/content/eng/email.md similarity index 100% rename from content/en/email.md rename to content/eng/email.md diff --git a/content/en/guides/matrix.md b/content/eng/guides/matrix.md similarity index 100% rename from content/en/guides/matrix.md rename to content/eng/guides/matrix.md diff --git a/content/en/guides/pkgman.md b/content/eng/guides/pkgman.md similarity index 100% rename from content/en/guides/pkgman.md rename to content/eng/guides/pkgman.md diff --git a/content/en/guides/register.md b/content/eng/guides/register.md similarity index 100% rename from content/en/guides/register.md rename to content/eng/guides/register.md diff --git a/content/en/guides/ssh.md b/content/eng/guides/ssh.md similarity index 100% rename from content/en/guides/ssh.md rename to content/eng/guides/ssh.md diff --git a/content/en/guides/usersites.md b/content/eng/guides/usersites.md similarity index 100% rename from content/en/guides/usersites.md rename to content/eng/guides/usersites.md diff --git a/content/en/matrix.md b/content/eng/matrix.md similarity index 100% rename from content/en/matrix.md rename to content/eng/matrix.md diff --git a/content/en/recovery.md b/content/eng/recovery.md similarity index 100% rename from content/en/recovery.md rename to content/eng/recovery.md diff --git a/content/en/ssh.md b/content/eng/ssh.md similarity index 100% rename from content/en/ssh.md rename to content/eng/ssh.md diff --git a/content/en/staff.md b/content/eng/staff.md similarity index 100% rename from content/en/staff.md rename to content/eng/staff.md diff --git a/static/index.html b/static/index.html index e4ee3c4..868ac77 100644 --- a/static/index.html +++ b/static/index.html @@ -4,13 +4,13 @@ A redirect to the english homepage - +
-

If this redirect does not work then please click on this link

+

If this redirect does not work then please click on this link

- \ No newline at end of file + diff --git a/utils/link-filter.en.lua b/utils/link-filter.eng.lua similarity index 100% rename from utils/link-filter.en.lua rename to utils/link-filter.eng.lua diff --git a/utils/link-filter.pt-BR.lua b/utils/link-filter.por-BR.lua similarity index 100% rename from utils/link-filter.pt-BR.lua rename to utils/link-filter.por-BR.lua