You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/23 16:13:42 UTC

svn commit: r416756 - in /incubator/lokahi/site/trunk: design.html index.html nav.html project.html

Author: toback
Date: Fri Jun 23 09:13:41 2006
New Revision: 416756

URL: http://svn.apache.org/viewvc?rev=416756&view=rev
Log:
Made the javadoc link relative

Modified:
    incubator/lokahi/site/trunk/design.html
    incubator/lokahi/site/trunk/index.html
    incubator/lokahi/site/trunk/nav.html
    incubator/lokahi/site/trunk/project.html

Modified: incubator/lokahi/site/trunk/design.html
URL: http://svn.apache.org/viewvc/incubator/lokahi/site/trunk/design.html?rev=416756&r1=416755&r2=416756&view=diff
==============================================================================
--- incubator/lokahi/site/trunk/design.html (original)
+++ incubator/lokahi/site/trunk/design.html Fri Jun 23 09:13:41 2006
@@ -13,7 +13,7 @@
 	<div id="leftnav">
    <ul>
    <li class="nav"><a href="index.html">About Lokahi</a></li>
 	<li class="nav"><a href="design.html">Design of Lokahi</a></li>
 	<li class="nav"><a href="http://incubator.apache.org/projects/lokahi.html">Status</a></li>
 	<li class="nav"><a href="project.html">Project Information</a></li>
-	<li class="nav"><a href="/javadocs/">javadocs</a></li>
	</ul>
    </div>
+	<li class="nav"><a href="javadocs/">javadocs</a></li>
	</ul>
    </div>
 
    <div id="content">
 		<h1>Design of Lokahi</h1>
		
 		<p>Lokahi is a web-based system comprised of a core set of functionality and a set of modules which can be added or removed as needed. Each module will enable management of an application server or the connection between two application servers.</p>
@@ -53,4 +53,4 @@
 	</div>
 
 	</div>

    <div id="footer">
      <div style="float:right;">&#169; 2006 Apache Software Foundation</div>
    </div>
-
  </body>
</html>
\ No newline at end of file
+
  </body>
</html>

Modified: incubator/lokahi/site/trunk/index.html
URL: http://svn.apache.org/viewvc/incubator/lokahi/site/trunk/index.html?rev=416756&r1=416755&r2=416756&view=diff
==============================================================================
--- incubator/lokahi/site/trunk/index.html (original)
+++ incubator/lokahi/site/trunk/index.html Fri Jun 23 09:13:41 2006
@@ -13,7 +13,7 @@
 	<div id="leftnav">
    <ul>
    <li class="nav"><a href="index.html">About Lokahi</a></li>
 	<li class="nav"><a href="design.html">Design of Lokahi</a></li>
 	<li class="nav"><a href="http://incubator.apache.org/projects/lokahi.html">Status</a></li>
 	<li class="nav"><a href="project.html">Project Information</a></li>
-	<li class="nav"><a href="/javadocs/">javadocs</a></li>
	</ul>
    </div>
+	<li class="nav"><a href="javadocs/">javadocs</a></li>
	</ul>
    </div>
 
    <div id="content">
 		<h1>About Lokahi</h1>
		<h2>What is Lokahi?</h2>
 		<p>Lokahi is a web-based framework for the management of application servers. It is comprised of a core set of functionality and a set of modules which can be added or removed as needed. Each module enables management of an application server or the connection between two application servers. Certain modules, including modules for Apache, Tomcat, and mod_jk, are provided as part of the initial release, and documentation and an API will be provided for developers to create their own. This modularity allows Lokahi to be extensible to accommodate growing and changing infrastructures.</p>
@@ -28,4 +28,4 @@
     </div>
 
 	</div>

    <div id="footer">
      <div style="float:right;">&#169; 2006 Apache Software Foundation</div>
    </div>
-
  </body>
</html>
\ No newline at end of file
+
  </body>
</html>

Modified: incubator/lokahi/site/trunk/nav.html
URL: http://svn.apache.org/viewvc/incubator/lokahi/site/trunk/nav.html?rev=416756&r1=416755&r2=416756&view=diff
==============================================================================
--- incubator/lokahi/site/trunk/nav.html (original)
+++ incubator/lokahi/site/trunk/nav.html Fri Jun 23 09:13:41 2006
@@ -1,4 +1,4 @@
 	<div id="leftnav">
    <ul>
    <li class="nav"><a href="index.html">About Lokahi</a></li>
 	<li class="nav"><a href="design.html">Design of Lokahi</a></li>
 	<li class="nav"><a href="http://incubator.apache.org/projects/lokahi.html">Status</a></li>
 	<li class="nav"><a href="project.html">Project Information</a></li>
-	<li class="nav"><a href="/javadocs/">javadocs</a></li>
	</ul>
    </div>
\ No newline at end of file
+	<li class="nav"><a href="javadocs/">javadocs</a></li>
	</ul>
    </div>

Modified: incubator/lokahi/site/trunk/project.html
URL: http://svn.apache.org/viewvc/incubator/lokahi/site/trunk/project.html?rev=416756&r1=416755&r2=416756&view=diff
==============================================================================
--- incubator/lokahi/site/trunk/project.html (original)
+++ incubator/lokahi/site/trunk/project.html Fri Jun 23 09:13:41 2006
@@ -13,7 +13,7 @@
 	<div id="leftnav">
    <ul>
    <li class="nav"><a href="index.html">About Lokahi</a></li>
 	<li class="nav"><a href="design.html">Design of Lokahi</a></li>
 	<li class="nav"><a href="http://incubator.apache.org/projects/lokahi.html">Status</a></li>
 	<li class="nav"><a href="project.html">Project Information</a></li>
-	<li class="nav"><a href="/javadocs/">javadocs</a></li>
	</ul>
    </div>
+	<li class="nav"><a href="javadocs/">javadocs</a></li>
	</ul>
    </div>
 
    <div id="content">
 		<h1>Project Information</h1>
 		<h2>Bug Tracking</h2>
@@ -29,4 +29,4 @@
 	</div>
 
 	</div>

    <div id="footer">
      <div style="float:right;">&#169; 2006 Apache Software Foundation</div>
    </div>
-
  </body>
</html>
\ No newline at end of file
+
  </body>
</html>