Update docs/README.TXT and rename to CREDITS

- Rename to `CREDITS.TXT` for clarity.
- Improve text of opening paragraph. Thanks to various translators.
- Reformat to use headings, removing excessive whitespace characters (~2.5KiB).
- Sort list of contributors alphabetically; easier to maintain.
- Add missing contributors and remove from `kernel.asm`. Thanks to @rgimad.
- Minor formatting and whitespace cleanup.

git-svn-id: svn://kolibrios.org@9947 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
ace_dent
2023-10-01 21:53:34 +00:00
parent 9398cd7961
commit 52ed04f5cc
15 changed files with 779 additions and 753 deletions

View File

@@ -304,14 +304,14 @@ if build_type == "rus" then tup.append_table(extra_files, {
{"Docs/cp866/history.txt", build_type .. "/docs/HISTORY.TXT"},
{"Docs/cp866/hot_keys.txt", build_type .. "/docs/HOT_KEYS.TXT"},
{"Docs/cp866/install.txt", build_type .. "/docs/INSTALL.TXT"},
{"Docs/cp866/readme.txt", build_type .. "/docs/README.TXT"},
{"Docs/cp866/credits.txt", build_type .. "/docs/CREDITS.TXT"},
{"Docs/cp866/sysfuncr.txt", PROGS .. "/system/docpack/trunk/SYSFUNCR.TXT"},
{"Docs/cp1251/config.txt", build_type .. "/docs/CONFIG.WIN.TXT", cp1251_from = build_type .. "/docs/CONFIG.TXT"},
{"Docs/cp1251/gnu.txt", build_type .. "/docs/GNU.WIN.TXT", cp1251_from = build_type .. "/docs/GNU.TXT"},
{"Docs/cp1251/history.txt", build_type .. "/docs/HISTORY.WIN.TXT", cp1251_from = build_type .. "/docs/HISTORY.TXT"},
{"Docs/cp1251/hot_keys.txt", build_type .. "/docs/HOT_KEYS.WIN.TXT", cp1251_from = build_type .. "/docs/HOT_KEYS.TXT"},
{"Docs/cp1251/install.txt", build_type .. "/docs/INSTALL.WIN.TXT", cp1251_from = build_type .. "/docs/INSTALL.TXT"},
{"Docs/cp1251/readme.txt", build_type .. "/docs/README.WIN.TXT", cp1251_from = build_type .. "/docs/README.TXT"},
{"Docs/cp1251/credits.txt", build_type .. "/docs/CREDITS.WIN.TXT", cp1251_from = build_type .. "/docs/CREDITS.TXT"},
{"Docs/cp1251/sysfuncr.txt", build_type .. "/docs/SYSFUNCR.WIN.TXT", cp1251_from = PROGS .. "/system/docpack/trunk/SYSFUNCR.TXT"},
{"HD_Load/9x2klbr/", PROGS .. "/hd_load/9x2klbr/readme_dos.txt"},
{"HD_Load/9x2klbr/", PROGS .. "/hd_load/9x2klbr/readme_win.txt"},
@@ -334,7 +334,7 @@ if build_type == "rus" then tup.append_table(extra_files, {
{"Docs/copying.txt", build_type .. "/docs/COPYING.TXT"},
{"Docs/hot_keys.txt", build_type .. "/docs/HOT_KEYS.TXT"},
{"Docs/install.txt", build_type .. "/docs/INSTALL.TXT"},
{"Docs/readme.txt", build_type .. "/docs/README.TXT"},
{"Docs/credits.txt", build_type .. "/docs/CREDITS.TXT"},
{"Docs/sysfuncs.txt", PROGS .. "/system/docpack/trunk/SYSFUNCS.TXT"},
{"HD_Load/9x2klbr/", PROGS .. "/hd_load/9x2klbr/readme.txt"},
{"HD_Load/mtldr/install.txt", PROGS .. "/hd_load/mtldr/install_eng.txt"},