Skip to content

sihaysistema/wiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



logotype


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

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

Features

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

Screenshots

1. Rendered Page

wiki-rendered

2. Edit Page

wiki-new

3. Review Edited Page

wiki-new

4. Revisions

wiki-revisions

5. Compare changes

wiki-compare

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.4%
  • HTML 25.3%
  • JavaScript 24.1%
  • SCSS 8.4%
  • CSS 0.8%