added support, getting involved, download, documentation pages
diff --git a/documentation.php b/documentation.php
new file mode 100644
index 0000000..d255979
--- /dev/null
+++ b/documentation.php
@@ -0,0 +1,40 @@
+<?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'
+/*******************************************************************************
+ * Copyright (c) 2009 Eclipse Foundation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors: Simon Kaufmann, SAP AG
+ *    
+ *******************************************************************************/
+
+	#
+	# Begin: page-specific settings.  Change these. 
+	$pageTitle 		= "Skalli - Documentation";
+		
+	# Paste your HTML content between the EOHTML markers!	
+	ob_start();
+	?>
+	<div id="midcolumn">
+		<h1>Documentation</h1>
+		
+		<p>
+			This page contains documentation for Skalli.	
+		
+		</p>
+		<ul>
+			<li><a href="/proposals/technology.skalli">Project proposal</a></li>
+		</ul>
+		
+	</div>
+
+
+	
+	<?
+	$html = ob_get_clean();
+
+	# Generate the web page
+	$App->generatePage('Nova', $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
diff --git a/download.php b/download.php
index df9b528..77e238a 100644
--- a/download.php
+++ b/download.php
@@ -6,17 +6,18 @@
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  *
- * Contributors:
+ * Contributors: Simon Kaufmann, SAP AG
  *    
  *******************************************************************************/
 
-	$pageTitle 		= "MyProject - Download";
+	$pageTitle 		= "Skalli Download";
 
 	$html  = <<<EOHTML
 <div id="midcolumn">
 <h2>$pageTitle</h2>
 <p>All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
 
+<!--
 <h3>Galileo - Eclipse 3.5</h3>
 <p><b>Update site:</b> http://download.eclipse.org/myproject/<br />
 <b>ZIP file: </b><a href="/downloads/download.php?file=/myproject/file.zip">file.zip</a> (10 MiB)</p>
@@ -24,9 +25,23 @@
 <h3>Helios - Eclipse 3.6 (unreleased)</h3>
 <p><b>Update site:</b> http://download.eclipse.org/myproject/<br />
 <b>ZIP file: </b><a href="/downloads/download.php?file=/myproject/file.zip">file.zip</a> (10 MiB)</p>
-
+-->
+<h3>Skalli</h3>
+<p>The Skalli project has not yet been released. However, the nightly build results will be published here as soon as they are available.</p>
 
 </div>
+
+<div id="rightcolumn">
+  <div class="sideitem">
+    <h6>Incubation</h6>
+    <div align="center">
+      <a href="/projects/what-is-incubation.php">
+        <img align="center" src="/images/egg-incubation.png" border="0" alt="Incubation" />
+      </a>
+    </div>
+  </div>
+</div>
+
 EOHTML;
 	# Generate the web page
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
diff --git a/getting-involved.php b/getting-involved.php
new file mode 100644
index 0000000..76c3a40
--- /dev/null
+++ b/getting-involved.php
@@ -0,0 +1,46 @@
+<?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'
+/*******************************************************************************
+ * Copyright (c) 2009 Eclipse Foundation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors: Simon Kaufmann, SAP AG
+ *
+ *******************************************************************************/
+
+	#
+	# Begin: page-specific settings.  Change these.
+	$pageTitle 		= "Skalli - Getting involved";
+
+	# Paste your HTML content between the EOHTML markers!
+	ob_start();
+	?>
+	<div id="midcolumn">
+		<h1>Getting involved</h1>
+
+		<p>
+			This page contains information about getting involved in the development of Skalli.
+		</p>
+
+		<p>
+			If you are interested in contributing to Skalli, please contact us via the <a href="https://dev.eclipse.org/mailman/listinfo/skalli-dev">mailinglist</a>
+		</p>
+
+
+		<h1>Source repository</h1>
+		<p>
+			...will come soon.
+		</p>
+		
+	</div>
+
+
+
+	<?
+	$html = ob_get_clean();
+
+	# Generate the web page
+	$App->generatePage('Nova', $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
diff --git a/index.php b/index.php
index c7417a1..563ed46 100755
--- a/index.php
+++ b/index.php
@@ -15,9 +15,9 @@
 	$localVersion = false;
 	
 	# Define these here, or in _projectCommon.php for site-wide values
-	$pageKeywords	= "eclipse, project";
-	$pageAuthor		= "Your name";
-	$pageTitle 		= "My project home";
+	$pageKeywords	= "eclipse, skalli";
+	$pageAuthor		= "Simon Kaufmann";
+	$pageTitle 		= "Skalli";
 	
 	
 	// 	# Paste your HTML content between the EOHTML markers!
diff --git a/pages/_index.html b/pages/_index.html
index 055fe32..c60e153 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -3,11 +3,11 @@
 <ul>
 	<li><a id="buttonDownload" href="download.php" title="Download">Eclipse
 	Distribution, Update Site, Dropins</a></li>
-	<li><a id="buttonDocumentation" href="midcolumn_example.php"
+	<li><a id="buttonDocumentation" href="documentation.php"
 		title="Documentation">Tutorials, Examples, Videos, Reference Documentation</a></li>
-	<li><a id="buttonSupport" href="midcolumn_example.php" title="Download">Bug
+	<li><a id="buttonSupport" href="support.php" title="Download">Bug
 	Tracker, Newsgroup, Professional Support</a></li>
-	<li><a id="buttonInvolved" href="midcolumn_example.php" title="Getting Involved">CVS,
+	<li><a id="buttonInvolved" href="getting-involved.php" title="Getting Involved">CVS,
 	Workspace Setup, Wiki, Committers</a></li>
 </ul>
 </div>
@@ -79,13 +79,13 @@
 
 <div id="rightcolumn">
 
-<div id="headlines">
-<h3>Incubation</h3>
-<a href="http://www.eclipse.org/projects/what-is-incubation.php">
-<img align="right" src="http://www.eclipse.org/images/egg-incubation.png" border="0" />
-</a>	
-<p>Skalli is in the <a href="http://www.eclipse.org/projects/dev_process/validation-phase.php">Incubation Phase</a>.</p>
-</div>
+ <div class="sideitem">
+   <h6>Incubation</h6>
+   <div align="center"><a href="/projects/what-is-incubation.php"><img
+        align="center" src="/images/egg-incubation.png"
+        border="0" alt="Incubation" /></a></div>
+ </div>
+
 
 <!-- 
 <div id="headlines">
diff --git a/support.php b/support.php
new file mode 100644
index 0000000..bec86d6
--- /dev/null
+++ b/support.php
@@ -0,0 +1,36 @@
+<?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'
+/*******************************************************************************
+ * Copyright (c) 2009 Eclipse Foundation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors: Simon Kaufmann, SAP AG
+ *    
+ *******************************************************************************/
+
+	#
+	# Begin: page-specific settings.  Change these. 
+	$pageTitle 		= "Skalli - Support";
+		
+	# Paste your HTML content between the EOHTML markers!	
+	ob_start();
+	?>
+	<div id="midcolumn">
+		<h1>Support</h1>
+		
+		<p>
+If you have general questions regarding Skalli or want to participate in the development, please refer to the <a href="https://dev.eclipse.org/mailman/listinfo/skalli-dev">mailing list</a>.
+If you want to search or submit bugs you can use <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=skalli">bugzilla</a>.
+		</p>
+	</div>
+
+
+	
+	<?
+	$html = ob_get_clean();
+
+	# Generate the web page
+	$App->generatePage('Nova', $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>