JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
replace del key hack with one that uses backspace code
[peach-html5-editor.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <title>Peach HTML5 Editor</title>
5 </head>
6 <body>
7         <h1>Peach HTML5 Editor</h1>
8
9         <p>This directory contains the source code for the Peach HTML5 Editor. Instructions on working with the code are in <a href="README.txt">README.txt</a></p>
10
11         <p>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.</p>
12
13         <h2>Demo</h2>
14
15         <p><a href="editor_tests_compiled.html">compiled version</a> (this requires running <code>make</code> first)</p>
16
17         <p><a href="editor_tests_coffee.html">no-prerequisites version</a> (slow, but you don't need to compile firest)</p>
18
19         <p><a href="editor_tests.html">developer/hybrid version</a> (this version requires that html_parser.js is already compiled)</p>
20 </body>
21 </html>