JWT 0.6 released
diff --git a/_projectCommon.php b/_projectCommon.php
index c24a857..3e76109 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -18,20 +18,20 @@
 	$Nav->addCustomNav("		About JWT", 		"/jwt/pages/about.php", "_self", 2);
 	$Nav->addCustomNav("		FAQ", 				"http://wiki.eclipse.org/JWT_FAQ", "_self", 2);
 	$Nav->addCustomNav("		Wiki", 				"http://wiki.eclipse.org/index.php/Java_Workflow_Tooling_Project", "_self", 2);
+	$Nav->addNavSeparator("		Downloads",			"/jwt/download.php");
+	$Nav->addCustomNav("		Download JWT", 	"/jwt/download.php", "_self", 2);
+	$Nav->addCustomNav("		More", 	"http://wiki.eclipse.org/JWT_Downloads", "_self", 2);
 	$Nav->addNavSeparator(" 	Components",		"/jwt/components/index.php");
 	$Nav->addCustomNav("		Workflow Editor",	"/jwt/components/we/index.php");
 	$Nav->addCustomNav("		Desktop Tools",		"/jwt/components/desktop/index.php");
 	$Nav->addCustomNav("		Transformations",	"/jwt/components/transformations/index.php");
 	$Nav->addCustomNav("		WAM",				"/jwt/components/wam/index.php");
 	$Nav->addCustomNav("		Runtime",			"/jwt/components/runtime/index.php");
-	$Nav->addNavSeparator("		Downloads",			"/jwt/download.php");
-	$Nav->addCustomNav("		All Downloads", 	"http://wiki.eclipse.org/JWT_Downloads", "_self", 2);
-	$Nav->addCustomNav("		Source Code", 		"http://wiki.eclipse.org/JWT_CVS", "_self", 2);
 	$Nav->addNavSeparator("		Development", 		"http://wiki.eclipse.org/index.php/JWT_DeveloperFAQ");
 	$Nav->addCustomNav("		Team", 	"/jwt/pages/team.php", "_self", 2);
 	$Nav->addCustomNav("		Newsgroup", 		"http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.jwt", "_self", 2);
 	$Nav->addCustomNav("		Mailing list", 		"https://dev.eclipse.org/mailman/listinfo/jwt-dev", "_self", 2);
 	$Nav->addCustomNav("		Telco Meetings", 		"http://wiki.eclipse.org/JWT_Meetings", "_self", 2);
-	$Nav->addCustomNav("		CVS", 	"http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jwt/?root=Technology_Project", "_self", 2);
+	$Nav->addCustomNav("		Source (CVS)", 	"http://wiki.eclipse.org/JWT_CVS", "_self", 2);
 
 ?>
diff --git a/components/transformations/index.php b/components/transformations/index.php
index 4ffd8f1..986d29d 100644
--- a/components/transformations/index.php
+++ b/components/transformations/index.php
@@ -34,16 +34,16 @@
 			<td valign="top" >

 				<div align="justify">

 					<p>

-						Currently we are working on several transformations: building on a transformation base plugin

-						it is now possible to transform the JWT-model into <a href="http://www.eclipse.org/stp/bpmn/">BPMN</a> 

+						Currently there are already several transformations available: building on a transformation base plugin

+						it is now possible to transform the JWT-model into <a href="http://www.eclipse.org/stp/bpmn/">BPMN</a>
+						and vice versa, or export it to the STP Intermediate Model (IM) format,

 						or to generate <a href="http://www.wfmc.org/standards/xpdl.htm">XPDL</a>-code. 

 						These transformations are already part of JWT since version 0.5.

 					</p>

 					<p>

-						We are also working on other transformations such as from 

-						<a href="http://www.eclipse.org/stp/bpmn/">BPMN</a> to JWT, from JWT to 

-						<a href="http://www.eclipse.org/stp/im/index.php">STP-IM</a>, etc.

-						These transformations are currently tested and first versions will be released soon. 		

+						In addition, we are currently working on new transformations such as from 

+						from JWT to jBoss jBPM's<a href="http://www.jboss.org/jbossjbpm/">jPDL</a> format, etc.

+						Testers are welcome !

 					</p>

 				</div>

 			</td>

@@ -92,6 +92,13 @@
 			</p>

 		</div>	

 

+		<div class="homeitem3col">

+			<h3> JWT to jPDL</h3>

+			<p>

+			Also using model-to-text transformation, we're working with jBoss on testing a new transformation to the jPDL format, which allows to deploy workflows on the jBoss jBPM engine.

+			</p>

+		</div>	

+

 

 		<hr class="clearer">	

 </div>

@@ -110,4 +117,4 @@
 

 	# Generate the web page

 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>
\ No newline at end of file
+?>
diff --git a/download.php b/download.php
index 4335b07..f100c0f 100755
--- a/download.php
+++ b/download.php
@@ -36,11 +36,11 @@
 		<p/>
 
 		<p>
-		The easiest is to get it from the <a href="#updateSite">JWT update site</a>. You can also install an <a href="#integrator">integrator's distribution</a>.
+		The easiest is to get it from the <a href="#updateSite">update site</a>. You can also install an <a href="#integrator">integrator's distribution</a>.
 		</p>
 
 		<p>
-		<b>IMPORTANT</b> If you want to execute your processes, you need a compatible runtime ( <a href="">list</a> ).
+		<b>IMPORTANT</b> If you want to execute your processes, you need a compatible runtime. See their <a href="">list</a> - or <a href="">write your own</a> export transformation.
 		</p>
 
 		<!-- p>
@@ -53,11 +53,21 @@
 			<a name="updateSite"></a>
 			<h3>Get it from the update site</h3>
 			<ul>
-				<li><b>1.</b> Start Eclipse 3.4 ("Ganymede"). If your don't have it, get it <a href="http://www.eclipse.org/downloads/packages/">there</a>. It requires <a href="http://java.sun.com/javase/downloads/index.jsp">Java</a> (1.5 or later).</li> 
+				<li><b>1.</b> Start Eclipse 3.5 (Galileo). If your don't have it, get it <a href="http://www.eclipse.org/downloads">there</a>. It requires <a href="http://java.sun.com/javase/downloads/index.jsp">Java</a> (1.5 or later).</li> 
+				<li><b>2.</b> In the "Help" menu, click on "Install New Software". Then select JWT in the <b>General Purpose Tools</b> category to automatically download JWT and its dependencies.</li>
+				<li><b>3.</b> Finally restart Eclipse.</li>
+			</ul>
+		</div>
+		
+		<!-- div class="homeitem">
+			<a name="updateSite"></a>
+			<h3>OLDER RELEASES - Get it from the update site</h3>
+			<ul>
+				<li><b>1.</b> Start Eclipse 3.4 (Ganymede). If your don't have it, get it <a href="http://www.eclipse.org/downloads/packages/">there</a>. It requires <a href="http://java.sun.com/javase/downloads/index.jsp">Java</a> (1.5 or later).</li> 
 				<li><b>2.</b> In the "Help" menu, click on "Software Update...". In the dialog, click on "Add Site..." and enter the URL of the <a href="http://download.eclipse.org/technology/jwt/update-site/">JWT update site</a> .</li>
 				<li><b>3.</b> Select JWT in the tree to automatically download JWT and its dependencies. Finally restart Eclipse.</li>
 			</ul>
-		</div>
+		</div -->
 
 		<hr class="clearer" />
 		
@@ -81,39 +91,6 @@
 				<li><a href="http://wiki.eclipse.org/JWT_Downloads">All Downloads</a></li> 
 			</ul>
 		</div -->
-
-		<!-- p>&nbsp;</p>
-		
-		<div class="homeitem">
-			<h3>All Update Sites</h3>
-			<ul>
-				<li><a href="http://download.eclipse.org/technology/jwt/update-site/">releases</a></li> 
-				<li><a href="http://download.eclipse.org/technology/jwt/stable-update-site/">latest stable build</a></li> 
-				<li><a href="http://download.eclipse.org/technology/jwt/integration-update-site/">Nightly builds</a> (for testing purposes only)</li> 
-			</ul>
-		</div>
-
-		<hr class="clearer" />
-		
-		<div class="homeitem">
-			<h3>All releases</h3>
-			<ul>
-				<h5>Current</h5>
-				<li><b>JWT 0.5</b> released on 2008-02-29 ( <a href="http://download.eclipse.org/technology/jwt/update-site/">update site</a> , <a href="http://wiki.eclipse.org/Image:JWT_Release_Review_0_5_v4.pdf"> slides</a>)
-					<ul><li>New : filtered outline, BPMN and XPDL export...</li></ul>
-				</li>
-				<h4>Upcoming</h4>
-				<li><b>JWT 0.6 (Galileo)</b> upcoming on 2009-06-24 ( <a href="http://www.eclipse.org/downloads/?tab=developer">test it in Galileo</a> )
-					<ul><li><a href="http://wiki.eclipse.org/JWT_NewNoteworthy_0_6">New</a> : templates, UML and EPC process views, BPMN import...</li></ul>
-				</li>
-				<h4>Older</h4>
-				<li><b>JWT 0.4</b> released on 2008-02-29 (slides)
-					<ul><li>New : Workflow Editor... </li></ul>
-				</li>
-			</ul>
-		</div>
-				
-		<hr class="clearer" -->
 			
 	</div>
 	
@@ -131,19 +108,26 @@
  		</div>
 
  		<div class="sideitem">
- 			<h6>JWT 0.5.0 (Current)</h6>
-                        Released on 2008-02-29 (<a href="http://download.eclipse.org/technology/jwt/update-site/">update site</a> , <a href="http://wiki.eclipse.org/Image:JWT_Release_Review_0_5_v4.pdf"> slides</a>)
+ 			<h6>JWT 0.6.0 "Galileo" (Current)</h6>
+			Released on 2009-06-24 ( <a href="http://www.eclipse.org/downloads">get it in Galileo</a> , <a href="http://wiki.eclipse.org/Image:JWT_Release_Review_0_6.pdf"> slides</a> )
 			<p/>
-			<i>New : filtered outline, BPMN and XPDL export...</i>
+			<i><a href="http://wiki.eclipse.org/JWT_NewNoteworthy_0_6">New</a> : templates, UML and EPC views, BPMN import, SOA, runtime</i>
  		</div>
 
  		<div class="sideitem">
- 			<h6>JWT 0.6.0 (Upcoming)</h6>
-			Upcoming on 2009-06-24 ( <a href="http://www.eclipse.org/downloads/?tab=developer">test it in Galileo</a> )
+ 			<h6>JWT 0.7.0 "Galileo" (Upcoming)</h6>
+			Upcoming on 2009-09-24 ( Test it in the <a href="http://download.eclipse.org/technology/jwt/integration-update-site/">nightly builds update site</a> )
 			<p/>
-			<i><a href="http://wiki.eclipse.org/JWT_NewNoteworthy_0_6">New</a> : templates, UML and EPC views, BPMN import...</i>
+			<i>In the works : view layouts, jPDL export, BPMN2...</i>
  		</div>
 
+ 		<!-- div class="sideitem">
+ 			<h6>JWT 0.5.0 (Older)</h6>
+                        Released on 2008-02-29 (<a href="http://download.eclipse.org/technology/jwt/update-site/">update site</a> , <a href="http://wiki.eclipse.org/Image:JWT_Release_Review_0_5_v4.pdf"> slides</a>)
+			<p/>
+			<i>New : filtered outline, BPMN and XPDL export...</i>
+ 		</div -->
+
  		<div class="sideitem">
  			<h6>More Downloads</h6>
 			<ul>
@@ -166,14 +150,6 @@
  		<!-- div class="sideitem">
  			<h6>All Releases</h6>
 			<ul>
-				<h5>Current</h5>
-				<li><b>JWT 0.5</b> released on 2008-02-29 ( <a href="http://download.eclipse.org/technology/jwt/update-site/">update site</a> , <a href="http://wiki.eclipse.org/Image:JWT_Release_Review_0_5_v4.pdf"> slides</a>)
-					<ul><li>New : filtered outline, BPMN and XPDL export...</li></ul>
-				</li>
-				<h4>Upcoming</h4>
-				<li><b>JWT 0.6 (Galileo)</b> upcoming on 2009-06-24 ( <a href="http://www.eclipse.org/downloads/?tab=developer">test it in Galileo</a> )
-					<ul><li><a href="http://wiki.eclipse.org/JWT_NewNoteworthy_0_6">New</a> : templates, UML and EPC process views, BPMN import...</li></ul>
-				</li>
 				<h4>Older</h4>
 				<li><b>JWT 0.4</b> released on 2008-02-29 (slides)
 					<ul><li>New : Workflow Editor... </li></ul>
diff --git a/index.php b/index.php
index feedd40..57bc988 100644
--- a/index.php
+++ b/index.php
@@ -39,6 +39,7 @@
 		The <em>Java Workflow Tooling project (JWT)</em> aims to build design time, development 
 		time and runtime workflow tools and to foster an ecosystem of interoperable Business Process Management (BPM) platforms.
 		</p>
+
 		<p>
  		See more about it at <a href="/jwt/pages/about.php">Why JWT ?</a> and <a href="http://wiki.eclipse.org/JWT_Downloads#Other_products_based_on_JWT">JWT Ecosystem</a>.
 		</p>
@@ -50,11 +51,10 @@
 		</table>
 		
 		<!-- p>
-		The <em>Java Workflow Tooling project (JWT)</em> aims to build design time, development 
-		time and runtime workflow tools and to foster an ecosystem of interoperable BPM platforms.
+		<b>JWT, why ?</b> Business Process Management (BPM) is at the crossroads of business, middleware and integration, so it really shouldn't lock up the options of its actors. That's why JWT-modeled processes can look the way the analyst wants, hold any implementation information the developer adds in, and be deployed to the runtime platform of choice.	
 		</p>
 		<p>
- 		See more about it at <a href="http://127.0.0.1/jwt/pages/about.php">Why JWT ?</a> and <a href="http://wiki.eclipse.org/JWT_Downloads#Other_products_based_on_JWT">JWT Ecosystem</a>.
+		<b>JWT, how ?</b> By providing a flexible framework allowing extensible views, model and transformations, that communities and vendors can build on. JWT comes with several built-in extensions like UML Activity Diagram or Event-driven Process Chains (EPC) views, BPMN interoperability, code generation (e.g. XPDL, or WSBPEL-code in the AgilPro integration, but also HTML documentation). There are actually already a few solutions that integrate JWT, such as the SOA-focused Scarbo of the OW2 consortium, or AgilPro in SourceForge.
 		</p -->
 
 		<!-- p>
@@ -117,10 +117,10 @@
 			<h3>Community and Development</h3>
 			<img align="right" src="/jwt/images/item_community.gif" alt="community" />
 			<ul>
-				<li><a href="https://dev.eclipse.org/mailman/listinfo/jwt-dev">Mailing List</a> (<a href="http://dev.eclipse.org/mhonarc/lists/jwt-dev/maillist.html">Archive</a>) and <a href="news://news.eclipse.org/eclipse.technology.jwt">Newsgroup</a> ( <a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.jwt">browse</a> )</li>
-				<li><a href="http://wiki.eclipse.org/JWT_CVS">Get the Source Code</a> ( <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jwt/?root=Technology_Project">browse</a> )</li> 
 				<li><a href="http://wiki.eclipse.org/JWT_Downloads#Overview">Roadmap</a></li> 
+				<li><a href="https://dev.eclipse.org/mailman/listinfo/jwt-dev">Mailing List</a> (<a href="http://dev.eclipse.org/mhonarc/lists/jwt-dev/maillist.html">Archive</a>) and <a href="news://news.eclipse.org/eclipse.technology.jwt">Newsgroup</a> ( <a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.jwt">browse</a> )</li>
 				<li><a href="http://dev.eclipse.org/bugs/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=JWT&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time">Open Bugs and Requests</a> (<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=JWT">Ask for a Feature or Report Bug</a>)</li> 
+				<li><a href="http://wiki.eclipse.org/JWT_CVS">Get the Source Code</a> ( <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jwt/?root=Technology_Project">browse</a> )</li> 
 				<li><a href="http://wiki.eclipse.org/index.php/JWT_DeveloperFAQ">Developer FAQ</a></li>
 			</ul>
 		</div>
@@ -157,11 +157,11 @@
  		<div class="sideitem">
 			<h6>What's new</h6>
 			<ul>
-				<li><strong>June, 2nd 2009:</strong>
-				on June, the 24th, JWT will be available bundled in the yearly <a href="http://www.eclipse.org/galileo/">Eclipse 3.5 (Galileo)</a> release.
-				<a href="http://www.eclipse.org/downloads/?tab=developer">Try it now</a> ! ( <a href="http://wiki.eclipse.org/JWT_NewNoteworthy_0_6">New features</a> )</a>
+				<li><strong>June, 24th 2009:</strong>
+				JWT 0.6 has been released. It is available in <a href="http://www.eclipse.org/galileo/">Eclipse 3.5 (Galileo)</a>, the new yearly Eclipse distribution, out this very day. <a href="download.php">Download it now !</a>
 				</li>
-				<li><strong>April, 23rd 2009:</strong> 			JWT was presented at Eclipse Forum Europe 2009 in Mainz, Germany. 
+				<li><strong>April, 23rd 2009:</strong>
+				JWT was presented at Eclipse Forum Europe 2009 in Mainz, Germany. 
 				Please find the <a href="/jwt/press/efe09/ExecuteYourProcesses_EFE09_final.pdf">presentation</a> and the shown screencasts (
 				<a href="/jwt/press/efe09/01_FromBPMN2JWT.swf">1</a>,
 				<a href="/jwt/press/efe09/02_ViewsExport.swf">2</a>,
diff --git a/newsarchive.php b/newsarchive.php
index 029cc01..9c87dc8 100644
--- a/newsarchive.php
+++ b/newsarchive.php
@@ -32,7 +32,10 @@
 		
 		<div class="homeitem3col">
 			<h3>News archive</h3>
-				<p>
+					<p>
+					<li><strong>June, 2nd 2009:</strong> on June, the 24th, JWT will be available bundled in the yearly <a href="http://www.eclipse.org/galileo/">Eclipse 3.5 (Galileo)</a> release.
+					<a href="http://www.eclipse.org/downloads/?tab=developer">Try it now</a> ! ( <a href="http://wiki.eclipse.org/JWT_NewNoteworthy_0_6">New features</a> )</a>
+					</li>
 					<li><strong>March, 10th 2009:</strong> We now switched to the new Nova design of Eclipse as discussed in the last project telco.
 					Such a telco happens every three weeks. If you are interested, have a look at our <a href="http://wiki.eclipse.org/JWT_Meetings">Wiki</a>.</li>
 					<li><strong>January, 22nd 2009:</strong> JWT will be presented at <a href="http://www.eclipsecon.org/2009/sessions?id=292">EclipseCon</a> as well as at <a href="http://it-republik.de/konferenzen/efe/sessions/?tid=1077">Eclipse Forum Europe</a>.