📄 amministrazionediphpwiki
字号:
Date: Mon, 28 Jun 2004 14:28:30 +0200Mime-Version: 1.0 (Produced by PhpWiki 1.3.3)X-Rcs-Id: $Id: AmministrazioneDiPhpWiki,v 1.7 2004/06/28 18:41:10 rurban Exp $Content-Type: application/x-phpwiki; pagename=AmministrazioneDiPhpWiki; flags=PAGE_LOCKED; markup=2; charset=iso-8859-1Content-Transfer-Encoding: binary_*Note:*_ _Most of the actions on this page require administrativeprivileges. They won't work unless you have set an admin username andpassword in the PhpWiki config file._<?plugin CreateToc jshide||=1 with_toclink||=1 ?>----!!! Page ExplorerFirst select pages and then define the action:<?plugin-form WikiAdminSelect s="*" ?>or call the available ~WikiAdmin actions directly:[/Rimuovi] | [/Rename] | [/Replace] | [/SetAcl] | [/Chmod] | [/Chown]----!!! User ManagementPhpWiki:EmailVerification is currently non-strict, leaving some possible holes, which can be administrated below. 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" ?>To prevent from robots eating all possible ressources in a short time, blocking from certain IP's 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" ?>----!!! CleanupA Wiki SandBox is very easy to clean. Here you can restore it topristine condition by loading the default from pgsrc. [Rake the SandBox|phpwiki:?action=loadfile&source=pgsrc/SandBox].----------!!! Making Snapshots or Backups!! ZIP files of databaseThese links lead to zip files, generated on the fly, which contain allthe pages in your Wiki. The zip file will be downloaded to your localcomputer. 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 is configured to allow it, anyone can download a zip file.)If your php has ''zlib'' support, the files in the archive will becompressed, otherwise they will just be stored.!! Dump to directoryHere you can dump pages of your Wiki into a directory of your choice. <?plugin WikiForm action=dumpserial?>The most recent version of each page will written out to thedirectory, one page per file. Your server must have write permissionsto the directory!-----------!!! RestoringIf you have dumped a set of pages from PhpWiki, you can reload themhere. Note that pages in your database will be overwritten; thus, ifyou dumped your HomePage when you load it from this form it willoverwrite the one in your database now. If you want to be selectivejust delete the pages from the directory (or zip file) which you don'twant to load.!! Upload FileHere you can upload ZIP archives, or individual files from your(client) machine. <?plugin WikiForm action=upload?>!! Load FileHere you can load ZIP archives, individual files or entiredirectories. The file or directory must be local to the httpserver. 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?>!! UpgradeDo some verification checks and upgrade changes automatically, after having installed a new phpwiki engine update:* 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 ]-----------!!! Format of the filesCurrently the pages are stored, one per file, as MIME (RFC:2045)e-mail (RFC:822) messages. The content-type ''application/x-phpwiki''is used, and page meta-data is encoded in the content-typeparameters. (If the file contains several versions of a page, it willhave type ''multipart/mixed'', and contain several sub-parts, eachwith type ''application/x-phpwiki''.) The message body contains thepage text.!! Old Formats__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.__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.The upload and load functions will automatically recognize each ofthese three types of files, and handle them accordingly.----!!! Dump pages as XHTML <?plugin WikiForm action=dumphtml?>This will generate a directory of static pages suitable fordistribution on disk where no web server is available. The variouslinks for page editing functions and navigation are removed from thepages. The XHTML file collection can also be downloaded as an __[XHTML ZIP Snapshot | phpwiki:?action=ziphtml]__.----!!! Phpwiki InternalsThese are here mostly for debugging purposes (at least, that's thehope.)In normal use, you shouldn't need to use these, though, then again,they shouldn't really do any harm.!! Purge Markup Cache(If your wiki is so configured,) the transformed (almost-HTML) contentof the most recent version of each page is cached. This speeds up pagerendering 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.) <?plugin WikiAdminUtils action=purge-cache label="Purge Cache" ?>!! Clean WikiDB of Illegal FilenamesPage names beginning with the subpage-separator, usually a slash(=/=), are not allowed. Sometimes though an errant plugin or somethingmight create one.... This button will delete any pages with illegal page names. <?plugin WikiAdminUtils action=purge-bad-pagenames label="Exorcise WikiDB" ?>----PhpWikiDocumentation
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -