\ No newline at end of file
diff --git a/docs/codox/mw-ui.layout.html b/docs/codox/mw-ui.layout.html
new file mode 100644
index 0000000..bad5643
--- /dev/null
+++ b/docs/codox/mw-ui.layout.html
@@ -0,0 +1,6 @@
+
+mw-ui.layout documentation
\ No newline at end of file
diff --git a/docs/codox/mw-ui.middleware.html b/docs/codox/mw-ui.middleware.html
new file mode 100644
index 0000000..38a30bd
--- /dev/null
+++ b/docs/codox/mw-ui.middleware.html
@@ -0,0 +1,8 @@
+
+mw-ui.middleware documentation
\ No newline at end of file
diff --git a/docs/codox/mw-ui.render-world.html b/docs/codox/mw-ui.render-world.html
new file mode 100644
index 0000000..768d6e6
--- /dev/null
+++ b/docs/codox/mw-ui.render-world.html
@@ -0,0 +1,11 @@
+
+mw-ui.render-world documentation
\ No newline at end of file
diff --git a/docs/codox/mw-ui.repl.html b/docs/codox/mw-ui.repl.html
new file mode 100644
index 0000000..e5abb24
--- /dev/null
+++ b/docs/codox/mw-ui.repl.html
@@ -0,0 +1,9 @@
+
+mw-ui.repl documentation
\ No newline at end of file
diff --git a/docs/codox/mw-ui.routes.home.html b/docs/codox/mw-ui.routes.home.html
new file mode 100644
index 0000000..264ea33
--- /dev/null
+++ b/docs/codox/mw-ui.routes.home.html
@@ -0,0 +1,12 @@
+
+mw-ui.routes.home documentation
\ No newline at end of file
diff --git a/docs/codox/mw-ui.routes.load.html b/docs/codox/mw-ui.routes.load.html
new file mode 100644
index 0000000..756f03b
--- /dev/null
+++ b/docs/codox/mw-ui.routes.load.html
@@ -0,0 +1,7 @@
+
+mw-ui.routes.load documentation
Route which handles the upload of worlds/rules from the client.
+
load-page
(load-page)(load-page request)
If no args, show the load form; with args, load a world file from the client.
+
NOTE that this reads a Clojure form from an untrusted client and should almost certainly NOT be enabled on a public-facing site, especially not on the Internet.
\ No newline at end of file
diff --git a/docs/codox/mw-ui.routes.params.html b/docs/codox/mw-ui.routes.params.html
new file mode 100644
index 0000000..2c1556e
--- /dev/null
+++ b/docs/codox/mw-ui.routes.params.html
@@ -0,0 +1,5 @@
+
+mw-ui.routes.params documentation
Route which serves and handles the parameters page.
+
params-page
(params-page)(params-page request)
Handler for params request. If no request passed, show empty params form. If request is passed, put parameters from request into session and show the world page.
\ No newline at end of file
diff --git a/docs/codox/mw-ui.routes.rules.html b/docs/codox/mw-ui.routes.rules.html
new file mode 100644
index 0000000..7b9b966
--- /dev/null
+++ b/docs/codox/mw-ui.routes.rules.html
@@ -0,0 +1,7 @@
+
+mw-ui.routes.rules documentation
Request handler for the rules request. If the request contains a value for :src, treat that as rule source and try to compile it. If compilation succeeds, stash the compiled rules and the rule text on the session, and provide feedback; if not, provide feedback.
+
If request doesn’t contain a value for :src, load basic rule source from the session or from resources/rulesets/basic.txt and pass that back.
\ No newline at end of file
diff --git a/docs/codox/mw-ui.routes.save.html b/docs/codox/mw-ui.routes.save.html
new file mode 100644
index 0000000..beb4720
--- /dev/null
+++ b/docs/codox/mw-ui.routes.save.html
@@ -0,0 +1,5 @@
+
+mw-ui.routes.save documentation
Route which handles the saving of world state the client.
+
save-page
(save-page)
Save the current world to the browser, using our own custom mime-type in an attempt to prevent the browser trying to do anything clever with it. Note that it is saved as a raw Clojure data structure, not as XML or any proprietary format.
\ No newline at end of file
diff --git a/docs/codox/mw-ui.util.html b/docs/codox/mw-ui.util.html
new file mode 100644
index 0000000..eb2a009
--- /dev/null
+++ b/docs/codox/mw-ui.util.html
@@ -0,0 +1,9 @@
+
+mw-ui.util documentation
The resources which were visible at compile time. If we are running from a JAR file, it is highly likely that these are all the resources available at run time.