|
From: Andrew <men...@us...> - 2006-01-15 01:51:53
|
Update of /cvsroot/mxbb/core/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26854/docs Added Files: doc_navigate.html main_doc_index.html Log Message: Shoot, I forgot to commit these... see previous commit comment(s) for details. --- NEW FILE: doc_navigate.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html"> <meta http-equiv="Content-Style-Type" content="text/css"> <title>mxBB Portal :: Documentation Navigation</title> <link rel="stylesheet" type="text/css" href="css/subSilver.css" /> </head> <body bgcolor="#F0F0F0" text="#000000" link="#006699" vlink="#006699"> <table cellpadding="10" cellspacing="0" border="0" width="100%"> <tr> <td align="center"> <a href="http://www.mx-system.com" target="_blank" title="mxBB Portal 2.8.0"><img src="images/mxbb-portal.gif" border="0" alt="mxBB Portal 2.8.0" /></a> </td> </tr> </table> <table cellpadding="10" cellspacing="0" border="0" width="100%"> <tr> <td> <ul class="navlist"> <li class="navcat" id="navcathelp"><a class="genmed" name="main">Main</a> <ul class="navlist"> <li class="navitem"><a class="genmed" href="http://www.mx-system.com" target="_blank">mxBB Portal Project Site</a></li> <li class="navitem"><a class="genmed" href="http://www.mx-system.com/index.php?page=136" target="_blank">Welcome Package</a></li> <li class="navitem"><a class="genmed" href="http://www.mx-system.com/index.php?page=2" target="_blank">Support Forums</a></li> <li class="navitem"><a class="genmed" href="http://www.mx-system.com/index.php?page=108" target="_blank">Knowledge Base</a></li> </ul> </li> <img style="display:block;" src="images/spacer.gif" alt="" width="1" height="8" border="0" /> <li class="navcat" id="navcatmodheader"><a class="genmed" name="overview">Overview</a> <ul> <li class="navitem"><a class="genmed" href="main_doc_index.html#top" target="main">Documentation Index</a></li> <li class="navitem"><a class="genmed" href="main_doc_index.html#general-overview" target="main">General Overview</a></li> <li class="navitem"><a class="genmed" href="main_doc_index.html#doc-overview" target="main">Documentation Overview</a></li> <li class="navitem"><a class="genmed" href="main_doc_index.html#toc" target="main">Table of Contents</a></li> </ul> </li> </ul> </td> </tr> </table> <br clear="all" /> </body> </html> --- NEW FILE: main_doc_index.html --- <?php /** * * @package mxBB Portal 2.8.0 * @version $Id: main_doc_index.html,v 1.1 2006/01/15 01:51:42 mennonitehobbit Exp $ * @copyright (c) 2002-2005 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @project_site http://www.mxbb-portal.com * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * */ ?> <html> <head> <title>mxBB Portal :: Documentation Index</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="css/subSilver.css" type="text/css" /> </head> <body style="color: rgb(0, 0, 0); background-color: rgb(243, 243, 243);"> <br /> <table class="bodyline" align="center" cellpadding="8" cellspacing="0" width="90%"> <tbody> <tr> <td colspan="2"> <div style="text-align: center;"> <a name="top"><span class="postbody" style="font-weight: bold; font-size: 18px; line-height: normal; text-decoration: underline;">mxBB Portal :: Documentation</span></a> </div> <br> <br> <span class="postbody"> <span style="font-weight: bold;">Package Title:</span> mxBB Portal Documentation<br> <span style="font-weight: bold;">Document Title:</span> Documentation Index<br> <span style="font-weight: bold;">Document Version:</span> 1.2.0<br> <span style="font-weight: bold;">Author:</span> MHobbit (Andrew N.) <an...@mx...> <a href="http://www.mhobbit.net">http://www.mhobbit.net</a><br> <span style="font-weight: bold;">Targeted mxBB Version:</span> 2.8.0<br> <span style="font-weight: bold;">Last Updated:</span> January 14, 2005<br> <br> <a name="general-overview"><span style="font-weight: bold; font-size: 14px; line-height: normal;">General Overview</span></a> <br /> <span class="postbody">mxBB Portal is the only fully modular portal and CMS for phpBB. It features dynamic pages, blocks, and themes, by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated features and functions. (This makes it a lot easier to upgrade to phpBB 3.0 "Olympus" when the time comes, among other things; coding-wise, it is highly adaptable and even logical.) mxBB Portal requires phpBB to run, and currently supports the mySQL and postgreSQL databases, with planned support for other database management systems (DBMSs) such as MS-SQL and DB2. mxBB Portal is the classic phpBB portal addon, improved and enhanced for every phpBB version released since 2001.</span> <br /> <br /> <span class="postbody"> <a name="doc-overview"><span style="font-weight: bold; font-size: 14px; line-height: normal;">Documentation Overview</span></a> <br /> The mxBB Documentation Package is intended for general mxBB administrators. If you are simply a visitor to an mxBB-powered site, this document may or may not be useful for you. <br /> <br /> The documentation contains various chapters and subsections. </span> <br /> <br /> <span class="postbody"> <a name="toc"><span style="font-weight: bold; font-size: 14px; line-height: normal;">Table of Contents</span></a> </span> <br /> </td> </tr> </tbody> </table> </body> </html> |