From: <var...@us...> - 2008-10-13 14:38:13
|
Revision: 6298 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6298&view=rev Author: vargenau Date: 2008-10-13 14:37:59 +0000 (Mon, 13 Oct 2008) Log Message: ----------- Improve headers Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration trunk/pgsrc/PhpWikiDebug Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2008-10-11 10:31:10 UTC (rev 6297) +++ trunk/pgsrc/PhpWikiAdministration 2008-10-13 14:37:59 UTC (rev 6298) @@ -1,4 +1,4 @@ -Date: Mon, 10 Oct 2008 14:15:24 +0000 +Date: Mon, 13 Oct 2008 14:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ privileges. They will not work unless you have set an admin username and password in the [PhpWiki|PhpWiki:PhpWiki] config file._ -<?plugin CreateToc jshide||=0 with_toclink||=1 liststyle=ul?> +<?plugin CreateToc jshide||=0 with_toclink||=1 position=right with_counter=1 ?> !!! Page Explorer @@ -31,40 +31,39 @@ !!! User Management -Reset a users password: +!! Reset a users password - <?plugin-form PasswordReset textinput=user method=post ?> +<?plugin-form PasswordReset textinput=user method=post ?> -Email Verification: +!! Email Verification - This is currently non-strict, leaving some possible holes in not being able to - connect to certain mail hosts, which can be overridden below. See PhpWiki:EmailVerification +This is currently non-strict, leaving some possible holes in not being able to +connect to certain mail hosts, which can be overridden below. See [PhpWiki:EmailVerification]. - This button will show a list of all users with registered emails and buttons to set the - verification status manually. +This button will show a list of all users with registered emails and buttons to set the verification status manually. - <?plugin WikiAdminUtils - action=email-verification - label="Email Verification" - ?> +<?plugin WikiAdminUtils + action=email-verification + label="Email Verification" +?> -Access Restrictions (disabled): +!! Access Restrictions (disabled) - To prevent from robots eating all possible ressources in a short time, blocking from certain IPs - or not-well-behaving user agents can be defined below. See PhpWiki:HowToBlockRobots and - MeatBall:SurgeProtector. _Note: Not yet enabled._ +To prevent from robots eating all possible ressources in a short time, blocking from certain IPs +or not-well-behaving user agents can be defined below. See [PhpWiki:HowToBlockRobots] and +MeatBall:SurgeProtector. _Note: Not yet enabled._ - <?plugin WikiAdminUtils - action=access-restrictions - label="Access Restrictions" - ?> +<?plugin WikiAdminUtils + action=access-restrictions + label="Access Restrictions" +?> !!! Cleanup A Wiki SandBox is very easy to clean. Here you can restore it to pristine condition by loading the default from pgsrc. - [Rake the SandBox|phpwiki:?action=loadfile&source=pgsrc/SandBox]. +[Rake the SandBox|phpwiki:?action=loadfile&source=pgsrc/SandBox]. !!! Making Snapshots or Backups @@ -74,25 +73,20 @@ the pages in your Wiki. The zip file will be downloaded to your local computer. - This *[ZIP Snapshot | phpwiki:?action=zip]* contains only the - latest versions of each page, while this *[ZIP Dump | - phpwiki:?action=zip&include=all]* contains all archived versions. +This *[ZIP Snapshot | phpwiki:?action=zip]* contains only the +latest versions of each page, while this *[ZIP Dump | phpwiki:?action=zip&include=all]* contains all archived versions. - (If the [PhpWiki|PhpWiki:PhpWiki] is configured to allow it, anyone can download a zip - file.) +(If the [PhpWiki|PhpWiki: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. +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. - <?plugin WikiForm action=dumpserial?> +<?plugin WikiForm action=dumpserial?> -The most recent version of each page will written out to the -directory, one page per file. Your server must have write permissions -to the directory! +The most recent version of each page will written out to the directory, one page per file. Your server must have write permissions to the directory! !!! Restoring @@ -108,7 +102,7 @@ Here you can upload ZIP archives, or individual files from your (client) machine. - <?plugin WikiForm action=upload?> +<?plugin WikiForm action=upload?> !! Load File @@ -116,8 +110,8 @@ directories. The file or directory must be local to the http server. You can also use this form to load from an http: or ftp: URL. - <?plugin WikiForm action=loadfile?> - <?plugin WikiForm action=loadfile buttontext="Load & Overwrite" overwrite=1?> +<?plugin WikiForm action=loadfile?> +<?plugin WikiForm action=loadfile buttontext="Load & Overwrite" overwrite=1?> !! Upgrade @@ -126,7 +120,7 @@ * Upgrade new or changed page revisions from pgsrc, * Upgrade the database schema (mysql _page.id auto_increment_, ADD _session.sess_ip_), -;:[ Upgrade | phpwiki:HomePage?action=upgrade ] +[ Upgrade | phpwiki:HomePage?action=upgrade ] !!! Format of the files @@ -140,32 +134,31 @@ !! Old Formats -*Serialized Files* +! Serialized Files - The dump to directory command used to dump the pages as PHP - _serialized()_ strings. For humans, this made the files very hard - to read, and nearly impossible to edit. +The dump to directory command used to dump the pages as PHP +_serialized()_ strings. For humans, this made the files very hard +to read, and nearly impossible to edit. -*Plain Files* +! Plain Files - Before that the page text was just dumped to a file--this means that - all page meta-data was lost. Note that when loading _plain files_, - the page name is deduced from the file name. +Before that the page text was just dumped to a file--this means that +all page meta-data was lost. Note that when loading _plain files_, +the page name is deduced from the file name. The upload and load functions will automatically recognize each of these three types of files, and handle them accordingly. !!! Dump pages as XHTML - <?plugin WikiForm action=dumphtml?> +<?plugin WikiForm action=dumphtml?> This will generate a directory of static pages suitable for distribution on disk where no web server is available. The various links for page editing functions and navigation are removed from the pages. - The XHTML file collection can also be downloaded as an - *[XHTML ZIP Snapshot | phpwiki:?action=ziphtml]*. +The XHTML file collection can also be downloaded as an *[XHTML ZIP Snapshot | phpwiki:?action=ziphtml]*. ---- [CategoryActionPage] Modified: trunk/pgsrc/PhpWikiDebug =================================================================== --- trunk/pgsrc/PhpWikiDebug 2008-10-11 10:31:10 UTC (rev 6297) +++ trunk/pgsrc/PhpWikiDebug 2008-10-13 14:37:59 UTC (rev 6298) @@ -1,4 +1,4 @@ -Date: Mon, 10 Oct 2008 14:15:24 +0000 +Date: Mon, 13 Oct 2008 14:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id: PhpWikiAdministration 6184 2008-08-22 10:33:41Z vargenau $ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ privileges. They will not work unless you have set an admin username and password in the [PhpWiki|PhpWiki:PhpWiki] config file._ -<?plugin CreateToc jshide||=0 with_toclink||=1 liststyle=ul?> +<?plugin CreateToc jshide||=0 with_toclink||=1 position=right with_counter=1 ?> These are here mostly for debugging purposes (at least, that is the hope.) @@ -26,67 +26,67 @@ of the most recent version of each page is cached. This speeds up page rendering since parsing of the wiki-text takes a fair amount of juice. - Hitting this button will delete all cached transformed - content. (Each pages content will be transformed and re-cached next - time someone views it.) +Hitting this button will delete all cached transformed +content. (Each pages content will be transformed and re-cached next +time someone views it.) - <?plugin WikiAdminUtils - action=purge-cache - label="Purge Markup Cache" - ?> +<?plugin WikiAdminUtils + action=purge-cache + label="Purge Markup Cache" +?> -!!! Clean WikiDB of Illegal Filenames +!!! Clean Wiki Database of Illegal Filenames Page names beginning with the subpage-separator, usually a slash (=/=), are not allowed. Sometimes though an errant plugin or something might create one.... - This button will delete any pages with illegal page names, without possibility to restore. +This button will delete any pages with illegal page names, without possibility to restore. - <?plugin WikiAdminUtils - action=purge-bad-pagenames - label="Purge bad pagenames" - ?> +<?plugin WikiAdminUtils + action=purge-bad-pagenames + label="Purge bad pagenames" +?> -!!! Clean WikiDB of empty and unreferenced pages +!!! Clean Wiki Database of empty and unreferenced pages - *Warning!* This button will delete every empty and unreferenced page, without any possibility to restore them again. - This will disable the possibility to revert or get back any deleted page. +<b>Warning!</b> This button will delete every empty and unreferenced page, without any possibility to restore them again. +This will disable the possibility to revert or get back any deleted page. - <?plugin WikiAdminUtils - action=purge-empty-pages - label="Purge all empty unreferenced pages" - ?> +<?plugin WikiAdminUtils + action=purge-empty-pages + label="Purge all empty unreferenced pages" +?> !!! Convert cached_html to new SQL column - This is only needed on SQL or ADODB if you didn't do action=upgrade, but created the - new page.cached_html field seperately, and now you want to move this data from - page.pagedata over to page.cached_html. +This is only needed on SQL or ADODB if you didn't do action=upgrade, but created the +new page.cached_html field seperately, and now you want to move this data from +page.pagedata over to page.cached_html. - <?plugin WikiAdminUtils - action=convert-cached-html - label="Convert cached_html" - ?> +<?plugin WikiAdminUtils + action=convert-cached-html + label="Convert cached_html" +?> -!!! Check WikiDB +!!! Check Wiki Database - This button will check the Wiki page database for consistency. This can last several minutes. +This button will check the Wiki page database for consistency. This can last several minutes. - <?plugin WikiAdminUtils - action=db-check - label="Check WikiDB" - ?> +<?plugin WikiAdminUtils + action=db-check + label="Check Wiki Database" +?> -!!! Rebuild WikiDB +!!! Rebuild Wiki Database - This will retransform all pages and rebuild the Wiki database on consistency errors or parser updates. - This can last several minutes, eat a lot of memory and possibly times out!! +This will retransform all pages and rebuild the Wiki database on consistency errors or parser updates. +This can last several minutes, eat a lot of memory and possibly times out!! - <?plugin WikiAdminUtils - action=db-rebuild - label="Rebuild WikiDB" - ?> +<?plugin WikiAdminUtils + action=db-rebuild + label="Rebuild Wiki Database" +?> ---- [CategoryActionPage] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |