First attempt at MMT project pages
diff --git a/ReadMe.txt b/ReadMe.txt
index a40b66a..fd14774 100644
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -1,3 +1,3 @@
 This MMT subfolder is for support of the QVTd project in the context of MMT.
 
-QVTd-specific support should be kep separate in the root qvtd folder.
\ No newline at end of file
+QVTd-specific support should be kept separate in the root qvtd folder.
\ No newline at end of file
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..be2c073
--- /dev/null
+++ b/index.php
@@ -0,0 +1 @@
+<?php header("Location: /mmt/qvtd"); ?>
\ No newline at end of file
diff --git a/project-info/overview.html b/project-info/overview.html
new file mode 100644
index 0000000..dbb104f
--- /dev/null
+++ b/project-info/overview.html
@@ -0,0 +1,9 @@
+<p>The QVT Declarative (QVTd) component is a partial implementation of the Core (QVTc) and Relations (QVTr) Languages defined by the
+<a href="http://www.omg.org/technology/documents/modeling_spec_catalog.htm#MOF_QVT">OMG standard specification (MOF) 2.0 Query/View/Transformation</a>.
+<p>To date the QVT Declarative component provides only editing capabilities to support the QVT Declarative Languages:</p>
+<ul>
+	<li>0.7.0 provides QVT models and <a href="http://sourceforge.net/projects/lpg/">LPG</a> based parsers</li>
+	<li>0.8.0 adds <a href="http://www.eclipse.org/imp">IMP</a>-based editors.</li>
+	<li>0.9.0 re-engineers the models and editors to exploit <a href="http://www.eclipse.org/Xtext">Xtext</a> and the OCL Pivot model.</li>
+</ul>
+<p>Model execution is targetted for release in June 2013 with Kepler</p>
\ No newline at end of file
diff --git a/project-info/project-page-paragraph.html b/project-info/project-page-paragraph.html
new file mode 100644
index 0000000..aabd429
--- /dev/null
+++ b/project-info/project-page-paragraph.html
@@ -0,0 +1,3 @@
+<p>The QVT Declarative component is a partial implementation of the Core and Relations Languages defined by the
+<a href="http://www.omg.org/technology/documents/modeling_spec_catalog.htm#MOF_QVT">OMG standard specification (MOF) 2.0 Query/View/Transformation</a>.
+</p>
\ No newline at end of file