MeatballWiki logo MeatballWiki

Edit History Raw RSS Talk Last edited: 2026-03-24 by MinGuhong

WikiWikiWiki

WikiWikiWiki is a flat-file wiki engine written in PHP for personal and small-team use. It is built around a simple idea: a wiki should feel like writing, and operating it should be obvious.

Core principles:

  • Simplicity over feature sprawl
  • File-first storage (plain text as source of truth)
  • Clear operations (install, backup, restore, update)
  • Small, reversible changes

What this means in practice:

  • No database required
  • Content is readable outside the app
  • Backup and restore are straightforward
  • Failure recovery is prioritized over cleverness

Non-goals:

  • Becoming an all-in-one collaboration platform
  • Adding complexity without operational benefit

Related links:

119 words · 1 min read · 2 edits · created 2026-03-24 · 1 page link here

Similar pages (6)