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 2007/08/17 13:49:00 UTC

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

Author: nadinem
Date: Fri Aug 17 04:48:59 2007
New Revision: 567028

URL: http://svn.apache.org/viewvc?view=rev&rev=567028
Log:
add links to new docs

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

Modified: harmony/standard/site/docs/sitemap.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/sitemap.html?view=diff&rev=567028&r1=567027&r2=567028
==============================================================================
--- harmony/standard/site/docs/sitemap.html (original)
+++ harmony/standard/site/docs/sitemap.html Fri Aug 17 04:48:59 2007
@@ -283,8 +283,8 @@
             </p>
             <p>
               <a href="subcomponents/classlibrary/agreements.html">
-                Developer Agreements and Recommendations
-              </a>summary from <i>dev@harmony.apache.org</i>
+                Developer Agreements and Recommendations</a>
+              summary from <i>dev@harmony.apache.org</i>
             </p>
 
             <p>
@@ -320,15 +320,24 @@
               <a href="cmd_options.html">Command-line Options</a> reference with all
               non-standard support options specified
             </p>
+             <p>
+              <a href="faq.html">FAQ</a>: Frequently asked questions
+            </p>
             <p>
               <a href="downloads.html">Project Downloads</a>: subversioned source code
               and pre-built snapshots
             </p>
             <p>
-              <a href="bundles.html">Harmony bundles</a> with another projects
+              <a href="bundles.html">Harmony bundles</a> with other projects
             </p>
+            <h3>Milestones of Apache Harmony Runtime Environment</h3>
             <p>
-              <a href="faq.html">FAQ</a>: Frequently asked questions
+              <a href="documentation/milestones/m2-relnotes.html">M2 milestone:</a>
+              stable build targeted at completeness and compatibility for Windows* and
+              Linux* IA-32 systems
+            </p>
+            <p><a href="documentation/milestones/m3-relnotes.html">M3 milestone:</a>
+              planned to be ready in Sept'07
             </p>
           
         </td>
@@ -365,9 +374,8 @@
               </a>
             </p>
             <p>
-              <a href="performance.html">
-                Performance Data
-              </a>obtained on different benchmarks and various hardware and
+              <a href="performance.html">Performance Data</a>
+              obtained on different benchmarks and various hardware and
               software system configurations
             </p>
           
@@ -415,8 +423,8 @@
             <h3>Architecture and Components</h3>
             <p>
               <a href="subcomponents/drlvm/developers_guide.html">
-                Developer's Guide
-              </a>describing DRLVM architecture, with the following components specifics:
+                Developer's Guide</a>
+              describing DRLVM architecture, with the following components specifics:
             </p>
             <ul>
               <li>
@@ -434,8 +442,8 @@
               <li>
 
                 <a href="subcomponents/drlvm/JIT.html">
-                  Just-in-time Compiler
-                </a>, including Jitrino.JET baseline compiler and Jitrino.OPT optimizing compiler
+                  Just-in-time Compiler</a>,
+                including Jitrino.JET baseline compiler and Jitrino.OPT optimizing compiler
 
                 <ul>
                   <li>
@@ -467,6 +475,10 @@
               <li>
 
                 <a href="subcomponents/drlvm/TM.html">Thread Manager</a>
+              </li>
+               <li>
+
+                <a href="subcomponents/drlvm/cp-verifier.html">Verifier</a>
               </li>
             </ul>
 

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=567028&r1=567027&r2=567028
==============================================================================
--- harmony/standard/site/docs/subcomponents/drlvm/index.html (original)
+++ harmony/standard/site/docs/subcomponents/drlvm/index.html Fri Aug 17 04:48:59 2007
@@ -300,9 +300,9 @@
               gives info on specifics of the current implementation. 
             </li>
             <li>
-               <a href="cp-verifier.html">Verifier Implementation</a>
+               <a href="cp-verifier.html">Bytecode Verifier</a>
              <br />
-              The document describing verification approach implemented in DRLVM. 
+              Description of the verification approach implemented in DRLVM. 
               It also provides comparison to other possible verification algorithms.
             </li>
             <li>

Modified: harmony/standard/site/xdocs/sitemap.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/sitemap.xml?view=diff&rev=567028&r1=567027&r2=567028
==============================================================================
--- harmony/standard/site/xdocs/sitemap.xml (original)
+++ harmony/standard/site/xdocs/sitemap.xml Fri Aug 17 04:48:59 2007
@@ -124,8 +124,8 @@
             </p>
             <p>
               <a href="subcomponents/classlibrary/agreements.html">
-                Developer Agreements and Recommendations
-              </a>summary from <i>dev@harmony.apache.org</i>
+                Developer Agreements and Recommendations</a>
+              summary from <i>dev@harmony.apache.org</i>
             </p>
 
             <p>
@@ -158,15 +158,24 @@
               <a href="cmd_options.html">Command-line Options</a> reference with all
               non-standard support options specified
             </p>
+             <p>
+              <a href="faq.html">FAQ</a>: Frequently asked questions
+            </p>
             <p>
               <a href="downloads.html">Project Downloads</a>: subversioned source code
               and pre-built snapshots
             </p>
             <p>
-              <a href="bundles.html">Harmony bundles</a> with another projects
+              <a href="bundles.html">Harmony bundles</a> with other projects
             </p>
+            <h3>Milestones of Apache Harmony Runtime Environment</h3>
             <p>
-              <a href="faq.html">FAQ</a>: Frequently asked questions
+              <a href="documentation/milestones/m2-relnotes.html">M2 milestone:</a>
+              stable build targeted at completeness and compatibility for Windows* and
+              Linux* IA-32 systems
+            </p>
+            <p><a href="documentation/milestones/m3-relnotes.html">M3 milestone:</a>
+              planned to be ready in Sept'07
             </p>
           </td>
 
@@ -201,9 +210,8 @@
               </a>
             </p>
             <p>
-              <a href="performance.html">
-                Performance Data
-              </a>obtained on different benchmarks and various hardware and
+              <a href="performance.html">Performance Data</a>
+              obtained on different benchmarks and various hardware and
               software system configurations
             </p>
           </td>
@@ -242,8 +250,8 @@
             <h3>Architecture and Components</h3>
             <p>
               <a href="subcomponents/drlvm/developers_guide.html">
-                Developer's Guide
-              </a>describing DRLVM architecture, with the following components specifics:
+                Developer's Guide</a>
+              describing DRLVM architecture, with the following components specifics:
             </p>
             <ul>
               <li>
@@ -261,8 +269,8 @@
               <li>
 
                 <a href="subcomponents/drlvm/JIT.html">
-                  Just-in-time Compiler
-                </a>, including Jitrino.JET baseline compiler and Jitrino.OPT optimizing compiler
+                  Just-in-time Compiler</a>,
+                including Jitrino.JET baseline compiler and Jitrino.OPT optimizing compiler
 
                 <ul>
                   <li>
@@ -294,6 +302,10 @@
               <li>
 
                 <a href="subcomponents/drlvm/TM.html">Thread Manager</a>
+              </li>
+               <li>
+
+                <a href="subcomponents/drlvm/cp-verifier.html">Verifier</a>
               </li>
             </ul>
 

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=567028&r1=567027&r2=567028
==============================================================================
--- harmony/standard/site/xdocs/subcomponents/drlvm/index.xml (original)
+++ harmony/standard/site/xdocs/subcomponents/drlvm/index.xml Fri Aug 17 04:48:59 2007
@@ -139,9 +139,9 @@
               gives info on specifics of the current implementation. 
             </li>
             <li>
-               <a href="cp-verifier.html">Verifier Implementation</a>
+               <a href="cp-verifier.html">Bytecode Verifier</a>
              <br />
-              The document describing verification approach implemented in DRLVM. 
+              Description of the verification approach implemented in DRLVM. 
               It also provides comparison to other possible verification algorithms.
             </li>
             <li>