X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=index.html;fp=index.html;h=7154b4d1765b15f54c59c041ef13996fab44fc83;hb=55ef2769feb77f0f4c45cc47d3af0e36be341cff;hp=0000000000000000000000000000000000000000;hpb=b3b872ef2a2200cd1e674845f0215341c1e67bfd;p=peach-html5-editor.git diff --git a/index.html b/index.html new file mode 100644 index 0000000..7154b4d --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ + + + + Peach HTML5 Editor + + +

Peach HTML5 Editor

+ +

This directory contains the source code for the Peach HTML5 Editor. Instructions on working with the code are in README.txt

+ +

The editor is written in coffeescript, which compiles to javascript. To make it so people can try it out, and even do some development without installing the coffescript compiler, a variety of HTML files are provided, which allow some or all of the coffeescript files to be used directly in the browser.

+ +

Demo

+ +

compiled version (this requires running make first)

+ +

no-prerequisites version (slow, but you don't need to compile firest)

+ +

developer/hybrid version (this version requires that html_parser.js is already compiled)

+ +