From: Microsoft Open Source Date: Thu, 25 Apr 2024 00:33:46 +0000 (+0000) Subject: Moving localized READMEs X-Git-Url: https://git.wirehaze.ovh/MS-DOS.git/commitdiff_plain/a5eb02a4d7382faa1d8f91802a73241c32026a2d?hp=fd315d38abe72c77471401e6411d26d6434350d1 Moving localized READMEs Thanks to everyone who took the time when this repository was originally released to localize the README files. However, for simplicity, and recognizing the historical reference nature of this repository, we have moved these now dated files into a sub-folder. --- diff --git a/README-ger.md b/.readmes/README-ger.md similarity index 100% rename from README-ger.md rename to .readmes/README-ger.md diff --git a/README.af-ZA.md b/.readmes/README.af-ZA.md similarity index 100% rename from README.af-ZA.md rename to .readmes/README.af-ZA.md diff --git a/README.ar-AR.md b/.readmes/README.ar-AR.md similarity index 100% rename from README.ar-AR.md rename to .readmes/README.ar-AR.md diff --git a/README.ca.md b/.readmes/README.ca.md similarity index 100% rename from README.ca.md rename to .readmes/README.ca.md diff --git a/README.es.md b/.readmes/README.es.md similarity index 100% rename from README.es.md rename to .readmes/README.es.md diff --git a/README.fr-FR.md b/.readmes/README.fr-FR.md similarity index 100% rename from README.fr-FR.md rename to .readmes/README.fr-FR.md diff --git a/README.gr-GR.md b/.readmes/README.gr-GR.md similarity index 100% rename from README.gr-GR.md rename to .readmes/README.gr-GR.md diff --git a/README.hindi.md b/.readmes/README.hindi.md similarity index 100% rename from README.hindi.md rename to .readmes/README.hindi.md diff --git a/README.hu-HU.md b/.readmes/README.hu-HU.md similarity index 100% rename from README.hu-HU.md rename to .readmes/README.hu-HU.md diff --git a/README.id-ID.md b/.readmes/README.id-ID.md similarity index 100% rename from README.id-ID.md rename to .readmes/README.id-ID.md diff --git a/README.it-IT.md b/.readmes/README.it-IT.md similarity index 100% rename from README.it-IT.md rename to .readmes/README.it-IT.md diff --git a/README.ja-JP.md b/.readmes/README.ja-JP.md similarity index 100% rename from README.ja-JP.md rename to .readmes/README.ja-JP.md diff --git a/README.ko-KR.md b/.readmes/README.ko-KR.md similarity index 100% rename from README.ko-KR.md rename to .readmes/README.ko-KR.md diff --git a/README.pt-BR.md b/.readmes/README.pt-BR.md similarity index 100% rename from README.pt-BR.md rename to .readmes/README.pt-BR.md diff --git a/README.pt-PT.md b/.readmes/README.pt-PT.md similarity index 100% rename from README.pt-PT.md rename to .readmes/README.pt-PT.md diff --git a/README.ru-RU.md b/.readmes/README.ru-RU.md similarity index 100% rename from README.ru-RU.md rename to .readmes/README.ru-RU.md diff --git a/README.sv-SE.md b/.readmes/README.sv-SE.md similarity index 100% rename from README.sv-SE.md rename to .readmes/README.sv-SE.md diff --git a/README.th-TH.md b/.readmes/README.th-TH.md similarity index 100% rename from README.th-TH.md rename to .readmes/README.th-TH.md diff --git a/README.tr-TR.md b/.readmes/README.tr-TR.md similarity index 100% rename from README.tr-TR.md rename to .readmes/README.tr-TR.md diff --git a/README.zh-TW.md b/.readmes/README.zh-TW.md similarity index 100% rename from README.zh-TW.md rename to .readmes/README.zh-TW.md diff --git a/msdos-logo.png b/.readmes/msdos-logo.png similarity index 100% rename from msdos-logo.png rename to .readmes/msdos-logo.png diff --git a/msdos-logo_250x250.png b/.readmes/msdos-logo_250x250.png similarity index 100% rename from msdos-logo_250x250.png rename to .readmes/msdos-logo_250x250.png diff --git a/.readmes/thanks.md b/.readmes/thanks.md new file mode 100644 index 0000000..428f805 --- /dev/null +++ b/.readmes/thanks.md @@ -0,0 +1,7 @@ +# Thank you + +Thanks to everyone who took the time when this repository was originally released +to localize the README files. However, for simplicity, and recognizing the +historical reference nature of this repository, we have moved these now dated +files into a sub-folder. + diff --git a/README.md b/README.md index be4a655..b4bc405 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -MS-DOS logo +MS-DOS logo # MS-DOS v1.25 and v2.0 Source Code @@ -10,7 +10,7 @@ These are the same files [originally shared at the Computer History Museum on Ma All files within this repo are released under the [MIT License]( https://en.wikipedia.org/wiki/MIT_License) as per the [LICENSE file](https://github.com/Microsoft/MS-DOS/blob/main/LICENSE) stored in the root of this repo. -# Contribute! +# For historical reference The source files in this repo are for historical reference and will be kept static, so please **don’t send** Pull Requests suggesting any modifications to the source files, but feel free to fork this repo and experiment 😊.