A lightweight, Node.js, based wiki that utilizes Markdown for editing and MongoDB for storage. I plan to combine parts of DokuWiki and MediaWiki into this project.
- Markdown syntax
- Unlimited page revisions (full log)
- Recent changes
- Uploading and embeding of images and other media
- Customizeable Interwiki linking
- Namespaces (like DokuWiki)
- URL rewrites
- Plugins for added functionality
- Skins
- Page permissions/protections
- Talk pages
- Search
- Layout
- Framework
- File storage
- Revision control
- Everything else
- GridFS & MongoDB
- Doc title = title
- Content = .md file
Released under the EPL license.