JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
convert editor to javascript, fix
[peach-html5-editor.git] / index.html
index 6d8e4f5..33c0d9d 100644 (file)
@@ -1,12 +1,15 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-       <meta charset="UTF-8">
-       <title>html parser tester</title>
-       <script src="parse-html.js"></script>
-       <script src="test.js"></script>
+       <title>Peach HTML5 Editor</title>
 </head>
 <body>
-       <p>check the console for test results</p>
+       <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>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="demo.html">Run the demo!</a></p>
 </body>
 </html>