Recent Changes - Search:

PmWiki

pmwiki.org

edit SideBar

DesignNotes

Here are some of the features and notes about PmWiki's design decisions. Many of these derive directly from the PmWikiPhilosophy and lots of discussion on the mailing lists.

<< PmWikiPhilosophy | DocumentationIndex | Glossary >>

Why doesn't PmWiki use hierarchical / nested groups?

It essentially comes down to figuring out how to handle page links between nested groups; if someone can figure out an obvious, intuitive way for authors to do that, then nested groups become plausible. See DesignNotes and PmWiki:HierarchicalGroups.

Why don't PmWiki's scripts have a closing ?> tag?

All of PmWiki's scripts now omit the closing ?> tag. The tag is not required, and it avoids problems with unnoticed spaces or blank lines at the end of the file. Also, some file transfer protocols may change the newline character(s) in the file, which can also cause problems. See also the Instruction separation page in the PHP manual.

Does PmWiki support WYSIWYG editing (or something like the FCKEditor)?

Short answer: PmWiki provides GUI buttons in a toolbar for common markups, but otherwise does not have WYSIWYG editing. For the reasons why, see PmWiki:WYSIWYG.

Edit - History - Print - Recent Changes - Search
Page last modified on July 19, 2006, at 12:47 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.