X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=blobdiff_plain;f=index.html;h=7154b4d1765b15f54c59c041ef13996fab44fc83;hp=f27ccb2e6a09b665b5987010558a3c8b7988f7d0;hb=e3b396215f59cd45b7d7c510dcddea8354f756aa;hpb=cc2911623e5e9a50e19ae8233a990c2e633c218e diff --git a/index.html b/index.html index f27ccb2..7154b4d 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,21 @@ - html parser tester - + Peach HTML5 Editor -

check the console for test results

+

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)