Hello developers, While testing mmbse 1.6 with orion 1.6.0 and mysql. Did I encounter an error which I could fix :) In the about.jsp file was a error which prevented it from loading. I also altered the text a bit. Updated the link to the irc channel and used bulets instead of newlines for the list.
The errors I couldn't fix where the use of jumpers, I thought it was an orion thing. They didn't work. But I include a new data file for the default jumpers, they where outdated in mmbase.war. The war file I used was from 25 september 2002. Hope it helps a bit. Greetings, Sjoerd de Heer Quote: 'Which quote? who's quote? Mine, you must be nuts!' ----
<%@ taglib uri="http://www.mmbase.org/mmbase-taglib-1.0" prefix="mm" %> <%@page import="org.mmbase.bridge.*" %> <mm:cloud name="mmbase" method="asis"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml/DTD/transitional.dtd"> <html xmlns="http://www.w3.org/TR/xhtml"> <head> <title>License Information</title> <link rel="stylesheet" type="text/css" href="../css/mmbase.css" /> </head> <body class="basic" > <table summary="license information" width="93%" cellspacing="1" cellpadding="3" border="0"> <tr align="left"> <th class="header" colspan="2">License Information & Thanks to</th> </tr> <tr> <td class="multidata" colspan="2"> <p>Welcome to MMBase Content management system. <br /><br /> The Binary distro includes a database. Since we wanted a simple and 100% java solution we used Hsqldb, but MMBase itself supports many more both commercial and opensource products. <br /><br /> The Source distro includes all the sources to build your own MMBase. </p> <p> If you run into problems you can get help from the following sources : <lu> <li>readme, releasenotes and installation docs - These documents are in the root of the binary distro</li> <li>website - <a href="http://www.mmbase.org" target="_ext">http://www.mmbase.org</a></li> <li>mailing lists - <a href="http://www.mmbase.org/communication" target="_ext">http://www.mmbase.org/communication</a> <li>irc channel - for details about the channel see <a href="http://www.mmbase.org/irc" target=_ext">irc info page of mmbase</a> <li>bugreporting - <a href="http://www.mmbase.org/bug" target="_ext">http://www.mmbase.org/bug</a> </lu> </p> <p> The MMBase Release Team. </p> <p>About Hsqldb :</p><p> hsqldb is a relational database engine written in Java, with a JDBC driver, supporting a subset of ANSI-92 SQL. It offers a small (about 100k), fast database engine which offers both in memory and disk based tables.<br /> More information on Hsqldb can be found at <a href="http://www.hsqldb.org">http://www.hsqldb.org</a>. </p> </td> </tr> <tr><td> </td></tr> <tr> <td class="navigate"><a href="../default.jsp" target="_top"><img src="../images/back.gif" alt="back" border="0" align="left" /></td> <td class="data">Return to home page</td> </tr> </table> </body></html> </mm:cloud>
<jumpers exportsource="mmbase://wizard.xs4all.nl:8242/xsbase/xsa" timestamp="20000602143030"> <node number="138" owner="system"> <name>edit</name> <id>-1</id> <url>/mmbase/edit/index.jsp</url> </node> <node number="139" owner="system"> <name>admin</name> <id>-1</id> <url>/mmbase/admin/default.jsp</url> </node> <node number="625" owner="system"> <name>demo</name> <id>-1</id> <url>/mmexamples/index.html</url> </node> </jumpers>
