Update of /cvsroot/openfirst/manual/openfirst.members
In directory sc8-pr-cvs1:/tmp/cvs-serv22673
Added Files:
members.php
Removed Files:
openfirst.members.html
Log Message:
Removing old named manual file and replacing with new file.
--- NEW FILE: members.php ---
<?php
/*
* openFIRST.manual - /openfirst.members/members.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.members</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.members module is the base system for all member related
information. This module intergrates with many openFIRST modules. The module
provides user permission tracking, individual user workspaces and website
options, profile editing and viewing. It also allows for easy implemetation
into newly developed modules.</td>
</tr>
<tr>
<td class='sub' ><strong>Developed By:</strong></td>
</tr>
<tr>
<td>Tim Ginn of openFIRST</td>
</tr>
<tr>
<td class='sub' ><strong>Database Tables</strong></td>
</tr>
<tr>
<td>ofirst_members<br>
ofirst_divisions<br>
ofirst_workspace_files<br>
ofirst_workspace_users </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>The member module is the base of many other modules. In order to run those
other modules you will require to have this module properly setup and running
on your server. The user workspace allows individial users to store files
related to specific divisions, personal page files and group files.</td>
</tr>
<tr>
<td class='sub' ><strong>Upcoming Module Requests</strong></td>
</tr>
<tr>
<td>Updates are scheduled for the module with specific new requests.</td>
</tr>
<tr>
<td class='sub' ><strong>Module Defined Variables</strong></td>
</tr>
<tr>
<td><p>variable $user - allows easy access in any script over the website
to the current users information</p>
</td>
</tr>
<tr>
<td class='sub' ><strong>Module Scripts</strong></td>
</tr>
<tr>
<td>index.php - provides introduction to members module<br>
workspace.php - allows users to manage their member workspace and website
options<br>
web.php - users can use this script to edit website scripts<br>
divisions.php - allows webmasters to manage team divisions<br>
updateprofile.php - a script used to update a person profile<br>
logout.php - ends all sessions and ensures the user has to login again<br>
skills.php - allows users to edit their skills on the profile<br>
links.php - a list of current links listed for the website</td>
</tr>
<tr>
<td class='sub' ><strong>Related Modules <font size="2">(required for
using this module)</font></strong></td>
</tr>
<tr>
<td>openFIRST.base</td>
</tr>
</table>
<p><strong></strong></p>
<?php include("$footer"); ?>
--- openfirst.members.html DELETED ---
|