# wiki
**Repository Path**: jiangangwu/wiki
## Basic Information
- **Project Name**: wiki
- **Description**: ERPNext网站上布署wiki
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: version-14
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-08-23
- **Last Updated**: 2024-11-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
---
Wiki App built on the
Frappe Framework |
Try on Frappe Cloud
\
[](https://cloud.cypress.io/projects/w2jgcb/runs)
[](https://github.com/frappe/wiki/actions/workflows/ci.yml)
## Introduction
Frappe Wiki is an Open Source [Wiki](https://en.wikipedia.org/wiki/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
```bash
# get app
$ bench get-app https://github.com/frappe/wiki
# install on site
$ bench --site sitename install-app wiki
```
Note: Wiki's master branch does not support v13 Frappe / ERPNext
## Features
1. Create Wiki Pages
2. Author content in Rich Text
3. Set-up Controlled Wiki Updates
5. Add attachments
6. Table of Contents
7. Caching
8. Custom Script Support via `Wiki Settings`
## Screenshots
### 1. Rendered Page
### 2. Edit Page
#### License
MIT