X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=blobdiff_plain;f=index.html;h=d8e030c47bfdc84e532ad5d98ecd2fce3a01b6ab;hp=7154b4d1765b15f54c59c041ef13996fab44fc83;hb=HEAD;hpb=55ef2769feb77f0f4c45cc47d3af0e36be341cff diff --git a/index.html b/index.html index 7154b4d..d8e030c 100644 --- a/index.html +++ b/index.html @@ -1,21 +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

+

This directory contains the source code for the Peach HTML5 Editor.

-

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.

+

Learn more

-

Demo

+

Run the demo

-

compiled version (this requires running make first)

+

Run parser tests

-

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)

+

Source - AGPLv3+