wheic ===== This project is to build a HTML5 parser, then use that to build a WYSIWYG html editor for the browser. The code is written in coffeescript for modern browsers. Status ------ Under development Getting Started --------------- Recommended: see "Compiling" below (experimental) Alternate: see "Without Compiling" Compiling --------- You'll need coffeescript, you can hopefully get that with a command such as this: apt-get install coffeescript or npm install -g coffee-script Then run ``make`` Then run the test suite by opening ``index.html`` in a modern browser. Without Compiling ----------------- It is recommended to install coffeescript (see Compiling above), but you might be able to got it to compile directly in the browser, see here: http://coffeescript.org/#scripts Please nudge Jason (see below) to make this easier. Feedback, Questions, Etc ------------------------ Please communicate directly with Jason Woofenden by email: jason@jasonwoof.com or on freenode /msg JasonWoof