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.

172 lines
9.6 KiB

7 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
7 years ago
7 years ago
  1. ![Wiki.js](https://raw.githubusercontent.com/Requarks/wiki-site/1.0/assets/images/logo.png)
  2. [![Release](https://img.shields.io/github/release/Requarks/wiki.svg?style=flat-square&maxAge=3600)](https://github.com/Requarks/wiki/releases)
  3. [![License](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square)](https://github.com/requarks/wiki/blob/master/LICENSE)
  4. [![Backers on Open Collective](https://opencollective.com/wikijs/backers/badge.svg)](#backers)
  5. [![Sponsors on Open Collective](https://opencollective.com/wikijs/sponsors/badge.svg)](#sponsors)
  6. [![npm](https://img.shields.io/badge/npm-wiki.js-blue.svg?style=flat-square)](https://www.npmjs.com/package/wiki.js)
  7. [![Downloads](https://img.shields.io/github/downloads/Requarks/wiki/total.svg?style=flat-square)](https://www.npmjs.com/package/wiki.js)
  8. ![Build Status](https://requarks.visualstudio.com/_apis/public/build/definitions/5850c090-02b9-4312-b4ce-0e1f5677b574/6/badge)
  9. [![Codacy Badge](https://img.shields.io/codacy/grade/1d0217a3153c4595bdedb322263e55c8/master.svg?style=flat-square)](https://www.codacy.com/app/Requarks/wiki)
  10. [![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
  11. [![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)
  12. [![Twitter Follow](https://img.shields.io/badge/follow-%40requarks-blue.svg?style=flat-square)](https://twitter.com/requarks)
  13. ##### A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown
  14. - **[Official Website](https://wiki.js.org/)**
  15. - **[Getting Started](https://wiki.js.org/get-started.html)**
  16. - **[Documentation](https://docs.requarks.io/wiki/)**
  17. - [Requirements](#requirements)
  18. - [Change Log](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md)
  19. - [Feature Requests](https://wikijs.canny.io/features)
  20. - [Milestones](#milestones)
  21. - [Chat with us](#gitter)
  22. - [Translations](#translations) *(We need your help!)*
  23. - [Special Thanks](#special-thanks)
  24. <a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/roGruqDX64HMJwmnvjhaQ7kt/Requarks/wiki'>
  25. <img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/roGruqDX64HMJwmnvjhaQ7kt/Requarks/wiki.svg' />
  26. </a>
  27. ## Requirements
  28. Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linux, etc.).
  29. - Node.js **6.11.1** or later
  30. - MongoDB **3.2** or later
  31. - Git **2.7.4** or later
  32. - An empty Git repository (optional)
  33. > Read the full [prerequisites](https://docs.requarks.io/wiki/prerequisites) article for full details.
  34. ## Cloud Install
  35. [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/requarks/wiki-heroku)
  36. *Docker Cloud, Azure, IBM Bluemix and more coming soon!*
  37. ## Docker
  38. A docker Wiki.js image is available on Docker Hub:
  39. [![Docker Image](https://raw.githubusercontent.com/Requarks/wiki-site/master/assets/images/docker-deploy.png)](https://hub.docker.com/r/requarks/wiki/)
  40. You can also use a Dockerfile ([see example](https://github.com/Requarks/wiki/blob/master/tools/Dockerfile)) or Docker Compose ([see example](https://github.com/Requarks/wiki/blob/master/tools/docker-compose.yml)) to run Wiki.js.
  41. ## Milestones
  42. 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)*:
  43. ### 1.0.11 - Stable
  44. ![Progress](http://progressed.io/bar/100)
  45. **Note**: As 2.0 is under development, no new features are being developed in the 1.0 branch.
  46. - [x] Japanese localization
  47. - [x] Fix for name search when using OpenLDAP
  48. - [x] Added referrer policy header
  49. ### 2.0.0 - Dev
  50. ![Progress](http://progressed.io/bar/35)
  51. **Goals**:
  52. - Decouple front-end and back-end completely.
  53. - All operations and queries will be made via GraphQL API.
  54. - New fully responsive layout, with better customization capabilities.
  55. - Full localization support, especially for non-latin languages.
  56. **Breaking Changes**: MongoDB is being phased out in favor of PostgreSQL + Redis. An upgrade tool will be provided to migrate existing data to the new system.
  57. - [x] GraphQL API
  58. - [x] Comments
  59. - [x] Documents
  60. - [x] Files
  61. - [x] Folders
  62. - [x] Groups
  63. - [x] Rights
  64. - [x] Settings
  65. - [x] Tags
  66. - [x] Translations
  67. - [x] Users
  68. - [x] Migrate to PostgreSQL + Redis datastore
  69. - [ ] Themes
  70. - [ ] New Login page
  71. - [ ] History / Revert to previous version
  72. - [ ] Optional Two-Steps Authentication (2FA)
  73. - [x] Docker support + Auto compile/publish to Docker Hub
  74. - [x] Support sub-directory installations (e.g. example.com/wiki)
  75. - [ ] Persist system settings to database instead of file-based
  76. - [ ] User Groups + Better permissions management
  77. - [x] Make use of all available CPU cores, distributed jobs queue
  78. - [ ] Tags per document / folder
  79. - [ ] Comments / Discussion per document
  80. - [ ] Profile page per user
  81. - [ ] Preview changes directly from the editor, without saving
  82. - [x] Modular authentication providers
  83. - [ ] High Availability support (multiple concurrent instances)
  84. - [ ] Insert Link modal in Editor
  85. - [ ] Better simultaneous user editing handling
  86. ## Gitter
  87. Want to discuss features, ideas or issues? Join our [gitter channel](https://gitter.im/Requarks/wiki). We are very active and friendly!
  88. [![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)
  89. ## Twitter
  90. Follow our Twitter feed to learn about upcoming updates and new releases!
  91. [![Twitter Follow](https://img.shields.io/badge/follow-%40requarks-blue.svg?style=flat-square)](https://twitter.com/requarks)
  92. ## Translations
  93. 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!
  94. **Languages that are already translated:**
  95. - [x] English
  96. - [x] Chinese - *Thanks to [@choicky](https://github.com/choicky)*
  97. - [x] Dutch - *Thanks to [@weirdwater](https://github.com/weirdwater)*
  98. - [x] Estonian - *Thanks to [@vonforum](https://github.com/vonforum)*
  99. - [x] French
  100. - [x] German - *Thanks to [@joetjengerdes](https://github.com/joetjengerdes), [@MyZeD](https://github.com/MyZeD)*
  101. - [x] Japanese - *Thanks to [@johnnyshields](https://github.com/johnnyshields)*
  102. - [x] Korean - *Thanks to [@junwonpk](https://github.com/junwonpk)*
  103. - [x] Persian - *Thanks to [@ashkang](https://github.com/ashkang)*
  104. - [x] Portuguese - *Thanks to [@felipeplets](https://github.com/felipeplets)*
  105. - [x] Russian - *Thanks to [@efimlosev](https://github.com/efimlosev)*
  106. - [x] Spanish - *Thanks to [@MatiasArriola](https://github.com/MatiasArriola)*
  107. ## Special Thanks
  108. ![Browserstack](https://wiki.js.org/assets/images/logo_browserstack.png)
  109. [Browserstack](https://www.browserstack.com/) for providing access to their great cross-browser testing tools.
  110. [![DigitalOcean](https://wiki.js.org/assets/images/logo_digitalocean.png)](https://m.do.co/c/5f7445bfa4d0)
  111. [DigitalOcean](https://m.do.co/c/5f7445bfa4d0) for providing hosting of the Wiki.js documentation site.
  112. ## Contributors
  113. This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).
  114. <a href="graphs/contributors"><img src="https://opencollective.com/wikijs/contributors.svg?width=890" /></a>
  115. ## Backers
  116. Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/wikijs#backer)]
  117. <a href="https://opencollective.com/wikijs#backers" target="_blank"><img src="https://opencollective.com/wikijs/backers.svg?width=890"></a>
  118. ## Sponsors
  119. Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/wikijs#sponsor)]
  120. <a href="https://opencollective.com/wikijs/sponsor/0/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/0/avatar.svg"></a>
  121. <a href="https://opencollective.com/wikijs/sponsor/1/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/1/avatar.svg"></a>
  122. <a href="https://opencollective.com/wikijs/sponsor/2/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/2/avatar.svg"></a>
  123. <a href="https://opencollective.com/wikijs/sponsor/3/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/3/avatar.svg"></a>
  124. <a href="https://opencollective.com/wikijs/sponsor/4/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/4/avatar.svg"></a>
  125. <a href="https://opencollective.com/wikijs/sponsor/5/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/5/avatar.svg"></a>
  126. <a href="https://opencollective.com/wikijs/sponsor/6/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/6/avatar.svg"></a>
  127. <a href="https://opencollective.com/wikijs/sponsor/7/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/7/avatar.svg"></a>
  128. <a href="https://opencollective.com/wikijs/sponsor/8/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/8/avatar.svg"></a>
  129. <a href="https://opencollective.com/wikijs/sponsor/9/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/9/avatar.svg"></a>