add & altered some text files (update information)
authorKlemens Friedl <frik85@gmail.com>
Sun, 5 Mar 2006 13:57:35 +0000 (13:57 +0000)
committerKlemens Friedl <frik85@gmail.com>
Sun, 5 Mar 2006 13:57:35 +0000 (13:57 +0000)
svn path=/trunk/; revision=21229

reactos/CREDITS
rosapps/notevil/notevil.rc
rosapps/notevil/resource.h
rosapps/readme.txt

index 27ecf3d..9398ffa 100644 (file)
@@ -53,8 +53,11 @@ Alex Ionescu <ionucu@videotron.ca>
 Herve Poussineau <hpoussin@reactos.com>
 Ged Murphy <gedmurphy@gmail.com>
 Saveliy Tretiakov <saveliyt@mail.ru>
+Klemens R. Friedl <klemens_friedl@gmx.net>
+
 
 Graphic Design from
 
 Mindflyer <mf@mufunyo.net> 
+Tango Desktop Project (http://tango-project.org)
 Everaldo (http://everaldo.com)
index d689eff..7cc226d 100644 (file)
  * list, in no particular order. Current order is kept for historical
  * reason.
  *
+ * 2006-03-05, frik85: add new coders (in no particular order)
+ *
  */
+
 STRINGTABLE MOVEABLE
 BEGIN
   1, "Boudewijn Dekker (Ariadne)" 
@@ -69,6 +72,18 @@ BEGIN
  41, "Jonathan Wilson"
  42, "Alex Ionescu"
  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
 
 /* EOF */
index 6a7333b..625598a 100644 (file)
@@ -1,2 +1,2 @@
 #define RES_FIRST_INDEX 1
-#define RES_LAST_INDEX  44
+#define RES_LAST_INDEX  51
index c5d01e2..fe61c81 100644 (file)
@@ -1,17 +1,25 @@
 $Id$
 
+====================
+ReactOS Applications
+====================
+
 This directory contains extra applicatons for ReactOS.
 Make sure you also have a copy of the rest of the ReactOS
 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.
 
-CMDUTILS: External commands for CMD.
-DEVUTILS: Extra developer tools.
-DFLAT32 : Console text editor
-GAMES  : The start of the ReactOS games collection
-MC     : Midnight Commander
-NET    : Network tools: Ncftp, etc...
-NOTEVIL : ReactOS Coders Console Parade.
-SYSUTILS: System Utilities.
+CMDUTILS : External commands for CMD.
+DEMOS    : Demonstration applications
+DEVUTILS : Extra developer tools.
+DFLAT32  : Console text editor
+GAMES   : The start of the ReactOS games collection
+MC      : Midnight Commander
+NET     : Network tools (Ncftp, etc.)
+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.
\ No newline at end of file