[ros-diffs] [dreimer] 27731: Renamed it to FAQ. It fits better than HowTos Added the first bunch of Q/A s.

dreimer at svn.reactos.org dreimer at svn.reactos.org
Thu Jul 19 16:50:26 CEST 2007


Author: dreimer
Date: Thu Jul 19 18:50:26 2007
New Revision: 27731

URL: http://svn.reactos.org/svn/reactos?rev=27731&view=rev
Log:
Renamed it to FAQ. It fits better than HowTos
Added the first bunch of Q/A s.

Modified:
    trunk/tools/RosBE-Windows/Documentation/files/howto.html   (contents, props changed)
    trunk/tools/RosBE-Windows/Documentation/files/menu.html

Modified: trunk/tools/RosBE-Windows/Documentation/files/howto.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/files/howto.html?rev=27731&r1=27730&r2=27731&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/files/howto.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/howto.html Thu Jul 19 18:50:26 2007
@@ -1,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>RosBE HowTos</title>
+  <meta content="Daniel Reimer" name="author">
+  <meta content="Shows all HowTos to the User" name="description">
+</head>
+<body>
+Q: How do I build ReactOS Source?<br>
+A: Start RosBE and type "make bootcd" or "make livecd" to generate
+ReactOS ISO Files from the Source.<br>
+<br>
+Q: I have a Multi Core CPU. Can I speed up the build process anyhow?<br>
+A: Yes, you can. Just use makex instead of make Command. makex checks
+for the Number of Cores and optimizes the Processes to that number.<br>
+<br>
+Q: How/Where can I get the Source Code?<br>
+A: You could load it via any SVN Client from:
+svn://svn.reactos.org/reactos/trunk/reactos RosBE itself has SVN
+Command Line Client and a lite Variant for newbies called "ssvn"
+(SimpleSVN) included. If you want to get the Source Tree, type "ssvn
+create" and it copies all Code to the Default Source Folder you did set
+while the Setup.<br>
+<br>
+Q: How can I update the Source Code?<br>
+A: Just type "ssvn update".<br>
+<br>
+Q: Can I see somewhere if my Source Tree is up to date?<br>
+A: Yes, just type "ssvn status".<br>
+<br>
+Q: My Source Tree is fucked up / Updating was aborted etc. etc. and now
+I cannot update it anymore... What to do?<br>
+A: You need to cleanup it. Type "ssvn cleanup" and wait. After that
+type "ssvn update" and it runs again.<br>
+</body>
+</html>

Propchange: trunk/tools/RosBE-Windows/Documentation/files/howto.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/files/menu.html?rev=27731&r1=27730&r2=27731&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/files/menu.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/menu.html Thu Jul 19 18:50:26 2007
@@ -14,7 +14,7 @@
 	<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="howto.html">5. FAQ</a><br><br>
 	<a href="credits.html">6. Credits</a><br>
 
 <p>




More information about the Ros-diffs mailing list