PhpWiki

Summary

PhpWiki is a web-based wiki software application. It began as a clone of WikiWikiWeb and was the first wiki written in PHP.[1] PhpWiki has been used to edit and format paper books for publication.[2]

PhpWiki
Developer(s)Marc-Etienne Vargenau
Stable release
1.6.4 / 13 March 2024; 27 days ago (2024-03-13)
Repository
  • sourceforge.net/p/phpwiki/code/HEAD/tree/ Edit this at Wikidata
Written inPHP
PlatformCross-platform
Available inGerman, English, Spanish, French, Italian, Japanese, Dutch, Swedish, Chinese
TypeWiki software
LicenseGPL
Websitephpwiki.sourceforge.net
phpwiki.demo.free.fr

History edit

The first version, by Steve Wainstead, was released in December 1999. It was the first Wiki written in PHP to be publicly released. This version required PHP 3.x and only supported DBM files. It was a feature-for-feature reimplementation of the original WikiWikiWeb at c2.com.[3]

In early 2000 Arno Hollosi added a second database library to allow running PhpWiki on MySQL.[4] From then on more features were added and contributions to the software increased, adding features such as a templating system, color diffs, rewrites of the rendering engine and much more. Arno was interested in running a wiki for the game Go.[5]

Jeff Dairiki was the next major contributor, and soon headed the project for the next few years, followed up by Reini Urban up to 1.4, and then Marc-Etienne Vargenau since 1.5.

Releases edit

With version 1.4.0 Wikicreole 1.0 including additions and MediaWiki markup syntax are supported. In version 1.5.0 PHP 4 support was deprecated.

Versions 1.5.x are compatible with PHP 5.3, 5.4 et 5.5. Code is generated in HTML5 and CSS3.

Version 1.6.0 is compatible from PHP 5.3.3 to PHP 8.0. Code is generated in HTML5 and CSS3 with ARIA roles.

Version 1.6.1 adds compatibility with PHP 8.1.

See also edit

References edit

  1. ^ Anja Ebersbach; Markus Glaser; Richard Heigl; Gunter Dueck (2006). Wiki: Web Collaboration. Springer. pp. 17–18. ISBN 9783540259954.
  2. ^ Van der Vlist, Eric (2004). RELAX NG. O'Reilly. ISBN 9780596004217.
  3. ^ "PhpWiki WikiWikiWeb HomePage". phpwiki.sourceforge.net. Retrieved 2019-05-21.
  4. ^ "PhpWiki / Code / [r11080] /trunk/doc/HISTORY". sourceforge.net. Retrieved 2024-03-01.
  5. ^ "GoWiki". 2015-03-12. Retrieved 2017-03-13.

External links edit

  • Official website
  • Release Notes