diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b7e4575
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+kuona
+=====
+
+Kuona is/was a micro-tasking tool to help with H.O.T. mapping of villages in Mali. It presented users with a bing imagery square, and asked them to click if they see any buildings/villages. This micro task was super-simple, and didn't even require a login. Much easier to learn than even the most simplistic editing of OpenStreetMap.
+
+More advanced OpenStreetMap mappers could then use the results to find missing villages (which was useful across this very sparesely populated saharan landscape)
+
+It was developed by nicolas17 (AKA "PovAddict") as quick proof of concept which was used quite effectively during the [2012 Mail Crisis](http://wiki.openstreetmap.org/wiki/2012_Mali_Crisis) response mapping.
+The tool was initially deployed here: http://stuff.povaddict.com.ar/mali-crowdsource/
+
+Output from the tool was a GPX file showing where everybody had been clicking. Intially these points were just viewed directly in JOSM. Harry developed a ruby script to eliminate points which already appeared to be mapped. Pierre G set up [a special task manager job](http://tasks.hotosm.org/job/198) using the data. This presented task squares spread out in an interesting pattern (unlike the usual grid).
+
+The tool also had a behind-the-scenes admin interface displaying a count of how many times a tiles had been seen vs "hits" (times users had decided to click) and nicolas was able to direct attention onto re-checking tiles or looking at new ones as desired.
diff --git a/kuona.css b/kuona.css
new file mode 100644
index 0000000..eec8f2e
--- /dev/null
+++ b/kuona.css
@@ -0,0 +1,56 @@
+body {
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ color: black;
+}
+#imagerytiles {
+ float:left;
+ margin-bottom:30px;
+ margin-right:30px;
+ padding:5px;
+ background:#EEE;
+}
+
+#imagerytiles table input[type=image] {
+ display: block;
+}
+
+#content {
+ padding:5px;
+}
+#content h1 {
+ font-size:3em;
+ margin:0px;
+}
+#instructions {
+ background:#FFE;
+ margin:10px;
+ padding:10px;
+}
+#instructions h2 {
+ font-size:1.1em;
+ margin:0px;
+}
+#instructions ul {
+ list-style:inside;
+ margin:0px;
+ padding:0px;
+}
+
+#footer {
+ clear:both;
+ border-top:solid 2px #EEE;
+ padding:5px;
+ text-align:right
+}
+#footer a {
+ color:#AAA;
+}
+#stats {
+ font-size: 9pt;
+}
+
+input[type=submit] {
+ padding:5px;
+ font-weight:BOLD;
+ font-size:1em;
+}
diff --git a/main.html b/main.html
index dd5cf6b..1f6b4f9 100644
--- a/main.html
+++ b/main.html
@@ -8,22 +8,19 @@
#}
-
-
+ Kuona - Any easy way to help OpenStreetMap
+
+
- {% if got_tile %}
+ {% if got_tile %}
- {% else %}
-
There are currently no tiles to process. Come back later!
- {% endif %}
-
-
- {% if confirmation %}
-
Currently verifying already-seen tiles.
- {% endif %}
- {% if remaining %}
-
Pictures remaining: {{remaining}}
- {% endif %}
+
+
+
+
Kuona
+
+
+
Mali building mapping
+
+ Click on any buildings you see. Especially on large areas of them
+ (like this)
+
+
+ DO Mark
+
+
Villages
+
Dams
+
+
+ DO Not Mark
+
+
Roads
+
Cattle Pens
+
Fields
+
+
+
+
+
+
+
+ {% if confirmation %}
+
Currently verifying already-seen tiles.
+ {% endif %}
+ {% if remaining %}
+
Pictures remaining: {{remaining}}
+ {% endif %}
+
{#
This application is currently running on my home computer,
on a residential Internet connection. Lately it's being very unreliable.
If you get a connection error, just reload the page.
I will try to move it to an OpenStreetMap dev server soon.
#}
+
+
+
+
+ {% else %}
+
There are currently no tiles to process. Come back later!