action=browse | the default action if no other action is chosen. |
action=print | displays the page in a form suitable for printing. |
action=edit | presents a form allowing the user to edit a page. |
action=diff | shows page revisions. |
action=crypt | displays a form into which you may input a password and receive the encrypted form of that password. The encrypted form is used to set up default edit, read, and admin passwords in config.php. |
action=attr | is used to set group-level and page-level passwords. |
action=search | (with no additional data) searches the wiki with no search criteria, thereby displaying a list of all pages in the site. |
action=source | returns the wiki markup source text for a page (used by pmwe and other utilities for processing PmWiki text) |
action=post | used to post changes to a wiki page (e.g., from the Edit Page form) |
action=postattr | used to post attribute changes to a wiki page (e.g., from the attributes form) |
action=upload | see Uploads |