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.

69 lines
2.4 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 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?maxAge=86400)](https://github.com/Requarks/wiki/releases)
  6. [![License](https://img.shields.io/badge/license-AGPLv3-blue.svg)](https://github.com/requarks/wiki/blob/master/LICENSE)
  7. [![Build Status](https://travis-ci.org/Requarks/wiki.svg?branch=master)](https://travis-ci.org/Requarks/wiki)
  8. [![Codacy Badge](https://api.codacy.com/project/badge/Grade/1d0217a3153c4595bdedb322263e55c8)](https://www.codacy.com/app/Requarks/wiki)
  9. [![Dependency Status](https://gemnasium.com/badges/github.com/Requarks/wiki.svg)](https://gemnasium.com/github.com/Requarks/wiki)
  10. [![Known Vulnerabilities](https://snyk.io/test/github/requarks/wiki/badge.svg)](https://snyk.io/test/github/requarks/wiki)
  11. ##### A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown
  12. *Under active development*
  13. ### Documentation
  14. - [Official Website](https://wiki.requarks.io/)
  15. - [Installation Guide](https://wiki.requarks.io/get-started.html)
  16. ##### Milestones
  17. - [ ] Account Management
  18. - [x] Assets Management
  19. - [x] Images
  20. - [x] Files/Documents
  21. - [x] Authentication
  22. - [x] Strategies
  23. - [x] Local
  24. - [x] Microsoft Account
  25. - [x] Google ID
  26. - [x] Facebook
  27. - [x] Access Rights
  28. - [x] View
  29. - [x] Edit / Create
  30. - [x] Background Agent (git sync, cache purge, etc.)
  31. - [x] Caching
  32. - [x] Create Entry
  33. - [x] Documentation
  34. - [x] Prerequisites
  35. - [x] Install
  36. - [ ] Authentication
  37. - [x] Git
  38. - [x] Upgrade
  39. - [x] Edit Entry
  40. - [x] Git Management
  41. - [x] Markdown Editor
  42. - [x] Basic Formatting
  43. - [ ] Links
  44. - [x] Image Selection modal
  45. - [x] File Selection modal
  46. - [x] Video player
  47. - [x] Inline Code
  48. - [x] Code Editor modal
  49. - [ ] Table Editor
  50. - [x] Move Entry
  51. - [x] Navigation
  52. - [x] Parsing / Tree / Metadata
  53. - [x] Search
  54. - [x] UI
  55. - [x] View Entry Source
  56. ### Special Thanks
  57. ![Browserstack](https://wiki.requarks.io/assets/images/logo_browserstack.png)
  58. [Browserstack](https://www.browserstack.com/) for providing access to their great cross-browser testing tools.
  59. ![DigitalOcean](https://wiki.requarks.io/assets/images/logo_digitalocean.png)
  60. [DigitalOcean](https://www.digitalocean.com/) for providing hosting of the Wiki.js documentation site.