• Stars
    star
    3,109
  • Rank 14,374 (Top 0.3 %)
  • Language
    JavaScript
  • License
    Other
  • Created about 11 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

JsonConfig

simple configuration library using JSON and C# 4.0 dynamic feature
C#
202
star
2

reactive-state

Redux-clone build with strict typing and RxJS down to its core. Wrist-friendly, no boilerplate or endless switch statements
TypeScript
138
star
3

Rainy

Simple Tomboy/Tomdroid cloud/syncing server. Written in C# with AngularJS web frontend. Supports SQLite & Postgres Backends.
JavaScript
87
star
4

mdwiki-seed

Basic template file layout to start with MDwiki - see http://mdwiki.info
26
star
5

tcp_probe_fixed

Bugfixed & modified version of tcp_probe.c linux kernel module to monitor congestion/flow control of tcp connections
C
25
star
6

mdwiki-examples

A collection of example wesbites created with MDwiki
23
star
7

redux-pattern-with-rx

Basic Redux implementation in RxJS. For educational and production use
TypeScript
14
star
8

reactive-state-react-example

A full React Counter/Todo application using reactive-state as a Container plus RxJS instead of Redux
TypeScript
6
star
9

genbanking

A simple framework for common banking tasks with webservice access through SOAP and JSON. Currently support german Bankaccount via HBCI
C#
5
star
10

PortableIoC

Single .cs file IoC container for .NET/PCL. Fork from portableioc.codeplex.com
C#
4
star
11

banshee-osx

My local mirror for banshee on OS X to work during my GSoC
C#
2
star
12

tomboy-sync-example

Example of how to use Tomboy-library to sync with a a WebSync Server such as Rainy
C#
2
star
13

MarkdownSharp

Fork from the google-code hosted MarkdownSharp at http://code.google.com/p/markdownsharp/
C#
2
star
14

aqbankingNET

A common language runtime (CLR) wrapper for aqbanking that allows usage of the C/C++ aqbanking library from C# and other .NET languages using mono on Linux/UNIX and possible windows.
2
star
15

autobahn-ts

TypeScript fork/port of the original autobahnJS library
JavaScript
1
star
16

jquery-lazy-gist

a jQuery plugin that will lazy load your gists.
JavaScript
1
star
17

coffeeloader

A node.js based http server that dynamically compiles and conditionally assembles Coffeescript and Javascript using configured profiles
CoffeeScript
1
star