[Openfirst-cvscommit] manual/openfirst.downloads screen.png,NONE,1.1 downloads.php,1.1,1.2
Brought to you by:
xtimg
From: <i-...@us...> - 2004-01-01 21:43:23
|
Update of /cvsroot/openfirst/manual/openfirst.downloads In directory sc8-pr-cvs1:/tmp/cvs-serv16596/manual/openfirst.downloads Modified Files: downloads.php Added Files: screen.png Log Message: Updated the manuals for the Forum and Downloads modules --- NEW FILE: screen.png --- (This appears to be a binary file; contents omitted.) Index: downloads.php =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.downloads/downloads.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** downloads.php 24 Dec 2003 18:02:00 -0000 1.1 --- downloads.php 1 Jan 2004 21:43:17 -0000 1.2 *************** *** 37,45 **** </tr> <tr> ! <td><div align="center"> ! <p> </p> ! <p align="center">[ No screenshots ]</p> ! <p> </p> ! </div></td> </tr> <tr> --- 37,41 ---- </tr> <tr> ! <td><div align="center"><img src="screen.png" width="267" height="222"></div></td> </tr> <tr> *************** *** 60,64 **** </tr> <tr> ! <td>ofirst_forum</td> </tr> <tr> --- 56,60 ---- </tr> <tr> ! <td>ofirst_downloads</td> </tr> <tr> *************** *** 72,76 **** </tr> <tr> ! <td>--</td> </tr> <tr> --- 68,78 ---- </tr> <tr> ! <td>This module is used to provide the website visitors with downloadable files. ! The files are stored either in the /files subdirectory, or the database table. This allows, ! for example, making an exe or zip file available for download when your hosting provider does ! not allow these file types. Placing an exe or script file in the database is secure, since it cannot be ! executed on the server.</p> ! <p>The module is easy to use. If you log in as an administrator, you will be able to upload and manage files. ! The category manager works similarly to the Forum configurator.</td> </tr> <tr> *************** *** 78,82 **** </tr> <tr> ! <td>--</td> </tr> <tr> --- 80,84 ---- </tr> <tr> ! <td>none</td> </tr> <tr> *************** *** 91,95 **** </tr> <tr> ! <td>--</td> </tr> <tr> --- 93,102 ---- </tr> <tr> ! <td>index.php - category browser<br> ! getfile.php, notfound.php - file downloads<br> ! admin/index.php - category manager<br> ! admin/upload.php - file uploads<br> ! admin/killfile.php - deletes a file<br> ! admin/editinfo.php - edits file descriptions</td> </tr> <tr> *************** *** 98,102 **** </tr> <tr> ! <td>openFIRST.base, openFIRST.members</td> </tr> </table> --- 105,109 ---- </tr> <tr> ! <td>openFIRST.base, openFIRST.members (optional)</td> </tr> </table> |