First attempt at MMT project pages
diff --git a/ReadMe.txt b/ReadMe.txt
index 7789959..3269966 100644
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -1,3 +1,3 @@
 This MMT subfolder is for support of the QVTo project in the context of MMT.
 
-QVTo-specific support should be kep separate in the root qvto folder.
\ No newline at end of file
+QVTo-specific support should be kept separate in the root qvto folder.
\ No newline at end of file
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..f251fd0
--- /dev/null
+++ b/index.php
@@ -0,0 +1 @@
+<?php header("Location: /mmt/qvto/"); ?>
\ No newline at end of file
diff --git a/project-info/overview.html b/project-info/overview.html
new file mode 100644
index 0000000..cb52f4e
--- /dev/null
+++ b/project-info/overview.html
@@ -0,0 +1,6 @@
+<p>QVT Operational component is a partial implementation  of the Operational Mappings Language 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>.
+In long term, it aims to provide a complete implementation of the operational part of the standard.
+</p><p>
+A high level overview of the QVT Operational language is available as a presentation from
+<a href="http://127.0.0.1:56438/help/topic/org.eclipse.m2m.qvt.oml.doc/references/M2M-QVTO.pdf">EclipseCon 2008, Model Transformation with Operational QVT</a>.</p>
diff --git a/project-info/project-page-paragraph.html b/project-info/project-page-paragraph.html
new file mode 100644
index 0000000..2731d59
--- /dev/null
+++ b/project-info/project-page-paragraph.html
@@ -0,0 +1,3 @@
+<p>The QVT Operational component is a partial implementation of the Operational Mappings Language 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