This category lists possibly conflicting recipes that customize the PageStore directories and the $WikiLibDirs array. These variables may contain the recipe's own config pages or templates. In order to function properly, PmWiki needs to have all directories completely defined before any page content is read.
In case you are using more than one recipe of these, you may need some adaptation for them to work (identify the order of inclusion, or add a line of code). In case of doubt, ask the recipe authors if their recipes are compatible. You could also ask me. (Petko)
If you are an author of a recipe which provides ready to work wiki pages (templates, configuration) in a custom directory, you may use the solution at ModuleGuidelines, to insert your directory just before wikilib.d, without redefining the whole $WikiLibDirs array and with less chance to conflict with other recipes.
If you are an author of a recipe which is creating a new custom read-write PageStore class (based on databases, cvs, compression, encryption or other protocols), you would want your class to be the first in the $WikiLibDirs array. In this case, best is to let the users redefine this array in their config.php, after including your recipe. This way, conflicting recipes will be easier to find and debug.
- Cookbook /
-
-
- Compressed Page Store Save wiki pages/files in compressed (gzip) format
-
- Data Query Retrieve records and query results from any database supported by ADOdb (such as MySQL) and portray them as wiki pages, allowing them to be processed by other wiki functions such as pagelists, includes, page text variables, and ZAP.
-
- Fast Search how to improve the speed of searches and categories on large sites with slow machines
-
- Fox Forum How to build a simple forum with Fox
-
- Lens
-
- Module Guidelines Guidelines for creating, distributing, and maintaining a recipe for the Cookbook.
-
- Page Attic How to store backup files of deleted pages in a separate directory
-
- Per Group Sub Directories Subdivide wiki.d into subdirectories according to page group
-
- Phonebook Integrate LDAP information in the Profiles pages and use it as a corporate phonebook
-
- Publish PDF Typesets wiki pages and page collections into PDF (finalist: New Zealand open source awards 2008)
-
- Shared Pages Share selected pages among several wikis on a common server, as in WikiFarms
-
- Sisterly Lets wikis on a farm access each other as easily as accessing other pages within a wiki
-
- Skin Guidelines A set of tips for skin design and packaging skins for distribution
-
- Source Forge Servers Install PmWiki in SourceForge.net's project web space.
-
- SQ Lite Store wiki pages in an SQLite database file
-
- Wiki Farm Alternative An efficient way to manage a wiki farm or web server.
-
- Wiki Gallery WikiGallery - automatic easy to use fully integrated gallery extension for PmWiki
-
- XES Blog Provide blog application functionality for one point installation.
- Profiles /
-
-
- Petko