diff --git a/project.clj b/project.clj index add6ff0..a54dc4a 100644 --- a/project.clj +++ b/project.clj @@ -1,17 +1,17 @@ -(defproject mw-ui "0.1.2-SNAPSHOT" +(defproject mw-ui "0.1.2" :description "Web-based user interface for MicroWorld" :url "http://www.journeyman.cc/microworld" :manifest { ;; do not reformat this! It is important for the buildall script ;; that each of these properties is on a line with nothing else. - "build-signature-version" "0.1.2-SNAPSHOT" + "build-signature-version" "0.1.2" "build-signature-user" "Simon Brooke" "build-signature-email" "simon@journeyman.cc" "build-signature-timestamp" "2014-07-27 11:55:34+01:00" } :dependencies [[org.clojure/clojure "1.6.0"] - [mw-engine "0.1.2-SNAPSHOT"] - [mw-parser "0.1.2-SNAPSHOT"] + [mw-engine "0.1.2"] + [mw-parser "0.1.2"] [lib-noir "0.8.4"] [ring-server "0.3.1"] [selmer "0.6.8"] diff --git a/resources/public/docs/mw-engine/uberdoc.html b/resources/public/docs/mw-engine/uberdoc.html index be4b6d6..72677ad 100644 --- a/resources/public/docs/mw-engine/uberdoc.html +++ b/resources/public/docs/mw-engine/uberdoc.html @@ -3028,7 +3028,7 @@ net.brehaut.ClojureTools = (function (SH) { build_tree: build_tree }; })(SyntaxHighlighter); -mw-engine -- Marginalia

mw-engine

0.1.2-SNAPSHOT


Cellular automaton world builder.

+mw-engine -- Marginalia

mw-engine

0.1.3-SNAPSHOT


Cellular automaton world builder.

dependencies

org.clojure/clojure
1.5.1
org.clojure/math.combinatorics
0.0.7
org.clojure/tools.trace
0.7.8
net.mikera/imagez
0.3.1



(this space intentionally left almost blank)
 

Functions to transform a world and run rules.

(ns mw-engine.core
diff --git a/resources/public/docs/mw-parser/uberdoc.html b/resources/public/docs/mw-parser/uberdoc.html
index fbc615b..88fa68e 100644
--- a/resources/public/docs/mw-parser/uberdoc.html
+++ b/resources/public/docs/mw-parser/uberdoc.html
@@ -3028,8 +3028,8 @@ net.brehaut.ClojureTools = (function (SH) {
     build_tree: build_tree
   };
 })(SyntaxHighlighter);
-mw-parser -- Marginalia

mw-parser

0.1.2-SNAPSHOT


Parser for production rules for MicroWorld engine

-

dependencies

org.clojure/clojure
1.5.1
org.clojure/tools.trace
0.7.8
mw-engine
0.1.2-SNAPSHOT



(this space intentionally left almost blank)
 

parse multiple rules from a stream, possibly a file - although the real +mw-parser -- Marginalia

mw-parser

0.1.3-SNAPSHOT


Parser for production rules for MicroWorld engine

+

dependencies

org.clojure/clojure
1.5.1
org.clojure/tools.trace
0.7.8
mw-engine
0.1.3-SNAPSHOT



(this space intentionally left almost blank)
 

parse multiple rules from a stream, possibly a file - although the real objective is to parse rules out of a block of text from a textarea

(ns mw-parser.bulk
diff --git a/resources/public/docs/mw-ui/uberdoc.html b/resources/public/docs/mw-ui/uberdoc.html
index c684566..5b39a30 100644
--- a/resources/public/docs/mw-ui/uberdoc.html
+++ b/resources/public/docs/mw-ui/uberdoc.html
@@ -3028,8 +3028,8 @@ net.brehaut.ClojureTools = (function (SH) {
     build_tree: build_tree
   };
 })(SyntaxHighlighter);
-mw-ui -- Marginalia

mw-ui

0.1.2-SNAPSHOT


Web-based user interface for MicroWorld

-

dependencies

org.clojure/clojure
1.6.0
mw-engine
0.1.2-SNAPSHOT
mw-parser
0.1.2-SNAPSHOT
lib-noir
0.8.4
ring-server
0.3.1
selmer
0.6.8
com.taoensso/timbre
3.2.1
com.taoensso/tower
2.0.2
markdown-clj
0.9.44
environ
0.5.0
noir-exception
0.2.2



(this space intentionally left almost blank)
 
+mw-ui -- Marginalia

mw-ui

0.1.2


Web-based user interface for MicroWorld

+

dependencies

org.clojure/clojure
1.6.0
mw-engine
0.1.2
mw-parser
0.1.2
lib-noir
0.8.4
ring-server
0.3.1
selmer
0.6.8
com.taoensso/timbre
3.2.1
com.taoensso/tower
2.0.2
markdown-clj
0.9.44
environ
0.5.0
noir-exception
0.2.2



(this space intentionally left almost blank)
 
(ns mw-ui.handler
   (:require [compojure.core :refer [defroutes]]
             [mw-ui.routes.home :refer [home-routes]]