Frappe Wiki is an Open Source Wiki app built on the Frappe Framework. It is well suited to serve dynamic, text-heavy content like documentation and knowledge base. It allows publishing small changes and even new pages on the fly without downtime. It also maintains revision history and has a change approval mechanism.
# get app
$ bench get-app https://github.com/frappe/wiki
# install on site
$ bench --site sitename install-app wiki
Note
Use version-14
branch with Frappe Framework v14 and for v14+ use master
branch.
- Create Wiki Pages
- Author content in Rich Text
- Set-up Controlled Wiki Updates
- Add attachments
- Table of Contents
- Caching
- Custom Script Support via
Wiki Settings
MIT