[Openfirst-cvscommit] manual/openfirst.news news.php,NONE,1.1 screen2.png,NONE,1.1 screen1.png,1.1,1
Brought to you by:
xtimg
From: <dav...@us...> - 2003-09-29 21:40:07
|
Update of /cvsroot/openfirst/manual/openfirst.news In directory sc8-pr-cvs1:/tmp/cvs-serv22884 Modified Files: screen1.png Added Files: news.php screen2.png Removed Files: openfirst.news.html Log Message: Removing old named manual file and replacing with new file. --- NEW FILE: news.php --- <?php /* * openFIRST.manual - /openfirst.news/news.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.news</th></tr> <tr> <td><div align="center"><img src="screen1.png" width="267" height="222"><img src="screen2.png" width="267" height="222"></div></td> </tr> <tr> <td class='sub' ><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.news allows for a simple and effective news managing system. The news module comes with an RSS feeder which supports RSS 0.91, 1.0 and 2.0. </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_news</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 news module asks the administrative to enter new news then inserts it into the databae. There are functions included in the module that allow the system to preview headlines. These functions may be used by webdevelopers in their own modules.</td> </tr> <tr> <td class='sub' ><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>The news module has many new changes coming its way. In the coming future we plan to update it with image relations to the photogallery system, or photo uploads directly from the module, new headline viewing system, a headline include file that lists news on demand of a function.</td> </tr> <tr> <td class='sub' ><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>function shownews()</p> </td> </tr> <tr> <td class='sub' ><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php - views a list of all current news headlines<br> admin/index.php - allows admins to edit/add/delete news headlines<br> rssfeed.php - allows users to find links to RSS feeds<br> /rss/rss.php - the actual RSS feed file which displays daily news.</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"); ?> --- NEW FILE: screen2.png --- (This appears to be a binary file; contents omitted.) Index: screen1.png =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.news/screen1.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs4oWsEI and /tmp/cvsobBqIg differ --- openfirst.news.html DELETED --- |