forked from KolibriOS/kolibrios
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:
@@ -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/history.txt", build_type .. "/docs/HISTORY.TXT"},
|
||||||
{"Docs/cp866/hot_keys.txt", build_type .. "/docs/HOT_KEYS.TXT"},
|
{"Docs/cp866/hot_keys.txt", build_type .. "/docs/HOT_KEYS.TXT"},
|
||||||
{"Docs/cp866/install.txt", build_type .. "/docs/INSTALL.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/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/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/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/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/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/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"},
|
{"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_dos.txt"},
|
||||||
{"HD_Load/9x2klbr/", PROGS .. "/hd_load/9x2klbr/readme_win.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/copying.txt", build_type .. "/docs/COPYING.TXT"},
|
||||||
{"Docs/hot_keys.txt", build_type .. "/docs/HOT_KEYS.TXT"},
|
{"Docs/hot_keys.txt", build_type .. "/docs/HOT_KEYS.TXT"},
|
||||||
{"Docs/install.txt", build_type .. "/docs/INSTALL.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"},
|
{"Docs/sysfuncs.txt", PROGS .. "/system/docpack/trunk/SYSFUNCS.TXT"},
|
||||||
{"HD_Load/9x2klbr/", PROGS .. "/hd_load/9x2klbr/readme.txt"},
|
{"HD_Load/9x2klbr/", PROGS .. "/hd_load/9x2klbr/readme.txt"},
|
||||||
{"HD_Load/mtldr/install.txt", PROGS .. "/hd_load/mtldr/install_eng.txt"},
|
{"HD_Load/mtldr/install.txt", PROGS .. "/hd_load/mtldr/install_eng.txt"},
|
||||||
|
128
data/ca/docs/CREDITS.TXT
Normal file
128
data/ca/docs/CREDITS.TXT
Normal file
@@ -0,0 +1,128 @@
|
|||||||
|
|
||||||
|
KolibriOS team
|
||||||
|
--------------
|
||||||
|
|
||||||
|
We thank everyone who helped to create and develop KolibriOS,
|
||||||
|
many of whom are listed below ~
|
||||||
|
|
||||||
|
System Programming (loaders, kernel, etc.) :
|
||||||
|
- Alver
|
||||||
|
- art_zh
|
||||||
|
- Asper
|
||||||
|
- Boppan
|
||||||
|
- CleverMouse
|
||||||
|
- Coldy
|
||||||
|
- Doczom
|
||||||
|
- dunkaist
|
||||||
|
- Galkov
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Andrey Halyavin 'halyavin'
|
||||||
|
- hidnplayr
|
||||||
|
- Andrey Ignatiev 'andrew_programmer'
|
||||||
|
- Johnny_B
|
||||||
|
- kasTIgar
|
||||||
|
- Sergey Kuzmin 'Wildwest'
|
||||||
|
- Mihail Lisovin 'Mihasik'
|
||||||
|
- Maxis
|
||||||
|
- Iliya Mihailov 'Ghost'
|
||||||
|
- Nable
|
||||||
|
- NoName
|
||||||
|
- Ivan Poddubny
|
||||||
|
- rgimad
|
||||||
|
- Rus
|
||||||
|
- Mihail Semenyako 'mike.dld'
|
||||||
|
- Sergey Semyonov 'Serge'
|
||||||
|
- shurf
|
||||||
|
- SPraid
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
- Trans
|
||||||
|
- tsdima
|
||||||
|
- turbanoff
|
||||||
|
- VaStaNi
|
||||||
|
- Marat Zakiyanov 'Mario79'
|
||||||
|
|
||||||
|
Application Programming (new creations, porting or revisions) :
|
||||||
|
- Alver
|
||||||
|
- art_zh
|
||||||
|
- Artemonische
|
||||||
|
- Asper
|
||||||
|
- barsuk
|
||||||
|
- Vitaly Bendik 'mistifi(ator'
|
||||||
|
- Mario Birkner 'cYfleXX'
|
||||||
|
- Aleksandr Bogomaz 'Albom'
|
||||||
|
- chaykin
|
||||||
|
- CleverMouse
|
||||||
|
- DedOk
|
||||||
|
- Dron2004
|
||||||
|
- dunkaist
|
||||||
|
- ealex
|
||||||
|
- Pavlushin Evgeny 'Exis'
|
||||||
|
- Maxim Evtihov 'Maxxxx32'
|
||||||
|
- Gluk
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Maciej Guba 'macgub'
|
||||||
|
- Andrey Halyavin 'halyavin'
|
||||||
|
- Hex
|
||||||
|
- iadn
|
||||||
|
- Andrey Ignatiev 'andrew_programmer'
|
||||||
|
- IgorA
|
||||||
|
- Andrey Ivushkin 'Willow'
|
||||||
|
- Johnny_B
|
||||||
|
- kaitz
|
||||||
|
- Vasiliy Kosenko 'vkos'
|
||||||
|
- Sergey Kuzmin 'Wildwest'
|
||||||
|
- Kirill Lipatov 'Leency'
|
||||||
|
- Mihail Lisovin 'Mihasik'
|
||||||
|
- Alexander Meshcheryakov 'Self-Perfection'
|
||||||
|
- Iliya Mihailov 'Ghost'
|
||||||
|
- Navanax
|
||||||
|
- nilgui
|
||||||
|
- Olaf
|
||||||
|
- hidden player 'hidnplayr'
|
||||||
|
- Ivan Poddubny
|
||||||
|
- Pterox
|
||||||
|
- Rus
|
||||||
|
- Pavel Rymovski 'Heavyiron'
|
||||||
|
- Mihail Semenyako 'mike.dld'
|
||||||
|
- Sergey Semyonov 'Serge'
|
||||||
|
- SPraid
|
||||||
|
- staper
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
- trolly
|
||||||
|
- tsdima
|
||||||
|
- vectoroc
|
||||||
|
- YELLOW
|
||||||
|
- Vladimir Zaitsev 'Rabid Rabbit'
|
||||||
|
- Marat Zakiyanov 'Mario79'
|
||||||
|
|
||||||
|
Documentation and Translation :
|
||||||
|
- Andrew Dent 'ace_dent'
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Hex
|
||||||
|
|
||||||
|
Infrastructure (forum, site and SVN hosting) :
|
||||||
|
- CodeWorld
|
||||||
|
- mike.dld
|
||||||
|
|
||||||
|
Design (logo, background, icons) :
|
||||||
|
- goglus
|
||||||
|
- Kirill Lipatov 'Leency'
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
|
||||||
|
Testing and Support :
|
||||||
|
- AqwAS
|
||||||
|
- Ataualpa
|
||||||
|
- Vitaly Bendik 'mistifi(ator'
|
||||||
|
- camper
|
||||||
|
- ChE
|
||||||
|
- Dmitry the Sorcerer
|
||||||
|
- Galkov
|
||||||
|
- Maxis
|
||||||
|
- Mike
|
||||||
|
- Pavel Rymovski 'Heavyiron'
|
||||||
|
- vectoroc
|
||||||
|
- Veliant
|
||||||
|
|
||||||
|
and many others...
|
||||||
|
|
||||||
|
KolibriOS team
|
@@ -1,115 +0,0 @@
|
|||||||
/----------------\
|
|
||||||
* KolibriOS TEAM *
|
|
||||||
\----------------/
|
|
||||||
|
|
||||||
This list contains all, who has actively helped to creation and development
|
|
||||||
of KolibriOS, whoever possible.
|
|
||||||
(people are enumerated in the order by time of participation in the project,
|
|
||||||
from bottom to top - from past to future, through present)
|
|
||||||
|
|
||||||
* Trans \
|
|
||||||
* VaStaNi |
|
|
||||||
* Ivan Poddubny |
|
|
||||||
* Marat Zakiyanov (Mario79) |
|
|
||||||
* Mihail Semenyako (mike.dld) | system programming
|
|
||||||
* Sergey Kuzmin (Wildwest) |
|
|
||||||
* Andrey Halyavin (halyavin) | loaders,
|
|
||||||
* Mihail Lisovin (Mihasik) | kernel improvements and so on
|
|
||||||
* Andrey Ignatiev (andrew_programmer) |
|
|
||||||
* NoName |
|
|
||||||
* Evgeny Grechnikov (Diamond) |
|
|
||||||
* Iliya Mihailov (Ghost) |
|
|
||||||
* Sergey Semyonov (Serge) |
|
|
||||||
* Johnny_B |
|
|
||||||
* kasTIgar |
|
|
||||||
* SPraid |
|
|
||||||
* Rus |
|
|
||||||
* Alver |
|
|
||||||
* Maxis |
|
|
||||||
* Galkov |
|
|
||||||
* CleverMouse |
|
|
||||||
* tsdima |
|
|
||||||
* turbanoff |
|
|
||||||
* Asper |
|
|
||||||
* art_zh |
|
|
||||||
* hidnplayr /
|
|
||||||
|
|
||||||
* Mihail Lisovin (Mihasik) \
|
|
||||||
* Andrey Ivushkin (Willow) |
|
|
||||||
* Mihail Semenyako (mike.dld) |
|
|
||||||
* Pavlushin Evgeny (Exis) |
|
|
||||||
* Ivan Poddubny | application programming
|
|
||||||
* Marat Zakiyanov (Mario79) |
|
|
||||||
* Sergey Kuzmin (Wildwest) |
|
|
||||||
* Andrey Halyavin (halyavin) | creation of new,
|
|
||||||
* Hex | port of existing
|
|
||||||
* Andrey Ignatiev (andrew_programmer) | or revisions of old
|
|
||||||
* ealex | applications for Kolibri
|
|
||||||
* Olaf |
|
|
||||||
* Evgeny Grechnikov (Diamond) |
|
|
||||||
* Navanax |
|
|
||||||
* Johnny_B |
|
|
||||||
* Pavel Rymovski (Heavyiron) |
|
|
||||||
* Vitaly Bendik (mistifi(ator) |
|
|
||||||
* Iliya Mihailov (Ghost) |
|
|
||||||
* Maxim Evtihov (Maxxxx32) |
|
|
||||||
* Vladimir Zaitsev (Rabid Rabbit) |
|
|
||||||
* vectoroc |
|
|
||||||
* Alexey Teplov (<Lrz>) |
|
|
||||||
* Sergey Semyonov (Serge) |
|
|
||||||
* YELLOW |
|
|
||||||
* iadn |
|
|
||||||
* Maciej Guba (macgub) |
|
|
||||||
* Mario Birkner (cYfleXX) |
|
|
||||||
* hidden player (hidnplayr) |
|
|
||||||
* trolly |
|
|
||||||
* nilgui |
|
|
||||||
* kaitz |
|
|
||||||
* DedOk |
|
|
||||||
* SPraid |
|
|
||||||
* Rus |
|
|
||||||
* Alver |
|
|
||||||
* Dron2004 |
|
|
||||||
* Gluk |
|
|
||||||
* Aleksandr Bogomaz (Albom) |
|
|
||||||
* Kirill Lipatov (Leency) |
|
|
||||||
* Vasiliy Kosenko (vkos) |
|
|
||||||
* IgorA |
|
|
||||||
* staper |
|
|
||||||
* chaykin |
|
|
||||||
* Alexander Meshcheryakov |
|
|
||||||
(Self-Perfection) |
|
|
||||||
* CleverMouse |
|
|
||||||
* tsdima |
|
|
||||||
* art_zh |
|
|
||||||
* Asper |
|
|
||||||
* Pterox |
|
|
||||||
* Artemonische |
|
|
||||||
* dunkaist /
|
|
||||||
|
|
||||||
* Hex \
|
|
||||||
* Diamond / documentation
|
|
||||||
|
|
||||||
* CodeWorld \ forum http://meos.sysbin.com
|
|
||||||
* mike.dld / site http://kolibrios.org; svn-server
|
|
||||||
|
|
||||||
* Alexey Teplov (<Lrz>) \ (KolibriOS logo)
|
|
||||||
* goglus | design (KolibriOS background)
|
|
||||||
* Kirill Lipatov (Leency) / (KolibriOS icons)
|
|
||||||
|
|
||||||
* Pavel Rymovski (Heavyiron) \
|
|
||||||
* Vitaly Bendik (mistifi(ator) |
|
|
||||||
* vectoroc |
|
|
||||||
* Veliant | testing,
|
|
||||||
* AqwAS | countenance
|
|
||||||
* Mike |
|
|
||||||
* camper |
|
|
||||||
* Dmitry the Sorcerer |
|
|
||||||
* Ataualpa |
|
|
||||||
* Maxis |
|
|
||||||
* Galkov |
|
|
||||||
* ChE /
|
|
||||||
|
|
||||||
and others...
|
|
||||||
|
|
||||||
KolibriOS team
|
|
128
data/eng/docs/CREDITS.TXT
Normal file
128
data/eng/docs/CREDITS.TXT
Normal file
@@ -0,0 +1,128 @@
|
|||||||
|
|
||||||
|
KolibriOS team
|
||||||
|
--------------
|
||||||
|
|
||||||
|
We thank everyone who helped to create and develop KolibriOS,
|
||||||
|
many of whom are listed below ~
|
||||||
|
|
||||||
|
System Programming (loaders, kernel, etc.) :
|
||||||
|
- Alver
|
||||||
|
- art_zh
|
||||||
|
- Asper
|
||||||
|
- Boppan
|
||||||
|
- CleverMouse
|
||||||
|
- Coldy
|
||||||
|
- Doczom
|
||||||
|
- dunkaist
|
||||||
|
- Galkov
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Andrey Halyavin 'halyavin'
|
||||||
|
- hidnplayr
|
||||||
|
- Andrey Ignatiev 'andrew_programmer'
|
||||||
|
- Johnny_B
|
||||||
|
- kasTIgar
|
||||||
|
- Sergey Kuzmin 'Wildwest'
|
||||||
|
- Mihail Lisovin 'Mihasik'
|
||||||
|
- Maxis
|
||||||
|
- Iliya Mihailov 'Ghost'
|
||||||
|
- Nable
|
||||||
|
- NoName
|
||||||
|
- Ivan Poddubny
|
||||||
|
- rgimad
|
||||||
|
- Rus
|
||||||
|
- Mihail Semenyako 'mike.dld'
|
||||||
|
- Sergey Semyonov 'Serge'
|
||||||
|
- shurf
|
||||||
|
- SPraid
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
- Trans
|
||||||
|
- tsdima
|
||||||
|
- turbanoff
|
||||||
|
- VaStaNi
|
||||||
|
- Marat Zakiyanov 'Mario79'
|
||||||
|
|
||||||
|
Application Programming (new creations, porting or revisions) :
|
||||||
|
- Alver
|
||||||
|
- art_zh
|
||||||
|
- Artemonische
|
||||||
|
- Asper
|
||||||
|
- barsuk
|
||||||
|
- Vitaly Bendik 'mistifi(ator'
|
||||||
|
- Mario Birkner 'cYfleXX'
|
||||||
|
- Aleksandr Bogomaz 'Albom'
|
||||||
|
- chaykin
|
||||||
|
- CleverMouse
|
||||||
|
- DedOk
|
||||||
|
- Dron2004
|
||||||
|
- dunkaist
|
||||||
|
- ealex
|
||||||
|
- Pavlushin Evgeny 'Exis'
|
||||||
|
- Maxim Evtihov 'Maxxxx32'
|
||||||
|
- Gluk
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Maciej Guba 'macgub'
|
||||||
|
- Andrey Halyavin 'halyavin'
|
||||||
|
- Hex
|
||||||
|
- iadn
|
||||||
|
- Andrey Ignatiev 'andrew_programmer'
|
||||||
|
- IgorA
|
||||||
|
- Andrey Ivushkin 'Willow'
|
||||||
|
- Johnny_B
|
||||||
|
- kaitz
|
||||||
|
- Vasiliy Kosenko 'vkos'
|
||||||
|
- Sergey Kuzmin 'Wildwest'
|
||||||
|
- Kirill Lipatov 'Leency'
|
||||||
|
- Mihail Lisovin 'Mihasik'
|
||||||
|
- Alexander Meshcheryakov 'Self-Perfection'
|
||||||
|
- Iliya Mihailov 'Ghost'
|
||||||
|
- Navanax
|
||||||
|
- nilgui
|
||||||
|
- Olaf
|
||||||
|
- hidden player 'hidnplayr'
|
||||||
|
- Ivan Poddubny
|
||||||
|
- Pterox
|
||||||
|
- Rus
|
||||||
|
- Pavel Rymovski 'Heavyiron'
|
||||||
|
- Mihail Semenyako 'mike.dld'
|
||||||
|
- Sergey Semyonov 'Serge'
|
||||||
|
- SPraid
|
||||||
|
- staper
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
- trolly
|
||||||
|
- tsdima
|
||||||
|
- vectoroc
|
||||||
|
- YELLOW
|
||||||
|
- Vladimir Zaitsev 'Rabid Rabbit'
|
||||||
|
- Marat Zakiyanov 'Mario79'
|
||||||
|
|
||||||
|
Documentation and Translation :
|
||||||
|
- Andrew Dent 'ace_dent'
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Hex
|
||||||
|
|
||||||
|
Infrastructure (forum, site and SVN hosting) :
|
||||||
|
- CodeWorld
|
||||||
|
- mike.dld
|
||||||
|
|
||||||
|
Design (logo, background, icons) :
|
||||||
|
- goglus
|
||||||
|
- Kirill Lipatov 'Leency'
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
|
||||||
|
Testing and Support :
|
||||||
|
- AqwAS
|
||||||
|
- Ataualpa
|
||||||
|
- Vitaly Bendik 'mistifi(ator'
|
||||||
|
- camper
|
||||||
|
- ChE
|
||||||
|
- Dmitry the Sorcerer
|
||||||
|
- Galkov
|
||||||
|
- Maxis
|
||||||
|
- Mike
|
||||||
|
- Pavel Rymovski 'Heavyiron'
|
||||||
|
- vectoroc
|
||||||
|
- Veliant
|
||||||
|
|
||||||
|
and many others...
|
||||||
|
|
||||||
|
KolibriOS team
|
@@ -1,115 +0,0 @@
|
|||||||
/----------------\
|
|
||||||
* KolibriOS TEAM *
|
|
||||||
\----------------/
|
|
||||||
|
|
||||||
This list contains all, who has actively helped to creation and development
|
|
||||||
of KolibriOS, whoever possible.
|
|
||||||
(people are enumerated in the order by time of participation in the project,
|
|
||||||
from bottom to top - from past to future, through present)
|
|
||||||
|
|
||||||
* Trans \
|
|
||||||
* VaStaNi |
|
|
||||||
* Ivan Poddubny |
|
|
||||||
* Marat Zakiyanov (Mario79) |
|
|
||||||
* Mihail Semenyako (mike.dld) | system programming
|
|
||||||
* Sergey Kuzmin (Wildwest) |
|
|
||||||
* Andrey Halyavin (halyavin) | loaders,
|
|
||||||
* Mihail Lisovin (Mihasik) | kernel improvements and so on
|
|
||||||
* Andrey Ignatiev (andrew_programmer) |
|
|
||||||
* NoName |
|
|
||||||
* Evgeny Grechnikov (Diamond) |
|
|
||||||
* Iliya Mihailov (Ghost) |
|
|
||||||
* Sergey Semyonov (Serge) |
|
|
||||||
* Johnny_B |
|
|
||||||
* kasTIgar |
|
|
||||||
* SPraid |
|
|
||||||
* Rus |
|
|
||||||
* Alver |
|
|
||||||
* Maxis |
|
|
||||||
* Galkov |
|
|
||||||
* CleverMouse |
|
|
||||||
* tsdima |
|
|
||||||
* turbanoff |
|
|
||||||
* Asper |
|
|
||||||
* art_zh |
|
|
||||||
* hidnplayr /
|
|
||||||
|
|
||||||
* Mihail Lisovin (Mihasik) \
|
|
||||||
* Andrey Ivushkin (Willow) |
|
|
||||||
* Mihail Semenyako (mike.dld) |
|
|
||||||
* Pavlushin Evgeny (Exis) |
|
|
||||||
* Ivan Poddubny | application programming
|
|
||||||
* Marat Zakiyanov (Mario79) |
|
|
||||||
* Sergey Kuzmin (Wildwest) |
|
|
||||||
* Andrey Halyavin (halyavin) | creation of new,
|
|
||||||
* Hex | port of existing
|
|
||||||
* Andrey Ignatiev (andrew_programmer) | or revisions of old
|
|
||||||
* ealex | applications for Kolibri
|
|
||||||
* Olaf |
|
|
||||||
* Evgeny Grechnikov (Diamond) |
|
|
||||||
* Navanax |
|
|
||||||
* Johnny_B |
|
|
||||||
* Pavel Rymovski (Heavyiron) |
|
|
||||||
* Vitaly Bendik (mistifi(ator) |
|
|
||||||
* Iliya Mihailov (Ghost) |
|
|
||||||
* Maxim Evtihov (Maxxxx32) |
|
|
||||||
* Vladimir Zaitsev (Rabid Rabbit) |
|
|
||||||
* vectoroc |
|
|
||||||
* Alexey Teplov (<Lrz>) |
|
|
||||||
* Sergey Semyonov (Serge) |
|
|
||||||
* YELLOW |
|
|
||||||
* iadn |
|
|
||||||
* Maciej Guba (macgub) |
|
|
||||||
* Mario Birkner (cYfleXX) |
|
|
||||||
* hidden player (hidnplayr) |
|
|
||||||
* trolly |
|
|
||||||
* nilgui |
|
|
||||||
* kaitz |
|
|
||||||
* DedOk |
|
|
||||||
* SPraid |
|
|
||||||
* Rus |
|
|
||||||
* Alver |
|
|
||||||
* Dron2004 |
|
|
||||||
* Gluk |
|
|
||||||
* Aleksandr Bogomaz (Albom) |
|
|
||||||
* Kirill Lipatov (Leency) |
|
|
||||||
* Vasiliy Kosenko (vkos) |
|
|
||||||
* IgorA |
|
|
||||||
* staper |
|
|
||||||
* chaykin |
|
|
||||||
* Alexander Meshcheryakov |
|
|
||||||
(Self-Perfection) |
|
|
||||||
* CleverMouse |
|
|
||||||
* tsdima |
|
|
||||||
* art_zh |
|
|
||||||
* Asper |
|
|
||||||
* Pterox |
|
|
||||||
* Artemonische |
|
|
||||||
* dunkaist /
|
|
||||||
|
|
||||||
* Hex \
|
|
||||||
* Diamond / documentation
|
|
||||||
|
|
||||||
* CodeWorld \ forum http://meos.sysbin.com
|
|
||||||
* mike.dld / site http://kolibrios.org; svn-server
|
|
||||||
|
|
||||||
* Alexey Teplov (<Lrz>) \ (KolibriOS logo)
|
|
||||||
* goglus | design (KolibriOS background)
|
|
||||||
* Kirill Lipatov (Leency) / (KolibriOS icons)
|
|
||||||
|
|
||||||
* Pavel Rymovski (Heavyiron) \
|
|
||||||
* Vitaly Bendik (mistifi(ator) |
|
|
||||||
* vectoroc |
|
|
||||||
* Veliant | testing,
|
|
||||||
* AqwAS | countenance
|
|
||||||
* Mike |
|
|
||||||
* camper |
|
|
||||||
* Dmitry the Sorcerer |
|
|
||||||
* Ataualpa |
|
|
||||||
* Maxis |
|
|
||||||
* Galkov |
|
|
||||||
* ChE /
|
|
||||||
|
|
||||||
and others...
|
|
||||||
|
|
||||||
KolibriOS team
|
|
128
data/et/docs/CREDITS.TXT
Normal file
128
data/et/docs/CREDITS.TXT
Normal file
@@ -0,0 +1,128 @@
|
|||||||
|
|
||||||
|
KolibriOS team
|
||||||
|
--------------
|
||||||
|
|
||||||
|
We thank everyone who helped to create and develop KolibriOS,
|
||||||
|
many of whom are listed below ~
|
||||||
|
|
||||||
|
System Programming (loaders, kernel, etc.) :
|
||||||
|
- Alver
|
||||||
|
- art_zh
|
||||||
|
- Asper
|
||||||
|
- Boppan
|
||||||
|
- CleverMouse
|
||||||
|
- Coldy
|
||||||
|
- Doczom
|
||||||
|
- dunkaist
|
||||||
|
- Galkov
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Andrey Halyavin 'halyavin'
|
||||||
|
- hidnplayr
|
||||||
|
- Andrey Ignatiev 'andrew_programmer'
|
||||||
|
- Johnny_B
|
||||||
|
- kasTIgar
|
||||||
|
- Sergey Kuzmin 'Wildwest'
|
||||||
|
- Mihail Lisovin 'Mihasik'
|
||||||
|
- Maxis
|
||||||
|
- Iliya Mihailov 'Ghost'
|
||||||
|
- Nable
|
||||||
|
- NoName
|
||||||
|
- Ivan Poddubny
|
||||||
|
- rgimad
|
||||||
|
- Rus
|
||||||
|
- Mihail Semenyako 'mike.dld'
|
||||||
|
- Sergey Semyonov 'Serge'
|
||||||
|
- shurf
|
||||||
|
- SPraid
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
- Trans
|
||||||
|
- tsdima
|
||||||
|
- turbanoff
|
||||||
|
- VaStaNi
|
||||||
|
- Marat Zakiyanov 'Mario79'
|
||||||
|
|
||||||
|
Application Programming (new creations, porting or revisions) :
|
||||||
|
- Alver
|
||||||
|
- art_zh
|
||||||
|
- Artemonische
|
||||||
|
- Asper
|
||||||
|
- barsuk
|
||||||
|
- Vitaly Bendik 'mistifi(ator'
|
||||||
|
- Mario Birkner 'cYfleXX'
|
||||||
|
- Aleksandr Bogomaz 'Albom'
|
||||||
|
- chaykin
|
||||||
|
- CleverMouse
|
||||||
|
- DedOk
|
||||||
|
- Dron2004
|
||||||
|
- dunkaist
|
||||||
|
- ealex
|
||||||
|
- Pavlushin Evgeny 'Exis'
|
||||||
|
- Maxim Evtihov 'Maxxxx32'
|
||||||
|
- Gluk
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Maciej Guba 'macgub'
|
||||||
|
- Andrey Halyavin 'halyavin'
|
||||||
|
- Hex
|
||||||
|
- iadn
|
||||||
|
- Andrey Ignatiev 'andrew_programmer'
|
||||||
|
- IgorA
|
||||||
|
- Andrey Ivushkin 'Willow'
|
||||||
|
- Johnny_B
|
||||||
|
- kaitz
|
||||||
|
- Vasiliy Kosenko 'vkos'
|
||||||
|
- Sergey Kuzmin 'Wildwest'
|
||||||
|
- Kirill Lipatov 'Leency'
|
||||||
|
- Mihail Lisovin 'Mihasik'
|
||||||
|
- Alexander Meshcheryakov 'Self-Perfection'
|
||||||
|
- Iliya Mihailov 'Ghost'
|
||||||
|
- Navanax
|
||||||
|
- nilgui
|
||||||
|
- Olaf
|
||||||
|
- hidden player 'hidnplayr'
|
||||||
|
- Ivan Poddubny
|
||||||
|
- Pterox
|
||||||
|
- Rus
|
||||||
|
- Pavel Rymovski 'Heavyiron'
|
||||||
|
- Mihail Semenyako 'mike.dld'
|
||||||
|
- Sergey Semyonov 'Serge'
|
||||||
|
- SPraid
|
||||||
|
- staper
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
- trolly
|
||||||
|
- tsdima
|
||||||
|
- vectoroc
|
||||||
|
- YELLOW
|
||||||
|
- Vladimir Zaitsev 'Rabid Rabbit'
|
||||||
|
- Marat Zakiyanov 'Mario79'
|
||||||
|
|
||||||
|
Documentation and Translation :
|
||||||
|
- Andrew Dent 'ace_dent'
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Hex
|
||||||
|
|
||||||
|
Infrastructure (forum, site and SVN hosting) :
|
||||||
|
- CodeWorld
|
||||||
|
- mike.dld
|
||||||
|
|
||||||
|
Design (logo, background, icons) :
|
||||||
|
- goglus
|
||||||
|
- Kirill Lipatov 'Leency'
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
|
||||||
|
Testing and Support :
|
||||||
|
- AqwAS
|
||||||
|
- Ataualpa
|
||||||
|
- Vitaly Bendik 'mistifi(ator'
|
||||||
|
- camper
|
||||||
|
- ChE
|
||||||
|
- Dmitry the Sorcerer
|
||||||
|
- Galkov
|
||||||
|
- Maxis
|
||||||
|
- Mike
|
||||||
|
- Pavel Rymovski 'Heavyiron'
|
||||||
|
- vectoroc
|
||||||
|
- Veliant
|
||||||
|
|
||||||
|
and many others...
|
||||||
|
|
||||||
|
KolibriOS team
|
@@ -1,115 +0,0 @@
|
|||||||
/----------------\
|
|
||||||
* KolibriOS TEAM *
|
|
||||||
\----------------/
|
|
||||||
|
|
||||||
This list contains all, who has actively helped to creation and development
|
|
||||||
of KolibriOS, whoever possible.
|
|
||||||
(people are enumerated in the order by time of participation in the project,
|
|
||||||
from bottom to top - from past to future, through present)
|
|
||||||
|
|
||||||
* Trans \
|
|
||||||
* VaStaNi |
|
|
||||||
* Ivan Poddubny |
|
|
||||||
* Marat Zakiyanov (Mario79) |
|
|
||||||
* Mihail Semenyako (mike.dld) | system programming
|
|
||||||
* Sergey Kuzmin (Wildwest) |
|
|
||||||
* Andrey Halyavin (halyavin) | loaders,
|
|
||||||
* Mihail Lisovin (Mihasik) | kernel improvements and so on
|
|
||||||
* Andrey Ignatiev (andrew_programmer) |
|
|
||||||
* NoName |
|
|
||||||
* Evgeny Grechnikov (Diamond) |
|
|
||||||
* Iliya Mihailov (Ghost) |
|
|
||||||
* Sergey Semyonov (Serge) |
|
|
||||||
* Johnny_B |
|
|
||||||
* kasTIgar |
|
|
||||||
* SPraid |
|
|
||||||
* Rus |
|
|
||||||
* Alver |
|
|
||||||
* Maxis |
|
|
||||||
* Galkov |
|
|
||||||
* CleverMouse |
|
|
||||||
* tsdima |
|
|
||||||
* turbanoff |
|
|
||||||
* Asper |
|
|
||||||
* art_zh |
|
|
||||||
* hidnplayr /
|
|
||||||
|
|
||||||
* Mihail Lisovin (Mihasik) \
|
|
||||||
* Andrey Ivushkin (Willow) |
|
|
||||||
* Mihail Semenyako (mike.dld) |
|
|
||||||
* Pavlushin Evgeny (Exis) |
|
|
||||||
* Ivan Poddubny | application programming
|
|
||||||
* Marat Zakiyanov (Mario79) |
|
|
||||||
* Sergey Kuzmin (Wildwest) |
|
|
||||||
* Andrey Halyavin (halyavin) | creation of new,
|
|
||||||
* Hex | port of existing
|
|
||||||
* Andrey Ignatiev (andrew_programmer) | or revisions of old
|
|
||||||
* ealex | applications for Kolibri
|
|
||||||
* Olaf |
|
|
||||||
* Evgeny Grechnikov (Diamond) |
|
|
||||||
* Navanax |
|
|
||||||
* Johnny_B |
|
|
||||||
* Pavel Rymovski (Heavyiron) |
|
|
||||||
* Vitaly Bendik (mistifi(ator) |
|
|
||||||
* Iliya Mihailov (Ghost) |
|
|
||||||
* Maxim Evtihov (Maxxxx32) |
|
|
||||||
* Vladimir Zaitsev (Rabid Rabbit) |
|
|
||||||
* vectoroc |
|
|
||||||
* Alexey Teplov (<Lrz>) |
|
|
||||||
* Sergey Semyonov (Serge) |
|
|
||||||
* YELLOW |
|
|
||||||
* iadn |
|
|
||||||
* Maciej Guba (macgub) |
|
|
||||||
* Mario Birkner (cYfleXX) |
|
|
||||||
* hidden player (hidnplayr) |
|
|
||||||
* trolly |
|
|
||||||
* nilgui |
|
|
||||||
* kaitz |
|
|
||||||
* DedOk |
|
|
||||||
* SPraid |
|
|
||||||
* Rus |
|
|
||||||
* Alver |
|
|
||||||
* Dron2004 |
|
|
||||||
* Gluk |
|
|
||||||
* Aleksandr Bogomaz (Albom) |
|
|
||||||
* Kirill Lipatov (Leency) |
|
|
||||||
* Vasiliy Kosenko (vkos) |
|
|
||||||
* IgorA |
|
|
||||||
* staper |
|
|
||||||
* chaykin |
|
|
||||||
* Alexander Meshcheryakov |
|
|
||||||
(Self-Perfection) |
|
|
||||||
* CleverMouse |
|
|
||||||
* tsdima |
|
|
||||||
* art_zh |
|
|
||||||
* Asper |
|
|
||||||
* Pterox |
|
|
||||||
* Artemonische |
|
|
||||||
* dunkaist /
|
|
||||||
|
|
||||||
* Hex \
|
|
||||||
* Diamond / documentation
|
|
||||||
|
|
||||||
* CodeWorld \ forum http://meos.sysbin.com
|
|
||||||
* mike.dld / site http://kolibrios.org; svn-server
|
|
||||||
|
|
||||||
* Alexey Teplov (<Lrz>) \ (KolibriOS logo)
|
|
||||||
* goglus | design (KolibriOS background)
|
|
||||||
* Kirill Lipatov (Leency) / (KolibriOS icons)
|
|
||||||
|
|
||||||
* Pavel Rymovski (Heavyiron) \
|
|
||||||
* Vitaly Bendik (mistifi(ator) |
|
|
||||||
* vectoroc |
|
|
||||||
* Veliant | testing,
|
|
||||||
* AqwAS | countenance
|
|
||||||
* Mike |
|
|
||||||
* camper |
|
|
||||||
* Dmitry the Sorcerer |
|
|
||||||
* Ataualpa |
|
|
||||||
* Maxis |
|
|
||||||
* Galkov |
|
|
||||||
* ChE /
|
|
||||||
|
|
||||||
and others...
|
|
||||||
|
|
||||||
KolibriOS team
|
|
128
data/it/docs/CREDITS.TXT
Normal file
128
data/it/docs/CREDITS.TXT
Normal file
@@ -0,0 +1,128 @@
|
|||||||
|
|
||||||
|
KolibriOS team
|
||||||
|
--------------
|
||||||
|
|
||||||
|
Ringraziamo tutti coloro che hanno contribuito a creare e sviluppare KolibriOS,
|
||||||
|
molti di questi elencati di seguito ~
|
||||||
|
|
||||||
|
Programmazione del Sistema (loader, miglioramenti al kernel, ecc.) :
|
||||||
|
- Alver
|
||||||
|
- art_zh
|
||||||
|
- Asper
|
||||||
|
- Boppan
|
||||||
|
- CleverMouse
|
||||||
|
- Coldy
|
||||||
|
- Doczom
|
||||||
|
- dunkaist
|
||||||
|
- Galkov
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Andrey Halyavin 'halyavin'
|
||||||
|
- hidnplayr
|
||||||
|
- Andrey Ignatiev 'andrew_programmer'
|
||||||
|
- Johnny_B
|
||||||
|
- kasTIgar
|
||||||
|
- Sergey Kuzmin 'Wildwest'
|
||||||
|
- Mihail Lisovin 'Mihasik'
|
||||||
|
- Maxis
|
||||||
|
- Iliya Mihailov 'Ghost'
|
||||||
|
- Nable
|
||||||
|
- NoName
|
||||||
|
- Ivan Poddubny
|
||||||
|
- rgimad
|
||||||
|
- Rus
|
||||||
|
- Mihail Semenyako 'mike.dld'
|
||||||
|
- Sergey Semyonov 'Serge'
|
||||||
|
- shurf
|
||||||
|
- SPraid
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
- Trans
|
||||||
|
- tsdima
|
||||||
|
- turbanoff
|
||||||
|
- VaStaNi
|
||||||
|
- Marat Zakiyanov 'Mario79'
|
||||||
|
|
||||||
|
Programmazione di Applicazioni (creazione, port e revisione di vecchie applicazioni) :
|
||||||
|
- Alver
|
||||||
|
- art_zh
|
||||||
|
- Artemonische
|
||||||
|
- Asper
|
||||||
|
- barsuk
|
||||||
|
- Vitaly Bendik 'mistifi(ator'
|
||||||
|
- Mario Birkner 'cYfleXX'
|
||||||
|
- Aleksandr Bogomaz 'Albom'
|
||||||
|
- chaykin
|
||||||
|
- CleverMouse
|
||||||
|
- DedOk
|
||||||
|
- Dron2004
|
||||||
|
- dunkaist
|
||||||
|
- ealex
|
||||||
|
- Pavlushin Evgeny 'Exis'
|
||||||
|
- Maxim Evtihov 'Maxxxx32'
|
||||||
|
- Gluk
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Maciej Guba 'macgub'
|
||||||
|
- Andrey Halyavin 'halyavin'
|
||||||
|
- Hex
|
||||||
|
- iadn
|
||||||
|
- Andrey Ignatiev 'andrew_programmer'
|
||||||
|
- IgorA
|
||||||
|
- Andrey Ivushkin 'Willow'
|
||||||
|
- Johnny_B
|
||||||
|
- kaitz
|
||||||
|
- Vasiliy Kosenko 'vkos'
|
||||||
|
- Sergey Kuzmin 'Wildwest'
|
||||||
|
- Kirill Lipatov 'Leency'
|
||||||
|
- Mihail Lisovin 'Mihasik'
|
||||||
|
- Alexander Meshcheryakov 'Self-Perfection'
|
||||||
|
- Iliya Mihailov 'Ghost'
|
||||||
|
- Navanax
|
||||||
|
- nilgui
|
||||||
|
- Olaf
|
||||||
|
- hidden player 'hidnplayr'
|
||||||
|
- Ivan Poddubny
|
||||||
|
- Pterox
|
||||||
|
- Rus
|
||||||
|
- Pavel Rymovski 'Heavyiron'
|
||||||
|
- Mihail Semenyako 'mike.dld'
|
||||||
|
- Sergey Semyonov 'Serge'
|
||||||
|
- SPraid
|
||||||
|
- staper
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
- trolly
|
||||||
|
- tsdima
|
||||||
|
- vectoroc
|
||||||
|
- YELLOW
|
||||||
|
- Vladimir Zaitsev 'Rabid Rabbit'
|
||||||
|
- Marat Zakiyanov 'Mario79'
|
||||||
|
|
||||||
|
Documentazione e Traduzione :
|
||||||
|
- Andrew Dent 'ace_dent'
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Hex
|
||||||
|
|
||||||
|
Infrastruttura (forum, sito web e server SVN) :
|
||||||
|
- CodeWorld
|
||||||
|
- mike.dld
|
||||||
|
|
||||||
|
Design (logo, sfondo, icone) :
|
||||||
|
- goglus
|
||||||
|
- Kirill Lipatov 'Leency'
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
|
||||||
|
Test e Supporto
|
||||||
|
- AqwAS
|
||||||
|
- Ataualpa
|
||||||
|
- Vitaly Bendik 'mistifi(ator'
|
||||||
|
- camper
|
||||||
|
- ChE
|
||||||
|
- Dmitry the Sorcerer
|
||||||
|
- Galkov
|
||||||
|
- Maxis
|
||||||
|
- Mike
|
||||||
|
- Pavel Rymovski 'Heavyiron'
|
||||||
|
- vectoroc
|
||||||
|
- Veliant
|
||||||
|
|
||||||
|
e altri...
|
||||||
|
|
||||||
|
KolibriOS team
|
@@ -1,115 +0,0 @@
|
|||||||
/----------------\
|
|
||||||
* KolibriOS TEAM *
|
|
||||||
\----------------/
|
|
||||||
|
|
||||||
Questa lista contiene i nomi di tutti coloro che hanno partecipati in
|
|
||||||
modo attivo alla creazione e manutenzione, ove e quando possibile, al
|
|
||||||
progetto KolibriOS.
|
|
||||||
(I nomi sono enumerati in base a quando si sono aggiunte al progetto, a partire da chi ha partecipato sin dall'inizio, fino a chi si è aggregato negli ultimi giorni)
|
|
||||||
|
|
||||||
* Trans \
|
|
||||||
* VaStaNi |
|
|
||||||
* Ivan Poddubny |
|
|
||||||
* Marat Zakiyanov (Mario79) |
|
|
||||||
* Mihail Semenyako (mike.dld) | Programmazione del sistema
|
|
||||||
* Sergey Kuzmin (Wildwest) |
|
|
||||||
* Andrey Halyavin (halyavin) | loader,
|
|
||||||
* Mihail Lisovin (Mihasik) | miglioramenti al kernel
|
|
||||||
* Andrey Ignatiev (andrew_programmer) | e via dicendo
|
|
||||||
* NoName |
|
|
||||||
* Evgeny Grechnikov (Diamond) |
|
|
||||||
* Iliya Mihailov (Ghost) |
|
|
||||||
* Sergey Semyonov (Serge) |
|
|
||||||
* Johnny_B |
|
|
||||||
* kasTIgar |
|
|
||||||
* SPraid |
|
|
||||||
* Rus |
|
|
||||||
* Alver |
|
|
||||||
* Maxis |
|
|
||||||
* Galkov |
|
|
||||||
* CleverMouse |
|
|
||||||
* tsdima |
|
|
||||||
* turbanoff |
|
|
||||||
* Asper |
|
|
||||||
* art_zh |
|
|
||||||
* hidnplayr /
|
|
||||||
|
|
||||||
* Mihail Lisovin (Mihasik) \
|
|
||||||
* Andrey Ivushkin (Willow) |
|
|
||||||
* Mihail Semenyako (mike.dld) |
|
|
||||||
* Pavlushin Evgeny (Exis) |
|
|
||||||
* Ivan Poddubny | Programmazione di applicazioni
|
|
||||||
* Marat Zakiyanov (Mario79) |
|
|
||||||
* Sergey Kuzmin (Wildwest) |
|
|
||||||
* Andrey Halyavin (halyavin) | creazione di nuove e
|
|
||||||
* Hex | port di esistenti,
|
|
||||||
* Andrey Ignatiev (andrew_programmer) | come anche revisione
|
|
||||||
* ealex | di vecchie applicazioni
|
|
||||||
* Olaf |
|
|
||||||
* Evgeny Grechnikov (Diamond) |
|
|
||||||
* Navanax |
|
|
||||||
* Johnny_B |
|
|
||||||
* Pavel Rymovski (Heavyiron) |
|
|
||||||
* Vitaly Bendik (mistifi(ator) |
|
|
||||||
* Iliya Mihailov (Ghost) |
|
|
||||||
* Maxim Evtihov (Maxxxx32) |
|
|
||||||
* Vladimir Zaitsev (Rabid Rabbit) |
|
|
||||||
* vectoroc |
|
|
||||||
* Alexey Teplov (<Lrz>) |
|
|
||||||
* Sergey Semyonov (Serge) |
|
|
||||||
* YELLOW |
|
|
||||||
* iadn |
|
|
||||||
* Maciej Guba (macgub) |
|
|
||||||
* Mario Birkner (cYfleXX) |
|
|
||||||
* hidden player (hidnplayr) |
|
|
||||||
* trolly |
|
|
||||||
* nilgui |
|
|
||||||
* kaitz |
|
|
||||||
* DedOk |
|
|
||||||
* SPraid |
|
|
||||||
* Rus |
|
|
||||||
* Alver |
|
|
||||||
* Dron2004 |
|
|
||||||
* Gluk |
|
|
||||||
* Aleksandr Bogomaz (Albom) |
|
|
||||||
* Kirill Lipatov (Leency) |
|
|
||||||
* Vasiliy Kosenko (vkos) |
|
|
||||||
* IgorA |
|
|
||||||
* staper |
|
|
||||||
* chaykin |
|
|
||||||
* Alexander Meshcheryakov |
|
|
||||||
(Self-Perfection) |
|
|
||||||
* CleverMouse |
|
|
||||||
* tsdima |
|
|
||||||
* art_zh |
|
|
||||||
* Asper |
|
|
||||||
* Pterox |
|
|
||||||
* Artemonische |
|
|
||||||
* dunkaist /
|
|
||||||
|
|
||||||
* Hex \
|
|
||||||
* Diamond / Documentazione
|
|
||||||
|
|
||||||
* CodeWorld \ Forum http://meos.sysbin.com
|
|
||||||
* mike.dld / Sito web http://kolibrios.org; Server SVN
|
|
||||||
|
|
||||||
* Alexey Teplov (<Lrz>) \ (logo)
|
|
||||||
* goglus | Design (sfondo)
|
|
||||||
* Kirill Lipatov (Leency) / (icone)
|
|
||||||
|
|
||||||
* Pavel Rymovski (Heavyiron) \
|
|
||||||
* Vitaly Bendik (mistifi(ator) |
|
|
||||||
* vectoroc |
|
|
||||||
* Veliant | testing
|
|
||||||
* AqwAS |
|
|
||||||
* Mike |
|
|
||||||
* camper |
|
|
||||||
* Dmitry the Sorcerer |
|
|
||||||
* Ataualpa |
|
|
||||||
* Maxis |
|
|
||||||
* Galkov |
|
|
||||||
* ChE /
|
|
||||||
|
|
||||||
e altri...
|
|
||||||
|
|
||||||
KolibriOS team
|
|
128
data/rus/docs/CREDITS.TXT
Normal file
128
data/rus/docs/CREDITS.TXT
Normal file
@@ -0,0 +1,128 @@
|
|||||||
|
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
<EFBFBD><EFBFBD> <20><>ࠦ<EFBFBD><E0A0A6><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>୮<EFBFBD><E0ADAE><EFBFBD> ⥬, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> ᮧ<><E1AEA7><EFBFBD><EFBFBD><EFBFBD> <20> ࠧ<><E0A0A7>⨨ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E1ABA5> <20><><EFBFBD><EFBFBD> ~
|
||||||
|
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD>⥬<EFBFBD><EFBFBD><EFBFBD> <20>ணࠬ<E0AEA3><E0A0AC><EFBFBD><E0AEA2><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>稪<EFBFBD>, <20>ᮢ<EFBFBD><E1AEA2>襭<EFBFBD>⢮<EFBFBD><E2A2AE><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><>.) :
|
||||||
|
- Alver
|
||||||
|
- art_zh
|
||||||
|
- Asper
|
||||||
|
- Boppan
|
||||||
|
- CleverMouse
|
||||||
|
- Coldy
|
||||||
|
- Doczom
|
||||||
|
- dunkaist
|
||||||
|
- Galkov
|
||||||
|
- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>筨<EFBFBD><E7ADA8><EFBFBD> 'Diamond'
|
||||||
|
- <20><><EFBFBD><EFBFBD> <20><><EFBFBD>३ 'halyavin'
|
||||||
|
- hidnplayr
|
||||||
|
- <20><><EFBFBD>३ <20><><EFBFBD><EFBFBD><EFBFBD>쥢 'andrew_programmer'
|
||||||
|
- Johnny_B
|
||||||
|
- kasTIgar
|
||||||
|
- <20><>ࣥ<EFBFBD> <20><><EFBFBD>쬨<EFBFBD> 'Wildwest'
|
||||||
|
- <20><>堨<EFBFBD> <20><>ᮢ<EFBFBD><E1AEA2> 'Mihasik'
|
||||||
|
- Maxis
|
||||||
|
- <20><>堩<EFBFBD><E5A0A9><EFBFBD> <20><><EFBFBD><EFBFBD> 'Ghost'
|
||||||
|
- Nable
|
||||||
|
- NoName
|
||||||
|
- <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>㡭<EFBFBD><E3A1AD>
|
||||||
|
- rgimad
|
||||||
|
- Rus
|
||||||
|
- <20><>堨<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>类 'mike.dld'
|
||||||
|
- <20><>ࣥ<EFBFBD> <20><><EFBFBD> 'Serge'
|
||||||
|
- shurf
|
||||||
|
- SPraid
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
- Trans
|
||||||
|
- tsdima
|
||||||
|
- turbanoff
|
||||||
|
- VaStaNi
|
||||||
|
- <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ﭮ<EFBFBD> 'Mario79'
|
||||||
|
|
||||||
|
<EFBFBD>ਪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ணࠬ<E0AEA3><E0A0AC><EFBFBD><E0AEA2><EFBFBD><EFBFBD> (ᮧ<><E1AEA7><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD> <20><><EFBFBD> <20><>ࠡ<EFBFBD>⪠ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ணࠬ<E0AEA3>) :
|
||||||
|
- Alver
|
||||||
|
- art_zh
|
||||||
|
- Artemonische
|
||||||
|
- Asper
|
||||||
|
- barsuk
|
||||||
|
- <20><>⠫<EFBFBD><E2A0AB> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'mistifi(ator'
|
||||||
|
- Mario Birkner 'cYfleXX'
|
||||||
|
- <20><><EFBFBD><EFBFBD>ᠭ<EFBFBD><E1A0AD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'Albom'
|
||||||
|
- chaykin
|
||||||
|
- CleverMouse
|
||||||
|
- <20><><EFBFBD><EFBFBD><EFBFBD>
|
||||||
|
- Dron2004
|
||||||
|
- dunkaist
|
||||||
|
- ealex
|
||||||
|
- <20><><EFBFBD><EFBFBD><EFBFBD>設 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'Exis'
|
||||||
|
- <20><><EFBFBD><EFBFBD>客 <20><><EFBFBD>ᨬ 'Maxxxx32'
|
||||||
|
- Gluk
|
||||||
|
- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>筨<EFBFBD><E7ADA8><EFBFBD> 'Diamond'
|
||||||
|
- Maciej Guba 'macgub'
|
||||||
|
- <20><><EFBFBD><EFBFBD> <20><><EFBFBD>३ 'halyavin'
|
||||||
|
- Hex
|
||||||
|
- iadn
|
||||||
|
- <20><><EFBFBD>३ <20><><EFBFBD><EFBFBD><EFBFBD>쥢 'andrew_programmer'
|
||||||
|
- IgorA
|
||||||
|
- <20><><EFBFBD>३ <20><><EFBFBD>誨<EFBFBD> 'Willow'
|
||||||
|
- Johnny_B
|
||||||
|
- kaitz
|
||||||
|
- <20><>ᨫ<EFBFBD><E1A8AB> <20><>ᥭ<EFBFBD><E1A5AD> 'vkos'
|
||||||
|
- <20><>ࣥ<EFBFBD> <20><><EFBFBD>쬨<EFBFBD> 'Wildwest'
|
||||||
|
- <20><>ਫ<EFBFBD> <20><><EFBFBD><EFBFBD>⮢ 'Leency'
|
||||||
|
- <20><>堨<EFBFBD> <20><>ᮢ<EFBFBD><E1AEA2> 'Mihasik'
|
||||||
|
- <20><><EFBFBD><EFBFBD>ᠭ<EFBFBD><E1A0AD> <20><><EFBFBD><EFBFBD><EFBFBD>类<EFBFBD> 'Self-Perfection'
|
||||||
|
- <20><>堩<EFBFBD><E5A0A9><EFBFBD> <20><><EFBFBD><EFBFBD> 'Ghost'
|
||||||
|
- Navanax
|
||||||
|
- nilgui
|
||||||
|
- Olaf
|
||||||
|
- hidden player 'hidnplayr'
|
||||||
|
- <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>㡭<EFBFBD><E3A1AD>
|
||||||
|
- Pterox
|
||||||
|
- Rus
|
||||||
|
- <20><><EFBFBD><EFBFBD><EFBFBD> <20>묮<EFBFBD>᪨<EFBFBD> 'Heavyiron'
|
||||||
|
- <20><>堨<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>类 'mike.dld'
|
||||||
|
- <20><>ࣥ<EFBFBD> <20><><EFBFBD> 'Serge'
|
||||||
|
- SPraid
|
||||||
|
- staper
|
||||||
|
- <20><><EFBFBD><EFBFBD>ᥩ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '<Lrz>'
|
||||||
|
- trolly
|
||||||
|
- tsdima
|
||||||
|
- vectoroc
|
||||||
|
- YELLOW
|
||||||
|
- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>楢 'Rabid Rabbit'
|
||||||
|
- <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ﭮ<EFBFBD> 'Mario79'
|
||||||
|
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD>㬥<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><>ॢ<EFBFBD><E0A5A2> :
|
||||||
|
- Andrew Dent 'ace_dent'
|
||||||
|
- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>筨<EFBFBD><E7ADA8><EFBFBD> 'Diamond'
|
||||||
|
- Hex
|
||||||
|
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>, ᠩ<> <20> SVN-<2D><>ࢥ<EFBFBD>) :
|
||||||
|
- CodeWorld
|
||||||
|
- mike.dld
|
||||||
|
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD>⨯, 䮭, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>) :
|
||||||
|
- goglus
|
||||||
|
- <20><>ਫ<EFBFBD> <20><><EFBFBD><EFBFBD>⮢ 'Leency'
|
||||||
|
- <20><><EFBFBD><EFBFBD>ᥩ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '<Lrz>'
|
||||||
|
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>প<EFBFBD> :
|
||||||
|
- AqwAS
|
||||||
|
- <20><><EFBFBD>㠫쯠
|
||||||
|
- <20><>⠫<EFBFBD><E2A0AB> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'mistifi(ator'
|
||||||
|
- camper
|
||||||
|
- ChE
|
||||||
|
- Dmitry the Sorcerer
|
||||||
|
- Galkov
|
||||||
|
- Maxis
|
||||||
|
- Mike
|
||||||
|
- <20><><EFBFBD><EFBFBD><EFBFBD> <20>묮<EFBFBD>᪨<EFBFBD> 'Heavyiron'
|
||||||
|
- vectoroc
|
||||||
|
- Veliant
|
||||||
|
|
||||||
|
<EFBFBD> <20><>㣨<EFBFBD>...
|
||||||
|
|
||||||
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
@@ -1,119 +0,0 @@
|
|||||||
/---------------------------\
|
|
||||||
* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> *
|
|
||||||
\---------------------------/
|
|
||||||
|
|
||||||
<20> <20>⮬ ᯨ᪥ <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E1ABA5> <20><><EFBFBD>, <20><><EFBFBD> <20><>⨢<EFBFBD><E2A8A2> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ᮧ<><E1AEA7><EFBFBD><EFBFBD><EFBFBD> <20> ࠧ<><E0A0A7><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>.
|
|
||||||
<20><><EFBFBD>᮪ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20>६<EFBFBD><E0A5AC><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>浪<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><EFBFBD><E0AEA5><EFBFBD>, ᢥ<><E1A2A5><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>諮<EFBFBD><E8ABAE> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>饥.
|
|
||||||
|
|
||||||
* Trans \
|
|
||||||
* VaStaNi |
|
|
||||||
* <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>㡭<EFBFBD><E3A1AD> |
|
|
||||||
* <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ﭮ<EFBFBD> (Mario79) |
|
|
||||||
* <20><>堨<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>类 (mike.dld)| <20><><EFBFBD>⥬<EFBFBD><E2A5AC><EFBFBD> <20>ணࠬ<E0AEA3><E0A0AC><EFBFBD><E0AEA2><EFBFBD><EFBFBD>
|
|
||||||
* <20><>ࣥ<EFBFBD> <20><><EFBFBD>쬨<EFBFBD> (Wildwest) |
|
|
||||||
* <20><><EFBFBD><EFBFBD> <20><><EFBFBD>३ (halyavin) | <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>稪<EFBFBD>,
|
|
||||||
* <20><>堨<EFBFBD> <20><>ᮢ<EFBFBD><E1AEA2> (Mihasik) | <20>ᮢ<EFBFBD><E1AEA2>襭<EFBFBD>⢮<EFBFBD><E2A2AE><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><>.
|
|
||||||
* <20><><EFBFBD>३ <20><><EFBFBD><EFBFBD><EFBFBD>쥢 |
|
|
||||||
(andrew_programmer) |
|
|
||||||
* NoName |
|
|
||||||
* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>筨<EFBFBD><E7ADA8><EFBFBD> |
|
|
||||||
(Diamond) |
|
|
||||||
* <20><>堩<EFBFBD><E5A0A9><EFBFBD> <20><><EFBFBD><EFBFBD> - (Ghost) |
|
|
||||||
* <20><>ࣥ<EFBFBD> <20><><EFBFBD> (Serge) |
|
|
||||||
* Johnny_B |
|
|
||||||
* kasTIgar |
|
|
||||||
* SPraid |
|
|
||||||
* Rus |
|
|
||||||
* Alver |
|
|
||||||
* Maxis |
|
|
||||||
* Galkov |
|
|
||||||
* CleverMouse |
|
|
||||||
* tsdima |
|
|
||||||
* turbanoff |
|
|
||||||
* Asper |
|
|
||||||
* art_zh |
|
|
||||||
* hidnplayr /
|
|
||||||
|
|
||||||
* <20><>堨<EFBFBD> <20><>ᮢ<EFBFBD><E1AEA2> (Mihasik) \
|
|
||||||
* <20><><EFBFBD>३ <20><><EFBFBD>誨<EFBFBD> (Willow) |
|
|
||||||
* <20><>堨<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>类 (mike.dld) |
|
|
||||||
* <20><><EFBFBD><EFBFBD><EFBFBD>設 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (Exis) |
|
|
||||||
* <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>㡭<EFBFBD><E3A1AD> | <20>ਪ<EFBFBD><E0A8AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ணࠬ<E0AEA3><E0A0AC><EFBFBD><E0AEA2><EFBFBD><EFBFBD>
|
|
||||||
* <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ﭮ<EFBFBD> (Mario79) |
|
|
||||||
* <20><>ࣥ<EFBFBD> <20><><EFBFBD>쬨<EFBFBD> (Wildwest) | ᮧ<><E1AEA7><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>,
|
|
||||||
* <20><><EFBFBD><EFBFBD> <20><><EFBFBD>३ (halyavin) | <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
||||||
* Hex | <20><><EFBFBD> <20><>ࠡ<EFBFBD>⪠ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
||||||
* <20><><EFBFBD>३ <20><><EFBFBD><EFBFBD><EFBFBD>쥢 | <20>ணࠬ<E0AEA3> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
||||||
(andrew_programmer) |
|
|
||||||
* ealex |
|
|
||||||
* Olaf |
|
|
||||||
* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>筨<EFBFBD><E7ADA8><EFBFBD> (Diamond)|
|
|
||||||
* Navanax |
|
|
||||||
* Johnny_B |
|
|
||||||
* <20><><EFBFBD><EFBFBD><EFBFBD> <20>묮<EFBFBD>᪨<EFBFBD> (Heavyiron)|
|
|
||||||
* <20><>⠫<EFBFBD><E2A0AB> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> |
|
|
||||||
(mistifi(ator) |
|
|
||||||
* <20><>堩<EFBFBD><E5A0A9><EFBFBD> <20><><EFBFBD><EFBFBD> - (Ghost) |
|
|
||||||
* <20><><EFBFBD><EFBFBD>客 <20><><EFBFBD>ᨬ (Maxxxx32) |
|
|
||||||
* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>楢 |
|
|
||||||
(Rabid Rabbit) |
|
|
||||||
* vectoroc |
|
|
||||||
* <20><><EFBFBD><EFBFBD>ᥩ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> - <Lrz> |
|
|
||||||
* <20><>ࣥ<EFBFBD> <20><><EFBFBD> (Serge) |
|
|
||||||
* YELLOW |
|
|
||||||
* iadn |
|
|
||||||
* Maciej Guba (macgub) |
|
|
||||||
* Mario Birkner (cYfleXX) |
|
|
||||||
* hidden player (hidnplayr) |
|
|
||||||
* trolly |
|
|
||||||
* nilgui |
|
|
||||||
* kaitz |
|
|
||||||
* <20><><EFBFBD><EFBFBD><EFBFBD> |
|
|
||||||
* SPraid |
|
|
||||||
* Rus |
|
|
||||||
* Alver |
|
|
||||||
* Dron2004 |
|
|
||||||
* Gluk |
|
|
||||||
* <20><><EFBFBD><EFBFBD>ᠭ<EFBFBD><E1A0AD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (Albom) |
|
|
||||||
* <20><>ਫ<EFBFBD> <20><><EFBFBD><EFBFBD>⮢ (Leency) |
|
|
||||||
* <20><>ᨫ<EFBFBD><E1A8AB> <20><>ᥭ<EFBFBD><E1A5AD> (vkos) |
|
|
||||||
* IgorA |
|
|
||||||
* barsuk |
|
|
||||||
* staper |
|
|
||||||
* chaykin |
|
|
||||||
* <20><><EFBFBD><EFBFBD>ᠭ<EFBFBD><E1A0AD> <20><><EFBFBD><EFBFBD><EFBFBD>类<EFBFBD> |
|
|
||||||
(Self-Perfection) |
|
|
||||||
* CleverMouse |
|
|
||||||
* tsdima |
|
|
||||||
* art_zh |
|
|
||||||
* Asper |
|
|
||||||
* Pterox |
|
|
||||||
* Artemonische |
|
|
||||||
* dunkaist /
|
|
||||||
|
|
||||||
* Hex \ <20><><EFBFBD>㬥<EFBFBD><E3ACA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
||||||
* Diamond /
|
|
||||||
|
|
||||||
* CodeWorld \ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> http://meos.sysbin.com
|
|
||||||
* mike.dld / ᠩ<> http://kolibrios.org, svn-<2D><>ࢥ<EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>
|
|
||||||
|
|
||||||
* <20><><EFBFBD><EFBFBD>ᥩ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> - <Lrz> \ <20><><EFBFBD><EFBFBD>⨯ KolibriOS
|
|
||||||
* goglus | <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
||||||
* <20><>ਫ<EFBFBD> <20><><EFBFBD><EFBFBD>⮢ (Leency) /
|
|
||||||
|
|
||||||
* <20><><EFBFBD><EFBFBD><EFBFBD> <20>묮<EFBFBD>᪨<EFBFBD> (Heavyiron) \
|
|
||||||
* <20><>⠫<EFBFBD><E2A0AB> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (mistifi(ator)|
|
|
||||||
* vectoroc |
|
|
||||||
* Veliant | <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E0AEA2><EFBFBD><EFBFBD>,
|
|
||||||
* AqwAS | <20><>ࠫ쭠<E0A0AB> <20><><EFBFBD><EFBFBD><EFBFBD>প<EFBFBD>
|
|
||||||
* Mike |
|
|
||||||
* camper |
|
|
||||||
* Dmitry the Sorcerer |
|
|
||||||
* <20><><EFBFBD>㠫쯠 |
|
|
||||||
* Maxis |
|
|
||||||
* Galkov |
|
|
||||||
* ChE /
|
|
||||||
|
|
||||||
<EFBFBD> <20><>㣨<EFBFBD>...
|
|
||||||
|
|
||||||
KolibriOS team
|
|
128
data/sp/docs/CREDITS.TXT
Normal file
128
data/sp/docs/CREDITS.TXT
Normal file
@@ -0,0 +1,128 @@
|
|||||||
|
|
||||||
|
KolibriOS team
|
||||||
|
--------------
|
||||||
|
|
||||||
|
Agradecemos a todos los que ayudaron a crear y desarrollar KolibriOS.
|
||||||
|
Enumeramos muchos de los contribuyentes en la siguiente lista ~
|
||||||
|
|
||||||
|
System Programming (loaders, kernel, etc.) :
|
||||||
|
- Alver
|
||||||
|
- art_zh
|
||||||
|
- Asper
|
||||||
|
- Boppan
|
||||||
|
- CleverMouse
|
||||||
|
- Coldy
|
||||||
|
- Doczom
|
||||||
|
- dunkaist
|
||||||
|
- Galkov
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Andrey Halyavin 'halyavin'
|
||||||
|
- hidnplayr
|
||||||
|
- Andrey Ignatiev 'andrew_programmer'
|
||||||
|
- Johnny_B
|
||||||
|
- kasTIgar
|
||||||
|
- Sergey Kuzmin 'Wildwest'
|
||||||
|
- Mihail Lisovin 'Mihasik'
|
||||||
|
- Maxis
|
||||||
|
- Iliya Mihailov 'Ghost'
|
||||||
|
- Nable
|
||||||
|
- NoName
|
||||||
|
- Ivan Poddubny
|
||||||
|
- rgimad
|
||||||
|
- Rus
|
||||||
|
- Mihail Semenyako 'mike.dld'
|
||||||
|
- Sergey Semyonov 'Serge'
|
||||||
|
- shurf
|
||||||
|
- SPraid
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
- Trans
|
||||||
|
- tsdima
|
||||||
|
- turbanoff
|
||||||
|
- VaStaNi
|
||||||
|
- Marat Zakiyanov 'Mario79'
|
||||||
|
|
||||||
|
Application Programming (new creations, porting or revisions) :
|
||||||
|
- Alver
|
||||||
|
- art_zh
|
||||||
|
- Artemonische
|
||||||
|
- Asper
|
||||||
|
- barsuk
|
||||||
|
- Vitaly Bendik 'mistifi(ator'
|
||||||
|
- Mario Birkner 'cYfleXX'
|
||||||
|
- Aleksandr Bogomaz 'Albom'
|
||||||
|
- chaykin
|
||||||
|
- CleverMouse
|
||||||
|
- DedOk
|
||||||
|
- Dron2004
|
||||||
|
- dunkaist
|
||||||
|
- ealex
|
||||||
|
- Pavlushin Evgeny 'Exis'
|
||||||
|
- Maxim Evtihov 'Maxxxx32'
|
||||||
|
- Gluk
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Maciej Guba 'macgub'
|
||||||
|
- Andrey Halyavin 'halyavin'
|
||||||
|
- Hex
|
||||||
|
- iadn
|
||||||
|
- Andrey Ignatiev 'andrew_programmer'
|
||||||
|
- IgorA
|
||||||
|
- Andrey Ivushkin 'Willow'
|
||||||
|
- Johnny_B
|
||||||
|
- kaitz
|
||||||
|
- Vasiliy Kosenko 'vkos'
|
||||||
|
- Sergey Kuzmin 'Wildwest'
|
||||||
|
- Kirill Lipatov 'Leency'
|
||||||
|
- Mihail Lisovin 'Mihasik'
|
||||||
|
- Alexander Meshcheryakov 'Self-Perfection'
|
||||||
|
- Iliya Mihailov 'Ghost'
|
||||||
|
- Navanax
|
||||||
|
- nilgui
|
||||||
|
- Olaf
|
||||||
|
- hidden player 'hidnplayr'
|
||||||
|
- Ivan Poddubny
|
||||||
|
- Pterox
|
||||||
|
- Rus
|
||||||
|
- Pavel Rymovski 'Heavyiron'
|
||||||
|
- Mihail Semenyako 'mike.dld'
|
||||||
|
- Sergey Semyonov 'Serge'
|
||||||
|
- SPraid
|
||||||
|
- staper
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
- trolly
|
||||||
|
- tsdima
|
||||||
|
- vectoroc
|
||||||
|
- YELLOW
|
||||||
|
- Vladimir Zaitsev 'Rabid Rabbit'
|
||||||
|
- Marat Zakiyanov 'Mario79'
|
||||||
|
|
||||||
|
Documentation and Translation :
|
||||||
|
- Andrew Dent 'ace_dent'
|
||||||
|
- Evgeny Grechnikov 'Diamond'
|
||||||
|
- Hex
|
||||||
|
|
||||||
|
Infrastructure (forum, site and SVN hosting) :
|
||||||
|
- CodeWorld
|
||||||
|
- mike.dld
|
||||||
|
|
||||||
|
Design (logo, background, icons) :
|
||||||
|
- goglus
|
||||||
|
- Kirill Lipatov 'Leency'
|
||||||
|
- Alexey Teplov '<Lrz>'
|
||||||
|
|
||||||
|
Testing and Support :
|
||||||
|
- AqwAS
|
||||||
|
- Ataualpa
|
||||||
|
- Vitaly Bendik 'mistifi(ator'
|
||||||
|
- camper
|
||||||
|
- ChE
|
||||||
|
- Dmitry the Sorcerer
|
||||||
|
- Galkov
|
||||||
|
- Maxis
|
||||||
|
- Mike
|
||||||
|
- Pavel Rymovski 'Heavyiron'
|
||||||
|
- vectoroc
|
||||||
|
- Veliant
|
||||||
|
|
||||||
|
and many others...
|
||||||
|
|
||||||
|
KolibriOS team
|
@@ -1,115 +0,0 @@
|
|||||||
/----------------\
|
|
||||||
* KolibriOS TEAM *
|
|
||||||
\----------------/
|
|
||||||
|
|
||||||
This list contains all, who has actively helped to creation and development
|
|
||||||
of KolibriOS, whoever possible.
|
|
||||||
(people are enumerated in the order by time of participation in the project,
|
|
||||||
from bottom to top - from past to future, through present)
|
|
||||||
|
|
||||||
* Trans \
|
|
||||||
* VaStaNi |
|
|
||||||
* Ivan Poddubny |
|
|
||||||
* Marat Zakiyanov (Mario79) |
|
|
||||||
* Mihail Semenyako (mike.dld) | system programming
|
|
||||||
* Sergey Kuzmin (Wildwest) |
|
|
||||||
* Andrey Halyavin (halyavin) | loaders,
|
|
||||||
* Mihail Lisovin (Mihasik) | kernel improvements and so on
|
|
||||||
* Andrey Ignatiev (andrew_programmer) |
|
|
||||||
* NoName |
|
|
||||||
* Evgeny Grechnikov (Diamond) |
|
|
||||||
* Iliya Mihailov (Ghost) |
|
|
||||||
* Sergey Semyonov (Serge) |
|
|
||||||
* Johnny_B |
|
|
||||||
* kasTIgar |
|
|
||||||
* SPraid |
|
|
||||||
* Rus |
|
|
||||||
* Alver |
|
|
||||||
* Maxis |
|
|
||||||
* Galkov |
|
|
||||||
* CleverMouse |
|
|
||||||
* tsdima |
|
|
||||||
* turbanoff |
|
|
||||||
* Asper |
|
|
||||||
* art_zh |
|
|
||||||
* hidnplayr /
|
|
||||||
|
|
||||||
* Mihail Lisovin (Mihasik) \
|
|
||||||
* Andrey Ivushkin (Willow) |
|
|
||||||
* Mihail Semenyako (mike.dld) |
|
|
||||||
* Pavlushin Evgeny (Exis) |
|
|
||||||
* Ivan Poddubny | application programming
|
|
||||||
* Marat Zakiyanov (Mario79) |
|
|
||||||
* Sergey Kuzmin (Wildwest) |
|
|
||||||
* Andrey Halyavin (halyavin) | creation of new,
|
|
||||||
* Hex | port of existing
|
|
||||||
* Andrey Ignatiev (andrew_programmer) | or revisions of old
|
|
||||||
* ealex | applications for Kolibri
|
|
||||||
* Olaf |
|
|
||||||
* Evgeny Grechnikov (Diamond) |
|
|
||||||
* Navanax |
|
|
||||||
* Johnny_B |
|
|
||||||
* Pavel Rymovski (Heavyiron) |
|
|
||||||
* Vitaly Bendik (mistifi(ator) |
|
|
||||||
* Iliya Mihailov (Ghost) |
|
|
||||||
* Maxim Evtihov (Maxxxx32) |
|
|
||||||
* Vladimir Zaitsev (Rabid Rabbit) |
|
|
||||||
* vectoroc |
|
|
||||||
* Alexey Teplov (<Lrz>) |
|
|
||||||
* Sergey Semyonov (Serge) |
|
|
||||||
* YELLOW |
|
|
||||||
* iadn |
|
|
||||||
* Maciej Guba (macgub) |
|
|
||||||
* Mario Birkner (cYfleXX) |
|
|
||||||
* hidden player (hidnplayr) |
|
|
||||||
* trolly |
|
|
||||||
* nilgui |
|
|
||||||
* kaitz |
|
|
||||||
* DedOk |
|
|
||||||
* SPraid |
|
|
||||||
* Rus |
|
|
||||||
* Alver |
|
|
||||||
* Dron2004 |
|
|
||||||
* Gluk |
|
|
||||||
* Aleksandr Bogomaz (Albom) |
|
|
||||||
* Kirill Lipatov (Leency) |
|
|
||||||
* Vasiliy Kosenko (vkos) |
|
|
||||||
* IgorA |
|
|
||||||
* staper |
|
|
||||||
* chaykin |
|
|
||||||
* Alexander Meshcheryakov |
|
|
||||||
(Self-Perfection) |
|
|
||||||
* CleverMouse |
|
|
||||||
* tsdima |
|
|
||||||
* art_zh |
|
|
||||||
* Asper |
|
|
||||||
* Pterox |
|
|
||||||
* Artemonische |
|
|
||||||
* dunkaist /
|
|
||||||
|
|
||||||
* Hex \
|
|
||||||
* Diamond / documentation
|
|
||||||
|
|
||||||
* CodeWorld \ forum http://meos.sysbin.com
|
|
||||||
* mike.dld / site http://kolibrios.org; svn-server
|
|
||||||
|
|
||||||
* Alexey Teplov (<Lrz>) \ (KolibriOS logo)
|
|
||||||
* goglus | design (KolibriOS background)
|
|
||||||
* Kirill Lipatov (Leency) / (KolibriOS icons)
|
|
||||||
|
|
||||||
* Pavel Rymovski (Heavyiron) \
|
|
||||||
* Vitaly Bendik (mistifi(ator) |
|
|
||||||
* vectoroc |
|
|
||||||
* Veliant | testing,
|
|
||||||
* AqwAS | countenance
|
|
||||||
* Mike |
|
|
||||||
* camper |
|
|
||||||
* Dmitry the Sorcerer |
|
|
||||||
* Ataualpa |
|
|
||||||
* Maxis |
|
|
||||||
* Galkov |
|
|
||||||
* ChE /
|
|
||||||
|
|
||||||
and others...
|
|
||||||
|
|
||||||
KolibriOS team
|
|
@@ -1,61 +1,13 @@
|
|||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;
|
;;
|
||||||
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved.
|
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved.
|
||||||
;; PROGRAMMING:
|
;; Kernel programmers are acknowledged in CREDITS.TXT
|
||||||
;; Ivan Poddubny
|
|
||||||
;; Marat Zakiyanov (Mario79)
|
|
||||||
;; VaStaNi
|
|
||||||
;; Trans
|
|
||||||
;; Mihail Semenyako (mike.dld)
|
|
||||||
;; Sergey Kuzmin (Wildwest)
|
|
||||||
;; Andrey Halyavin (halyavin)
|
|
||||||
;; Mihail Lisovin (Mihasik)
|
|
||||||
;; Andrey Ignatiev (andrew_programmer)
|
|
||||||
;; NoName
|
|
||||||
;; Evgeny Grechnikov (Diamond)
|
|
||||||
;; Iliya Mihailov (Ghost)
|
|
||||||
;; Sergey Semyonov (Serge)
|
|
||||||
;; Johnny_B
|
|
||||||
;; SPraid (simba)
|
|
||||||
;; Hidnplayr
|
|
||||||
;; Alexey Teplov (<Lrz>)
|
|
||||||
;; Rus
|
|
||||||
;; Nable
|
|
||||||
;; shurf
|
|
||||||
;; Alver
|
|
||||||
;; Maxis
|
|
||||||
;; Galkov
|
|
||||||
;; CleverMouse
|
|
||||||
;; tsdima
|
|
||||||
;; turbanoff
|
|
||||||
;; Asper
|
|
||||||
;; art_zh
|
|
||||||
;; dunkaist
|
|
||||||
;; Coldy
|
|
||||||
;; rgimad
|
|
||||||
;; Boppan
|
|
||||||
;; Doczom
|
|
||||||
;; and others
|
|
||||||
;;
|
;;
|
||||||
;; Data in this file was originally part of MenuetOS project which is
|
;; Data in this file was originally part of MenuetOS project which is
|
||||||
;; distributed under the terms of GNU GPL. It is modified and redistributed as
|
;; distributed under the terms of GNU GPL. It is modified and redistributed as
|
||||||
;; part of KolibriOS project under the terms of GNU GPL.
|
;; part of KolibriOS project under the terms of GNU GPL.
|
||||||
;;
|
;;
|
||||||
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa
|
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa
|
||||||
;; PROGRAMMING:
|
|
||||||
;;
|
|
||||||
;; Ville Mikael Turjanmaa, villemt@itu.jyu.fi
|
|
||||||
;; - main os coding/design
|
|
||||||
;; Jan-Michael Brummer, BUZZ2@gmx.de
|
|
||||||
;; Felix Kaiser, info@felix-kaiser.de
|
|
||||||
;; Paolo Minazzi, paolo.minazzi@inwind.it
|
|
||||||
;; quickcode@mail.ru
|
|
||||||
;; Alexey, kgaz@crosswinds.net
|
|
||||||
;; Juan M. Caravaca, bitrider@wanadoo.es
|
|
||||||
;; kristol@nic.fi
|
|
||||||
;; Mike Hibbett, mikeh@oceanfree.net
|
|
||||||
;; Lasse Kuusijarvi, kuusijar@lut.fi
|
|
||||||
;; Jarek Pelczar, jarekp3@wp.pl
|
|
||||||
;;
|
;;
|
||||||
;; KolibriOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
;; KolibriOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
;; WARRANTY. No author or distributor accepts responsibility to anyone for the
|
;; WARRANTY. No author or distributor accepts responsibility to anyone for the
|
||||||
|
@@ -191,7 +191,7 @@ embedded:
|
|||||||
; Please use only filenames w/o path!
|
; Please use only filenames w/o path!
|
||||||
|
|
||||||
; -- Start of embedding area ------
|
; -- Start of embedding area ------
|
||||||
embed_docdir_file 'README.TXT' ;a
|
embed_docdir_file 'CREDITS.TXT' ;a
|
||||||
if lang eq ru
|
if lang eq ru
|
||||||
embed_docdir_file 'GNU.TXT' ;b
|
embed_docdir_file 'GNU.TXT' ;b
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user