Enter the text you would like to search for above. The results page will give you all pages that contain all of the words you enter. To search for phrases, enclose the entire phrase in quotation marks.

To limit the search to a single group, enter the group name followed by a slash at the beginning of the search string (e.g., "PmWiki/" or "Main/"). To list all pages, enter a slash for the search.

Search examples

Enter To find pages containing
apple pie both 'apple' and 'pie'
"apple pie" the phrase 'apple pie'
pmwiki/apple 'apple' in the PmWiki group
"pmwiki/apple" the phrase 'pmwiki/apple' in all groups
apple -pie 'apple', omitting those containing 'pie'
ninja -"apple pie" 'ninja', omitting those containing 'apple pie'
apple "-pie" the words 'apple' and '-pie'
apple - pie 'apple', '-', and 'pie'

 

PmWiki can't process your request

PmWiki needs to have a writable /home/persistent/ directory before it can continue. You can create the directory manually by executing the following commands on your server:

    mkdir /home//home/persistent
    chmod 777 /home//home/persistent
Then, reload this page.

Or, for a slightly more secure installation, try executing
    chmod 2777 /home
on your server and following this link. Afterwards you can restore the permissions to their current setting by executing
    chmod 755 /home
.

We are sorry for any inconvenience.