[Openfirst-cvscommit] manual/openfirst.news news.php,1.1,1.2
Brought to you by:
xtimg
From: <xt...@us...> - 2003-10-12 22:40:56
|
Update of /cvsroot/openfirst/manual/openfirst.news In directory sc8-pr-cvs1:/tmp/cvs-serv12646/openfirst.news Modified Files: news.php Log Message: Make basic changes found by proof reading, including rewording, spelling, grammar, and minor technical inaccuracies. Index: news.php =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.news/news.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** news.php 29 Sep 2003 21:40:02 -0000 1.1 --- news.php 12 Oct 2003 22:40:49 -0000 1.2 *************** *** 67,73 **** </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> --- 67,73 ---- </tr> <tr> ! <td>The news module asks the administrator to enter news then inserts it into the databae. There are functions included in the module that allow ! the system to view headlines. These functions may be used by webdevelopers in their own modules.</td> </tr> *************** *** 78,83 **** <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> --- 78,82 ---- <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 and a new headline viewing system.</td> </tr> <tr> *************** *** 85,89 **** </tr> <tr> ! <td><p>function shownews()</p> </td> </tr> --- 84,88 ---- </tr> <tr> ! <td><p>function shownews() - Shows a specific number of news entries.</p> </td> </tr> *************** *** 95,99 **** 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> --- 94,98 ---- 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> *************** *** 106,108 **** </table> <p><strong></strong></p> ! <?php include("$footer"); ?> \ No newline at end of file --- 105,107 ---- </table> <p><strong></strong></p> ! <?php include("$footer"); ?> |