|
The Wiki is based on the WikiWikiWeb. For more information on how to use the Wiki codes see the WikiFormatting page.
The Wiki context rendered automatically changes all CamelCase words to internal links to new or existing Wiki pages. This makes it extremely easy to create a site with a large amount of content and different pages within no time.
Potions are one time 'spells' in the Voodoo Wiki pages. This
basically comes down to that they are functions defined in PHP and will be executed. Everything between double square brackets ([[) is considered a potion to the Wiki Parser. The example below outputs a page index as seen in the top right corner of this page:
[[WikiToc]]
Voodoo Wiki Potions are pretty simple to create and should provide you help with customizing your Voodoo powered website(s). For help and hints on creating Voodoo Wiki Potions goto the WikiPotions page.
Current Wiki Potions that come with the Vanilla release of Project Voodoo:
- WikiToc
- WikiActiveChatList
- WikiTitleIndex
- WikiRecentChanges
In the /conf directory of your dalines.org.engine installation, there is a file called wiki.ini. This is the file where you set the rights on the different Wiki actions that are available. The actions currently available are: create, modify, delete, history and view. These are the settings that apply to ALL of your Wiki Pages so be very careful what you set these too.
You can override these settings on a per-Wiki base. To do so simply type wiki.$PageName.$action = $UserType. See example below, where we give modification rights to Members on the WikiStart page.
; normal Wiki rights
wiki.modify = Admin
; WikiStart modified rights
wiki.WikiStart.modify = Member
See also: EnginePrivileges, EngineCustomization?, WikiPotions
|