Updated contributors
added link to website git repo

Change-Id: I4a3592cc36d3213e0c479a7cd96e561fec855aab
diff --git a/.project b/.project
index 98f03ba..d78cada 100644
--- a/.project
+++ b/.project
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>website</name>
+	<name>org.eclipse.ease.releng.website</name>
 	<comment></comment>
 	<projects>
 	</projects>
diff --git a/developers/index.php b/developers/index.php
index d10e25b..cfa1379 100644
--- a/developers/index.php
+++ b/developers/index.php
@@ -3,7 +3,7 @@
 	$pageKeywords	= "Eclipse, EASE, Scripting";
 	$pageAuthor		= "Christian Pontesegger";
 
-	
+
 	# provide the page content
 	$html = <<<EOHTML
 
@@ -11,7 +11,7 @@
 	<h3><i class="fa fa-fw fa-comments-o"></i> Developers</h3>
 
 	<p>Source code is hosted on gerrit:</p>
-	
+
 	<ul class="nobullet">
 		<li><i class="fa fa-fw fa-git-square bullet"></i>
 			<a href="https://git.eclipse.org/r/#/admin/projects/ease/org.eclipse.ease.core">org.eclipse.ease.core</a>
@@ -22,10 +22,13 @@
 		<li><i class="fa fa-fw fa-git-square bullet"></i>
 			<a href="https://git.eclipse.org/r/#/admin/projects/ease/org.eclipse.ease.scripts">org.eclipse.ease.scripts</a>
 			- Useful scripts & tutorials (<a href="http://git.eclipse.org/c/ease/org.eclipse.ease.scripts.git/tree">browse</a>)</li>
+		<li><i class="fa fa-fw fa-git-square bullet"></i>
+			<a href="https://git.eclipse.org/cgit.cgi/www.eclipse.org/ease.git/">EASE Webpage</a>
+			- This web presence content (<a href="https://git.eclipse.org/cgit.cgi/www.eclipse.org/ease.git/tree/">browse</a>)</li>
 	</ul>
-		
+
 	<p>Some additional components are hosted on github:</p>
-		
+
 	<ul class="nobullet">
 		<li><i class="fa fa-fw fa-github bullet"></i>
 			<a href="https://github.com/eclipse-ease-addons/jython">eclipse-ease-addons/jython</a>
@@ -37,7 +40,7 @@
 			<a href="https://github.com/eclipse-ease-addons/jruby">eclipse-ease-addons/jruby</a>
 			- JRuby interpreter</li>
 	</ul>
-	
+
 	<p>Please read the <a href="http://wiki.eclipse.org/EASE/Contributor_Guide" title="EASE Contributor Guide">Contributor Guide</a> for detailed information.</p>
 
 	<p>Developers should consider subscribing to the
@@ -50,17 +53,17 @@
 <div id="rightcolumn">
 	<div class="sideitem">
 		<h6>Committers</h6>
-		
+
 		<ul>
 			<li>Christian Pontesegger</li>
-			<li>Arthur Daussy (<a href="http://www.obeo.fr/">OBEO</a>)</li>
-		</ul>		
+			<li>Martin Kloesch</li>
+		</ul>
 	</div>
 </div>
-				
+
 EOHTML;
-	
-	
+
+
 	# Generate the web page
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>