JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
preserve <script> tags and whitespace in plaintext elements
[peach-html5-editor.git] / index.html
index a071cfe..d8e030c 100644 (file)
@@ -8,10 +8,14 @@
 <body>
        <h1>Peach HTML5 Editor</h1>
 
-       <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>
+       <p>This directory contains the source code for the Peach HTML5 Editor.</p>
 
-       <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>
+       <p><a href="README.txt">Learn more</a></p>
 
-       <p><a href="demo.html">Run the demo!</a></p>
+       <p><a href="demo.html">Run the demo</a></p>
+
+       <p><a href="parser_tests.html">Run parser tests</a></p>
+
+       <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
 </body>
 </html>