diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6832cd6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+serve.js
diff --git a/Demo.html b/Demo.html
deleted file mode 100644
index 217584c..0000000
--- a/Demo.html
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
- HTML Editor Test
-
-
-
-
-
-HTML Editor Test
-
- This is a really simple demo, with the most trivial of UI integrations
-
- Bold
- Unbold
- Italic
-
- Unitalic
- Underline
- Deunderline
-
- Font size
- Font face
-
-
- Text colour
- Text highlight
- Link
-
-
- Quote
- Dequote
-
- List
- Unlist
-
- Insert image
- Set HTML
-
- Undo
- Redo
-
-
-
-
-
diff --git a/License.txt b/License.txt
deleted file mode 100644
index c5f4f6b..0000000
--- a/License.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright © 2011 by Neil Jenkins
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to
-deal in the Software without restriction, including without limitation the
-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-sell copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
-IN THE SOFTWARE.
\ No newline at end of file
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 22034d1..0000000
--- a/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-.PHONY: all build clean
-
-all: build
-
-clean:
- rm -rf build
-
-build: build/ie8.js build/squire.js build/document.html
-
-build/ie8.js: source/ie8types.js source/ie8dom.js source/ie8range.js
- mkdir -p $(@D)
- uglifyjs $^ -c -m -o $@
-
-build/squire-raw.js: source/intro.js source/Constants.js source/TreeWalker.js source/Node.js source/Range.js source/Editor.js source/outro.js
- mkdir -p $(@D)
- cat $^ >$@
-
-build/squire.js: build/squire-raw.js
- uglifyjs $^ -c -m -o $@
-
-build/document.html: source/document.html
- mkdir -p $(@D)
- cp $^ $@
\ No newline at end of file
diff --git a/Readme.md b/Readme.md
deleted file mode 100644
index ec0f8ed..0000000
--- a/Readme.md
+++ /dev/null
@@ -1,379 +0,0 @@
-Squire
-======
-
-Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible. It is built for the present and the future, and as such does not support truly ancient browsers. It should work fine back to around Opera 10, Firefox 3.5, Safari 4, Chrome 9 and IE8.
-
-Unlike other HTML5 rich text editors, Squire was written as a component for writing documents (emails, essays, etc.), not doing wysiwyg websites. If you are looking for support for inserting form controls or flash components or the like, you'll need to look elsewhere. However for many purposes, Squire may be just what you need, providing the power without the bloat. The key features are:
-
-### Lightweight ###
-
-* Only 10KB of JS after minification and gzip (33KB before gzip).
-* IE8 support does not add extra bloat to the core library; instead, a separate
- 3KB (7KB before gzip) file patches the browser to support the W3C APIs.
-* Does not include its own XHR wrapper, widget library or lightbox overlays.
-* No dependencies.
-* No UI for a toolbar is supplied, allowing you to integrate seamlessly with the
- rest of your application and lose the bloat of having two UI toolkits loaded.
- Instead, you get a component you can drop in in place of a `