Author: dreimer Date: Thu Jul 19 18:25:59 2007 New Revision: 27730
URL: http://svn.reactos.org/svn/reactos?rev=27730&view=rev Log: set eol-style native (I am sick of using LINUX2DOS Tool) add a blank howto page. Will be filled later.
Added: trunk/tools/RosBE-Windows/Documentation/files/howto.html Modified: trunk/tools/RosBE-Windows/Documentation/files/adv.html (contents, props changed) trunk/tools/RosBE-Windows/Documentation/files/basic.html (contents, props changed) trunk/tools/RosBE-Windows/Documentation/files/credits.html (contents, props changed) trunk/tools/RosBE-Windows/Documentation/files/features.html (contents, props changed) trunk/tools/RosBE-Windows/Documentation/files/int.html (contents, props changed) trunk/tools/RosBE-Windows/Documentation/files/intro.html (contents, props changed) trunk/tools/RosBE-Windows/Documentation/files/main.html (contents, props changed) trunk/tools/RosBE-Windows/Documentation/files/menu.html (contents, props changed) trunk/tools/RosBE-Windows/Documentation/index.html (contents, props changed)
Modified: trunk/tools/RosBE-Windows/Documentation/files/adv.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/f... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/files/adv.html (original) +++ trunk/tools/RosBE-Windows/Documentation/files/adv.html Thu Jul 19 18:25:59 2007 @@ -1,12 +1,12 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Advanced Features</title> - <meta name="author" content="Daniel Reimer"> - <meta name="description" content="Lists the Advanced Features of RosBE"> -</head> -<body> - SVN 1.4.4 is included in RosBE. Manual can be found here: -</body> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Advanced Features</title> + <meta name="author" content="Daniel Reimer"> + <meta name="description" content="Lists the Advanced Features of RosBE"> +</head> +<body> + SVN 1.4.4 is included in RosBE. Manual can be found here: +</body> </html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/adv.html ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/basic.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/f... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/files/basic.html (original) +++ trunk/tools/RosBE-Windows/Documentation/files/basic.html Thu Jul 19 18:25:59 2007 @@ -1,92 +1,92 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Basic Features</title> - <meta content="Daniel Reimer" name="author"> - <meta content="Lists the Basic Features of RosBE" name="description"> -</head> -<body> -"make"<br> -Usage: make [OPTIONS1] [OPTIONS2]<br> -The command to build the ReactOS Source Tree in the Default directory.<br> -Without options it does a standard build of ReactOS. OPTIONS1 are the -standard ReactOS build options ie. "bootcd", "livecd", etc.<br> -"strip" as optional second parameter sets stripping to enabled and thus -reduces File Size by ~30% and Minimum needed RAM to use ReactOS to ~24 -MB. ISOs built with this command are NOT usable to file bugs in any way!<br> -<br> -"makex"<br> -Usage: makex [OPTIONS1] [OPTIONS2]<br> -Same as 'make' but automatically determines the number of CPU Cores in -your system and uses "make -j x" with the appropriate number to -threaden the build process for a massive speedup on Multi Core Systems.<br> -NOTE: The number makex uses can be modified by editing Build-Multi.cmd -located in the RosBE directory, instructions for doing so are contained -within the file. This Command is incompatible to Windows Vista right -now due to a bug in GCC 4.X.X.<br> -<br> -"clean"<br> -Usage: clean [logs]<br> -Fully cleans the ReactOS source directory and does a better job than -"make clean" does.<br> -It deletes files, which are being generated into the Source Tree while -compiling. After using this Command the tree is completely cleaned up -and 1:1 like a fresh loaded one.<br> - logs - Removes all build logs in the RosBE-Logs directory.<br> -<br> -"help"<br> -Usage: help [COMMAND]<br> -Shows help for the specified command or lists all available commands.<br> -<br> -"ssvn"<br> -Usage: ssvn [OPTIONS]<br> -This is the simple to use sSVN, written for newbies. It only Creates, -Updates or cleans up your ReactOS Source Tree or shows the Revision -Number of the Offline Tree and Online HEAD Revision to see if its up to -date. No need for any additional parameters, just "ssvn update" and -your Tree is fully updated.<br> - update - Updates to HEAD Revision or to a specific -one when second parameter specifies one.<br> - create - Creates a new ReactOS Source Tree and got -some Security Features. It -checks if the folder is empty, contains a Source Tree or any other -files and Cancels if continuing is unsecure.<br> - cleanup - Cleans up and fixes errors in the Source Tree. -It is mainly needed if the "ssvn update" or "ssvn create" command got -aborted in any way or show problems like error messages etc.<br> - status - Shows Actual offline Revision Number and -online HEAD Revision Number to see if its up to date.<br> -<br> -"chdefdir"<br> -Usage: chdefdir [OPTIONS]<br> -Reconfigures the Default Source Folder for one Session. This is useful -for switching between branches or different ReactOS Source Trees. -Exiting RosBE sets back to the Default.<br> - default - Sets back to the Default Source Folder without a -restart of RosBE.<br> -<br> -"config"<br> -Usage: config [OPTIONS]<br> -This Command creates a Configuration File, which tells RosBE how to -build the Tree. There are many things you can modify in the build -process and this tool can edit all for you. ISOs made with a non -default are NOT usable to file bugs in any way!<br> - delete - Deletes the created configuration File and so -sets back to default settings.<br> -<br> -"raddr2line"<br> -Usage: raddr2line [OPTIONS]<br> -This Command translates program addresses of BSODs into file names and -line numbers of the Code it was built of to assist Developers to find -specific Bugs in ReactOS. This Tool is mainly a Dev Tool. Newbies -normally only need it if a devs wants them to try out something.<br> -USAGE: The first parameter has to be the Executable to be analyzed. The -second one has to be the address to be translated. If you don't set the -needed Parameters, you will be asked for them.<br> -<br> -"basedir"<br> -Usage: basedir<br> -Switches back to the ReactOS source directory. -</body> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Basic Features</title> + <meta content="Daniel Reimer" name="author"> + <meta content="Lists the Basic Features of RosBE" name="description"> +</head> +<body> +"make"<br> +Usage: make [OPTIONS1] [OPTIONS2]<br> +The command to build the ReactOS Source Tree in the Default directory.<br> +Without options it does a standard build of ReactOS. OPTIONS1 are the +standard ReactOS build options ie. "bootcd", "livecd", etc.<br> +"strip" as optional second parameter sets stripping to enabled and thus +reduces File Size by ~30% and Minimum needed RAM to use ReactOS to ~24 +MB. ISOs built with this command are NOT usable to file bugs in any way!<br> +<br> +"makex"<br> +Usage: makex [OPTIONS1] [OPTIONS2]<br> +Same as 'make' but automatically determines the number of CPU Cores in +your system and uses "make -j x" with the appropriate number to +threaden the build process for a massive speedup on Multi Core Systems.<br> +NOTE: The number makex uses can be modified by editing Build-Multi.cmd +located in the RosBE directory, instructions for doing so are contained +within the file. This Command is incompatible to Windows Vista right +now due to a bug in GCC 4.X.X.<br> +<br> +"clean"<br> +Usage: clean [logs]<br> +Fully cleans the ReactOS source directory and does a better job than +"make clean" does.<br> +It deletes files, which are being generated into the Source Tree while +compiling. After using this Command the tree is completely cleaned up +and 1:1 like a fresh loaded one.<br> + logs - Removes all build logs in the RosBE-Logs directory.<br> +<br> +"help"<br> +Usage: help [COMMAND]<br> +Shows help for the specified command or lists all available commands.<br> +<br> +"ssvn"<br> +Usage: ssvn [OPTIONS]<br> +This is the simple to use sSVN, written for newbies. It only Creates, +Updates or cleans up your ReactOS Source Tree or shows the Revision +Number of the Offline Tree and Online HEAD Revision to see if its up to +date. No need for any additional parameters, just "ssvn update" and +your Tree is fully updated.<br> + update - Updates to HEAD Revision or to a specific +one when second parameter specifies one.<br> + create - Creates a new ReactOS Source Tree and got +some Security Features. It +checks if the folder is empty, contains a Source Tree or any other +files and Cancels if continuing is unsecure.<br> + cleanup - Cleans up and fixes errors in the Source Tree. +It is mainly needed if the "ssvn update" or "ssvn create" command got +aborted in any way or show problems like error messages etc.<br> + status - Shows Actual offline Revision Number and +online HEAD Revision Number to see if its up to date.<br> +<br> +"chdefdir"<br> +Usage: chdefdir [OPTIONS]<br> +Reconfigures the Default Source Folder for one Session. This is useful +for switching between branches or different ReactOS Source Trees. +Exiting RosBE sets back to the Default.<br> + default - Sets back to the Default Source Folder without a +restart of RosBE.<br> +<br> +"config"<br> +Usage: config [OPTIONS]<br> +This Command creates a Configuration File, which tells RosBE how to +build the Tree. There are many things you can modify in the build +process and this tool can edit all for you. ISOs made with a non +default are NOT usable to file bugs in any way!<br> + delete - Deletes the created configuration File and so +sets back to default settings.<br> +<br> +"raddr2line"<br> +Usage: raddr2line [OPTIONS]<br> +This Command translates program addresses of BSODs into file names and +line numbers of the Code it was built of to assist Developers to find +specific Bugs in ReactOS. This Tool is mainly a Dev Tool. Newbies +normally only need it if a devs wants them to try out something.<br> +USAGE: The first parameter has to be the Executable to be analyzed. The +second one has to be the address to be translated. If you don't set the +needed Parameters, you will be asked for them.<br> +<br> +"basedir"<br> +Usage: basedir<br> +Switches back to the ReactOS source directory. +</body> </html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/basic.html ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/credits.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/f... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/files/credits.html (original) +++ trunk/tools/RosBE-Windows/Documentation/files/credits.html Thu Jul 19 18:25:59 2007 @@ -1,26 +1,26 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Credits</title> - <meta name="author" content="Daniel Reimer"> - <meta name="description" content="Lists the Credits of the RosBE Staff"> -</head> -<body> -This Build Environment is inspired by blight's ReactOS Build -Environment v0.2-3.4.5 -and Dazzle from TinyKRNL (<a href="http://www.tinykrnl.org/">http://www.tinykrnl.org/</a>)<br> -<br> -Originally Coded by Peter "dralnix" Ward (<a - href="mailto:dralnix@gmail.com">dralnix@gmail.com</a>) until Version -0.3.5B2<br> -Work continued by -Daniel "EmuandCo" Reimer (<a href="mailto:reimer.daniel@freenet.de">reimer.daniel@freenet.de</a>) -up to now.<br> -*nix Version made and Maintained by Colin Finck (<a - href="mailto:mail@colinfinck.de">mail@colinfinck.de</a>) -up to now.<br> -<br> -Icon made by ROSFan. -</body> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Credits</title> + <meta name="author" content="Daniel Reimer"> + <meta name="description" content="Lists the Credits of the RosBE Staff"> +</head> +<body> +This Build Environment is inspired by blight's ReactOS Build +Environment v0.2-3.4.5 +and Dazzle from TinyKRNL (<a href="http://www.tinykrnl.org/">http://www.tinykrnl.org/</a>)<br> +<br> +Originally Coded by Peter "dralnix" Ward (<a + href="mailto:dralnix@gmail.com">dralnix@gmail.com</a>) until Version +0.3.5B2<br> +Work continued by +Daniel "EmuandCo" Reimer (<a href="mailto:reimer.daniel@freenet.de">reimer.daniel@freenet.de</a>) +up to now.<br> +*nix Version made and Maintained by Colin Finck (<a + href="mailto:mail@colinfinck.de">mail@colinfinck.de</a>) +up to now.<br> +<br> +Icon made by ROSFan. +</body> </html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/credits.html ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/features.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/f... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/files/features.html (original) +++ trunk/tools/RosBE-Windows/Documentation/files/features.html Thu Jul 19 18:25:59 2007 @@ -1,21 +1,21 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Features</title> - <meta content="Daniel Reimer" name="author"> - <meta content="Lists the Features of RosBE" name="description"> -</head> -<body> - <ul> - <li>Creating, Cleaning and Updating the Tree with included SVN and sSVN.</li> - <li>Building the Source (Multi Core Optimized)*</li> - <li>Maintain Several Trees at once.</li> - <li>Configure the Tree Settings with an easy to use editor.</li> - <li>Help for Debugging, thanks to included GDB and raddr2line.</li> - <li>Support for non Admin Rights Account.*</li> - </ul> - - * = This Feature is not supported under Windows Vista! -</body> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Features</title> + <meta content="Daniel Reimer" name="author"> + <meta content="Lists the Features of RosBE" name="description"> +</head> +<body> + <ul> + <li>Creating, Cleaning and Updating the Tree with included SVN and sSVN.</li> + <li>Building the Source (Multi Core Optimized)*</li> + <li>Maintain Several Trees at once.</li> + <li>Configure the Tree Settings with an easy to use editor.</li> + <li>Help for Debugging, thanks to included GDB and raddr2line.</li> + <li>Support for non Admin Rights Account.*</li> + </ul> + + * = This Feature is not supported under Windows Vista! +</body> </html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/features.html ------------------------------------------------------------------------------ svn:eol-style = native
Added: trunk/tools/RosBE-Windows/Documentation/files/howto.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/f... ============================================================================== (empty)
Modified: trunk/tools/RosBE-Windows/Documentation/files/int.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/f... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/files/int.html (original) +++ trunk/tools/RosBE-Windows/Documentation/files/int.html Thu Jul 19 18:25:59 2007 @@ -1,33 +1,33 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Introduction</title> - <meta name="author" content="Daniel Reimer"> - <meta name="description" content="Shows the Introduction to RosBE"> -</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 to be the one and only Build Environment 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. Additionally it checks the working folder, if -its empty or not. If its no empty folder, it does not even allow the -User to continue.<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. -</body> -</html> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Introduction</title> + <meta name="author" content="Daniel Reimer"> + <meta name="description" content="Shows the Introduction to RosBE"> +</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 to be the one and only Build Environment 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. Additionally it checks the working folder, if +its empty or not. If its no empty folder, it does not even allow the +User to continue.<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. +</body> +</html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/int.html ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/intro.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/f... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/files/intro.html (original) +++ trunk/tools/RosBE-Windows/Documentation/files/intro.html Thu Jul 19 18:25:59 2007 @@ -1,19 +1,19 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>RosBE Logo and Title</title> - <meta name="author" content="Daniel Reimer"> - <meta name="description" content="Shows the official RosBE Logo and Title"> -</head> -<body> - <table width="100%"> - <tr> - <td><img src="RosBE.jpg" alt="RosBE Logo"></td> - <td style="text-align: center; font-weight: bold; font-style: italic; font-size: 24pt;"> - Documentation for RosBE for Microsoft<span style="font-size: 10pt;">®</span> Windows NT<span style="font-size: 10pt;">®</span>-based Operating Systems - </td> - </tr> - </table> -</body> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>RosBE Logo and Title</title> + <meta name="author" content="Daniel Reimer"> + <meta name="description" content="Shows the official RosBE Logo and Title"> +</head> +<body> + <table width="100%"> + <tr> + <td><img src="RosBE.jpg" alt="RosBE Logo"></td> + <td style="text-align: center; font-weight: bold; font-style: italic; font-size: 24pt;"> + Documentation for RosBE for Microsoft<span style="font-size: 10pt;">®</span> Windows NT<span style="font-size: 10pt;">®</span>-based Operating Systems + </td> + </tr> + </table> +</body> </html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/intro.html ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/main.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/f... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/files/main.html (original) +++ trunk/tools/RosBE-Windows/Documentation/files/main.html Thu Jul 19 18:25:59 2007 @@ -1,14 +1,14 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>RosBE Documentation Welcome Page</title> - <meta name="author" content="Daniel Reimer"> - <meta name="description" content="Shows the RosBE Documentation Welcome Page"> -</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. -</body> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>RosBE Documentation Welcome Page</title> + <meta name="author" content="Daniel Reimer"> + <meta name="description" content="Shows the RosBE Documentation Welcome Page"> +</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. +</body> </html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/main.html ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/menu.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/f... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/files/menu.html (original) +++ trunk/tools/RosBE-Windows/Documentation/files/menu.html Thu Jul 19 18:25:59 2007 @@ -1,25 +1,27 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>RosBE Documentation Menu</title> - <meta name="author" content="Daniel Reimer"> - <meta name="description" content="Shows the entries of the RosBE Documentation Menu"> - <base target="main"> -</head> -<body> - <span style="font-weight: bold; text-decoration: underline; font-style: italic;">Index:</span><br><br> - - <a href="int.html">1. Introduction</a><br><br> - <a href="features.html">2. Features</a><br><br> - <a href="basic.html">3. Basic Functions</a><br><br> - <a href="adv.html">4. Advanced Functions</a><br><br> - <a href="credits.html">5. Credits</a><br> -<p> - <a href="http://validator-test.w3.org/check?uri=referer"><img - src="http://www.w3.org/Icons/valid-html401-blue" - alt="Valid HTML 4.01 Transitional" height="31" width="88"></a> -</p> - -</body> -</html> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>RosBE Documentation Menu</title> + <meta name="author" content="Daniel Reimer"> + <meta name="description" content="Shows the entries of the RosBE Documentation Menu"> + <base target="main"> +</head> +<body> + <span style="font-weight: bold; text-decoration: underline; font-style: italic;">Index:</span><br><br> + + <a href="int.html">1. Introduction</a><br><br> + <a href="features.html">2. Features</a><br><br> + <a href="basic.html">3. Basic Functions</a><br><br> + <a href="adv.html">4. Advanced Functions</a><br><br> + <a href="howto.html">5. HowTos</a><br><br> + <a href="credits.html">6. Credits</a><br> + +<p> + <a href="http://validator-test.w3.org/check?uri=referer"><img + src="http://www.w3.org/Icons/valid-html401-blue" + alt="Valid HTML 4.01 Transitional" height="31" width="88"></a> +</p> + +</body> +</html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/menu.html ------------------------------------------------------------------------------ svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/index.html URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/i... ============================================================================== --- trunk/tools/RosBE-Windows/Documentation/index.html (original) +++ trunk/tools/RosBE-Windows/Documentation/index.html Thu Jul 19 18:25:59 2007 @@ -1,17 +1,17 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> -<html> -<head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>ReactOS Build Environment Documentation</title> - <meta name="author" content="Daniel Reimer"> - <meta name="description" content="Index Frame Site of RosBE Documentation"> -</head> -<frameset cols="180,*"> - <frame name="menu" src="files/menu.html" noresize> - - <frameset rows="160,*"> - <frame name="intro" src="files/intro.html" noresize frameborder="0" scrolling="no"> - <frame name="main" src="files/main.html" noresize frameborder="0"> - </frameset> -</frameset> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> +<html> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>ReactOS Build Environment Documentation</title> + <meta name="author" content="Daniel Reimer"> + <meta name="description" content="Index Frame Site of RosBE Documentation"> +</head> +<frameset cols="180,*"> + <frame name="menu" src="files/menu.html" noresize> + + <frameset rows="160,*"> + <frame name="intro" src="files/intro.html" noresize frameborder="0" scrolling="no"> + <frame name="main" src="files/main.html" noresize frameborder="0"> + </frameset> +</frameset> </html>
Propchange: trunk/tools/RosBE-Windows/Documentation/index.html ------------------------------------------------------------------------------ svn:eol-style = native