From: <var...@us...> - 2014-10-09 13:37:41
|
Revision: 9229 http://sourceforge.net/p/phpwiki/code/9229 Author: vargenau Date: 2014-10-09 13:37:36 +0000 (Thu, 09 Oct 2014) Log Message: ----------- PHP 5.3 can compress Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration trunk/themes/fusionforge/pgsrc/PhpWikiAdministration Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2014-10-09 13:36:33 UTC (rev 9228) +++ trunk/pgsrc/PhpWikiAdministration 2014-10-09 13:37:36 UTC (rev 9229) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:57 +0000 +Date: Wed, 8 Oct 2014 16:36:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=PhpWikiAdministration; @@ -54,17 +54,15 @@ === ZIP files of database === -These links lead to zip files, generated on the fly, which contain all -the pages in your Wiki. The zip file will be downloaded to your local +These links lead to ZIP files, generated on the fly, which contain all +the pages in your Wiki. The ZIP file will be downloaded to your local computer. This **[[phpwiki:?action=zip|ZIP Snapshot]]** contains only the latest versions of each page, while this **[[phpwiki:?action=zip&include=all|ZIP Dump]]** contains all archived versions. -(If the ~PhpWiki is configured to allow it, anyone can download a zip file.) +(If the ~PhpWiki is configured to allow it, anyone can download a ZIP file.) -If your php has //zlib// support, the files in the archive will be compressed, otherwise they will just be stored. - === Dump to directory === Here you can dump pages of your Wiki into a directory of your choice. @@ -79,7 +77,7 @@ here. Note that pages in your database will be overwritten; thus, if you dumped your HomePage when you load it from this form it will overwrite the one in your database now. If you want to be selective -just delete the pages from the directory (or zip file) which you don't +just delete the pages from the directory (or ZIP file) which you don't want to load. === Upload File === Modified: trunk/themes/fusionforge/pgsrc/PhpWikiAdministration =================================================================== --- trunk/themes/fusionforge/pgsrc/PhpWikiAdministration 2014-10-09 13:36:33 UTC (rev 9228) +++ trunk/themes/fusionforge/pgsrc/PhpWikiAdministration 2014-10-09 13:37:36 UTC (rev 9229) @@ -1,4 +1,4 @@ -Date: Tue, 7 Oct 2014 19:05:54 +0000 +Date: Wed, 8 Oct 2014 16:36:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) Content-Type: application/x-phpwiki; pagename=PhpWikiAdministration; @@ -40,17 +40,15 @@ === ZIP files of database === -These links lead to zip files, generated on the fly, which contain all -the pages in your Wiki. The zip file will be downloaded to your local +These links lead to ZIP files, generated on the fly, which contain all +the pages in your Wiki. The ZIP file will be downloaded to your local computer. This **[[phpwiki:?action=zip|ZIP Snapshot]]** contains only the latest versions of each page, while this **[[phpwiki:?action=zip&include=all|ZIP Dump]]** contains all archived versions. -(If the ~PhpWiki is configured to allow it, anyone can download a zip file.) +(If the ~PhpWiki is configured to allow it, anyone can download a ZIP file.) -If your php has //zlib// support, the files in the archive will be compressed, otherwise they will just be stored. - === Dump to directory === Here you can dump pages of your Wiki into a directory of your choice. @@ -65,7 +63,7 @@ here. Note that pages in your database will be overwritten; thus, if you dumped your HomePage when you load it from this form it will overwrite the one in your database now. If you want to be selective -just delete the pages from the directory (or zip file) which you don't +just delete the pages from the directory (or ZIP file) which you don't want to load. === Upload File === This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |