frappe / wiki

Free and Open Source Wiki built on top of Frappe

Home Page:https://frappe.io/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



logotype


Wiki App built on the Frappe Framework | Try on Frappe Cloud


Wiki CI

Introduction

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.

Installation

# 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.

Features

  1. Create Wiki Pages
  2. Author content in Rich Text
  3. Set-up Controlled Wiki Updates
  4. Add attachments
  5. Table of Contents
  6. Caching
  7. Custom Script Support via Wiki Settings

Screenshots

1. Rendered Page

wiki-rendered

2. Edit Page

wiki-edit

License

MIT

About

Free and Open Source Wiki built on top of Frappe

https://frappe.io/wiki

License:MIT License


Languages

Language:Python 31.2%Language:JavaScript 28.3%Language:HTML 23.9%Language:SCSS 16.7%