wikijs-fork/README.md

101 lines
5.3 KiB
Markdown
Raw Normal View History

2017-04-22 18:20:04 +00:00
![Wiki.js](https://raw.githubusercontent.com/Requarks/wiki-site/1.0/assets/images/logo.png)
2016-08-17 18:39:30 +00:00
2017-02-15 01:48:39 +00:00
[![Release](https://img.shields.io/github/release/Requarks/wiki.svg?style=flat-square&maxAge=3600)](https://github.com/Requarks/wiki/releases)
[![License](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square)](https://github.com/requarks/wiki/blob/master/LICENSE)
[![npm](https://img.shields.io/badge/npm-wiki.js-blue.svg?style=flat-square)](https://www.npmjs.com/package/wiki.js)
2017-03-19 19:32:57 +00:00
[![Downloads](https://img.shields.io/github/downloads/Requarks/wiki/total.svg?style=flat-square)](https://www.npmjs.com/package/wiki.js)
2017-04-03 03:37:58 +00:00
[![Chat on Gitter](https://img.shields.io/badge/chat-on_gitter-CC2B5E.svg?style=flat-square&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAMAAADUg/YpAAAABlBMVEUAAAD///%2Bl2Z/dAAAAAXRSTlMAQObYZgAAABVJREFUeAFjwAUYYTQByAAh0WicAAAFnwAYeB5bLwAAAABJRU5ErkJggg==)](https://gitter.im/Requarks/wiki)
2017-04-06 01:21:41 +00:00
[![Twitter Follow](https://img.shields.io/badge/follow-%40requarks-blue.svg?style=flat-square)](https://twitter.com/requarks)
2017-02-15 01:48:39 +00:00
[![Build Status](https://img.shields.io/travis/Requarks/wiki/master.svg?style=flat-square)](https://travis-ci.org/Requarks/wiki)
2017-04-29 00:37:43 +00:00
[![Codefresh Build Status]( https://g.codefresh.io/api/badges/build?repoOwner=Requarks&repoName=wiki&branch=master&pipelineName=wiki&accountName=NGPixel&type=cf-1&style=flat-square)](https://g.codefresh.io/repositories/Requarks/wiki/builds?filter=trigger:build;branch:master;service:5903d09d270a090001e864b6~wiki)
2017-02-15 01:48:39 +00:00
[![Codacy Badge](https://img.shields.io/codacy/grade/1d0217a3153c4595bdedb322263e55c8/master.svg?style=flat-square)](https://www.codacy.com/app/Requarks/wiki)
[![Dependency Status](https://img.shields.io/gemnasium/Requarks/wiki.svg?style=flat-square)](https://gemnasium.com/github.com/Requarks/wiki)
[![Known Vulnerabilities](https://snyk.io/test/github/requarks/wiki/badge.svg?style=flat-square)](https://snyk.io/test/github/requarks/wiki)
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
2016-08-17 01:13:48 +00:00
##### A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown
2017-04-23 22:32:44 +00:00
- [Official Website](https://wiki.js.org/)
- [Documentation](#documentation)
2017-03-19 19:35:06 +00:00
- [Requirements](#requirements)
- [Change Log](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md)
2017-04-25 02:43:10 +00:00
- [Feature Requests](https://wikijs.canny.io/features)
2017-04-21 00:34:13 +00:00
- [Milestones](#milestones)
- [Chat with us](#gitter)
2017-05-03 02:24:15 +00:00
- [Translations](#translations) *(We need your help!)*
- [Special Thanks](#special-thanks)
2016-08-17 01:13:48 +00:00
2017-04-21 00:34:13 +00:00
## Documentation
2016-10-17 23:41:14 +00:00
2017-04-23 22:32:44 +00:00
- [Installation Guide](https://wiki.js.org/get-started.html)
2017-04-19 23:05:28 +00:00
- [Admin Guide](https://docs.requarks.io/wiki/#admin-guide)
- [User Guide](https://docs.requarks.io/wiki/#user-guide)
2017-04-21 00:34:13 +00:00
## Requirements
Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linux, etc.).
2017-05-13 18:13:16 +00:00
- Node.js **6.9.0** or later
2017-03-04 16:27:00 +00:00
- MongoDB **3.2** or later
- Git **2.7.4** or later
- An empty Git repository (optional)
2017-04-23 22:32:44 +00:00
> Read the full [prerequisites](https://docs.requarks.io/wiki/prerequisites) article for full details.
2017-04-21 00:34:13 +00:00
## Milestones
Current and upcoming milestones *(major features only, see the [changelog](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md) for complete list of features and bug fixes)*:
2017-04-21 00:34:13 +00:00
### Beta 12
2017-06-02 00:51:56 +00:00
> *Planned for early June release*
![Progress](http://progressed.io/bar/80)
2017-04-21 00:34:13 +00:00
2017-06-02 00:46:14 +00:00
- [x] Better localization in the UI
- [x] Heroku support
2017-06-02 00:46:14 +00:00
- [ ] Refactor of all client-side code to modular Vue components
### Beta 13
2017-06-02 00:51:56 +00:00
> *Planned for July release*
![Progress](http://progressed.io/bar/10)
2017-05-11 22:54:25 +00:00
- [ ] History / Revert to previous version feature
- [ ] Docker support + Auto compile/publish to Docker Hub
2017-06-02 00:51:56 +00:00
### Future
2017-04-21 00:34:13 +00:00
- [ ] Insert Link modal in Editor
- [ ] Better simultaneous user editing handling
- [ ] Preview changes directly from the editor, without saving
2017-04-21 00:36:34 +00:00
- [ ] Upgrade from web UI
2017-04-21 00:34:13 +00:00
## Gitter
2017-03-15 01:27:44 +00:00
Want to discuss features, ideas or issues? Join our [gitter channel](https://gitter.im/Requarks/wiki). We are very active and friendly!
2017-04-21 00:34:13 +00:00
## Twitter
Follow our Twitter feed to learn about upcoming updates and new releases!
2017-04-06 01:21:41 +00:00
[![Twitter Follow](https://img.shields.io/badge/follow-%40requarks-blue.svg?style=flat-square)](https://twitter.com/requarks)
2017-05-03 02:22:09 +00:00
## Translations
We are looking for translators to make Wiki.js available in multiple languages. If your language is not listed below and would like to contribute to this project, contact us on our [gitter channel](https://gitter.im/Requarks/wiki) and we'll provide you with the necessary tool to add translations, no coding required!
**Languages that are already translated:**
- [x] English
- [x] Chinese - *Thanks to [@choicky](https://github.com/choicky)*
- [x] French
- [x] Korean - *Thanks to [@junwonpk](https://github.com/junwonpk)*
- [x] Portuguese - *Thanks to [@felipeplets](https://github.com/felipeplets)*
2017-05-09 13:11:41 +00:00
- [x] Russian - *Thanks to [@efimlosev](https://github.com/efimlosev)*
- [x] Spanish - *Thanks to [@MatiasArriola](https://github.com/MatiasArriola)*
2017-05-03 02:22:09 +00:00
2017-04-21 00:34:13 +00:00
## Special Thanks
2016-12-19 19:05:05 +00:00
2017-04-23 23:14:25 +00:00
![Browserstack](https://wiki.js.org/assets/images/logo_browserstack.png)
2016-12-19 19:05:05 +00:00
[Browserstack](https://www.browserstack.com/) for providing access to their great cross-browser testing tools.
2016-12-23 18:31:10 +00:00
2017-04-23 23:14:25 +00:00
![DigitalOcean](https://wiki.js.org/assets/images/logo_digitalocean.png)
2016-12-23 18:31:10 +00:00
[DigitalOcean](https://www.digitalocean.com/) for providing hosting of the Wiki.js documentation site.