add & altered some text files (update information)

svn path=/trunk/; revision=21229
This commit is contained in:
Klemens Friedl 2006-03-05 13:57:35 +00:00
parent b1b2069c28
commit 0bb5b736d8
4 changed files with 36 additions and 10 deletions

View file

@ -53,8 +53,11 @@ Alex Ionescu <ionucu@videotron.ca>
Herve Poussineau <hpoussin@reactos.com> Herve Poussineau <hpoussin@reactos.com>
Ged Murphy <gedmurphy@gmail.com> Ged Murphy <gedmurphy@gmail.com>
Saveliy Tretiakov <saveliyt@mail.ru> Saveliy Tretiakov <saveliyt@mail.ru>
Klemens R. Friedl <klemens_friedl@gmx.net>
Graphic Design from Graphic Design from
Mindflyer <mf@mufunyo.net> Mindflyer <mf@mufunyo.net>
Tango Desktop Project (http://tango-project.org)
Everaldo (http://everaldo.com) Everaldo (http://everaldo.com)

View file

@ -15,7 +15,10 @@
* list, in no particular order. Current order is kept for historical * list, in no particular order. Current order is kept for historical
* reason. * reason.
* *
* 2006-03-05, frik85: add new coders (in no particular order)
*
*/ */
STRINGTABLE MOVEABLE STRINGTABLE MOVEABLE
BEGIN BEGIN
1, "Boudewijn Dekker (Ariadne)" 1, "Boudewijn Dekker (Ariadne)"
@ -69,6 +72,18 @@ BEGIN
41, "Jonathan Wilson" 41, "Jonathan Wilson"
42, "Alex Ionescu" 42, "Alex Ionescu"
43, "Jim Tabor" 43, "Jim Tabor"
44, "Magnus Olsen"
45, "Herve Poussineau"
END
STRINGTABLE MOVEABLE
BEGIN
46, "Christoph von Wittich"
47, "Brandon Turner"
48, "Ged Murphy"
49, "Klemens R. Friedl"
50, "Maarten Bosma"
51, "Saveliy Tretiakov"
END END
/* EOF */ /* EOF */

View file

@ -1,2 +1,2 @@
#define RES_FIRST_INDEX 1 #define RES_FIRST_INDEX 1
#define RES_LAST_INDEX 44 #define RES_LAST_INDEX 51

View file

@ -1,17 +1,25 @@
$Id$ $Id$
====================
ReactOS Applications
====================
This directory contains extra applicatons for ReactOS. This directory contains extra applicatons for ReactOS.
Make sure you also have a copy of the rest of the ReactOS Make sure you also have a copy of the rest of the ReactOS
source before you attempt to build anything in this module. source before you attempt to build anything in this module.
The following is a short decription of each. Check for a The following is a short decription of each. Check for a
readme.txt under each application for more details. readme.txt under each application for more details.
CMDUTILS: External commands for CMD. CMDUTILS : External commands for CMD.
DEVUTILS: Extra developer tools. DEMOS : Demonstration applications
DFLAT32 : Console text editor DEVUTILS : Extra developer tools.
GAMES : The start of the ReactOS games collection DFLAT32 : Console text editor
MC : Midnight Commander GAMES : The start of the ReactOS games collection
NET : Network tools: Ncftp, etc... MC : Midnight Commander
NOTEVIL : ReactOS Coders Console Parade. NET : Network tools (Ncftp, etc.)
SYSUTILS: System Utilities. NOTEVIL : ReactOS Coders Console Parade.
SYSUTILS : System Utilities.
TEMPLATES: Application Template (dialog, mdi, etc.)
Tests : Test applications (alphablend, mdi, moztest, wm_paint, etc.)
WELCOME : An alternative welcome dialog, the default one is part of the reactos dir.