From: <bli...@us...> - 2003-12-06 05:11:54
|
Update of /cvsroot/phpwsscoreboard/scoreboard/docs In directory sc8-pr-cvs1:/tmp/cvs-serv9240/docs Modified Files: INSTALL.txt README.txt UPGRADE.txt changelog.txt Log Message: Changes for phpWebSite 0.9.3-2 Index: INSTALL.txt =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/docs/INSTALL.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** INSTALL.txt 30 Jul 2003 14:39:19 -0000 1.1.1.1 --- INSTALL.txt 6 Dec 2003 05:11:51 -0000 1.2 *************** *** 1,12 **** Scoreboard Installation Documentation Author: Greg Meiste <me...@ms...> Scoreboard has Boost support so installation is quite easy: ! 1. Copy the Scoreboard directory structure into your phpwebsite/mod/ directory. ! 2. Start up your web browser and point it to your instance of phpwebsite. ! 3. Login as a deity and open up the Boost module. ! 4. Click the install button next to the Scoreboard module. ! 5. Enjoy! \ No newline at end of file --- 1,26 ---- Scoreboard Installation Documentation + $Id$ Author: Greg Meiste <me...@ms...> Scoreboard has Boost support so installation is quite easy: ! ------------------------------------------------------------------------- ! PHPWEBSITE 0.9.3-1 USERS! Before you begin, make sure you have installed ! the supplemental files. Check out the README for details. ! ------------------------------------------------------------------------- ! ! 1. BACKUP YOUR DATABASE! Don't send us hate mail if this module ! crashes your website. (However, we do ask that you tell us ! about it.) ! ! 2. Copy the Scoreboard directory structure into your phpwebsite/mod/ directory. ! ! 3. Start up your web browser and point it to your instance of phpwebsite. ! ! 4. Login as a deity and open up the Boost module. ! ! 5. Click the install button next to the Scoreboard module. ! ! 6. Enjoy! Index: README.txt =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/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 30 Jul 2003 14:39:19 -0000 1.1.1.1 --- README.txt 6 Dec 2003 05:11:51 -0000 1.2 *************** *** 1,5 **** --- 1,7 ---- ReadMe + $Id$ Author: Greg Meiste <me...@NO...> + Scoreboard was developed to allow for the posting of sports scores on phpwebsite. It can be personalized for a certain team/school, or used *************** *** 8,11 **** --- 10,28 ---- BEFORE you install/upgrade the Scoreboard module, you should backup your database and read the INSTALL.txt or UPGRADE.txt + + ---------------------------------------------------------------------- + IMPORTANT! Changes for Scoreboard 0.9.4 and beyond + + There has been several changes in the phpWebSite core. Because of this, + you will need some supplemental files if you are running phpWebSite 0.9.3-1. + These files aren't necessary if you are running the new 0.9.3-2 core. + + Don Seiler has put together the necessary files in a nice package for + download. You can get these files at: + http://phpwebsite.appstate.edu/downloads/misc/phpws-0.9.3-1.supplemental.zip + + There is a README file in that archive that will explain in detail what you + need to do. Please don't email him with questions regarding this module. + ---------------------------------------------------------------------- The interface is really self-explanatory, but if it isn't, you can click Index: UPGRADE.txt =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/docs/UPGRADE.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** UPGRADE.txt 30 Jul 2003 14:39:26 -0000 1.1.1.1 --- UPGRADE.txt 6 Dec 2003 05:11:51 -0000 1.2 *************** *** 1,6 **** --- 1,12 ---- Scoreboard Upgrade Documentation + $Id$ Author: Greg Meiste <me...@NO...> Scoreboard has Boost support so the upgrade process is quite easy. + + ------------------------------------------------------------------------- + PHPWEBSITE 0.9.3-1 USERS! Before you begin, make sure you have installed + the supplemental files. Check out the README for details. + ------------------------------------------------------------------------- Index: changelog.txt =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/docs/changelog.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** changelog.txt 30 Jul 2003 14:39:26 -0000 1.1.1.1 --- changelog.txt 6 Dec 2003 05:11:51 -0000 1.2 *************** *** 1,4 **** --- 1,9 ---- ChangeLog + $Id$ Author: Greg Meiste <me...@NO...> + + 0.9.3 -> 0.9.4: + --------------- + - Now compliant with phpWebSite 0.9.3-2 0.9.2 -> 0.9.3: |