WikiNotes
Wiki Notes
- open-link searches
- Pmwiki-users Archives (can be searched using Google site search)
- Another interface to Pmwiki-users
To disable wikiwords in a particular page, use the following markup:
Version 2.X
- (:nolinkwikiwords:)
Version 1.X (must be enabled first)
- [[nowikiwords]]
Display PmWiki version
use [[$Version]]:
pmwiki-2.2.0-beta34
Underline Command?
Not by default, because there's not wide agreement about the markup that should be used for it. It can be done with WikiStyles:
This is %text-decoration:underline% underlined text %% and this is not.
Of course, nobody wants to write out "text-decoration:underline", so it's good to use a shortcut such as %u%:
%text-decoration:underline define=u% This is %u% underlined text %% and this is not.
You can permanently define the style by adding the following to config.php:
$WikiStyle['u']['text-decoration'] = 'underline';
Or, if you want to enable an __underline__ markup, you can try:
$InlineReplacements['/__(.*?)__/'] = '<u>$1</u>';
Sites doing interesting stuff with PmWiki
- http://www.strange-phenomenom.de/pmwiki-0.4.25/
- http://affinity.co.nz/pmwiki/
- http://nw-ar.com/pmwiki/
Wiki Links
- WikLink -- a wiki specfically for bookmarks
- Text_Wiki -- texttransform text structured using Wiki rules into any defined target output format
- Wiki CSS Example
- Wiki Extra Rules
- Wiki Farms
- Wikis With Rss
- SwitchWiki -- attempts to be a list of every public wiki
- Metawiki Search -- search multiple wikis at once
- TinyWiki -- a Wiki in under 100 lines of code
- wikidPad -- a Wiki-like notebook for storing anything you can think to write down
- WikiNodes -- connecting wikis
- "Wiki" Entry on Wikipedia -- a good introduction to wikis
- Quickiwiki, Swiki, Twiki, Zwiki and the Plone Wars Wiki. . . -- a good overview of wikis
PHPWiki issues
- requires dbm support or a database
To Query PHP/Apache Version
php -v
httpd -v (use ps -elf | grep http to find the correct path, if necessary)
Edit -
History -
Print -
Recent Changes -
Search
Page last modified on October 01, 2006, at 07:53 PM EST