An open API service indexing awesome lists of open source software.

https://github.com/angrycoding/gcode-wiki-engine

Recreating Google Code Wiki
https://github.com/angrycoding/gcode-wiki-engine

Last synced: 6 days ago
JSON representation

Recreating Google Code Wiki

Awesome Lists containing this project

README

          

Recreating Google Code Wiki
==================

Wikiwym is a JavaScript - based parser for the Google Code wiki syntax.
Using this parser you can easily transform Google Code wiki syntax into HTML.
It's simple, fast and reliable solution to generate HTML code out of Wiki syntax
source, and what is also very important this can be done in non - browser
environment (like Mozilla Rhino or Google V8), so you can even make some
automated tool which for example generates documentation out of wiki syntax
markdown on top of it.

[See the live demo here](http://angrycoding.github.com/gcode-wiki-engine/)