Pawfaliki plugin

Pawfaliki plugin is a nice addition to your website. It is a self-working wiki that uses flat files to store its data, and can work inside any LightNEasy page.

Installation

Upload the pawfaliki folder to your website, inside the "plugins folder".

Set pawfaliki folder permissions, as well as the 2 folders inside, PawfalikiPages and PawfalikiTemp, to 777.

Insert the marker % !$plugin pawfaliki$! % in your page (remove the spaces close to "%" for it to work).

And that's all!

Files

Pawfaliki plugin is composed of the following files:

header.mod - the content to be added to the header

include.mod - the start file of the plugin.

config.php - the configuration file. You need to edit it for setting the admin password, for instance, or adding other users.

pawfaliki.php - a modified version of the original Pawfaliki script.

pawfaliki.css - the CSS classes used by pawfaliki output. You can alter it in order to alter the way Pawfaliki output is displayed.

PawfalikiPages and PawfalikiTemp folders - where pawfaliki will store the pages and temp files. Of course, they have to be writeable to PHP.

The wiki is self-explanatory, but if you need to consult its operation manual, please go to the Pawfaliki website.