From: Steve W. <wai...@us...> - 2001-04-06 18:21:39
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv31384 Modified Files: HISTORY INSTALL.flatfile UPGRADING index.php Log Message: Did find-grep to replace all occurances of FrontPage to HomePage. Index: HISTORY =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/HISTORY,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** HISTORY 2001/02/14 05:22:49 1.17 --- HISTORY 2001/04/06 18:21:36 1.18 *************** *** 97,101 **** * More robust support for flat file based Wiki (INSTALL.flatfile included) ! * "named internal links," i.e. [wow | FrontPage] * New IF syntax added to templates * New PhpWikiAdministration page added --- 97,101 ---- * More robust support for flat file based Wiki (INSTALL.flatfile included) ! * "named internal links," i.e. [wow | HomePage] * New IF syntax added to templates * New PhpWikiAdministration page added *************** *** 301,305 **** 0.05: 12/14/99: Added title searches, RecentChanges, fixed numerous bugs like only trying to render valid page names, the last-edited-date, removed ! the navigation toolbars, linked the new logo to FrontPage, and a half dozen other odd things. It's almost ready. --- 301,305 ---- 0.05: 12/14/99: Added title searches, RecentChanges, fixed numerous bugs like only trying to render valid page names, the last-edited-date, removed ! the navigation toolbars, linked the new logo to HomePage, and a half dozen other odd things. It's almost ready. Index: INSTALL.flatfile =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/INSTALL.flatfile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** INSTALL.flatfile 2001/03/03 19:43:14 1.3 --- INSTALL.flatfile 2001/04/06 18:21:36 1.4 *************** *** 4,8 **** a flat file Wiki should work for you. Note that as of 1.2 most of the Wiki functionality is there... the MostPopular is not implemented yet ! so you will want to delete that link from the FrontPage (or better yet, write it and mail us a patch ;-) --- 4,8 ---- a flat file Wiki should work for you. Note that as of 1.2 most of the Wiki functionality is there... the MostPopular is not implemented yet ! so you will want to delete that link from the HomePage (or better yet, write it and mail us a patch ;-) Index: UPGRADING =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/UPGRADING,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** UPGRADING 2001/02/11 20:18:58 1.1 --- UPGRADING 2001/04/06 18:21:36 1.2 *************** *** 38,42 **** Now with your web browser, go browse to ! the FrontPage of your new wiki. It will detect that it's working with a virgin database and will pull in the pages from the source --- 38,42 ---- Now with your web browser, go browse to ! the HomePage of your new wiki. It will detect that it's working with a virgin database and will pull in the pages from the source Index: index.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/index.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** index.php 2001/03/11 17:51:54 1.14 --- index.php 2001/04/06 18:21:36 1.15 *************** *** 239,244 **** /* * Define to 'true' to use PATH_INFO to pass the pagename's. ! * e.g. http://www.some.where/index.php/FrontPage instead ! * of http://www.some.where/index.php?pagename=FrontPage * FIXME: more docs (maybe in README). */ --- 239,244 ---- /* * Define to 'true' to use PATH_INFO to pass the pagename's. ! * e.g. http://www.some.where/index.php/HomePage instead ! * of http://www.some.where/index.php?pagename=HomePage * FIXME: more docs (maybe in README). */ *************** *** 254,258 **** * * E.g. your phpwiki might be installed at at /scripts/phpwiki/index.php, ! * but * you've made it accessible through eg. /wiki/FrontPage. * * One way to do this is to create a directory named 'wiki' in your --- 254,258 ---- * * E.g. your phpwiki might be installed at at /scripts/phpwiki/index.php, ! * but * you've made it accessible through eg. /wiki/HomePage. * * One way to do this is to create a directory named 'wiki' in your |