Recent Changes - Search:

PmWiki

pmwiki.org

edit SideBar

EditQuickReference

Basic Editing - Text Formatting Rules - Documentation Index

Tables: Simple - Advanced

Paragraphs: for a new paragraph, use a blank line;

Line break: \\ or [[<<]]

-> to indent text, -< hanging text

Join line: \

Lists: * for bulleted, # for numbered, :term:definition for definition lists
Emphasis: ''italics'', '''bold''', '''''bold italics''''', @@typewriter@@ (monospaced)
References: [[another page]], [[http://www.example.com]], [[another page | link text]], [[#anchor]]
Groups: [[Group/Page]] displays Page, [[Group.Page]] displays Group.Page, [[Group(.Page)]] displays Group
Separators: !!, !!! for headings, ---- for horizontal line

Prevent formatting: [=...=]

Other: [+big+], [++bigger++], [-small-], [--smaller--], '^superscript^', '_subscript_', {+inserted+}, {-deleted-}

Preformatted block: [@...@]

Edit - History - Print - Recent Changes - Search
Page last modified on April 17, 2006, at 08:34 PM

Warning: mkdir(wiki.d): Permission denied in /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27/pmwiki.php on line 435

PmWiki can't process your request

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

    mkdir /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27/wiki.d
    chmod 777 /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27/wiki.d
Then, reload this page.

Or, for a slightly more secure installation, try executing
    chmod 2777 /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27
on your server and following this link. Afterwards you can restore the permissions to their current setting by executing
    chmod 755 /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27
.

We are sorry for any inconvenience.