|
From: Andrew <men...@us...> - 2006-01-15 01:51:01
|
Update of /cvsroot/mxbb/core/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26718/docs Modified Files: index.html Log Message: Ta-da! First "version" of the frames layout for the docs. Index: index.html =================================================================== RCS file: /cvsroot/mxbb/core/docs/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.html 14 Jan 2006 22:46:45 -0000 1.3 --- index.html 15 Jan 2006 01:50:52 -0000 1.4 *************** *** 16,71 **** */ ?> ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <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: #f3f3f3;"> ! ! <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;">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;">Targeted mxBB Version:</span> 2.8.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;">Last Updated:</span> January 14, 2005<br /> ! ! <br /> ! ! <span style="font-weight: bold;"><span style="font-size: 14px; line-height: normal;">Overview</span> ! </span> ! ! <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 /> ! </tbody> ! </table> </body> </html> --- 16,34 ---- */ ?> ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> ! <html dir="ltr" lang="en"> <head> <title>mxBB Portal :: Documentation Index</title> ! <meta http-equiv="Content-Type" content="text/html;"> </head> + <frameset cols="200,*" rows="*"> + <frame name="nav" src="doc_navigate.html" frameborder="1" marginwidth="0" marginheight="0" scrolling="auto"> + <frame name="main" src="main_doc_index.html" frameborder="0" marginwidth="0" marginheight="0" scrolling="auto"> + </frameset> ! <noframes> ! <body bgcolor="#FFFFFF" text="#000000"> ! <p>Sorry, but your browser seems to not support frames.</p> </body> + </noframes> </html> |