AvailableActions

Default Actions

?action=browse
display the specified page (default action if no ?action= is present)
æŒ‡ćźšă•ă‚ŒăŸăƒšăƒŒă‚žă‚’èĄšç€șă—ăŸă™ă€‚(?action= ăŒæŒ‡ćźšă•ă‚ŒăȘă‹ăŁăŸć Žćˆăźăƒ‡ăƒ•ă‚©ăƒ«ăƒˆć‹•äœœ)
?action=edit
edit the specified page
æŒ‡ćźšă•ă‚ŒăŸăƒšăƒŒă‚žă‚’ç·šé›†ă—ăŸă™ă€‚
?action=diff
show a change history of the specified page
æŒ‡ćźšă•ă‚ŒăŸăƒšăƒŒă‚žăźć€‰æ›Žć±„æ­Žă‚’èĄšç€șă—ăŸă™ă€‚
?action=attr
displays dialog for setting/changing password of the specified page
æŒ‡ćźšă•ă‚ŒăŸăƒšăƒŒă‚žăźăƒ‘ă‚čăƒŻăƒŒăƒ‰ă‚’èš­ćźš/ć€‰æ›Žă™ă‚‹ăƒ€ă‚€ă‚ąăƒ­ă‚°ă‚’èĄšç€șă—ăŸă™ă€‚
?action=upload
display a form to upload an attachment for the current group
çŸćœšăźăƒšăƒŒă‚žă«ćŻŸă™ă‚‹æ·»ä»˜ă‚’ă‚ąăƒƒăƒ—ăƒ­ăƒŒăƒ‰ă™ă‚‹ăŸă‚ăźăƒ•ă‚©ăƒŒăƒ ă‚’èĄšç€șă—ăŸă™ă€‚
?action=download&upname=file.ext
retrieve the page's attachment named file.ext
file.ext ăšă€ă„ă†ćć‰ăźăƒšăƒŒă‚žăźæ·»ä»˜ă‚’ăƒ€ă‚Šăƒłăƒ­ăƒŒăƒ‰ă—ăŸă™ă€‚
?action=crypt
displays a form for generating hashed passwords out of clear text for usage in your config.php
config.php ă§äœżç”šă™ă‚‹ăŸă‚ă«ă€ă‚ŻăƒȘケテキă‚čトからパă‚čăƒŻăƒŒăƒ‰ăƒăƒƒă‚·ăƒ„ă‚’ç™șç”Ÿă•ă›ă‚‹ăƒ•ă‚©ăƒŒăƒ ă‚’èĄšç€șă—ăŸă™ă€‚
?action=print
display the specified page using the skin specified by $ActionSkin['print']
æŒ‡ćźšă•ă‚ŒăŸăƒšăƒŒă‚žă‚’$ActionSkin['print']ă§æŒ‡ćźšă•ă‚ŒăŸă‚čă‚­ăƒłă‚’äœżăŁăŠèĄšç€șă—ăŸă™ă€‚
?action=search
displays searchbox on current page
?action=search&q=searchterm
performs search with searchterm and displays results on current page
?action=source
show page source
?action=login
prompt visitor for username/password
?action=logout
remove author, password, and login information
?action=rss
?action=atom
?action=rdf
?action=dc
If web feeds? are enabled, returns a syndication feed based on the contents of the page or other options provided by the url.
?action=refcount
bring up the reference count form, which allows the user to generate a list of links (all, missing, existing or orphaned) in or from specified groups. See RefCount?. Part of the core distribution but must be enabled by the administrator.
?setprefs=SomeGroup.CustomPreferences
sets cookie to custom preferences page. See SitePreferences?

Actions enabled by $EnableDiag:

the following actions are available only if you set $EnableDiag = 1 in your configuration file. They can be used for debugging and should not be set in a production environment.

?action=ruleset
displays a list of all markups in 3 columns:
  • column 1 = markup-name (1. parameter of markup() )
  • column 2 = when will rule apply (2. parameter of markup() )
  • column 3 = PmWiki's internal sort key (derived from #2)
To see more than what ?action=ruleset gives you, apply the Cookbook:MarkupRulesetDebugging recipe: it can also show the pattern and the replacement strings.
?action=phpinfo
displays the output of phpinfo() and exits. no page will be processed
?action=diag
displays a dump of all global vars and exits. no page will be processed

<< Available actions | ăƒ‰ă‚­ăƒ„ăƒĄăƒłăƒˆç›źæŹĄ | Url approvals? >>