Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 756 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 756 Bytes

SodiumWiki

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.

Features

  • 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

Current Tasklist

  • Layout
  • Framework
  • File storage
  • Revision control
  • Everything else

Ideas

  • GridFS & MongoDB
    • Doc title = title
    • Content = .md file

License

Released under the EPL license.