diff --git a/resources/rulesets/iceage.txt b/resources/rulesets/iceage.txt index ca69fa9..b83d904 100644 --- a/resources/rulesets/iceage.txt +++ b/resources/rulesets/iceage.txt @@ -1,7 +1,5 @@ ## Ruleset which attempts to model retreat of ice after an iceage -if generation is less than 5 then state should be ice - ;; Limitations: because the rule language doesn't (yet) allow sophisticated ;; arithmetic, the ice retreats north to south (southern hemisphere). diff --git a/resources/templates/about.html b/resources/templates/about.html deleted file mode 100644 index 94f188b..0000000 --- a/resources/templates/about.html +++ /dev/null @@ -1,6 +0,0 @@ -{% extends "templates/base.html" %} -{% block content %} -
- {{content|safe}} -
-{% endblock %} diff --git a/resources/templates/base.html b/resources/templates/base.html index 6b208f3..1419ab8 100644 --- a/resources/templates/base.html +++ b/resources/templates/base.html @@ -16,13 +16,14 @@ var context = "{{servlet-context}}"; //]]> - +