From: Steve W. <wai...@us...> - 2001-11-07 22:27:56
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv30178 Modified Files: UPGRADING Log Message: Added note about creating a HomePage before making a zip dump. Index: UPGRADING =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/UPGRADING,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** UPGRADING 2001/09/18 19:16:23 1.3 --- UPGRADING 2001/11/07 22:27:54 1.4 *************** *** 30,34 **** Get either a zip dump, or a serialized dump from your ! old wiki. (If your using a zip dump, it must (for now) be --- 30,36 ---- Get either a zip dump, or a serialized dump from your ! old wiki. (But first, create a copy of FrontPage called HomePage, or ! else you will have trouble loading the new wiki. It will try to load ! the zip file every time since it doesn't detect a HomePage. --SW) (If your using a zip dump, it must (for now) be |