Here you find some links to Site configuration and administration pages. Add links to other pages you may need for your site's configuration here, as necessary. Some links may only apply to certain configurations or skins.

The Site group contains configuration pages, and the SiteAdmin group contains administrative pages.

Note to new administrators:

Configuration and Menu Pages

SideBar, header, and footer pages

Sidebar, headers and footers are used to display common content across a group or entire website.

Form pages

Forms are used for display and entry of information.

Quick reference pages

Quick reference pages are included in other pages to assist in the use of those pages.

Template pages

Templates are used by page and form directives to control the output displayed.

Site Administration

Here is the list of the pages in the SiteAdmin group. Some links may only apply to certain configurations.

Preferences for access keys and edit form

This page can be used as template for (personal) preferences, or set as default site preference (see below).

  # Access keys - hold Alt (Windows IE), Shift + Alt (Firefox)
  # or Control (Mac) and tap the indicated key on your keyboard
  # to trigger the corresponding action.
#  'ak_view'          => '' ,         # view page
  'ak_edit'          => 'e',         # edit page
  'ak_history'       => 'h',         # page history
#  'ak_print'         => '',          # print view of page
  'ak_recentchanges' => 'c',         # Recent Changes
  'ak_save'          => 's',         # save page
  'ak_saveedit'      => 'u',         # save and keep editing
  'ak_savedraft'     => 'd',         # save as draft
  'ak_preview'       => 'p',         # preview page
  'ak_em'            => 'i',         # emphasized text (italic)
  'ak_strong'        => 'b',         # strong text (bold)

#  'ak_attach'        => '',          # attach a file
#  'ak_backlinks'     => '',          # show backlinks
#  'ak_logout'        => '',          # log out

  # Editing components
  'e_rows' => '20',                  # rows in edit textarea
  'e_cols' => '70',                  # columns in edit textarea
  'Site.EditForm' => 'Site.EditForm' # location of EditForm

To create personal user (browser) preferences,

This sets a preference cookie on your browser which tells PmWiki where to find your personal preference settings.

To revert to the PmWiki default preferences

See also Cookbook:UserConfigurations about how to customise the edit form for personal use.

Note that by default, parsing of Site.Preferences is disabled. To make it the default site preference, add

 XLPage('prefs', "Site.Preferences");

to a config file (e.g. local/config.php). Here you find some links to Site configuration and administration pages. Add links to other pages you may need for your site's configuration here, as necessary. Some links may only apply to certain configurations or skins.

The Site group contains configuration pages, and the SiteAdmin group contains administrative pages.

Note to new administrators:

Configuration and Menu Pages

SideBar, header, and footer pages

Sidebar, headers and footers are used to display common content across a group or entire website.

Form pages

Forms are used for display and entry of information.

Quick reference pages

Quick reference pages are included in other pages to assist in the use of those pages.

Template pages

Templates are used by page and form directives to control the output displayed.

Site Administration

Here is the list of the pages in the SiteAdmin group. Some links may only apply to certain configurations.