stumbled upon http://coforum.de one day, discovered the ability of contributing myself weeks later, started http://kooperative.mphase.net for my own purposes and extended this now allready quit outdated version of PhpWiki with page-related variables, stylesheet-support, vererbung and some other features.
  • simple Unicode html entities passthrough like Π or † or Φ by
$Line = str_replace('&', '&', $Line);

// allow special chars // mk 04.07
$Line = preg_replace("|&(\w{2,6});|", "&\\1;", $Line);
$Line = preg_replace("|&(#\d{3,4});|",  "&\\1;", $Line);

CREOLE
A common wiki markup
for the wiki ohana


G'day Visitor
Log in

Recent Changes
View page Discussion Edit page Page Info My Prefs Log in
This page (revision-3) last changed on 13:03 04-Mai-2007 by 87.160.218.210.
 

edit sidebar

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and i3G Institute.

JSPWiki v2.4.102
[RSS]