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.

170 lines
9.1 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
8 years ago
7 years ago
8 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.10 - 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] Delete a page from the UI
  47. ### 2.0.0 - Dev
  48. ![Progress](http://progressed.io/bar/35)
  49. **Goals**:
  50. - Decouple front-end and back-end completely.
  51. - All operations and queries will be made via GraphQL API.
  52. - New fully responsive layout, with better customization capabilities.
  53. - Full localization support, especially for non-latin languages.
  54. **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.
  55. - [x] GraphQL API
  56. - [x] Comments
  57. - [x] Documents
  58. - [x] Files
  59. - [x] Folders
  60. - [x] Groups
  61. - [x] Rights
  62. - [x] Settings
  63. - [x] Tags
  64. - [x] Translations
  65. - [x] Users
  66. - [x] Migrate to PostgreSQL + Redis datastore
  67. - [ ] New Login page
  68. - [ ] History / Revert to previous version
  69. - [ ] Optional Two-Steps Authentication (2FA)
  70. - [x] Docker support + Auto compile/publish to Docker Hub
  71. - [x] Support sub-directory installations (e.g. example.com/wiki)
  72. - [ ] Persist system settings to database instead of file-based
  73. - [ ] User Groups + Better permissions management
  74. - [x] Make use of all available CPU cores, distributed jobs queue
  75. - [ ] Tags per document / folder
  76. - [ ] Comments / Discussion per document
  77. - [ ] Profile page per user
  78. - [ ] Preview changes directly from the editor, without saving
  79. - [x] Modular authentication providers
  80. - [ ] High Availability support (multiple concurrent instances)
  81. ### Future
  82. - [ ] Insert Link modal in Editor
  83. - [ ] Better simultaneous user editing handling
  84. - [ ] Upgrade from web UI
  85. ## Gitter
  86. Want to discuss features, ideas or issues? Join our [gitter channel](https://gitter.im/Requarks/wiki). We are very active and friendly!
  87. ## Twitter
  88. Follow our Twitter feed to learn about upcoming updates and new releases!
  89. [![Twitter Follow](https://img.shields.io/badge/follow-%40requarks-blue.svg?style=flat-square)](https://twitter.com/requarks)
  90. ## Translations
  91. 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!
  92. **Languages that are already translated:**
  93. - [x] English
  94. - [x] Chinese - *Thanks to [@choicky](https://github.com/choicky)*
  95. - [x] Dutch - *Thanks to [@weirdwater](https://github.com/weirdwater)*
  96. - [x] French
  97. - [x] German - *Thanks to [@joetjengerdes](https://github.com/joetjengerdes)*
  98. - [x] Korean - *Thanks to [@junwonpk](https://github.com/junwonpk)*
  99. - [x] Persian - *Thanks to [@ashkang](https://github.com/ashkang)*
  100. - [x] Portuguese - *Thanks to [@felipeplets](https://github.com/felipeplets)*
  101. - [x] Russian - *Thanks to [@efimlosev](https://github.com/efimlosev)*
  102. - [x] Spanish - *Thanks to [@MatiasArriola](https://github.com/MatiasArriola)*
  103. ## Special Thanks
  104. ![Browserstack](https://wiki.js.org/assets/images/logo_browserstack.png)
  105. [Browserstack](https://www.browserstack.com/) for providing access to their great cross-browser testing tools.
  106. [![DigitalOcean](https://wiki.js.org/assets/images/logo_digitalocean.png)](https://m.do.co/c/5f7445bfa4d0)
  107. [DigitalOcean](https://m.do.co/c/5f7445bfa4d0) for providing hosting of the Wiki.js documentation site.
  108. ## Contributors
  109. This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).
  110. <a href="graphs/contributors"><img src="https://opencollective.com/wikijs/contributors.svg?width=890" /></a>
  111. ## Backers
  112. Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/wikijs#backer)]
  113. <a href="https://opencollective.com/wikijs#backers" target="_blank"><img src="https://opencollective.com/wikijs/backers.svg?width=890"></a>
  114. ## Sponsors
  115. 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)]
  116. <a href="https://opencollective.com/wikijs/sponsor/0/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/0/avatar.svg"></a>
  117. <a href="https://opencollective.com/wikijs/sponsor/1/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/1/avatar.svg"></a>
  118. <a href="https://opencollective.com/wikijs/sponsor/2/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/2/avatar.svg"></a>
  119. <a href="https://opencollective.com/wikijs/sponsor/3/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/3/avatar.svg"></a>
  120. <a href="https://opencollective.com/wikijs/sponsor/4/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/4/avatar.svg"></a>
  121. <a href="https://opencollective.com/wikijs/sponsor/5/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/5/avatar.svg"></a>
  122. <a href="https://opencollective.com/wikijs/sponsor/6/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/6/avatar.svg"></a>
  123. <a href="https://opencollective.com/wikijs/sponsor/7/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/7/avatar.svg"></a>
  124. <a href="https://opencollective.com/wikijs/sponsor/8/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/8/avatar.svg"></a>
  125. <a href="https://opencollective.com/wikijs/sponsor/9/website" target="_blank"><img src="https://opencollective.com/wikijs/sponsor/9/avatar.svg"></a>