(anonymous guest) (logged out)

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

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 
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);

Add new attachment

Only authorized users are allowed to upload new attachments.

« This page (revision-3) was last changed on 04-Mai-2007 13:03 by 87.160.218.210