From: <var...@us...> - 2014-07-29 08:52:05
|
Revision: 9024 http://sourceforge.net/p/phpwiki/code/9024 Author: vargenau Date: 2014-07-29 08:51:58 +0000 (Tue, 29 Jul 2014) Log Message: ----------- Update doc for PhpWiki 1.5.0 Modified Paths: -------------- trunk/INSTALL trunk/README trunk/TODO trunk/pgsrc/ReleaseNotes Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2014-07-29 08:40:35 UTC (rev 9023) +++ trunk/INSTALL 2014-07-29 08:51:58 UTC (rev 9024) @@ -1,10 +1,9 @@ REQUIREMENTS -PhpWiki 1.4.0 requires a web server with at least PHP version 5.2. +PhpWiki 1.5.0 requires a web server with at least PHP version 5.3. All users of PHP are strongly encouraged to upgrade to -PHP 5.3.18 (Current stable) this is the supported version -or if not possible to PHP 5.2.17 (Old stable). +PHP 5.3.28 or to PHP 5.4 or 5.5. Visit <http://www.php.net> and <http://php.net/downloads.php> for downloads and information. @@ -15,8 +14,7 @@ PHP must also be compiled with support for the type of database you want to use, i.e. --with-gdbm, --with-db2, --with-db3, --with-msql, ---with-pgsql. (With PHP4 MySQL support is always enabled. With PHP5 -sqlite instead). Consult the PHP installation manual for specific +--with-pgsql. Consult the PHP installation manual for specific installation and configure options. <http://www.php.net/manual/en/installation.php> @@ -61,11 +59,9 @@ 0. INSTALLATION -Untar / gzip this file into the directory where you want it to -live. That's it. +Unzip this file into the directory where you want it to live. That's it. -bash$ gzip -d phpwiki-X.XX.tar.gz -bash$ tar -xvf phpwiki-X.XX.tar +bash$ unzip phpwiki-1.5.0.zip In the config subdirectory copy 'config-dist.ini' to 'config.ini' and edit the settings in 'config.ini' to your liking. Modified: trunk/README =================================================================== --- trunk/README 2014-07-29 08:40:35 UTC (rev 9023) +++ trunk/README 2014-07-29 08:51:58 UTC (rev 9024) @@ -13,7 +13,7 @@ * Opera >= 8 * Chrome >= 6 * Konqueror >= 3.5 -* Internet Explorer >= 6 (so no Internet Explorer for Macintosh) +* Internet Explorer >= 8 Additional docs: Modified: trunk/TODO =================================================================== --- trunk/TODO 2014-07-29 08:40:35 UTC (rev 9023) +++ trunk/TODO 2014-07-29 08:51:58 UTC (rev 9024) @@ -42,7 +42,6 @@ * ATOM (experimentally done), TrackBack, PingBack services (take it from DokuWiki) * finish Blog theme * lang: mapping -* fix ENABLE_MARKUP_DIVSPAN * WikiUser/EMailConfirm (?) * ImportMediaWiki, ImportRdf, ImportOwl, ExportMediaWiki, ExportRdf, ExportOwl * WikiUser/OpenID (from DokuWiki) - Status::in_work @@ -94,8 +93,6 @@ defer header logic * don't print php notices and warnings as red errors. just green or grey -* rewrite OldTextFormattingRules, AnciennesR%E8glesDeFormatage - for proper importing * PageChangeNotification other actions also (rename, remove). better subject on create. * do all unit tests: @@ -170,4 +167,3 @@ * finalize editpage javascript toolbar (80%) fix search/replace bug (100%) * finalize SOAP support (0%) - * better utf-8 support (50%) Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2014-07-29 08:40:35 UTC (rev 9023) +++ trunk/pgsrc/ReleaseNotes 2014-07-29 08:51:58 UTC (rev 9024) @@ -1,4 +1,4 @@ -Date: Mon, 28 Jul 2014 18:24:03 +0000 +Date: Tue, 29 Jul 2014 10:42:12 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.0) Content-Type: application/x-phpwiki; pagename=ReleaseNotes; @@ -8,7 +8,7 @@ <<CreateToc with_toclink||=1 headers||=1,2,3>> -== 1.5.0 2014-??-?? Marc-Etienne Vargenau == +== 1.5.0 2014-07-29 Marc-Etienne Vargenau == === Main Changes === * ~PhpWiki 1.5.0 needs at least PHP 5.3. It is compatible with PHP 5.3, 5.4 and 5.5. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |