WikiImage

<< | Cookbook-V1 | >>

Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.


Goal

Provide html functionality for Wiki pages, so that the HTML output is stored in image directory and can be accessed directly or placed on the sites which do not support php.

Solution

Download image.php.

Installation

Put image.php in your local/ directory and add

    include_once("local/image.php");

to your local.php file. Temporarily change the permissions on the directory containing pmwiki.php to 2777, then use your browser to visit the homepage (or any other page) of the Wiki. This will create a wiki.cache directory with the right permissions. Change the permissions back afterwards.

Author

Slobodskyy

Discussion

Attention the plugin on the early alpha stage!!!
Mastered on the basis of SimplePageCache by Reimer Behrends.

Comments

Write feedback here. pmwiki-2.3.38 -- Last modified by {{}}?

from IP: 85.171.160.186 ip should be disabled by default for security reasons