axe a few things
diff --git a/content/index.html b/content/index.html
index 38b035c..537c262 100644
--- a/content/index.html
+++ b/content/index.html
@@ -87,19 +87,13 @@
 at around 100 archive search requests per second per ES node, depending on mailing
 list size and available bandwidth.</p>
 <h3>TODO:</h3>
-<p>This is a list of what we would love to get done:
-<em> ~~Set up dir structure~~ (</em>DONE<em>)
-</em> ~~Import site data~~ (<em>DONE</em>)
-<em> ~~Import tools~~ (</em>DONE<em>)
-</em> ~~Import settings / setup tools~~ (<em>DONE</em>)
-<em> ~~Import, fix archiver~~ (</em>DONE<em>)
-</em> ~~Add license headers (ALv2) to everything~~ (<em>DONE(?)</em>)
-<em> ~~Have reply feature actually work~~ (</em>DONE<em>)
-</em> ~~Split JS into smaller files for development, bundle together for releases~~ (<em>DONE</em>)
-<em> Start on documentation (WIP)
-</em> Rework JS, turn those ugly innerHTML hacks into proper DOM handling
-<em> Set up notification system (depends on reply system) (works, but still </em>WIP!<em>)
-</em> Have it work with ES with auth mode or via HTTPS</p>
+<p>This is a list of what we would love to get done:</p>
+<ul>
+<li>Start on documentation (WIP)</li>
+<li>Rework JS, turn those ugly innerHTML hacks into proper DOM handling</li>
+<li>Set up notification system (depends on reply system) (works, but still <em>WIP!</em>)</li>
+<li>Have it work with ES with auth mode or via HTTPS</li>
+</ul>
 <h2><a id="disclaimer"></a>Disclaimer</h2>
 <p>
     <a href="https://incubator.apache.org"><img src="images/podling.svg" align="right" width="220px"/></a>
diff --git a/source/markdown/index.md b/source/markdown/index.md
index 1f3abc8..4e45ce0 100644
--- a/source/markdown/index.md
+++ b/source/markdown/index.md
@@ -22,6 +22,7 @@
 
 
 ### Features include: ###
+
 * Importing from standard mbox files, maildir directory, Pipermail or an mod_mbox-driven site
 * Public and private list viewing based on auth
 * Cross-list threading
@@ -64,14 +65,7 @@
 
 ### TODO: ###
 This is a list of what we would love to get done:
-* ~~Set up dir structure~~ (*DONE*)
-* ~~Import site data~~ (*DONE*)
-* ~~Import tools~~ (*DONE*)
-* ~~Import settings / setup tools~~ (*DONE*)
-* ~~Import, fix archiver~~ (*DONE*)
-* ~~Add license headers (ALv2) to everything~~ (*DONE(?)*)
-* ~~Have reply feature actually work~~ (*DONE*)
-* ~~Split JS into smaller files for development, bundle together for releases~~ (*DONE*)
+
 * Start on documentation (WIP)
 * Rework JS, turn those ugly innerHTML hacks into proper DOM handling
 * Set up notification system (depends on reply system) (works, but still *WIP!*)