From: George B. <gbr...@us...> - 2004-07-27 00:49:55
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18715/docs Modified Files: README.txt Log Message: minor mods to README and conf/boost Index: README.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/docs/README.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** README.txt 3 Jun 2004 00:39:40 -0000 1.7 --- README.txt 27 Jul 2004 00:49:46 -0000 1.8 *************** *** 42,52 **** ------------------------------ - CUSTOMIZATION - ------------------------------ - To turn OFF the search function, comment out the section of /boost/install.php - that registers the module with the search module. The beginning and end of the - section are indicated by comments in the file. Then re-install the jobman module. - - ------------------------------ UN-INSTALLATION ------------------------------ --- 42,45 ---- *************** *** 80,85 **** display the list, freeing administrators from having to know the operation value required. Second, I have used the help module to provide help for key items in ! the interface. Third, I have registered the module with the Search facility. ! Finally, I have included category (fatcat) support. I hope you will find jobman a useful example. If you find errors, or wish to --- 73,77 ---- display the list, freeing administrators from having to know the operation value required. Second, I have used the help module to provide help for key items in ! the interface. I hope you will find jobman a useful example. If you find errors, or wish to |