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/20 14:35:06 UTC

svn commit: r415662 - in /incubator/lokahi/site/trunk: images/ images/apache-incubator-logo.png images/lokahi_logo.png images/lokahi_logo_144_80.png index.html project.html styles/ styles/styles.css

Author: toback
Date: Tue Jun 20 07:35:06 2006
New Revision: 415662

URL: http://svn.apache.org/viewvc?rev=415662&view=rev
Log:
Added the beginings of a website.

Added:
    incubator/lokahi/site/trunk/images/
    incubator/lokahi/site/trunk/images/apache-incubator-logo.png   (with props)
    incubator/lokahi/site/trunk/images/lokahi_logo.png   (with props)
    incubator/lokahi/site/trunk/images/lokahi_logo_144_80.png   (with props)
    incubator/lokahi/site/trunk/index.html
    incubator/lokahi/site/trunk/project.html
    incubator/lokahi/site/trunk/styles/
    incubator/lokahi/site/trunk/styles/styles.css

Added: incubator/lokahi/site/trunk/images/apache-incubator-logo.png
URL: http://svn.apache.org/viewvc/incubator/lokahi/site/trunk/images/apache-incubator-logo.png?rev=415662&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lokahi/site/trunk/images/apache-incubator-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/lokahi/site/trunk/images/lokahi_logo.png
URL: http://svn.apache.org/viewvc/incubator/lokahi/site/trunk/images/lokahi_logo.png?rev=415662&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lokahi/site/trunk/images/lokahi_logo.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/lokahi/site/trunk/images/lokahi_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/lokahi/site/trunk/images/lokahi_logo_144_80.png
URL: http://svn.apache.org/viewvc/incubator/lokahi/site/trunk/images/lokahi_logo_144_80.png?rev=415662&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/lokahi/site/trunk/images/lokahi_logo_144_80.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/lokahi/site/trunk/index.html
URL: http://svn.apache.org/viewvc/incubator/lokahi/site/trunk/index.html?rev=415662&view=auto
==============================================================================
--- incubator/lokahi/site/trunk/index.html (added)
+++ incubator/lokahi/site/trunk/index.html Tue Jun 20 07:35:06 2006
@@ -0,0 +1,29 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <title>Apache Lokahi</title>

    <link href="styles/styles.css" rel="stylesheet" type="text/css" />
	<meta name="author" content="The Lokahi Team" />
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  </head>
+
  <body>
+
+	<table id="header" border="0" cellpadding="0" cellspacing="0" width="100%">
+	<tr>
+	<td align="left" valign="top"><a href="http://incubator.apache.org/lokahi/" id="bannerLeft"><img src="images/lokahi_logo_144_80.png" alt="Lokahi" border="0" width="144" height="80" /></a></td>
+	<td align="right" valign="top"><a href="http://incubator.apache.org/"><img src="images/apache-incubator-logo.png" alt="Apache Incubator" border="0" width="229" height="57" /></a></td>
+	</tr>
+	</table>
+
+	<div id="container">
+
+	<div id="leftnav">
    <ul>
    <li class="nav"><a href="index.html">About 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>
	</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 web 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 a web application server or the connection between two application servers. Certain modules, including modules for Apache and Tomcat, 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>
+		<p>In many ways, Lokahi can be thought of, in ITIL terms, to be a Configuration Management Database.</p>
+		<p>Lokahi is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p>
+		<h2>Why Lokahi?</h2>
+		<p>As enterprise moves more and more business functions to the web, the infrastructure supporting the resultant applications grows larger and more complex. Today's open source web applications, such as Apac he and Tomcat, are capable and reliable platforms providing robust performance and scalability; however, the management layer of this infrastructure is lacking.</p>
+		<p>Most web application server management is performed manually, requiring large commitments of time and staff size. Manual server management also requires an in-depth knowledge of the infrastructure and creates a significant opportunity for human error. In addition, there is very little process in place to manage applications. Application owners often do not have the ability to manage their applications and configurations.</p>
+		<p>These shortcomings in the management of web and application middle tier services demonstratrate that a true enterprise means of management does not exist.</p>
+		<p>Lokahi provides a centralized and more automated way of managing web application servers. This lessens the strain on support staff and decreases the window for human error in infrastructure management. Lastly, it decreases the amount of time needed to perform routine operational tasks.</p>
+		<p>Lokahi also allows application owners and developers to manage their own applications. This further reduces workload on support staff, as well as shifts responsibility for applications fully to application owners, including many operational tasks and management of permissions. Making application owners responsible for permissions to edit and manage their applications can aid in regulatory compliance.</p>
+    </div>
+
+	</div>

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

Added: incubator/lokahi/site/trunk/project.html
URL: http://svn.apache.org/viewvc/incubator/lokahi/site/trunk/project.html?rev=415662&view=auto
==============================================================================
--- incubator/lokahi/site/trunk/project.html (added)
+++ incubator/lokahi/site/trunk/project.html Tue Jun 20 07:35:06 2006
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <title>Apache Lokahi</title>

    <link href="styles/styles.css" rel="stylesheet" type="text/css" />
	<meta name="author" content="The Lokahi Team" />
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  </head>
+
  <body>
+
+	<table id="header" border="0" cellpadding="0" cellspacing="0" width="100%">
+	<tr>
+	<td align="left" valign="top"><a href="http://incubator.apache.org/lokahi/" id="bannerLeft"><img src="images/lokahi_logo_144_80.png" alt="Lokahi" border="0" width="144" height="80" /></a></td>
+	<td align="right" valign="top"><a href="http://incubator.apache.org/"><img src="images/apache-incubator-logo.png" alt="Apache Incubator" border="0" width="229" height="57" /></a></td>
+	</tr>
+	</table>
+
+	<div id="container">
+
+	<div id="leftnav">
    <ul>
    <li class="nav"><a href="index.html">About 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>
	</ul>
    </div>
+
    <div id="content">
+		<h1>Project Information</h1>
+		<h2>Bug Tracking</h2>
+		<p><a href="http://issues.apache.org/jira/browse/lokahi">http://issues.apache.org/jira/browse/lokahi</a>
+		<h2>Mailing Lists</h2>
+		<pre>dev	lokahi-dev incubator.apache.org
commits	lokahi-commits incubator.apache.org
+private	lokahi-private incubator.apache.org</pre>
+		<h2>Source Code</h2>
+		<p>http://svn.apache.org/repos/asf/incubator/lokahi/</p>
+		<h2>License</h2>
+		<p><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></p>
+
+	</div>
+
+	</div>

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

Added: incubator/lokahi/site/trunk/styles/styles.css
URL: http://svn.apache.org/viewvc/incubator/lokahi/site/trunk/styles/styles.css?rev=415662&view=auto
==============================================================================
--- incubator/lokahi/site/trunk/styles/styles.css (added)
+++ incubator/lokahi/site/trunk/styles/styles.css Tue Jun 20 07:35:06 2006
@@ -0,0 +1,56 @@
+body {
margin: 5px;
}
+
+a:link {
color: #217e21;
+text-decoration:underline;
}
+
+a:visited {
color: #666462;
+text-decoration:underline;
}

a:hover, a:active {
text-decoration: none;
color: #4ca038;
}
+
+p {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
color: #474645;
+line-height:1.4em;
+max-width:50em;
}
+
+h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
color: #217e21;
}
+
+h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #474645;
}
+
+#container {
+background-color:#ffffff;
+}
+
+#leftnav {
+float:left;
+width=10em;
+margin:5px 0 0 0;
+padding-right:.3em;
+border-style:solid;
+border-width:1px;
+border-color:#cecac6;
+background-color:#efeae6;
+text-decoration:none;
+}
+
+#leftnav ul {
+list-style-type: none;
+font-size:.8em;
+line-height:1.5em;
+text-align:right;
+margin-left:-1.5em;
}
+
+#leftnav ul a:link {
color:#666462;
+text-decoration: none;
}
+
+#leftnav ul a:visited {
color:#666462;
+text-decoration: none;
}
+
+#leftnav ul a:hover {
color:#4ca038;
}
+
+#leftnav ul a:active {
color:#4ca038;
}
+
+#content {
margin-left: 9.5em;
+padding:0 5px 0 5px;
+border-color:#666666;
}
+
+#footer {
+font-size:.8em;
+}
\ No newline at end of file