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
- Host: GitHub
- URL: https://github.com/angrycoding/gcode-wiki-engine
- Owner: angrycoding
- Created: 2012-09-20T19:36:50.000Z (over 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2012-09-20T19:41:42.000Z (over 13 years ago)
- Last Synced: 2025-04-09T18:54:16.430Z (10 months ago)
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)