(anonymous guest) (logged out)

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

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 
This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]
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 Π 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 particular version was published on 04-Mai-2007 13:02 by 87.160.218.210.