From: George B. <gbr...@us...> - 2004-07-27 00:41:27
|
Update of /cvsroot/phpwebsite-comm/modules/uplink/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16778/docs Modified Files: README.txt Log Message: minor cosmetic changes made to source files Index: README.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/uplink/docs/README.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README.txt 26 Jul 2004 23:41:30 -0000 1.1.1.1 --- README.txt 27 Jul 2004 00:41:12 -0000 1.2 *************** *** 21,25 **** to a link in a web page, announcement, block, etc. * optionally re-sizes image files of type .jpg, .png and .gif to fit within ! a square of configurable size (default 300 x 300 pixels). I wrote this module to support teachers who want an easy way to upload a picture, PDF or HTML file and then provide a link to display or download it on a course --- 21,25 ---- to a link in a web page, announcement, block, etc. * optionally re-sizes image files of type .jpg, .png and .gif to fit within ! a rectangle of configurable size (default 300 x 300 pixels). I wrote this module to support teachers who want an easy way to upload a picture, PDF or HTML file and then provide a link to display or download it on a course *************** *** 70,74 **** to manage a list of items with an interface that conforms to others throughout phpWS. ! I hope you will find staffman a useful example. If you find errors, or wish to suggest improvements, please contact me directly. --- 70,74 ---- to manage a list of items with an interface that conforms to others throughout phpWS. ! I hope you will find uplink a useful example. If you find errors, or wish to suggest improvements, please contact me directly. |