This release uses DokuHTTPClient instead of CURL, removing a dependence and handling the proxy settings automatically (as suggested by Andreas Gohr).
Tag Archive for 'DokuWiki'
This release fetches the DilbertDailyStrip RSS feed (and it uses SimpleXML and CURL).
This release fixes a small security weakness (credits to Andy Webber).
Someday this post could save you an hour: do you need to insert raw HTML code in MediaWiki (for example, an internal image that links to an external website)? Configure it to use $wgRawHtml (its page says that it is safe to use it only if your site is not publicly editable).
I can’t say this often enough: use MediaWiki if and only if you need a website that is a small clone of WikiPedia: if you need something that is just slightly different, use DokuWiki!
Having read that
The Zend Framework codebase must be E_STRICT compliant.
on the latest version of a XAMPP server I’ve tested with E_STRICT the three LA(M)P programs that I mostly use: DokuWiki (2007-06-26b), Joomla! (1.5 RC3) and WordPress (2.3.1). Of course DokuWiki is the simplest of them but I was surprised to discover that it can be installed with error_reporting = E_STRICT without showing any warnings (the others showed long lists of them).