Author: dreimer Date: Sun Jul 15 22:59:27 2007 New Revision: 27689
URL: http://svn.reactos.org/svn/reactos?rev=27689&view=rev Log: - Rename the files to be more logical. - Add credits. - Modify and continue the Introduction. - Start a Features List.
Added: trunk/tools/RosBE-Windows/Documentation/adv.html trunk/tools/RosBE-Windows/Documentation/basic.html trunk/tools/RosBE-Windows/Documentation/credits.html trunk/tools/RosBE-Windows/Documentation/features.html trunk/tools/RosBE-Windows/Documentation/int.html Removed: trunk/tools/RosBE-Windows/Documentation/1.html trunk/tools/RosBE-Windows/Documentation/2.html trunk/tools/RosBE-Windows/Documentation/3.html trunk/tools/RosBE-Windows/Documentation/4.html Modified: trunk/tools/RosBE-Windows/Documentation/main.html trunk/tools/RosBE-Windows/Documentation/menu.html
Removed: trunk/tools/RosBE-Windows/Documentation/1.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/1... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/1.html (original) +++ trunk/tools/RosBE-Windows/Documentation/1.html (removed) @@ -1,18 +1,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -</head> -<body> -1. First of all, lets answer the main question: What is RosBE? -Its a -Environment for building ReactOS on your own, its based on GCC 4.1.3 -Compiler and aims for absolute Beginners and skilled devs. This of -course it quite difficult. How, as an example, do you tell a newbie how -to use SVN or maintain/update a Source tree? Easy. This package has the -typical, well know SVN for all advanced devs and a slim Version -specially made for newbies, called ssvn (Simple SVN), which only does -the main stuff and has no difficult to understand or even dangerous, if -wrong used, functions. This is justthe beginning of a big list of -features. Devs will be happy with the included GDB. -</body> -</html>
Removed: trunk/tools/RosBE-Windows/Documentation/2.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/2... ============================================================================== (empty)
Removed: trunk/tools/RosBE-Windows/Documentation/3.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/3... ============================================================================== (empty)
Removed: trunk/tools/RosBE-Windows/Documentation/4.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/4... ============================================================================== (empty)
Added: trunk/tools/RosBE-Windows/Documentation/adv.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/a... ============================================================================== (empty)
Added: trunk/tools/RosBE-Windows/Documentation/basic.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/b... ============================================================================== (empty)
Added: trunk/tools/RosBE-Windows/Documentation/credits.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/c... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/credits.html (added) +++ trunk/tools/RosBE-Windows/Documentation/credits.html Sun Jul 15 22:59:27 2007 @@ -1,0 +1,17 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +</head> +<body> +This BE is inspired by blight's ReactOS Build Environment v0.2-3.4.5 +and Dazzle from TinyKRNL<br> +<br> +Originally Coded by Peter "dralnix" Ward (<a + href="mailto:dralnix@gmail.com">dralnix@gmail.com</a>), continued by +Daniel "EmuandCo" Reimer (<a href="mailto:reimer.daniel@freenet.de">reimer.daniel@freenet.de</a>).<br> +*nix Version by Colin Finck (<a href="mailto:mail@colinfinck.de">mail@colinfinck.de</a>) +<br> +<br> +Icon made by ROSFan<br> +</body> +</html>
Added: trunk/tools/RosBE-Windows/Documentation/features.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/f... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/features.html (added) +++ trunk/tools/RosBE-Windows/Documentation/features.html Sun Jul 15 22:59:27 2007 @@ -1,0 +1,15 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +</head> +<body> +- Creating, Cleaning and Updating the Tree with included SVN and sSVN.<br> +- Building the Source (Multi Core Optimized)*<br> +- Maintain Several Trees at once<br> +- Configure the Tree Settings with a easy to use editor.<br> +- Help for Debugging thanks to included GDB and raddr2line.<br> +- Support for non Admin Rights Account*<br> +<br> +* = No Support for Windows Vista<br> +</body> +</html>
Added: trunk/tools/RosBE-Windows/Documentation/int.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/i... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/int.html (added) +++ trunk/tools/RosBE-Windows/Documentation/int.html Sun Jul 15 22:59:27 2007 @@ -1,0 +1,26 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +</head> +<body> +First of all, lets answer the main question: What is RosBE?<br> +Its a +Environment for building ReactOS on your own, its based on GCC 4.1.3 +Compiler and aims for absolute Beginners up to skilled devs.<br> +<br> +Realizing this wide spectrum in one BE is quite difficult of course.<br> +How, as an example, do you tell a newbie how +to use SVN or maintain/update a Source tree?<br> +Easy. This package has the +typical, well known SVN for all advanced devs and a slim Version +specially made for newbies, called sSVN (Simple SVN), which only does +the main stuff and has no difficult to understand or even dangerous, if +wrong used, functions.<br> +<br> +And this is just the beginning of a big list of +features.<br> +Devs will be happy with the included GDB and raddr2line.<br> +Multi Core PC Users will love "makex" which automatically detects the +number of CPU Cores and optimizes the Build process to that Number.<br> +</body> +</html>
Modified: trunk/tools/RosBE-Windows/Documentation/main.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/m... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/main.html (original) +++ trunk/tools/RosBE-Windows/Documentation/main.html Sun Jul 15 22:59:27 2007 @@ -1,0 +1,10 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +</head> +<body> +Welcome to ReactOS Build Environment for Windows. This Documentation +was made to assist you +in building and maintaining the Source Code of ReactOS.<br> +</body> +</html>
Modified: trunk/tools/RosBE-Windows/Documentation/menu.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/m... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/menu.html (original) +++ trunk/tools/RosBE-Windows/Documentation/menu.html Sun Jul 15 22:59:27 2007 @@ -7,17 +7,18 @@ </head> <body alink="#0000ee" link="#0000ee" vlink="#551a8b"> <a href="main.html" target="text"><span - style="text-decoration: underline; font-weight: bold;"></span></a><a - target="text" href="shisha.html"></a><span + style="text-decoration: underline; font-weight: bold;"></span></a><span style="font-weight: bold; text-decoration: underline; font-style: italic;">Index:<br> <br> -</span><a target="main" href="1.html">1. Introduction</a><br> +</span><a target="main" href="int.html">1. Introduction</a><br> <br> -<a target="main" href="2.html">2. Basic Functions</a><br> +<a target="main" href="features.html">2. Features</a><br> <br> -<a target="main" href="3.html">3. Advanced Functions</a><br> +<a target="main" href="basic.html">3. Basic Functions</a><br> <br> -<a target="main" href="4.html">4. Credits</a><span +<a target="main" href="adv.html">4. Advanced Functions</a><br> +<br> +<a target="main" href="credits.html">5. Credits</a><span style="font-weight: bold; text-decoration: underline; font-style: italic;"><br style="color: rgb(255, 255, 255);"> </span><span style="font-weight: bold; font-style: italic;"></span>