Update of /cvsroot/openfirst/manual/openfirst.messenger
In directory sc8-pr-cvs1:/tmp/cvs-serv11844
Modified Files:
openfirst.messenger.html
Log Message:
Made some text changes
Index: openfirst.messenger.html
===================================================================
RCS file: /cvsroot/openfirst/manual/openfirst.messenger/openfirst.messenger.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** openfirst.messenger.html 11 Sep 2003 00:36:31 -0000 1.1
--- openfirst.messenger.html 14 Sep 2003 03:20:11 -0000 1.2
***************
*** 8,13 ****
</tr>
<tr>
! <td>The openFIRST.messenger intergrates with openFIRST.members. They both
! work together to provide a simple and exciting internal messeging system.</td>
</tr>
<tr>
--- 8,13 ----
</tr>
<tr>
! <td>The openFIRST.messenger is an internal messaging and member tracking system.
! The system works to provide users easy contact.</td>
</tr>
<tr>
***************
*** 34,45 ****
</tr>
<tr>
! <td>index.php - lists all the current users online<br>
! messenger.php - the system include file carried through the website from
! base. It basically checks the database to see if the current user has a
! record in the database. It also checks the users inbox and provides them
! with a new messege screen.<br>
! newmsg.php - allows users to send messeges between each other<br>
! viewmsg.php - allows users to view messeges sent to them<br>
! inbox.php - allows users to view a current list of messeges</td>
</tr>
<tr>
--- 34,41 ----
</tr>
<tr>
! <td>The messenger module carries an include throughout the entire website
! and constantly updates information whenever the user refreshes the page.
! This ensures that the most current information is updated about the user.
! The user can then be presented with new inbox messages directly on any page.</td>
</tr>
<tr>
***************
*** 62,72 ****
</tr>
<tr>
! <td>index.php, messenger.php, newmsg.php, viewmsg.php, inbox.php</td>
</tr>
<tr>
! <td bgcolor="#CCCCCC"><strong>Notes</strong></td>
</tr>
<tr>
! <td>none</td>
</tr>
</table>
--- 58,76 ----
</tr>
<tr>
! <td>index.php - lists all the current users online<br>
! messenger.php - the system include file carried through the website from
! base. It basically checks the database to see if the current user has a
! record in the database. It also checks the users inbox and provides them
! with a new messege screen.<br>
! newmsg.php - allows users to send messeges between each other<br>
! viewmsg.php - allows users to view messeges sent to them<br>
! inbox.php - allows users to view a current list of messeges</td>
</tr>
<tr>
! <td bgcolor="#CCCCCC"><strong>Related Modules <font size="2">(required for
! using this module)</font></strong></td>
</tr>
<tr>
! <td>openFIRST.base, openFIRST.members</td>
</tr>
</table>
|