Added missing pages and added release 0.10.0.

Change-Id: I36916973721c23a940f73b7791f167d91af34965
diff --git a/developers/_index.html b/developers/_index.html
new file mode 100644
index 0000000..9adea59
--- /dev/null
+++ b/developers/_index.html
@@ -0,0 +1,22 @@
+<h3>Communication Channels</h3>
+<dl>
+	<dt><b>Developer Mailing List</b></dt>
+	<dd>Follow and participate in discussions on the Graphiti
+	framework. You can <a
+		href="https://dev.eclipse.org/mailman/listinfo/graphiti-dev">subscribe
+	here</a>.</dd>
+</dl>
+
+<!--<h3>FMC Wiki</h3>
+<p>The <a href="http://wiki.eclipse.org/FMC">FMC
+Wiki</a> has more information in case you are interested in FMC
+framework development or are interested in our planning or development
+process.</p>-->
+
+<h3>Other</h3>
+<dl>
+	<dt><b>Developer FAQ</b></dt>
+	<dd>A page with frequently asked questions can be found <a
+		href="faq.php">here</a>.</dd>
+	<p>
+</dl>
diff --git a/developers/faq.html b/developers/faq.html
new file mode 100644
index 0000000..9be19b5
--- /dev/null
+++ b/developers/faq.html
@@ -0,0 +1,7 @@
+<h2>Frequently Asked Questions</h2>
+
+<!-- <h3>[General]</h3> -->
+
+<ol>
+	
+</ol>
\ No newline at end of file
diff --git a/developers/faq.php b/developers/faq.php
new file mode 100644
index 0000000..f8b4736
--- /dev/null
+++ b/developers/faq.php
@@ -0,0 +1,10 @@
+<?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
+	$pageTitle 		= "FMC - Developers - FAQ";
+
+	$html  = '<div id="midcolumn">';
+	$html .= file_get_contents('faq.html');
+	$html .= "</div>";
+
+	# Generate the web page
+	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
diff --git a/developers/index.php b/developers/index.php
new file mode 100644
index 0000000..4854388
--- /dev/null
+++ b/developers/index.php
@@ -0,0 +1,20 @@
+<?php
+
+	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
+	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");
+	
+	$App 	= new App();
+	$Nav	= new Nav();
+	$Menu 	= new Menu();
+	include($App->getProjectCommon());
+
+	$pageTitle 		= "FMC - Developers";
+
+	$html  = '<div id="midcolumn">';
+	$html .= file_get_contents('_index.html');
+	$html .= "</div>";
+
+	# Generate the web page
+	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
diff --git a/images/screenshots/fmceditor.png b/images/screenshots/fmceditor.png
new file mode 100644
index 0000000..a66af38
--- /dev/null
+++ b/images/screenshots/fmceditor.png
Binary files differ
diff --git a/pages/_index.html b/pages/_index.html
index 7e29019..54a0ee5 100755
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -31,6 +31,9 @@
 
 </div>
 
+<img src="screenshots/fmceditor.png" width="100%" alt="FMC Editor Screenshot"/>
+
+
 </div>
 
 <div id="rightcolumn">
diff --git a/pages/download.html b/pages/download.html
index b18926c..9bc021e 100644
--- a/pages/download.html
+++ b/pages/download.html
@@ -6,6 +6,19 @@
 			href="/legal/epl/notice.php">Eclipse Foundation Software User
 			Agreement</a> unless otherwise specified.
 	</p>
+	
+	<h2>Release 0.10.0</h2>
+	<p>The FMC editor has been released for Kepler.</p>
+	<p>The release 0.10.0 is the newest release of FMC and
+		available for download from here.</p>
+
+	<ul>
+		<li>Update site: <a
+			href="http://download.eclipse.org/fmc/updates/0.10.0/">http://download.eclipse.org/fmc/updates/0.10.0</a></li>
+		<li>ZIP file: <a
+			href="http://download.eclipse.org/fmc/updates/0.10.0/org.eclipse.fmc.updatesite-0.10.0.zip">org.eclipse.fmc.updatesite-0.10.0.zip</a></li>
+	</ul>
+	<!--<p>An overview of what is new and noteworthy in FMC 0.10.0 can be found <a href="pages/whats-new-0.10.html">here</a>.</p>-->
 
 	<h2>Nightly Build</h2>
 	<p>The FMC nightly (dev, currently for Luna, 0.11.0) version can be found here:</p>
diff --git a/support/_index.html b/support/_index.html
new file mode 100644
index 0000000..a4a9de9
--- /dev/null
+++ b/support/_index.html
@@ -0,0 +1,20 @@
+<h3>Support</h3>
+
+<ul>
+	<li><b><a href="/fmc/documentation" title="Documentation">Documentation</a></b>
+	- Details on Graphiti</li>
+	<li><b><a
+		href="http://www.eclipse.org/forums/eclipse.fmc"
+		title="http://www.eclipse.org/forums/eclipse.fmc" rel="nofollow">FMC
+	Newsgroup</a></b> - Discuss and ask questions</li>
+	<li><b><a
+		href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;component=BlockDiagram;product=FMC;classification=Modeling"
+		title="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;component=BlockDiagram;product=FMC;classification=Modeling"
+		rel="nofollow">FMC Bugzilla</a></b> - Create and review Bugzilla
+	entries</li>
+	<li><b><a
+		href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=FMC&amp;version=0.11.0&amp;component=BlockDiagram&amp;rep_platform=All&amp;op_sys=All"
+		title="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=FMC&amp;version=0.11.0&amp;component=BlockDiagram&amp;rep_platform=All&amp;op_sys=All"
+		rel="nofollow">File a bug</a></b> - File bugs and feature requests</li>
+</ul>
+
diff --git a/support/index.php b/support/index.php
new file mode 100644
index 0000000..0d01d6b
--- /dev/null
+++ b/support/index.php
@@ -0,0 +1,10 @@
+<?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
+	$pageTitle 		= "FMC - Support";
+
+	$html  = '<div id="midcolumn">';
+	$html .= file_get_contents('_index.html');
+	$html .= "</div>";
+	
+	# Generate the web page
+	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>