All Projects → Dynalon → Mdwiki

Dynalon / Mdwiki

Licence: other
CMS/Wiki system using Javascript for 100% client side single page application using Markdown.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Build Status

MDwiki

100% static single file CMS/Wiki done purely with client-side Javascript and HTML5.

See http://www.mdwiki.info for more info and documentation.

!! This project is currently unmaintained!!

Download

See https://github.com/Dynalon/mdwiki/releases for readily precompiled releases.

How to build from source

(applies to master branch, stable may differ)

  1. Install node.js >= 0.10 and npm (if not included)
  2. Clone the mdwiki repo
  3. Install deps and build MDwiki (you need automake installed - if you are on Windows check the contents of the Makefile for the list of commands to run them manually):
    make
  1. Find the mdwiki.html in the dist/ folder

  2. Development

For development, use

grunt devel 

To get unminified source code compiled to dist/mdwiki-debug.html, as well as auto file watching and livereload support. Symlink the development mdwiki file into your webroot for testing.

Bitdeli Badge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].