Update of /var/cvs/html
In directory james.mmbase.org:/tmp/cvs-serv19821

Modified Files:
        index.jsp 
Log Message:
new index page



See also: http://cvs.mmbase.org/viewcvs/html


Index: index.jsp
===================================================================
RCS file: /var/cvs/html/index.jsp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- index.jsp   10 Apr 2006 20:22:56 -0000      1.34
+++ index.jsp   1 Aug 2008 17:12:24 -0000       1.35
@@ -1,126 +1 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"DTD/xhtml1-strict.dtd">
-<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8" 
session="false"
-%><%@ taglib uri="http://www.mmbase.org/mmbase-taglib-1.0"; prefix="mm" 
-%><mm:content type="text/html" language="en">
-
-<html>
-  <head>
-    <title>Welcome to MMBase</title>
-    <link rel="stylesheet" href="mmbase/style/css/mmbase.css" type="text/css" 
/>
-    <link rel="icon" href="<mm:url page="/mmbase/style/images/favicon.ico" />" 
type="image/x-icon" />
-    <link rel="shortcut icon" href="<mm:url 
page="/mmbase/style/images/favicon.ico" />" type="image/x-icon" />
-
-  </head>
-<body >
-<table> 
-  <tr>
-    <th class="main" colspan="3">Welcome to MMBase</th>
-  </tr>
-  <tr>
-    <td colspan="3">
-      <p>
-        You are running <a href="<mm:url page="/version" 
/>"><%=org.mmbase.Version.get() %></a>
-      </p>
-      <p>
-        This software is OSI Certified Open Source Software. OSI Certified is 
a certification mark of the 
-        <a href="http://www.opensource.org/";>Open Source Initiative</a>.
-      </p>
-      <p>
-        MMBase has been build under the <a href="<mm:url 
page="mmbase/mpl-1.0.jsp" />">Mozilla Public License, Version 1.0</a>
-      </p>
-      <p>
-        <b>IMPORTANT:</b> Several pages in the Administrative console require 
you to enter a user name and password. <br />
-        Please use the following credentials: <br />
-        <b>User name:</b> <tt>admin</tt><br />
-        <b>Password:</b> <tt>admin2k</tt><br />
-        We strongly advise you to change this administrator password as soon 
as possible, read the documentation for more details.
-      </p>  
-      <p>
-        Concisely, for further upgrading this demo-installation of MMBase to a 
production environment we advice to do the following
-      </p>
-      <ul>
-        <li>Evaluate all builder xmls from config/builders (and below). Remove 
all which you don't
-        need (the really essential 'core' builders are also in mmbase.jar, so 
it is impossible to really remove those). You need to start with empty database 
then.</li>
-        <li>Evaluate all applications from config/applications. Remove all 
which you don't need.</li>
-        <li>
-         Configure (another) database (hsql is not really fit for production), 
e.g. mysql or
-          postgresql.
-         The default MMBase distro runs on <strong>memory only</strong> HSQL, 
so you loose your
-          data after restart. The key configuration file is 
WEB-INF/config/modules/jdbc.xml.     
-       </li>
-        <li>Remove /mmexamples (it is a bit dangerous, and superfluous in 
production)</li>
-        <li>Remove /index.jsp (this file), you want to put the index.jsp of 
your site here of course.</li>
-        <li>Remove /mmdocs</li>
-      </ul>
-    </td>
-  </tr>
-  <tr>
-    <th>Section</th>
-    <th colspan="2">Description</th>
-  </tr>  
-
-  <mm:haspage page="/mmexamples">
-    <tr>
-      <td>MMBase Demos</td>
-      <td>
-        <p>
-          Examples of MMBase functionality. Includes among other things a news 
application, an alternate editor,
-          and the MMBase editwizards.
-        </p>
-      </td>
-      <td class="link" >
-        <a href="<mm:url page="mmexamples/" />"><img alt="&gt;" 
src="mmbase/style/images/next.gif"  /></a>
-      </td>
-    </tr>
-  </mm:haspage>
-  <mm:haspage page="/mmbase/admin">
-    <tr>
-      <td>Manage your MMBase installation</td>
-      <td>
-        <p>
-          Your MMBase installation comes with a configuration panel that 
allows you to perform certain
-          administrative tasks, and has links to several editors that allow 
you to edit information stored
-          in your MMBase instance.
-        </p>
-      </td>
-      <td class="link">
-        <a href="<mm:url page="/mmbase/admin/" />"><img alt="&gt;" 
src="mmbase/style/images/next.gif"  /></a>
-      </td>
-    </tr>
-  </mm:haspage>
-  <mm:haspage page="/mmdocs">
-    <tr>
-      <td>MMBase Documentation</td>
-      <td>
-        An overview of available MMBase documentation, listed by target 
group.<br />
-      </td>
-      <td class="link" >
-        <a href="<mm:url page="mmdocs/" />"><img alt="&gt;" 
src="mmbase/style/images/next.gif" /></a>
-      </td>
-    </tr>
-  </mm:haspage>
-  <tr>
-    <td>www.mmbase.org</td>
-    <td>
-      Link to the MMBase web-site.
-    </td>
-    <td class="link" >
-      <a href="http://www.mmbase.org";><img alt="&gt;" 
src="mmbase/style/images/next.gif" /></a>
-    </td>
-  </tr> 
-  <tr>
-    <td>
-      www.mmbase.org/bug: Bugs and wishes
-    </td>
-    <td>
-      If you find bugs in this product, then please use our
-      bugtracker to inform use about that. You can also submit wishes.
-    </td>
-    <td class="link" >
-      <a href="http://www.mmbase.org/bug";><img alt="&gt;" 
src="mmbase/style/images/next.gif" /></a>
-    </td>
-  </tr> 
-</table>
-</body>
-</html>
-</mm:content>
+<%@ include file="mmbase/index.jsp" %>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to