|
From: Andrew <men...@us...> - 2006-01-15 17:45:51
|
Update of /cvsroot/mxbb/core/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32342/docs Modified Files: doc_navigate.html index.html main_doc_index.html Log Message: Docs are now valid XHTML 1.0 Transitional for the individual doc files, and valid XHTML 1.0 Frameset for the index.html file. mxbb-portal.gif was also "cleaned up" a bit. Index: index.html =================================================================== RCS file: /cvsroot/mxbb/core/docs/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.html 15 Jan 2006 01:50:52 -0000 1.4 --- index.html 15 Jan 2006 17:45:35 -0000 1.5 *************** *** 1,3 **** ! <?php /** * --- 1,3 ---- ! <!-- /** * *************** *** 15,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> --- 15,39 ---- * */ ! --> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>mxBB Portal :: Documentation Index</title> ! <meta http-equiv="Content-Type" content="text/xhtml;" /> </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" /> ! ! <!-- What if the user's browser doesn't support frames? --> ! <noframes> ! <body bgcolor="#FFFFFF" text="#000000"> ! <p>Sorry, but your browser seems to not support frames. To view this document, you'll have to either enable frames, or upgrade your browser so that it supports frames.</p> ! </body> ! </noframes> ! </frameset> </html> Index: doc_navigate.html =================================================================== RCS file: /cvsroot/mxbb/core/docs/doc_navigate.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** doc_navigate.html 15 Jan 2006 01:51:42 -0000 1.1 --- doc_navigate.html 15 Jan 2006 17:45:35 -0000 1.2 *************** *** 1,9 **** ! <!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> --- 1,27 ---- ! <!-- ! /** ! * ! * @package mxBB Portal 2.8.0 ! * @version $Id$ ! * @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. ! * ! */ ! --> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> <head> ! <title>mxBB Portal :: Documentation Navigation</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ! <meta http-equiv="Content-Style-Type" content="text/css" /> ! <link rel="stylesheet" type="text/css" href="css/subSilver.css" /> </head> Index: main_doc_index.html =================================================================== RCS file: /cvsroot/mxbb/core/docs/main_doc_index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main_doc_index.html 15 Jan 2006 02:26:01 -0000 1.2 --- main_doc_index.html 15 Jan 2006 17:45:35 -0000 1.3 *************** *** 1,4 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html><head><?php /** * * @package mxBB Portal 2.8.0 --- 1,4 ---- ! <!-- ! /** * * @package mxBB Portal 2.8.0 *************** *** 15,27 **** * */ ! ?> ! ! <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);"> <a name="top"></a> ! <br> <table class="bodyline" align="center" cellpadding="8" cellspacing="0" width="90%"> --- 15,33 ---- * */ ! --> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> ! <head> ! <title>mxBB Portal :: Documentation Index</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ! <meta http-equiv="Content-Style-Type" content="text/css" /> ! <link rel="stylesheet" type="text/css" href="css/subSilver.css" /> ! </head> <body style="color: rgb(0, 0, 0); background-color: rgb(243, 243, 243);"> <a name="top"></a> ! <br /> <table class="bodyline" align="center" cellpadding="8" cellspacing="0" width="90%"> *************** *** 30,54 **** <td colspan="2"> <div style="text-align: center;"> ! <span class="postbody" style="font-weight: bold; font-size: 18px; line-height: normal; text-decoration: underline;">mxBB Portal :: Documentation<br><small><small>Documentation Index</small></small></span> </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 --- 36,70 ---- <td colspan="2"> <div style="text-align: center;"> ! <span class="postbody"> ! <span style="font-weight: bold; font-size: 18px; line-height: normal; text-decoration: underline;">mxBB Portal :: Documentation</span> ! <br /> ! <span style="font-weight: bold; font-size: 15px; line-height: normal; text-decoration: underline;">Documentation Index</span> ! </span> </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 *************** *** 62,70 **** 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 /> --- 78,86 ---- 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 /> *************** *** 74,78 **** <br /> The documentation contains various chapters and subsections. ! </span> <br /> --- 90,94 ---- <br /> The documentation contains various chapters and subsections. ! </span> <br /> |