From 39a884e4da55442f32333fedd69c0c66e44853dd Mon Sep 17 00:00:00 2001 From: Danny Dalton Date: Fri, 12 Oct 2018 03:12:09 -0400 Subject: [PATCH] Added an "other languages" section, changed country codes for Greek (Greece) and German READMEs to be correct. Signed-off-by: Danny Dalton --- README-ger.md => README.de.md | 0 README.gr-GR.md => README.el-GR.md | 0 README.md | 21 ++++++++++++++++++++- 3 files changed, 20 insertions(+), 1 deletion(-) rename README-ger.md => README.de.md (100%) rename README.gr-GR.md => README.el-GR.md (100%) diff --git a/README-ger.md b/README.de.md similarity index 100% rename from README-ger.md rename to README.de.md diff --git a/README.gr-GR.md b/README.el-GR.md similarity index 100% rename from README.gr-GR.md rename to README.el-GR.md diff --git a/README.md b/README.md index 009f227..652d596 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # MS-DOS v1.25 and v2.0 Source Code This repo contains the original source-code and compiled binaries for MS-DOS v1.25 and MS-DOS v2.0. -These are the same files [originally shared at the Computer History Museum on March 25th, 2014]( http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) and are being (re)published in this repo to make them easier to find, reference-to in external writing and works, and to allow exploration and experimentation for those interested in early PC Operating Systems. +These are the same files [originally shared at the Computer History Museum on March 25th, 2014](http://www.computerhistory.org/atchm/microsoft-ms-dos-early-source-code/) and are being (re)published in this repo to make them easier to find, reference-to in external writing and works, and to allow exploration and experimentation for those interested in early PC Operating Systems. # License All files within this repo are released under the [MIT (OSI) License]( https://en.wikipedia.org/wiki/MIT_License) as per the [LICENSE file](https://github.com/Microsoft/MS-DOS/blob/master/LICENSE.md) stored in the root of this repo. @@ -14,3 +14,22 @@ The source files in this repo are for historical reference and will be kept stat If, however, you’d like to submit additional non-source content or modifications to non-source files (e.g., this README), please submit via PR, and we’ll review and consider. This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. + +# Other Languages +You may view this README in any of the following languages: +- [Afrikaans (South Africa)](https://github.com/Microsoft/MS-DOS/blob/master/README.af-ZA.md) +- [Arabic](https://github.com/Microsoft/MS-DOS/blob/master/README.ar-AR.md) +- [Catalan](https://github.com/Microsoft/MS-DOS/blob/master/README.ca.md) +- [Spanish](https://github.com/Microsoft/MS-DOS/blob/master/README.es.md) +- [German](https://github.com/Microsoft/MS-DOS/blob/master/README.de.md) +- [French (France)](https://github.com/Microsoft/MS-DOS/blob/master/README.fr-FR.md) +- [Greek (Greece)](https://github.com/Microsoft/MS-DOS/blob/master/README.el-GR.md) +- [Indonesian (Indonesia)](https://github.com/Microsoft/MS-DOS/blob/master/README.id-ID.md) +- [Italian (Italy)](https://github.com/Microsoft/MS-DOS/blob/master/README.it-IT.md) +- [Korean (Korea)](https://github.com/Microsoft/MS-DOS/blob/master/README.ko-KR.md) +- [English](https://github.com/Microsoft/MS-DOS/blob/master/README.md) +- [Portuguese (Brazil)](https://github.com/Microsoft/MS-DOS/blob/master/README.pt-BR.md) +- [Swedish (Sweden)](https://github.com/Microsoft/MS-DOS/blob/master/README.sv-SE.md) +- [Chinese (Taiwan)](https://github.com/Microsoft/MS-DOS/blob/master/README.zh-TW.md) + +If you'd like to submit another language, or improve upon a translation, please, fork this repository, fix it as you'd like, and submit a pull request. As said above, **don't send** pull requests suggesting any modifications to the source files. \ No newline at end of file