Update of /cvsroot/openfirst/manual/openfirst.base
In directory sc8-pr-cvs1:/tmp/cvs-serv21338
Added Files:
base.php
Removed Files:
openfirst.base.html
Log Message:
Removing old named manual file and replacing with new file.
--- NEW FILE: base.php ---
<?php
/*
* openFIRST.manual - /openfirst.base/base.php
*
* Copyright (C) 2003,
* openFIRST Project
* Original Author: David Di Biase <dav...@ea...>
*
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
include("../../config/globals.php");
include("$header");
?>
<h2>openFIRST Manual Module</h2>
<table width="65%" cellpadding="4">
<tr><th>openFIRST.base</th></tr>
<tr>
<td><div align="center"><img src="screen1.png" width="267" height="222"><img src="screen2.png" width="267" height="222"><br>
<img src="screen3.png" width="267" height="222"><img src="screen4.png" width="267" height="222">
</div></td>
</tr>
<tr>
<td class='sub'><strong>Description:</strong></td>
</tr>
<tr>
<td>The openFIRST.base is the biggest most important module in all of openFIRST.
Its function is to provide a foundation for all the other openFIRST modules..</td>
</tr>
<tr>
<td class='sub'><strong>Developed By:</strong></td>
</tr>
<tr>
<td>Tim Ginn and David Di Biase of openFIRST</td>
</tr>
<tr>
<td class='sub'><strong>Database Tables</strong></td>
</tr>
<tr>
<td>ofirst_config</td>
</tr>
<tr>
<td class='sub'><strong>Includes</strong></td>
</tr>
<tr>
<td>none</td>
</tr>
<tr>
<td class='sub'><strong>How It Works</strong></td>
</tr>
<tr>
<td>All the important facts about base are described in the main openFIRST
manual page.</td>
</tr>
<tr>
<td class='sub'><strong>Upcoming Module Requests</strong></td>
</tr>
<tr>
<td>New updates are planned to upgrade the header control system.</td>
</tr>
<tr>
<td class='sub'><strong>Module Defined Variables</strong></td>
</tr>
<tr>
<td> <p>variable $title<br>
variable $version<br>
variable $sqlserver<br>
variable $sqluser<br>
variable $sqlpassword<br>
variable $sqldatabase<br>
variable $home<br>
variable $header<br>
variable $footer<br>
variable $mailnotify<br>
variable $mailfrom<br>
variable $basepat<br>
variable $fbasepath<br>
variable $currentmodule<br>
function ofirst_query()<br>
function ofirst_mysql_query()<br>
function ofirst_num_rows()<br>
function ofirst_error()<br>
function ofirst_fetch_object()<br>
function checkform();<br>
function make_wysiwyg()<br>
function multipartmail()</p>
</td>
</tr>
<tr>
<td class='sub'><strong>Module Scripts</strong></td>
</tr>
<tr>
<td>index.php - acts as a main page for the entire website<br>
auth.php - used to validate members who visit the website<br>
footers.php - encases the footers for the website<br>
headers.php - encases the headers for the website<br>
globals-default.php - a fallback script just in case globals.php is broken<br>
install.php - used to setup modules .mysql setup files<br>
modules.php - activates modules to use on site<br>
globals.php - contains all the global declaration and include looping scripts<br>
first.php - the very first file used to install the openfirst system<br>
dbase.php - used to store the function for querying databses<br>
version.php - checks the current version of the entire system and updates
it<br>
functions/wysiwyg.php - contains a function for previewing the wysiwyg system<br>
functions/forms.php - contains a function for form checking<br>
functions/mail.php - contains the multipartmail function</td>
</tr>
<tr>
<td class='sub'><strong>Related Modules <font size="2">(required for
using this module)</font></strong></td>
</tr>
<tr>
<td>openFIRST.members</td>
</tr>
</table>
<p><strong></strong></p>
<?php include("$footer"); ?>
--- openfirst.base.html DELETED ---
|