Update for installation and integration environment setup.
diff --git a/gettingStarted.php b/gettingStarted.php
index b76503d..3a78166 100644
--- a/gettingStarted.php
+++ b/gettingStarted.php
@@ -26,7 +26,11 @@
 			<h3>Installation</h3>
 			<h4>Note:</h4>
 			<p>
-			As soon as we release the first milestone you will find some installation guidelines here.
+			To install SMILA just pick up the latest stable build (a release or a milestone) form the 
+			<a href="http://www.eclipse.org/smila/downloads.php">download page</a> for your platform and 
+			simply unzip the contents in some arbitrary folder (e.g. "C:\SMILA").<br>
+			You can now start SMILA by executing either SMILA.exe (Win32) or SMILA (Linux). For configuration
+			options please consult the documentation in our <a href="http://wiki.eclipse.org/SMILA" target="_blank">wiki</a>.
 			</p> 
 		</div>
 		<div class="homeitem3col">
@@ -36,6 +40,13 @@
 			development guidelines can be found in our <a href="http://wiki.eclipse.org/SMILA" target="_blank">wiki</a>.
 			</p> 
 		</div>
+		<div class="homeitem3col">
+			<h3>Source code</h3>
+			<p>
+			SMILA's source code is being maintained in SVN repository located at:<br> 
+			<pre>http://dev.eclipse.org/svnroot/rt/org.eclipse.smila/</pre>
+			</p> 
+		</div>
 	</div>
 	  
 	<div id="rightcolumn">
diff --git a/integrators.php b/integrators.php
index 4ba4d13..2731064 100644
--- a/integrators.php
+++ b/integrators.php
@@ -9,7 +9,7 @@
 	<div id="midcolumn">
 		<h1>Integrators</h1>
 		<p>
-			If you are only interested in integrating your service/component in SMILA, 
+			If you are only interested in integrating your service/component(s) in SMILA, 
 			then we suggest you get familiar with <a href="http://wiki.eclipse.org/SMILA/Howto_integrate_a_component_in_SMILA" target="_blank">integration tutorial</a> 
 			maintained in our wiki.
 		</p>
@@ -23,6 +23,13 @@
 				<li>Integrating alternative implementations for SMILA core components</li>
 			</ul>
 		</p>
+		<p>
+			To start integrating your components in SMILA you need to set up your integration environment
+			first. For the instructions please read 
+			<a href="http://wiki.eclipse.org/SMILA/Development_Guidelines/How_to_set_up_integration_environment" target="_blank">How to set up integration environment</a> 
+			maintained in our wiki.
+		</p>
+		
 	</div>
 	  
 	<div id="rightcolumn">