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.

173 lines
9.3 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
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://app.wercker.com/status/fc8e75793b3cf12852314d6bfd83d148/s/master?style=flat-square)](https://app.wercker.com/project/byKey/fc8e75793b3cf12852314d6bfd83d148)
  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. - [ ] New Login page
  70. - [ ] History / Revert to previous version
  71. - [ ] Optional Two-Steps Authentication (2FA)
  72. - [x] Docker support + Auto compile/publish to Docker Hub
  73. - [x] Support sub-directory installations (e.g. example.com/wiki)
  74. - [ ] Persist system settings to database instead of file-based
  75. - [ ] User Groups + Better permissions management
  76. - [x] Make use of all available CPU cores, distributed jobs queue
  77. - [ ] Tags per document / folder
  78. - [ ] Comments / Discussion per document
  79. - [ ] Profile page per user
  80. - [ ] Preview changes directly from the editor, without saving
  81. - [x] Modular authentication providers
  82. - [ ] High Availability support (multiple concurrent instances)
  83. ### Future
  84. - [ ] Insert Link modal in Editor
  85. - [ ] Better simultaneous user editing handling
  86. - [ ] Upgrade from web UI
  87. ## Gitter
  88. Want to discuss features, ideas or issues? Join our [gitter channel](https://gitter.im/Requarks/wiki). We are very active and friendly!
  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] French
  99. - [x] German - *Thanks to [@joetjengerdes](https://github.com/joetjengerdes)*
  100. - [x] Japanese - *Thanks to [@johnnyshields](https://github.com/johnnyshields)*
  101. - [x] Korean - *Thanks to [@junwonpk](https://github.com/junwonpk)*
  102. - [x] Persian - *Thanks to [@ashkang](https://github.com/ashkang)*
  103. - [x] Portuguese - *Thanks to [@felipeplets](https://github.com/felipeplets)*
  104. - [x] Russian - *Thanks to [@efimlosev](https://github.com/efimlosev)*
  105. - [x] Spanish - *Thanks to [@MatiasArriola](https://github.com/MatiasArriola)*
  106. ## Special Thanks
  107. ![Browserstack](https://wiki.js.org/assets/images/logo_browserstack.png)
  108. [Browserstack](https://www.browserstack.com/) for providing access to their great cross-browser testing tools.
  109. [![DigitalOcean](https://wiki.js.org/assets/images/logo_digitalocean.png)](https://m.do.co/c/5f7445bfa4d0)
  110. [DigitalOcean](https://m.do.co/c/5f7445bfa4d0) for providing hosting of the Wiki.js documentation site.
  111. ## Contributors
  112. This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).
  113. <a href="graphs/contributors"><img src="https://opencollective.com/wikijs/contributors.svg?width=890" /></a>
  114. ## Backers
  115. Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/wikijs#backer)]
  116. <a href="https://opencollective.com/wikijs#backers" target="_blank"><img src="https://opencollective.com/wikijs/backers.svg?width=890"></a>
  117. ## Sponsors
  118. 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)]
  119. <a href="https://opencollective.com/wikijs/sponsor/0/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/0/avatar.svg"></a>
  120. <a href="https://opencollective.com/wikijs/sponsor/1/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/1/avatar.svg"></a>
  121. <a href="https://opencollective.com/wikijs/sponsor/2/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/2/avatar.svg"></a>
  122. <a href="https://opencollective.com/wikijs/sponsor/3/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/3/avatar.svg"></a>
  123. <a href="https://opencollective.com/wikijs/sponsor/4/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/4/avatar.svg"></a>
  124. <a href="https://opencollective.com/wikijs/sponsor/5/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/5/avatar.svg"></a>
  125. <a href="https://opencollective.com/wikijs/sponsor/6/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/6/avatar.svg"></a>
  126. <a href="https://opencollective.com/wikijs/sponsor/7/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/7/avatar.svg"></a>
  127. <a href="https://opencollective.com/wikijs/sponsor/8/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/8/avatar.svg"></a>
  128. <a href="https://opencollective.com/wikijs/sponsor/9/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/9/avatar.svg"></a>