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. The HTML5 parser can also run under node.js. Status ------ HTML5 parser: all (1581) tests pass. Works in the browser and node.js WYSIWYG editor: planning stages Getting Started --------------- Recommended: see "With CoffeeScript" below (experimental) Alternate: see "Without Compiling" With CoffeeScript ------------------ You can get CoffeeScript with a command such as this: apt-get install coffeescript or npm install -g coffee-script Then, to test in the browser, run ``make``, then open ``index.html`` in your favorite browser. Or, to run the tests on the commandline, run ``coffee test.coffee`` Without CoffeeScript ----------------- It is recommended to install CoffeeScript (see With CoffeeScript above), but it should be pretty easy to get your browser to compile the CoffeScript on the fly, to avoid installing anything. See the instructions here: http://coffeescript.org/#scripts Feedback, Questions, Etc ------------------------ Please communicate directly with Jason Woofenden by email: jason@jasonwoof.com or on freenode /msg JasonWoof