JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make index.html with links to readme and demos
authorJason Woofenden <jason@jasonwoof.com>
Tue, 22 Mar 2016 17:41:52 +0000 (13:41 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 22 Mar 2016 17:41:52 +0000 (13:41 -0400)
index.html [new file with mode: 0644]

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..7154b4d
--- /dev/null
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+       <title>Peach HTML5 Editor</title>
+</head>
+<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>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>
+
+       <h2>Demo</h2>
+
+       <p><a href="editor_tests_compiled.html">compiled version</a> (this requires running <code>make</code> first)</p>
+
+       <p><a href="editor_tests_coffee.html">no-prerequisites version</a> (slow, but you don't need to compile firest)</p>
+
+       <p><a href="editor_tests.html">developer/hybrid version</a> (this version requires that html_parser.js is already compiled)</p>
+</body>
+</html>