@@ -0,0 +1,29 @@
+Content description
+-------------------
+
+IronPython
+  - Core compiler and runtime (IronPython.dll)
+
+IronPython.Tests
+  - Targetted compiler and runtime unit tests hosted in a C# test harness.
+
+Public
+  - Misc documentation, tutorial
+
+Samples
+  - demonstrations, such as comment checker, voice.
+
+Scripts
+  - Infrastructure scripts and helpers.
+
+StdLib
+  - Python standard library imports. 
+
+Tests 
+  - Test suites.
+
+ 
+Please see http://wiki.github.com/IronLanguages/main for information on:
+- Setting up a development environment with easy access to utility scripts
+- Building
+- Running test