You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by na...@apache.org on 2006/11/29 12:02:38 UTC

svn commit: r480518 - in /harmony/standard/site: docs/subcomponents/drlvm/index.html xdocs/subcomponents/drlvm/index.xml

Author: nadinem
Date: Wed Nov 29 03:02:36 2006
New Revision: 480518

URL: http://svn.apache.org/viewvc?view=rev&rev=480518
Log:
Removing repeated links, moving howto docs to a separate section

Modified:
    harmony/standard/site/docs/subcomponents/drlvm/index.html
    harmony/standard/site/xdocs/subcomponents/drlvm/index.xml

Modified: harmony/standard/site/docs/subcomponents/drlvm/index.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/index.html?view=diff&rev=480518&r1=480517&r2=480518
==============================================================================
--- harmony/standard/site/docs/subcomponents/drlvm/index.html (original)
+++ harmony/standard/site/docs/subcomponents/drlvm/index.html Wed Nov 29 03:02:36 2006
@@ -36,7 +36,7 @@
             
             
             
-            <title>Apache Harmony - Apache Harmony</title>
+            <title>Apache Harmony - Apache Harmony DRL Virtual Machine</title>
 
                                 <link rel="Stylesheet" type="text/css" href="site.css"/>
         </head>
@@ -239,34 +239,18 @@
               </li>
             <li>
               <a href="getting_started.html">
-                Getting Started
+                Getting Started with DRLVM
               </a>
               <br />
-              Basic usage scenarios of VM and lists standard
-              and non-standard supported options.
+              Basic usage scenarios of VM: starting an application, working in Eclipse
             </li>
             <li> <a href="debugging_VM_and_JIT.html">Debugging VM and JIT</a>
               <br />
               Guide to debugging VM and Jitrino.JET source code covering
               basic actions and some useful tips
-            </li>
-            <li> <a href="EM.html">Execution Manager Component Description</a>
-              <br />
-                Detailed description of the Execution Manager current implementation<br />
-            </li>
-            <li>
-              <a href="emguide.html">Configuring Execution Manager</a>
-              <br />
-              Guide to Execution Manager (EM) options and configuration file format.<br />
-            </li>
-            <li>
-              <a href="gc-howto.html">How to write DRL GC</a>
+            </li> <a href="http://wiki.apache.org/harmony/FrontPage">Wiki Pages</a>
               <br />
-              Instructions on creating a custom garbage collector implementation in C++
-              and configuring the DRL virtual machine to use it with a real-life example
-              of a copying GC implementation (source included)
-
-            </li>
+              See the Wiki resource for troubleshooting, building tips, DRLVM todo items, etc
         </ul>
                    
                                     
@@ -275,7 +259,6 @@
     </h2>
       
                         <ul>
-
             <li>
                 <a href="developers_guide.html">Developer's Guide</a>
                 <br />
@@ -311,7 +294,7 @@
                as well as processes running inside them.
              <br />
                Relies on the other component descriptions and the
-              <a href="Jitrino_PMF.html">Jitrino Pipeline Management Framework</a> description.
+              <a href="JIT_PMF.html">Jitrino Pipeline Management Framework</a> description.
             </li>
             <ul>
             <li>
@@ -322,12 +305,32 @@
               the Java property mechanism. The description covers the PMF application to
               the command-line interface and to the Jitrino logging system.
               <br />
-              Relies on the <a href="Jitrino.html">JIT Compiler Component Description</a>,
+              Relies on the <a href="JIT.html">JIT Compiler Component Description</a>,
               which gives a general definition of PMF.
             </li>
             </ul>
           </ul>
-
+        </ul>
+                   
+                                    
+    <h2>
+        <a name="How-tos and Guides">How-tos and Guides</a>
+    </h2>
+      
+                        <p>This section lists the various guides to specific aspects of the Virtual Machine. </p>
+                                <ul>
+            <li>
+              <a href="emguide.html">Configuring Execution Manager</a>
+              <br />
+              Guide to Execution Manager (EM) options and configuration file format.<br />
+            </li>
+            <li>
+              <a href="gc-howto.html">How to write DRL GC</a>
+              <br />
+              Instructions on creating a custom garbage collector implementation in C++
+              and configuring the DRL virtual machine to use it with a real-life example
+              of a copying GC implementation (source included)
+            </li>
         </ul>
                    
                 <p><a href="#top">Back to top</a></p>

Modified: harmony/standard/site/xdocs/subcomponents/drlvm/index.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/index.xml?view=diff&rev=480518&r1=480517&r2=480518
==============================================================================
--- harmony/standard/site/xdocs/subcomponents/drlvm/index.xml (original)
+++ harmony/standard/site/xdocs/subcomponents/drlvm/index.xml Wed Nov 29 03:02:36 2006
@@ -20,7 +20,7 @@
 <document>
 
  <properties>
-  <title>Apache Harmony</title>
+  <title>Apache Harmony DRL Virtual Machine</title>
   <author email="dev@harmony.apache.org">Harmony Documentation Team</author>
  </properties>
 
@@ -57,39 +57,22 @@
               </li>
             <li>
               <a href="getting_started.html">
-                Getting Started
+                Getting Started with DRLVM
               </a>
               <br />
-              Basic usage scenarios of VM and lists standard
-              and non-standard supported options.
+              Basic usage scenarios of VM: starting an application, working in Eclipse
             </li>
             <li> <a href="debugging_VM_and_JIT.html">Debugging VM and JIT</a>
               <br />
               Guide to debugging VM and Jitrino.JET source code covering
               basic actions and some useful tips
-            </li>
-            <li> <a href="EM.html">Execution Manager Component Description</a>
-              <br/>
-                Detailed description of the Execution Manager current implementation<br/>
-            </li>
-            <li>
-              <a href="emguide.html">Configuring Execution Manager</a>
-              <br />
-              Guide to Execution Manager (EM) options and configuration file format.<br/>
-            </li>
-            <li>
-              <a href="gc-howto.html">How to write DRL GC</a>
+            </li> <a href="http://wiki.apache.org/harmony/FrontPage">Wiki Pages</a>
               <br />
-              Instructions on creating a custom garbage collector implementation in C++
-              and configuring the DRL virtual machine to use it with a real-life example
-              of a copying GC implementation (source included)
-
-            </li>
+              See the Wiki resource for troubleshooting, building tips, DRLVM todo items, etc
         </ul>
     </subsection>
     <subsection name="Architecture and Component Documentation">
         <ul>
-
             <li>
                 <a href="developers_guide.html">Developer's Guide</a>
                 <br />
@@ -125,7 +108,7 @@
                as well as processes running inside them.
              <br/>
                Relies on the other component descriptions and the
-              <a href="Jitrino_PMF.html">Jitrino Pipeline Management Framework</a> description.
+              <a href="JIT_PMF.html">Jitrino Pipeline Management Framework</a> description.
             </li>
             <ul>
             <li>
@@ -136,12 +119,28 @@
               the Java property mechanism. The description covers the PMF application to
               the command-line interface and to the Jitrino logging system.
               <br/>
-              Relies on the <a href="Jitrino.html">JIT Compiler Component Description</a>,
+              Relies on the <a href="JIT.html">JIT Compiler Component Description</a>,
               which gives a general definition of PMF.
             </li>
             </ul>
           </ul>
-
+        </ul>
+     </subsection>
+     <subsection name="How-tos and Guides">
+     <p>This section lists the various guides to specific aspects of the Virtual Machine. </p>
+        <ul>
+            <li>
+              <a href="emguide.html">Configuring Execution Manager</a>
+              <br />
+              Guide to Execution Manager (EM) options and configuration file format.<br/>
+            </li>
+            <li>
+              <a href="gc-howto.html">How to write DRL GC</a>
+              <br />
+              Instructions on creating a custom garbage collector implementation in C++
+              and configuring the DRL virtual machine to use it with a real-life example
+              of a copying GC implementation (source included)
+            </li>
         </ul>
      </subsection>
  </section>