Author: cfinck
Date: Tue Jul 17 01:34:15 2007
New Revision: 27701
URL:
http://svn.reactos.org/svn/reactos?rev=27701&view=rev
Log:
- Cleaned up the whole HTML code of the Documentation
- Converted the files to the more common UTF-8 encoding
- Deleted the old 256x256 RosBE PNG icon with alpha transparency and added a 128x128 JPG
icon without any transparency, so the icon does not need to be resized and IE 6 and older
display it correctly
Added:
trunk/tools/RosBE-Windows/Documentation/files/
trunk/tools/RosBE-Windows/Documentation/files/RosBE.jpg (with props)
trunk/tools/RosBE-Windows/Documentation/files/adv.html
- copied, changed from r27700, trunk/tools/RosBE-Windows/Documentation/adv.html
trunk/tools/RosBE-Windows/Documentation/files/basic.html
- copied, changed from r27700, trunk/tools/RosBE-Windows/Documentation/basic.html
trunk/tools/RosBE-Windows/Documentation/files/credits.html
- copied, changed from r27700, trunk/tools/RosBE-Windows/Documentation/credits.html
trunk/tools/RosBE-Windows/Documentation/files/features.html
- copied, changed from r27700,
trunk/tools/RosBE-Windows/Documentation/features.html
trunk/tools/RosBE-Windows/Documentation/files/int.html
- copied, changed from r27700, trunk/tools/RosBE-Windows/Documentation/int.html
trunk/tools/RosBE-Windows/Documentation/files/intro.html
- copied, changed from r27700, trunk/tools/RosBE-Windows/Documentation/intro.html
trunk/tools/RosBE-Windows/Documentation/files/main.html
- copied, changed from r27700, trunk/tools/RosBE-Windows/Documentation/main.html
trunk/tools/RosBE-Windows/Documentation/files/menu.html
- copied, changed from r27700, trunk/tools/RosBE-Windows/Documentation/menu.html
Removed:
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
trunk/tools/RosBE-Windows/Documentation/intro.html
trunk/tools/RosBE-Windows/Documentation/main.html
trunk/tools/RosBE-Windows/Documentation/menu.html
trunk/tools/RosBE-Windows/Documentation/pic.png
Modified:
trunk/tools/RosBE-Windows/Documentation/index.html
Removed: trunk/tools/RosBE-Windows/Documentation/adv.html
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/adv.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/adv.html (removed)
@@ -1,12 +1,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <title>Advanced Features</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Lists the Advanced Features of RosBE"
- name="description">
-</head>
-<body>
-SVN 1.4.4 is included in RosBE. Manual can be found here:<br>
-</body>
-</html>
Removed: trunk/tools/RosBE-Windows/Documentation/basic.html
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/basic.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/basic.html (removed)
@@ -1,91 +1,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <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.<br>
-</body>
-</html>
Removed: trunk/tools/RosBE-Windows/Documentation/credits.html
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/credits.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/credits.html (removed)
@@ -1,26 +1,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <title>Credits</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Lists the Credits of the RosBE Staff"
- name="description">
-</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>
-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.<br>
-</body>
-</html>
Removed: trunk/tools/RosBE-Windows/Documentation/features.html
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/features.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/features.html (removed)
@@ -1,18 +1,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <title>Features</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Lists the Features of RosBE"
name="description">
-</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 an 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/files/RosBE.jpg
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
Binary file - no diff available.
Propchange: trunk/tools/RosBE-Windows/Documentation/files/RosBE.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Copied: trunk/tools/RosBE-Windows/Documentation/files/adv.html (from r27700,
trunk/tools/RosBE-Windows/Documentation/adv.html)
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/adv.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/adv.html Tue Jul 17 01:34:15 2007
@@ -1,12 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <title>Advanced Features</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Lists the Advanced Features of RosBE"
- name="description">
+ <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:<br>
+ SVN 1.4.4 is included in RosBE. Manual can be found here:
</body>
-</html>
+</html>
Copied: trunk/tools/RosBE-Windows/Documentation/files/basic.html (from r27700,
trunk/tools/RosBE-Windows/Documentation/basic.html)
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/basic.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/basic.html Tue Jul 17 01:34:15 2007
@@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <title>Basic Features</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Lists the Basic Features of RosBE"
name="description">
+ <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>
@@ -86,6 +87,6 @@
<br>
"basedir"<br>
Usage: basedir<br>
-Switches back to the ReactOS source directory.<br>
+Switches back to the ReactOS source directory.
</body>
-</html>
+</html>
Copied: trunk/tools/RosBE-Windows/Documentation/files/credits.html (from r27700,
trunk/tools/RosBE-Windows/Documentation/credits.html)
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/credits.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/credits.html Tue Jul 17 01:34:15 2007
@@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <title>Credits</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Lists the Credits of the RosBE Staff"
- name="description">
+ <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
@@ -21,6 +21,6 @@
href="mailto:mail@colinfinck.de">mail@colinfinck.de</a>)
up to now.<br>
<br>
-Icon made by ROSFan.<br>
+Icon made by ROSFan.
</body>
-</html>
+</html>
Copied: trunk/tools/RosBE-Windows/Documentation/files/features.html (from r27700,
trunk/tools/RosBE-Windows/Documentation/features.html)
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/features.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/features.html Tue Jul 17 01:34:15 2007
@@ -1,18 +1,21 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <title>Features</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Lists the Features of RosBE"
name="description">
+ <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>
-- 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 an 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>
+ <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>
+</html>
Copied: trunk/tools/RosBE-Windows/Documentation/files/int.html (from r27700,
trunk/tools/RosBE-Windows/Documentation/int.html)
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/int.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/int.html Tue Jul 17 01:34:15 2007
@@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <title>Introduction</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Shows the Introduction to RosBE"
name="description">
+ <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>
@@ -27,6 +28,6 @@
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>
+number of CPU Cores and optimizes the Build process to that Number.
</body>
</html>
Copied: trunk/tools/RosBE-Windows/Documentation/files/intro.html (from r27700,
trunk/tools/RosBE-Windows/Documentation/intro.html)
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/intro.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/intro.html Tue Jul 17 01:34:15 2007
@@ -1,32 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <meta content="text/html; charset=ISO-8859-15"
- http-equiv="content-type">
- <title>RosBE Logo and Title</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Shows the official RosBE Logo and Title"
- name="description">
+ <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>
-<div style="text-align: center;">
-<table style="text-align: left; width: 100%;" border="0"
cellpadding="0"
- cellspacing="0">
- <tbody>
- <tr>
- <td style="vertical-align: top;"><img
- style="width: 128px; height: 128px;" alt="ReactOS Logo"
- title="ReactOS Logo" src="pic.png"></td>
- <td style="vertical-align: top; text-align:
center;"><big><big><big><span
- style="font-weight: bold; font-style:
italic;"><small><small><small> </small></small></small><br>
-Documentation
-for RosBE for
Microsoft<small><small><small><small>®</small></small></small></small>
-Windows<small><small><small><small>©</small></small></small></small><br>
-and ReactOS Based Operating
Systems</span></big></big></big></td>
- </tr>
- </tbody>
-</table>
-<big><big><big><span
- style="text-decoration: underline; font-weight: bold; font-style:
italic;"></span></big></big></big></div>
+ <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>
+</html>
Copied: trunk/tools/RosBE-Windows/Documentation/files/main.html (from r27700,
trunk/tools/RosBE-Windows/Documentation/main.html)
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/main.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/main.html Tue Jul 17 01:34:15 2007
@@ -1,14 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <title>RosBE Documentation Welcome Page</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Shows the RosBE Documentation Welcome Page"
- name="description">
+ <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.<br>
+in building and maintaining the Source Code of ReactOS.
</body>
-</html>
+</html>
Copied: trunk/tools/RosBE-Windows/Documentation/files/menu.html (from r27700,
trunk/tools/RosBE-Windows/Documentation/menu.html)
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/menu.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/menu.html Tue Jul 17 01:34:15 2007
@@ -1,29 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <meta http-equiv="content-type"
- content="text/html; charset=ISO-8859-15">
- <title>RosBE Documentation Menu</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Shows the entries of the RosBE Documentation Menu"
- name="description">
+ <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 alink="#0000ee" link="#0000ee"
vlink="#551a8b">
-<a href="main.html" target="text"><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="int.html">1.
Introduction</a><br>
-<br>
-<a target="main" href="features.html">2.
Features</a><br>
-<br>
-<a target="main" href="basic.html">3. Basic
Functions</a><br>
-<br>
-<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>
+<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>
</body>
-</html>
+</html>
Modified: trunk/tools/RosBE-Windows/Documentation/index.html
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/index.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/index.html Tue Jul 17 01:34:15 2007
@@ -1,24 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
- <title>ReactOS Documentation</title>
- <meta http-equiv="content-type"
- content="text/html; charset=ISO-8859-1">
- <meta content="Daniel Reimer" name="author">
- <meta content="Index Frame Site of RosBE Documentation"
- name="description">
+ <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="13%,87%">
- <frameset rows="*,0">
- <frame name="menu" src="menu.html"
noresize="noresize">
+<frameset cols="180,*">
+ <frame name="menu" src="files/menu.html" noresize>
+
+ <frameset rows="160,*">
+ <frame name="intro" src="files/intro.html" noresize
frameborder="no" scrolling="no">
+ <frame name="main" src="files/main.html" noresize
frameborder="no">
+ </frameset>
</frameset>
-<frameset rows="22%,78%">
- <frame name="intro" src="intro.html"
noresize="noresize" frameborder="no" scrolling="no">
- <frame name="main" src="main.html" noresize="noresize"
frameborder="no">
-</frameset>
-<noframes> <P>This is a FrameSet Document: <UL>
- <LI> <A href="intro.html">Index</A>
- <LI> <A href="main.html">MainPage</A> </UL>
-</noframes>
-</frameset>
-</html>
+</html>
Removed: trunk/tools/RosBE-Windows/Documentation/int.html
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/int.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/int.html (removed)
@@ -1,32 +1,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <title>Introduction</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Shows the Introduction to RosBE"
name="description">
-</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.<br>
-</body>
-</html>
Removed: trunk/tools/RosBE-Windows/Documentation/intro.html
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/intro.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/intro.html (removed)
@@ -1,32 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <meta content="text/html; charset=ISO-8859-15"
- http-equiv="content-type">
- <title>RosBE Logo and Title</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Shows the official RosBE Logo and Title"
- name="description">
-</head>
-<body>
-<div style="text-align: center;">
-<table style="text-align: left; width: 100%;" border="0"
cellpadding="0"
- cellspacing="0">
- <tbody>
- <tr>
- <td style="vertical-align: top;"><img
- style="width: 128px; height: 128px;" alt="ReactOS Logo"
- title="ReactOS Logo" src="pic.png"></td>
- <td style="vertical-align: top; text-align:
center;"><big><big><big><span
- style="font-weight: bold; font-style:
italic;"><small><small><small> </small></small></small><br>
-Documentation
-for RosBE for
Microsoft<small><small><small><small>®</small></small></small></small>
-Windows<small><small><small><small>©</small></small></small></small><br>
-and ReactOS Based Operating
Systems</span></big></big></big></td>
- </tr>
- </tbody>
-</table>
-<big><big><big><span
- style="text-decoration: underline; font-weight: bold; font-style:
italic;"></span></big></big></big></div>
-</body>
-</html>
Removed: trunk/tools/RosBE-Windows/Documentation/main.html
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/main.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/main.html (removed)
@@ -1,14 +1,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <title>RosBE Documentation Welcome Page</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Shows the RosBE Documentation Welcome Page"
- name="description">
-</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>
Removed: trunk/tools/RosBE-Windows/Documentation/menu.html
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/menu.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/menu.html (removed)
@@ -1,29 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <meta http-equiv="content-type"
- content="text/html; charset=ISO-8859-15">
- <title>RosBE Documentation Menu</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Shows the entries of the RosBE Documentation Menu"
- name="description">
-</head>
-<body alink="#0000ee" link="#0000ee"
vlink="#551a8b">
-<a href="main.html" target="text"><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="int.html">1.
Introduction</a><br>
-<br>
-<a target="main" href="features.html">2.
Features</a><br>
-<br>
-<a target="main" href="basic.html">3. Basic
Functions</a><br>
-<br>
-<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>
-</body>
-</html>
Removed: trunk/tools/RosBE-Windows/Documentation/pic.png
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
Binary file - no diff available.