You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
4.1 KiB

8 years ago
8 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
  1. <a href="https://github.com/Requarks/wiki">
  2. <img src="https://raw.githubusercontent.com/Requarks/wiki/master/assets/favicons/favicon-96x96.png" alt="Wiki.js" title="Wiki.js" align="right" />
  3. </a>
  4. # Wiki.js
  5. [![Release](https://img.shields.io/github/release/Requarks/wiki.svg?style=flat-square&maxAge=3600)](https://github.com/Requarks/wiki/releases)
  6. [![License](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square)](https://github.com/requarks/wiki/blob/master/LICENSE)
  7. [![npm](https://img.shields.io/badge/npm-wiki.js-blue.svg?style=flat-square)](https://www.npmjs.com/package/wiki.js)
  8. [![Downloads](https://img.shields.io/github/downloads/Requarks/wiki/total.svg?style=flat-square)](https://www.npmjs.com/package/wiki.js)
  9. [![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)
  10. [![Twitter Follow](https://img.shields.io/badge/follow-%40requarks-blue.svg?style=flat-square)](https://twitter.com/requarks)
  11. [![Build Status](https://img.shields.io/travis/Requarks/wiki/master.svg?style=flat-square)](https://travis-ci.org/Requarks/wiki)
  12. [![Codacy Badge](https://img.shields.io/codacy/grade/1d0217a3153c4595bdedb322263e55c8/master.svg?style=flat-square)](https://www.codacy.com/app/Requarks/wiki)
  13. [![Dependency Status](https://img.shields.io/gemnasium/Requarks/wiki.svg?style=flat-square)](https://gemnasium.com/github.com/Requarks/wiki)
  14. [![Known Vulnerabilities](https://snyk.io/test/github/requarks/wiki/badge.svg?style=flat-square)](https://snyk.io/test/github/requarks/wiki)
  15. [![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
  16. ##### A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown
  17. - [Official Website](https://wiki.requarks.io/)
  18. - [Documentation](#documentation)
  19. - [Requirements](#requirements)
  20. - [Change Log](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md)
  21. - [Project Planning](https://waffle.io/Requarks/wiki)
  22. - [Milestones](#milestones)
  23. - [Chat with us](#gitter)
  24. - [Special Thanks](#special-thanks)
  25. ## Documentation
  26. - [Installation Guide](https://wiki.requarks.io/get-started.html)
  27. - [Admin Guide](https://docs.requarks.io/wiki/#admin-guide)
  28. - [User Guide](https://docs.requarks.io/wiki/#user-guide)
  29. ## Requirements
  30. Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linux, etc.).
  31. - Node.js **4.6.0** or later
  32. - MongoDB **3.2** or later
  33. - Git **2.7.4** or later
  34. - An empty Git repository (optional)
  35. > Read the full [prerequisites](https://docs.wiki.requarks.io/prerequisites) article for full details.
  36. ## Milestones
  37. Current and upcoming milestones *(features only, see the [changelog](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md) for list of bug fixes)*:
  38. ### Beta 11
  39. - [x] Azure AD authentication
  40. - [x] MathML / Tex math equations
  41. - [x] Support for CJK (Chinese, Japanese & Korean) characters in content, meta and uploads
  42. - [ ] All Pages section
  43. - [ ] Heroku support
  44. ### Beta 12
  45. - [ ] Insert Link modal in Editor
  46. - [ ] Better localization in the UI
  47. - [ ] Better simultaneous user editing handling
  48. - [ ] Preview changes directly from the editor, without saving
  49. - [ ] Upgrade from web UI
  50. ## Gitter
  51. Want to discuss features, ideas or issues? Join our [gitter channel](https://gitter.im/Requarks/wiki). We are very active and friendly!
  52. ## Twitter
  53. Follow our Twitter feed to learn about upcoming updates and new releases!
  54. [![Twitter Follow](https://img.shields.io/badge/follow-%40requarks-blue.svg?style=flat-square)](https://twitter.com/requarks)
  55. ## Special Thanks
  56. ![Browserstack](https://wiki.requarks.io/assets/images/logo_browserstack.png)
  57. [Browserstack](https://www.browserstack.com/) for providing access to their great cross-browser testing tools.
  58. ![DigitalOcean](https://wiki.requarks.io/assets/images/logo_digitalocean.png)
  59. [DigitalOcean](https://www.digitalocean.com/) for providing hosting of the Wiki.js documentation site.