Site /
Search
Results of search for PmWiki/ list=all:
110 pages found out of 110 pages searched.
- Pm Wiki /
- Access Keys Access keys are keyboard shortcuts for tasks that would otherwise require a mouse
- Audiences Patrick Michaud's comments regarding the "audiences" for which PmWiki was designed
- Auth User Authorization system that uses usernames and passwords
- Available Actions All PmWiki page actions (?action=) and other query parameters
- Backup and Restore background information and some basic backup and restore procedures
- Basic PmWiki editing rules PmWiki's basic edit syntax
- Basic Variables core variables
- Blocklist Blocking IP addresses, phrases, and expressions to counteract spam and vandalism.
- Block Markup Markup resulting in paragraphs
- Categories Categories are a way to organize and find related pages
- Change Log Log of changes made to PmWiki by Release
- Changes From Pm Wiki 1
- Conditional Markup The if directive allows portions of a page to be included or excluded from rendering
- Contact us How to reach the PmWiki developers and community
- Contributors A list of contributors to PmWiki development and improvement
- Creating New Pages How to create a new page
- Custom Inter Map Redirects to PmWiki.InterMap.
- Custom Markup Using the Markup() function for custom wiki syntax; migration to PHP 5.5
- Custom Wiki Styles Predefined PmWiki styles & adding custom wiki styles
- Debug Variables variables useful for debugging
- Deleting Pages Removing wiki pages
- Design Notes Some of the features and notes about PmWiki's design decisions
- Documentation Index PmWiki documentation index
- Drafts Draft versions of pages
- Edit Variables variables used when editing pages
- FAQ List of frequently asked questions
- File Permissions PmWiki's settings for file and directory permissions in a typical Unix environment
- Fmt Page Name Documentation for the PmWiki internal function
FmtPageName()
- Forms How you can embed input forms into wiki pages
- Functions How some of the functions in pmwiki.php work
- Glossary Terms related to PmWiki
- Group Customizations How to customize a subset of your wiki
- Group Footer Trail and talk page links
- Group Header PmWiki group header. Includes styles and trail.
- GroupHeaders and GroupFooters Group Header and Group Footer page usage
- I18n Variables variables used for internationalization (i18n)
- Images Placing images in pages
- Include Other Pages Include contents from other PmWiki pages
- Initial Setup Tasks First steps following a fresh installation
- PmWiki Installation Obtaining and installing PmWiki
- Inter Map Interwiki links definition and use
- Internationalizations Language internationalisation of web pages
- Introduction Frequent questions before installing PmWiki
- Layout Variables variables that control page layout
- Links Multiple mechanisms for creating links
- Link Variables variables that control the display of links in pages
- List Styles Styles for use in wiki lists
- Local Customizations Customize your PmWiki installation through
config.php
andlocal.css
- Mailing Lists The email discussion lists available and their archives
- Mail Posts
- Markup Expressions String and formatting operations
- Markup Master Index Tabulation of all PmWiki markup
- Notify How to receive email messages whenever pages are changed on the whole wiki site, individual groups or selected watchlists of pages
- Other Variables Variables not yet classified
- Page Directives Directives to specify page titles, descriptions, keywords, and display
- Page File Format Create wiki formatted pages in bulk and for upload to your pmwiki site
- Page History History of previous edits to a page
- Page Lists Searching and listing pages by multiple criteria with templated output
- Page List Templates Creating page list format templates
- Pagelist Variables variables used with page lists and search results
- Page Text Variables Page variables automatically made available through natural or explicit page markup
- Page specific variables variables that are associated with pages
- Passwords General use of passwords and login
- Passwords Admin More password options for the administrator
- Path Variables variables used to specify various locations on the server
- Patrick Michaud
- Per Group Customizations Redirects to PmWiki.GroupCustomizations
- Pm Wiki
- Pm Wiki Philosophy This page describes some of the ideas that guide the design and implementation of PmWiki
- Ref Count Link references counts on pages
- Release Notes Notes about new versions, important for upgrades
- Requirements Pre-requisites for running the PmWiki wiki engine
- Search Targeting and customizing search results
- Security Resources for securing your PmWiki installation
- Security Variables variables crucial for site security
- Simultaneous Edits Handling multiple attempts to edit a page nearly simultaneously
- Site Page Actions how site page actions work
- Site Preferences Customisable browser setting preferences: Access keys, edit form
- Skins Change the look and feel of part or all of PmWiki
- Skin Templates Skin templates (.tmpl files)
- Special Characters
- Table directives Directives for table processing
- Table of contents Basic automatic table of contents and numbered headings
- Tables Simple tables with double pipe markup, one row per line
- Text Formatting Rules A list of some of the markup sequences available
- Troubleshooting Advice for troubleshooting an installation, keywords: deprecated, preg_replace, crypt, blank pages, headers, .flock, upgrade, create_function
- Upgrades How to upgrade an existing PmWiki installation
- Upgrading From Pm Wiki 1 Version 1 to version 2 upgrade suggestions
- Uploads Allow authors to upload files, also known as page attachments
- Uploads Administration Administration of PmWiki uploads
- Upload Variables Variables used for uploads/attachments
- Url Approvals Require approval of Url links
- UTF-8 Enabling UTF-8 Unicode language encoding in your wiki.
- Variables Variables available for local customisation
- Version Determining and displaying the current version of PmWiki (pmwiki-2.3.31)
- Web Feeds Web feed notification of changes
- Wiki Administrator
- Wiki Farms Running multiple wikis from a single installation
- Wiki Farm Terminology An explanation of the terminology used to describe PmWiki farms
- Wiki Group Organising pages into related groups
- Wiki Groups Redirects to Wiki Group
- Wiki Page Wiki page information
- Wiki Sandbox
- Wiki Structure PmWiki structural support for page organization
- Wiki Style Examples Styling text for colour and other attributes
- Wiki Styles Modifying the style of page contents
- Wiki Trails Trails from lists items from a single page
- Wiki Wiki Web An introduction to the Wiki Wiki Web (www)
- Wiki Word Definition and usage of WikiWord
- Wiki Words Redirects to PmWiki.WikiWord
A search for more than one word will find pages that contain all of the words. Use quotation marks to search for a phrase. Also use quotes for text with punctuation or special characters. Searches are case insensitive, but accent sensitive in the default configuration (i.e. 'u' is not the same as 'ù').
To limit your search to a single group, enter the group name followed by a slash at the beginning of the search string (e.g., "PmWiki/" or "Site/"). To list all pages, enter a slash for the search.
Search examples
Enter | To find pages whose content contains |
---|---|
apple pie | both 'apple' and 'pie' |
"apple pie" | the phrase 'apple pie' |
pmwiki/apple | 'apple' in the PmWiki group of pages |
"pmwiki/apple" | the phrase 'pmwiki/apple' in all groups of pages |
apple -pie | 'apple', omitting those containing 'pie' |
food -"apple pie" | 'food', omitting those containing 'apple pie' |
apple "-pie" | the words 'apple' and '-pie' |
apple - pie | 'apple', '-', and 'pie' |
"pie:" | the word 'pie' with a colon |
"pie=tasty" | the phrase 'pie=tasty' |
pmwiki/ | all pages in the PmWiki group |
Some special characters need to be enclosed in quotes, including the colon (:), equals sign (=), less than (<), single quote (') and double quote(").