Skip to content
/ mdwiki Public
forked from Dynalon/mdwiki

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

License

Notifications You must be signed in to change notification settings

remi001/mdwiki

This branch is 1 commit behind Dynalon/mdwiki:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3570869 · Oct 25, 2018
Oct 19, 2014
Dec 28, 2017
Sep 28, 2013
Apr 17, 2014
Nov 10, 2015
Nov 20, 2013
Nov 12, 2015
Apr 16, 2014
Dec 28, 2017
Nov 10, 2015
Nov 16, 2014
Jun 12, 2016
Nov 3, 2014
Jun 11, 2016
Oct 25, 2018
Oct 30, 2015
Oct 30, 2015
Jun 12, 2016
Jun 12, 2016
May 4, 2014

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.7%
  • TypeScript 22.5%
  • HTML 1.9%
  • CSS 1.4%
  • Other 0.5%