Converted AcceptanceTests.md
diff --git a/AcceptanceTests.md b/AcceptanceTests.md
new file mode 100644
index 0000000..09d0dd9
--- /dev/null
+++ b/AcceptanceTests.md
@@ -0,0 +1,14 @@
+**note** this page is very out of date and doesn't contain any specific information about the acceptance tests in general.  (They are not actually on master, so this probably won't produce the results you expect.)
+
+## Execution steps
+
+```
+git clone https://melange.googlesource.com/soc
+cd soc
+virtualenv venv --python=python2.7
+venv/bin/pip install -U lxml setuptools
+venv/bin/python bootstrap.py
+bin/buildout
+bin/gen-app-yaml local-devel
+bin/paver build
+```
\ No newline at end of file
diff --git a/AcceptanceTests.wiki b/AcceptanceTests.wiki
deleted file mode 100644
index ded4c22..0000000
--- a/AcceptanceTests.wiki
+++ /dev/null
@@ -1,17 +0,0 @@
-#summary Running the Acceptance Tests (as of 22 October 2013)
-#labels Contents-Draft
-
-*note* this page is very out of date and doesn't contain any specific information about the acceptance tests in general.  (They are not actually on master, so this probably won't produce the results you expect.)
-
-== Execution steps ==
-
-{{{
-git clone https://melange.googlesource.com/soc
-cd soc
-virtualenv venv --python=python2.7
-venv/bin/pip install -U lxml setuptools
-venv/bin/python bootstrap.py
-bin/buildout
-bin/gen-app-yaml local-devel
-bin/paver build
-}}}
\ No newline at end of file