Automatically generate Samples wiki page from README files.

Reviewed in http://codereview.appspot.com/5900069/.

Index: samples-index.py
===================================================================
new file mode 100644
diff --git a/samples/threadqueue/README b/samples/threadqueue/README
new file mode 100644
index 0000000..4baa99a
--- /dev/null
+++ b/samples/threadqueue/README
@@ -0,0 +1,4 @@
+Demonstrates using threading and thread queues for handling a high volume of requests.
+
+api: moderator
+keywords: cmdline threading