[Esbox-commits] r1517 - in www/beta1: . css images

eswartz at garage.maemo.org eswartz at garage.maemo.org
Fri May 1 00:19:02 EEST 2009


Author: eswartz
Date: 2009-05-01 00:19:02 +0300 (Fri, 01 May 2009)
New Revision: 1517

Added:
   www/beta1/release_2_0_0_M1.html
Modified:
   www/beta1/changes.html
   www/beta1/contributing.html
   www/beta1/css/main.css
   www/beta1/documentation.html
   www/beta1/eclipse_installation.html
   www/beta1/esbox_installation.html
   www/beta1/features.html
   www/beta1/images/fe.png
   www/beta1/images/ic_add.jpg
   www/beta1/images/ic_fix.jpg
   www/beta1/images/ic_rem.jpg
   www/beta1/index.html
   www/beta1/installation.html
   www/beta1/pydev.html
   www/beta1/pydev_interpreter.html
   www/beta1/release.html
Log:
Initial work in progress on ESbox 2.0.0 pages

Modified: www/beta1/changes.html
===================================================================
--- www/beta1/changes.html	2009-04-30 20:46:39 UTC (rev 1516)
+++ www/beta1/changes.html	2009-04-30 21:19:02 UTC (rev 1517)
@@ -23,7 +23,7 @@
 			pageTracker._trackPageview();
 		</script>
 	<div id="header">
-		<span id="img"><a href="index.html"><img src="images/marca.jpg" alt="logo" border="0"  /></a></span>
+		<span id="img"><a href="index.html"><img src="images/marca.jpg" alt="logo"  /></a></span>
 			<ul id="menu">
 			<li><a href="index.html">home</a></li>
 			<li><a href="features.html">features</a></li>
@@ -46,6 +46,276 @@
 	
 	<div id="container">
 			<div id="content" style="width:98%">
+
+<h3>Integration releases</h3>
+
+<p>
+These are developer tested drop without full integration test. They are released more frequently than milestone releases and serve the demands of quick bug fixes and feature requests.
+</p>
+<p>
+<a href="https://garage.maemo.org/frs/?group_id=192">Download integration releases here.</a>
+</p>
+
+<h3>ESbox 2.0.0-I20090422</h3>
+
+<ul>
+<li>
+    These releases support update sites, meaning that the "full" ESbox or PluThon product build can be updated, and any Eclipse 3.4.2 installation can be updated to add ESbox or PluThon.
+<br/>
+The "all" archives from before are split into pieces due to build-time requirements. Get a "common" archive and an archive for your host OS and unpack them on top of each other.
+<br/>
+Alternately, start from an Eclipse 3.4.2 installation, go to Help &gt; Software Updates, then click Available Software &gt; Add Site and enter the URL for the "esbox-repository.zip" archive. (You can download it first, and add from Archive instead). Select the "ESbox 2nd Edition" entry to install.
+<br/>
+We will support actual update sites at the http://esbox.garage.maemo.org/update site soon.
+<br/>
+</li>
+<li>
+    Add C/C++ debug and optimized build configuration support. Existing projects with a configuration-per-target will still work, but in new ones you will be able to add either or both "debug" and "optimized" configurations. These work by supplying settings for environment variables like CFLAGS/CXXFLAGS to the build. autogen and make should pick these up and do the right thing. You may need to configure your Makefiles (if used) not to mix other settings in, when these are defined on the command line. 
+</li>
+<li>
+    Improvements for C/C++ builds (autotools messages not reported in dialog and better build progress monitor) 
+</li>
+<li>
+	Python interpreter manager fixes and support for both Scratchbox and remote Python installations 
+</li>
+<li>
+	New Nokia Closed Binaries installer wizard for Diablo and Fremantle
+</li> 
+<li>
+    New Fremantle examples template project
+    </li> 
+<li>
+    Support for configurable sessions in the flasher dialog. 
+</li>
+<li>
+    P2 update site support 
+</li>
+<li>
+    Added VirtualBox VM support 
+</li>
+<li>
+    Fix debugger issues:
+    <ul>
+        <li> Cannot terminate running program with DSF</li>
+        <li>Launch configurations are not deleted when project is deleted</li>
+        <li>Launch configurations do not show up in Project &gt; Properties &gt; Run/Debug Settings</li>
+	</ul>         
+</li>
+<li>
+    Other bugfixes; see <a href="https://garage.maemo.org/tracker/index.php?group_id=192&atid=1420">Tracker</a>
+  </li> 
+
+</ul>
+
+<h3>ESbox 2.0.0-I20090408</h3>
+
+<ul>
+<li>Improved virtual machine configuration
+	<ul>
+	<li>Network settings can be autodetected for VMware <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=3787&group_id=192&atid=1420">[#3787]</a></li>
+    <li>Handle remounting shared folders when reconfiguring running VM <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=3813&group_id=192&atid=1420">[#3813]</a></li>
+    </ul>
+</li>
+<li>
+    Improved performance when "Refreshing installed targets" <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=3137&group_id=799&atid=2996, https://garage.maemo.org/tracker/index.php?func=detail&aid=3104&group_id=799&atid=2996, https://garage.maemo.org/tracker/index.php?func=detail&aid=3137&group_id=799&atid=2996">[#2996]</a>
+ </li>
+<li>
+    Add context menus to UI that shows SDKs and targets, to easily refresh, start/stop SB1, detect platform, and configure RSE connection addresses
+</li> 
+<li>
+    Detect possible errors related to file truncation when using newer Linux VMs with Windows host.  
+<a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=3147&group_id=192&atid=1420">[#3147]</a>
+
+and see 
+<a href="https://garage.maemo.org/plugins/scmsvn/viewcvs.php/trunk/configuration_scripts/misc/?root=maemovmware">these scripts</a> for fixes
+</li>
+
+<li>
+    Add code indexing and auto-complete features for Scratchbox Python interpreters 
+</li>
+<li>
+    Flasher wizard UI improvements
+</li> 
+
+<li>
+	SBRSH bug fixes: 
+	<a href="https://garage.maemo.org/tracker/?group_id=799&atid=2996&func=detail&aid=3828">3828</a>,
+	<a href="https://garage.maemo.org/tracker/?group_id=799&atid=2996&func=detail&aid=3827">3827</a>, 
+	and <a href="https://garage.maemo.org/tracker/?group_id=799&atid=2996&func=detail&aid=3824">3824</a>. 
+</li>
+</ul>
+
+<h3>ESbox 2.0.0-I20090325</h3>
+
+<ul>
+<li>
+    Added initial version of Flasher wizard (see icon in toolbar). This requires Linux host or VMware/Virtualbox VM for now.
+</li>
+<li>    
+    Make all tabs of VM configuration unique per VM type, to reduce confusion
+</li>
+<li>
+    Add default RSE connections for all supported pc-connectivity types (USB, WLAN, Bluetooth)
+</li>
+<li>
+    Make C/C++ template projects non-optimized and debuggable by default
+</li>
+<li>
+	Better handling of SSH password cancellation
+</li>
+<li>
+    No longer leaks SSH passwords in file URIs
+</li>
+<li>
+    Split SBRSH preferences to allow specifying the device user
+</li>
+</ul>
+
+<h3>
+ESbox 2.0.0-I20090311
+</h3>
+
+<ul>
+<li>
+    Update to Eclipse Ganymede SR2
+</li>
+<li>
+    Update to Pydev 1.4.4
+</li>
+<li>
+    Initial support for Fremantle SDK
+</li>    
+<li>
+    Maemo Installer wizards added: Scratchbox 1, Fremantle targets
+</li>
+<li>
+    SBRSH sandbox/nonsandbox mode supported (needs 7.6maemo3 from sbrsh garage project)
+</li> 
+</ul>
+
+<h3>
+ESbox 2.0.0-I20090204
+</h3>
+<ul>
+<li>
+    SBRSH host &lt;--&gt;device key exchange ("Exchange keys" button in an SBRSH launch configuration) 
+</li>
+<li>
+    VNC plugin integrated. Window &gt; Show View &gt; Remote Systems &gt; VNC. 
+    Use the x11vnc server from the <a href="http://pc-connectivity.garage.maemo.org">pc-connectivity garage project</a>. 
+</li>
+<li>
+    C/C++ Shared library template project 
+</li>
+<li>
+    On debug launch, gdb version is checked and debugger recommends gdb 6.8 if it's not installed. Debugger uses native-gdb script if possible to avoid picking up the ancient scratchbox version.
+</li>     
+<li>
+    Separate C and C++ project wizards (vs. one C/C++ one) -- templates show up only in their own wizard
+</li>     
+<li>
+    Import Apt Project (File &gt; Import &gt; ESbox &gt; Project from Apt Repository) 
+</li>
+<li>
+    Validate Installed Packages works for PluThon, Python, and make projects now. It just suggests a fixed set of metapackages though.
+</li>     
+<li>
+    New project wizard will invoke the full UI for Validate Installed Packages, giving user a chance to edit network settings
+</li>     
+<li>
+    Build target lists are filtered appropriately (no RSE connections in C/C++ build UI, for instance).
+</li>     
+<li>
+    New VM images for ESbox on Win32/OS X (in the same place).
+</li>     
+</ul>
+
+<h3>
+ESbox 2.0.0-I20090114
+</h3>
+
+<ul>
+<li>
+    Support for using ESbox on Windows and Mac OS X with using a virtual machine to host the build environment and Maemo SDK.
+    <!-- TODO --> 
+    See <a href="https://garage.maemo.org/plugins/wiki/index.php?ESboxOutsideLinuxWithVirtualMachine&id=192&type=g">this page</a> to find information about the 
+    <i>required</i> virtual machine you also need to download.
+</li>
+<li>    
+    Support adding apt repositories when validating required packages.
+</li>
+<li>    
+    Support synchronizing packages in devices as well as scratchbox installations.
+</li>
+<li>    
+    Add new package installation UI to make this process easier to follow.
+</li>
+<li>    
+    Sync with latest sb2 changes, supporting the use of sessions and new rootstrap installation.
+</li>
+<li>    
+    Updated docs with context help support for ESbox dialogs, preferences, and launch configurations.
+</li>
+<li>    
+    Support for automatically enabling "doctools" devkit for sb1 projects that need it.
+</li>
+<li>
+    Support for launching a Python program from the Run/Debug shortcut menu of the project.
+</li>
+<li>    
+    Added preconfigured Debian folders to all the C/C++ project templates. (Currently some issues remain when installing these.)
+</li>
+<li>    
+    Fixed issue with Project &gt; Build Application &gt; Build All command 
+    <a href="https://garage.maemo.org/tracker/?func=detail&group_id=799&aid=3207&atid=2996">[#3207]</a> 
+</li>
+</ul>
+
+<h3>
+ESbox 2.0.0-I20081202
+</h3>
+<ul>
+<li>
+    Enhancements and fixes to Create Debian Package Structure command
+</li>
+<li>    
+    Improvements to Python interpreter autoconfiguration
+</li>
+<li>
+    Added support for configurable virtual machine usage
+</li>
+<li>    
+	Official VM image (for QEMU or VMware) available  
+</li>    
+</ul>
+
+<h3>
+ESbox 2.0.0-I20081120
+</h3>
+<ul>
+<li>
+    Bug fix: password prompt dialog keeps popping up on remote debugger start when no SSH passwordless authentication is configured.
+</li>
+<li>    
+    Bug fix: When the IP address of the predefined RSE connection for tablet is changed (e.g. for wireless connected tablet), debugger won't start.
+</li>
+<li>    
+    Build before launch: when using launch shortcut to create a new launch configuration, if the project is not built yet, the creation would just fail.
+</li>
+<li>    
+    Bug fix: ESbox python debugger did not work due to wrong host IP address detection.
+</li>    
+<li>
+    Autoconfigure Python Interpreter preferences
+</li>
+<li>    
+    Copy previously generated debian packages into the project
+</li>
+<li>    
+    Generate automatically Debian structure for projects
+</li> 			
+</ul>
+			
 					<h3>ESbox 1.4.1 - (2008-07-10)</h3>
 					<ul>
 						<li class="add">&nbsp;Changes in documentation</li>
@@ -99,15 +369,15 @@
                         <li class="fix">&nbsp;Unable to create
 project with same name across workspaces. <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=2386&amp;group_id=192&amp;atid=1420">[#2386]</a></li>
                         <li class="fix">&nbsp;Unable to build
-template Meamo Helloworldi18nproejct <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=2434&amp;group_id=192&amp;atid=1420">[#2434]</a>></li
+template Meamo Helloworldi18nproejct <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=2434&amp;group_id=192&amp;atid=1420">[#2434]</a></li
                         ><li class="fix">&nbsp;Unable to build
 template project Hildon desktop plugin
 project <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=2435&amp;group_id=192&amp;atid=1420">[#2435]</a></li>
                         <li class="fix">&nbsp;Wizard -&gt;
 Wizard does not disappear until project
-created. <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=2438&amp;group_id=192&amp;atid=1420" target="_blank">[#2438]</a></li>
+created. <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=2438&amp;group_id=192&amp;atid=1420">[#2438]</a></li>
                         <li class="fix">&nbsp;Wizard -&gt; No
-window titles <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=2442&amp;group_id=192&amp;atid=1420" target="_blank">[#2442]</a></li>
+window titles <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=2442&amp;group_id=192&amp;atid=1420">[#2442]</a></li>
                         <li class="fix">&nbsp;Debugging Python:
 breakpoints not hit <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=2479&amp;group_id=192&amp;atid=1420">[#2479]</a></li>
                         <li class="fix">&nbsp;Python -&gt;
@@ -254,28 +524,28 @@
                         <li class="fix">&nbsp;Target selection is
 not working <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1500&amp;group_id=192&amp;atid=1420">[#1500]</a></li>
                     </ul>	
-				    <p style="text-align:right"><a href="index.html" target="_parent"><img src="images/li_back.jpg" alt="back" title="back" border="0" /></a></p>																											
+				    <p style="text-align:right"><a href="index.html" target="_parent"><img src="images/li_back.jpg" alt="back" title="back" /></a></p>																											
 			</div>
 							
 	</div>
 	</div>
 	<div id="footer">
-		<p class="part">
-		     <table width="100%" border="0" cellspacing="5px" bgcolor="#000">
+		<div class="part">
+		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
 				  <tr class="white">
-					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" border="0" /></a></td>
+					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
 					<td valign="middle">is a part of</td>
-					<td><a href="http://wiki.percomp.org" target="_blank"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" border="0" /></a></td>
+					<td><a href="http://wiki.percomp.org"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
 					<td valign="middle">developed by</td>
-					<td><a href="http://embedded.ufcg.edu.br" target="_blank"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" border="0" /></a></td>
+					<td><a href="http://embedded.ufcg.edu.br"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
 					<td valign="middle">in cooperation with</td>
-					<td><a href="http://www.indt.org.br/" target="_blank"><img src="images/ma_indt.jpg" alt="indt" title="indt" border="0" /></a></td>
+					<td><a href="http://www.indt.org.br/"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
 					<td valign="middle">and</td>
-					<td><a href="http://maemo.org/" target="_blank"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" border="0" /></a></td>
+					<td><a href="http://maemo.org/"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" /></a></td>
 				  </tr>
 			</table>
-		</p>
-		<p class="right">© Copyright 2007 - 2008, INdT</p>
+		</div>
+		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
 	</div>
 </body>
 </html>
\ No newline at end of file

Modified: www/beta1/contributing.html
===================================================================
--- www/beta1/contributing.html	2009-04-30 20:46:39 UTC (rev 1516)
+++ www/beta1/contributing.html	2009-04-30 21:19:02 UTC (rev 1517)
@@ -69,22 +69,22 @@
 	</div>
 	</div>
 	<div id="footer">
-		<p class="part">
-		     <table width="100%" border="0" cellspacing="5px" bgcolor="#000">
+		<div class="part">
+		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
 				  <tr class="white">
-					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" border="0" /></a></td>
+					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
 					<td valign="middle">is a part of</td>
-					<td><a href="http://wiki.percomp.org" target="_blank"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" border="0" /></a></td>
+					<td><a href="http://wiki.percomp.org"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
 					<td valign="middle">developed by</td>
-					<td><a href="http://embedded.ufcg.edu.br" target="_blank"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" border="0" /></a></td>
+					<td><a href="http://embedded.ufcg.edu.br"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
 					<td valign="middle">in cooperation with</td>
-					<td><a href="http://www.indt.org.br/" target="_blank"><img src="images/ma_indt.jpg" alt="indt" title="indt" border="0" /></a></td>
+					<td><a href="http://www.indt.org.br/"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
 					<td valign="middle">and</td>
-					<td><a href="http://maemo.org/" target="_blank"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" border="0" /></a></td>
+					<td><a href="http://maemo.org/"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" /></a></td>
 				  </tr>
 			</table>
-		</p>
-		<p class="right">© Copyright 2007 - 2008, INdT</p>
+		</div>
+		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
 	</div>
 </body>
 </html>

Modified: www/beta1/css/main.css
===================================================================
--- www/beta1/css/main.css	2009-04-30 20:46:39 UTC (rev 1516)
+++ www/beta1/css/main.css	2009-04-30 21:19:02 UTC (rev 1517)
@@ -58,7 +58,7 @@
 	padding-left: 5px; 
 	list-style-image: url(../images/fe.png);
 	list-style-position: inside;  
-	margin-right: 5px
+	margin-right: 5px;
 	}
 	.add { 
 	line-height: 22px; 

Modified: www/beta1/documentation.html
===================================================================
--- www/beta1/documentation.html	2009-04-30 20:46:39 UTC (rev 1516)
+++ www/beta1/documentation.html	2009-04-30 21:19:02 UTC (rev 1517)
@@ -75,22 +75,22 @@
 	</div>
 	</div>
 	<div id="footer">
-		<p class="part">
-		     <table width="100%" border="0" cellspacing="5px" bgcolor="#000">
+		<div class="part">
+		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
 				  <tr class="white">
-					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" border="0" /></a></td>
+					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
 					<td valign="middle">is a part of</td>
-					<td><a href="http://wiki.percomp.org" target="_blank"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" border="0" /></a></td>
+					<td><a href="http://wiki.percomp.org"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
 					<td valign="middle">developed by</td>
-					<td><a href="http://embedded.ufcg.edu.br" target="_blank"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" border="0" /></a></td>
+					<td><a href="http://embedded.ufcg.edu.br"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
 					<td valign="middle">in cooperation with</td>
-					<td><a href="http://www.indt.org.br/" target="_blank"><img src="images/ma_indt.jpg" alt="indt" title="indt" border="0" /></a></td>
+					<td><a href="http://www.indt.org.br/"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
 					<td valign="middle">and</td>
-					<td><a href="http://maemo.org/" target="_blank"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" border="0" /></a></td>
+					<td><a href="http://maemo.org/"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" /></a></td>
 				  </tr>
 			</table>
-		</p>
-		<p class="right">© Copyright 2007 - 2008, INdT</p>
+		</div>
+		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
 	</div>
 </body>
 </html>
\ No newline at end of file

Modified: www/beta1/eclipse_installation.html
===================================================================
--- www/beta1/eclipse_installation.html	2009-04-30 20:46:39 UTC (rev 1516)
+++ www/beta1/eclipse_installation.html	2009-04-30 21:19:02 UTC (rev 1517)
@@ -240,9 +240,6 @@
       <li>For more detailed information about Eclipse SDK, see
 the <a href="http://www.eclipse.org/eclipse/development/readme_eclipse_3.3.1.html" target="_blank">Eclipse 3.3.1 Readme</a>.</li>
     </ol>
-    <ul>
-    </ul>
-  </li>
 
 
 <p></p>
@@ -288,22 +285,22 @@
 	</div>
 	</div>
 	<div id="footer">
-		<p class="part">
-		     <table width="100%" border="0" cellspacing="5px" bgcolor="#000">
+		<div class="part">
+		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
 				  <tr class="white">
-					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" border="0" /></a></td>
+					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
 					<td valign="middle">is a part of</td>
-					<td><a href="http://wiki.percomp.org" target="_blank"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" border="0" /></a></td>
+					<td><a href="http://wiki.percomp.org"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
 					<td valign="middle">developed by</td>
-					<td><a href="http://embedded.ufcg.edu.br" target="_blank"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" border="0" /></a></td>
+					<td><a href="http://embedded.ufcg.edu.br"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
 					<td valign="middle">in cooperation with</td>
-					<td><a href="http://www.indt.org.br/" target="_blank"><img src="images/ma_indt.jpg" alt="indt" title="indt" border="0" /></a></td>
+					<td><a href="http://www.indt.org.br/"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
 					<td valign="middle">and</td>
-					<td><a href="http://maemo.org/" target="_blank"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" border="0" /></a></td>
+					<td><a href="http://maemo.org/"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" /></a></td>
 				  </tr>
 			</table>
-		</p>
-		<p class="right">© Copyright 2007 - 2008, INdT</p>
+		</div>
+		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
 	</div>
 </body>
 </html>

Modified: www/beta1/esbox_installation.html
===================================================================
--- www/beta1/esbox_installation.html	2009-04-30 20:46:39 UTC (rev 1516)
+++ www/beta1/esbox_installation.html	2009-04-30 21:19:02 UTC (rev 1517)
@@ -113,27 +113,26 @@
 
 				<p style="text-align:right"><a href="index.html" target="_parent"><img src="images/li_back.jpg" alt="back" title="back" border="0" /></a></p>																											
 			</div>
-</ul>
 							
 	</div>
 	</div>
 	<div id="footer">
-		<p class="part">
-		     <table width="100%" border="0" cellspacing="5px" bgcolor="#000">
+		<div class="part">
+		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
 				  <tr class="white">
-					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" border="0" /></a></td>
+					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
 					<td valign="middle">is a part of</td>
-					<td><a href="http://wiki.percomp.org" target="_blank"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" border="0" /></a></td>
+					<td><a href="http://wiki.percomp.org"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
 					<td valign="middle">developed by</td>
-					<td><a href="http://embedded.ufcg.edu.br" target="_blank"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" border="0" /></a></td>
+					<td><a href="http://embedded.ufcg.edu.br"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
 					<td valign="middle">in cooperation with</td>
-					<td><a href="http://www.indt.org.br/" target="_blank"><img src="images/ma_indt.jpg" alt="indt" title="indt" border="0" /></a></td>
+					<td><a href="http://www.indt.org.br/"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
 					<td valign="middle">and</td>
-					<td><a href="http://maemo.org/" target="_blank"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" border="0" /></a></td>
+					<td><a href="http://maemo.org/"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" /></a></td>
 				  </tr>
 			</table>
-		</p>
-		<p class="right">© Copyright 2007 - 2008, INdT</p>
+		</div>
+		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
 	</div>
 </body>
 </html>

Modified: www/beta1/features.html
===================================================================
--- www/beta1/features.html	2009-04-30 20:46:39 UTC (rev 1516)
+++ www/beta1/features.html	2009-04-30 21:19:02 UTC (rev 1517)
@@ -48,39 +48,39 @@
 			<div id="content" style="width:98%">
 					<h3>General</h3>
 					<ul>
-						<li class="fe">&nbsp;<a href="http://maemo.org/development/documentation/ide_integration/" target="_blank">Eclipse IDE integration</a> for maemo development platform</li>
+						<li class="fe"><a href="http://maemo.org/development/documentation/ide_integration/" target="_blank">Eclipse IDE integration</a> for maemo development platform</li>
 						<li >Support for Eclipse IDE for C/C++ Developers 3.3.x and CDT 4.0.x</li>
-						<li class="fe">&nbsp;Integration for <a href="http://www.scratchbox.org">Scratchbox 1.x</a>(e.g. Apophis R4)
-						<br><b>NOTE:</b> Scratchbox 2 is <i>not</i> supported yet!
+						<li class="fe">Integration for <a href="http://www.scratchbox.org">Scratchbox 1.x</a>(e.g. Apophis R4)
+						and <a href="http://maemo-sdk.garage.maemo.org">Scratchbox 2 (Maemo SDK+)</a>.
 						</li>
-						<li class="fe">&nbsp;Maemo 4.0.x Chinook and 4.1.x Diablo SDK releases and both N800 and N810 Internet Tablet devices are be supported</li>
-						<li class="fe">&nbsp;Integration as reusable plugin</li>
+						<li class="fe">Maemo 4.1.x Diablo and 5.0.x Fremantle SDK releases on both N800 and N810 Internet Tablet devices supported</li>
+						<li class="fe">Implemented on extensible <a href="http://mica.garage.maemo.org">Mica plugin framework</a> </li>
 						<li >Other (commercial) Eclipse based IDEs can use plugin as basis for their integration</li>
-						<li class="fe">&nbsp;Integration supports same Debian based Linux distros supported by Scratchbox and maemo</li>
+						<li class="fe">Integration supports same Debian based Linux distros supported by Scratchbox and maemo</li>
 						<li >Latest Ubuntu stable and LTS release</li>
 					</ul>
 					<h3>Target&nbsp;User</h3>
 					<ul>
-						<li class="fe">&nbsp;Integration is targeted for application developers (not platform developers)</li>
-						<li class="fe">&nbsp;ESbox supports programming&nbsp;C/C++ and Python languages</li>
+						<li class="fe">Integration is targeted for application developers (not platform developers)</li>
+						<li class="fe">ESbox supports programming&nbsp;C/C++ and Python languages</li>
 </ul>						
 					<h3>General&nbsp;Plugin</h3>
 					<ul>
-						<li class="fe">&nbsp;ESbox can be installed using "standard" Eclipse plugin installation procedure (using Update Site)</li>
-						<li class="fe">&nbsp;ESbox can be configured inside Eclipse using "standard" configuration method (using Property and Preferences pages)</li>
-						<li class="fe">&nbsp;ESbox has default configuration set for maemo 4.x C/C++ and Python development</li>
-						<li class="fe">&nbsp;ESbox supports environments where only one or all maemo releases are installed to the same Scratchbox instance</li>
-						<li class="fe">&nbsp;User can easily choose which maemo SDK he/she wants to use</li>
-						<li class="fe">&nbsp;ESbox supports templates in project creation</li>
+						<li class="fe">ESbox can be installed using "standard" Eclipse plugin installation procedure (using Update Site)</li>
+						<li class="fe">ESbox can be configured inside Eclipse using "standard" configuration method (using Property and Preferences pages)</li>
+						<li class="fe">ESbox has default configuration set for maemo 4.x C/C++ and Python development</li>
+						<li class="fe">ESbox supports environments where only one or all maemo releases are installed to the same Scratchbox instance</li>
+						<li class="fe">User can easily choose which maemo SDK he/she wants to use</li>
+						<li class="fe">ESbox supports templates in project creation</li>
 						<li >GTK+ "Hello World", Hildon "Hello World", Hildon GUI Application, examples of C++ bidings for Hildon, etc.</li>
-						<li class="fe">&nbsp;ESbox supports localization of application (using gettext tool)</li>
-						<li class="fe">&nbsp;Support for Gazpacho</li>
-						<li class="fe">&nbsp;ESbox supports coexistence of other Eclipse plugins</li>
+						<li class="fe">ESbox supports localization of application (using gettext tool)</li>
+						<li class="fe">Support for Gazpacho</li>
+						<li class="fe">ESbox supports coexistence of other Eclipse plugins</li>
 						<li >e.g. installation and usage of version control, documentation, graphics, <a href="http://pluthon.garage.maemo.org" target="_blank">PluThon</a> etc</li>
 					</ul>	
 					<h3>Applications&nbsp;Development</h3>
 					<ul>
-						<li class="fe">&nbsp;The whole application development process (with C/C++) can be done inside ESbox</li>
+						<li class="fe">The whole application development process (with C/C++) can be done inside ESbox</li>
 						<li >Create project (using templates) for application</li>
 						<li >Create/update source code and needed resources</li>
 						<li >Build application with x86 and ARMEL rootstraps</li>
@@ -90,7 +90,7 @@
 						<li >Debug application on device</li>
 						<li >Create installation package for device</li>
 						<li >Install application package to device</li>
-						<li class="fe">&nbsp;The whole application development process (with Python) can be done inside ESbox</li>
+						<li class="fe">The whole application development process (with Python) can be done inside ESbox</li>
 						<li >Create project (using templates) for application</li>
 						<li >Create/update source code and needed resources </li>
 						<li >Launch and test application on x86 and ARMEL rootstraps </li>
@@ -99,30 +99,30 @@
 						<li >Debug application on device</li>
 						<li >Create installation package for device </li>
 						<li >Install application package to device </li>
-						<li class="fe">&nbsp;Support for maemo PC Connectivity packages to setup connectivity between host PC and Tablet</li>
+						<li class="fe">Support for maemo PC Connectivity packages to setup connectivity between host PC and Tablet</li>
 						<li >e.g. ssh, sshfs/fuse, sbrsh (with sshfs and NFS mounts) are supported</li>
-						<li class="fe">&nbsp;User can easily develop and test application using different maemo environments</li>
+						<li class="fe">User can easily develop and test application using different maemo environments</li>
 						<li >maemo 4.0.x Chinook and 4.1.x Diablo SDK releases installed within same Scratchbox instance</li>					
-						<li class="fe">&nbsp;User can make performance tests with device using OProfile</li>
+						<li class="fe">User can make performance tests with device using OProfile</li>
 						<li >OProfile is available on maemo development environment (maemo SDK + Scratchbox) and on device</li>
 						<li >See more information about OProfile on <a href="http://maemo.org/development/maemo_tools_index.html" target="_blank">http://maemo.org/development<wbr>/maemo_tools_index.html</a></li>
 						<li >Installation instructions are available on <a href="http://maemo.org/development/tools/doc/chinook/oprofile/" target="_blank">http://maemo.org/development<wbr>/tools/doc/chinook/oprofile/</a></li>
-						<li class="fe">&nbsp;User can make memory leak tests using Valgrind</li>
+						<li class="fe">User can make memory leak tests using Valgrind</li>
 						<li >Valgrind is available only for x86 rootstrap</li>
 						<li >See more information about Valgrind on&nbsp;<a href="http://maemo.org/development/maemo_tools_index.html" target="_blank">http://maemo.org/development<wbr>/maemo_tools_index.html</a></li>
 					</ul>
 					<h3>Installation</h3>
 					<ul>
-						<li class="fe">&nbsp;Needed plugins and documentation available from "standard" Eclipse framework</li>
+						<li class="fe">Needed plugins and documentation available from "standard" Eclipse framework</li>
 						<li >Needed plug-ins are available from Update Site, so that customers can download and install them directly into Eclipse</li>
 						<li >Documentation is also available from Eclipse Platform’s help system that allow individual plug-ins to contribute online help and context-sensitive help for their components</li>	
-						<li class="fe">&nbsp;Plugin can be (manually) updated from garage and/or repositories</li>
+						<li class="fe">Plugin can be (manually) updated from garage and/or repositories</li>
 					</ul>
 					<h3>Documentation</h3>
 					<ul>
-						<li class="fe">&nbsp;Supported environments and installation document</li>
+						<li class="fe">Supported environments and installation document</li>
 						<li >Installation guide explains also what other eclipse plugins or development tools need to be installed</li>
-						<li class="fe">&nbsp;Configuration and development guide</li>
+						<li class="fe">Configuration and development guide</li>
 					</ul>	
 				<p style="text-align:right"><a href="index.html" target="_parent"><img src="images/li_back.jpg" alt="back" title="back" border="0" /></a></p>																											
 			</div>
@@ -130,22 +130,22 @@
 	</div>
 	</div>
 	<div id="footer">
-		<p class="part">
-		     <table width="100%" border="0" cellspacing="5px" bgcolor="#000">
+		<div class="part">
+		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
 				  <tr class="white">
-					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" border="0" /></a></td>
+					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
 					<td valign="middle">is a part of</td>
-					<td><a href="http://wiki.percomp.org" target="_blank"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" border="0" /></a></td>
+					<td><a href="http://wiki.percomp.org"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
 					<td valign="middle">developed by</td>
-					<td><a href="http://embedded.ufcg.edu.br" target="_blank"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" border="0" /></a></td>
+					<td><a href="http://embedded.ufcg.edu.br"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
 					<td valign="middle">in cooperation with</td>
-					<td><a href="http://www.indt.org.br/" target="_blank"><img src="images/ma_indt.jpg" alt="indt" title="indt" border="0" /></a></td>
+					<td><a href="http://www.indt.org.br/"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
 					<td valign="middle">and</td>
-					<td><a href="http://maemo.org/" target="_blank"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" border="0" /></a></td>
+					<td><a href="http://maemo.org/"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" /></a></td>
 				  </tr>
 			</table>
-		</p>
-		<p class="right">© Copyright 2007 - 2008, INdT</p>
+		</div>
+		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
 	</div>
 </body>
 </html>

Modified: www/beta1/images/fe.png
===================================================================
(Binary files differ)

Modified: www/beta1/images/ic_add.jpg
===================================================================
(Binary files differ)

Modified: www/beta1/images/ic_fix.jpg
===================================================================
(Binary files differ)

Modified: www/beta1/images/ic_rem.jpg
===================================================================
(Binary files differ)

Modified: www/beta1/index.html
===================================================================
--- www/beta1/index.html	2009-04-30 20:46:39 UTC (rev 1516)
+++ www/beta1/index.html	2009-04-30 21:19:02 UTC (rev 1517)
@@ -8,10 +8,10 @@
 	
 	
   <title>ESbox Project</title>
-  <meta name="description" content="" />
+  <meta name="description" content="ESbox Project homepage.  ESbox is an multiplatform Eclipse IDE supporting Maemo development in Scratchbox." />
 
 	
-  <meta name="keywords" content="" />
+  <meta name="keywords" content="esbox maemo eclipse scratchbox" />
 
 	
   <link href="css/main.css" rel="stylesheet" type="text/css" />
@@ -46,7 +46,7 @@
 		</script>
 	
 <div id="header">
-		<span id="img"><a href="index.html"><img src="images/marca.jpg" alt="logo" border="0" /></a></span>
+		<span id="img"><a href="index.html"><img src="images/marca.jpg" alt="logo" /></a></span>
 			
 <ul id="menu">
 
@@ -91,81 +91,114 @@
 			
 <div id="content">
 					
-<h3>About&nbsp;ESbox</h3>
+<h3>About ESbox</h3>
 
 					
-<p style="text-align: justify;">ESbox is an Eclipse plug-in that helps
-programmers to develop applications for maemo platform on Scratchbox
-Apophis. It supports C/C++ and Python programming languages.&nbsp;Maemo
-4.0.x Chinook and 4.1.x Diablo SDKs will be supported.</p>
-<p style="text-align: justify;"><a href="https://garage.maemo.org/plugins/wiki/index.php?id=192&type=g">IDE Integration 2<sup>nd</sup> Edition!</a></p>
-<h3>Last&nbsp;Features</h3>
+<p style="text-align: justify;">ESbox is an Eclipse product that helps
+programmers to develop applications for Maemo platform using Scratchbox
+Apophis. 
+</p><p>
+It supports C/C++ and Python programming languages with source editing, code completion,
+build, launch, debug, profiling, and packaging support.
+</p><p>
+ESbox may be used on all major platforms (Linux, Win32, Mac OS X).  On non-Linux
+systems, you may use a VM, or if you want, a remote Linux system, to host the Maemo
+SDK and Scratchbox.  ESbox will transparently do all the work through that system for you.
+</p><p>
+Maemo 4.0 Chinook, 4.1 Diablo, and 5.0 Fremantle SDKs are supported (older ones may work as well).
+</p>
+<h3>New Features</h3>
 
+In ESbox 2nd Edition, you can:
 					
 <ul>
 
-						<li class="fe">&nbsp;Support for Scratchbox 1.x</li>
+	<li class="fe">Develop with for Scratchbox 1 and 2 in Maemo 5.0.x Fremantle SDK</li>
 
-						<li class="fe">&nbsp;Support for C/C++ and Python development process</li>
+	<li class="fe">Use Eclipse IDE Ganymede SR2 (3.4.2) using CDT 5.0.2 and PyDev 1.4.4</li>
 
-						<li class="fe">&nbsp;Support for Eclipse IDE for C/C++ Developers 3.3.3 and CDT 4.0.3 (or later)</li>
+	<li class="fe">Install ESbox from a full product archive, or update using Eclipse Update Sites</li>
 
-						<li class="fe">&nbsp;Support for the latest Ubuntu and LTS releases supported by maemo Diablo SDK</li>
+	<li class="fe">Run on latest Ubuntu Linux and Debian Linux hosts supported by Fremantle SDK</li>
+	
+	<li class="fe">Run on Windows XP/Vista and Mac OS X Leopard (Intel) using VMware, VirtualBox, and QEMU virtual machines to host Maemo SDKs</li>
 
-						<li class="fe">&nbsp;Support for maemo PC Connectivity packages to setup connectivity between host PC and Tablet</li>
+	<li class="fe">Install Scratchbox 1 platform and target from scratch</li>
 
-						<li class="fe">&nbsp;Support for Oprofile and Valgrind</li>
+	<li class="fe">Import Debian projects from Maemo repositories</li>
 
-						<li class="fe">&nbsp;Templates in project creation</li>
+	<li class="fe">Support debug and optimized C/C++ project builds</li>
 
-						<li class="fe">&nbsp;Support for Scratchbox target creation</li>
+	<li class="fe">Easily connect to your device with predefined connections for USB, WLAN, and Bluetooth PC connectivity</li>
+	
+	<li class="fe">Explore your device using the Remote System Explorer</li>
 
-						<li class="fe">&nbsp;Support localization of application</li>
+<!--  not new
+	<li class="fe">Install Scratchbox 2 targets</li>
+ -->
+	<li class="fe">Generate skeleton Debian package structure</li>
 
+	<li class="fe">Improved Debian package generation</li>
+
+
+<!-- not until it works 
+
+	<li class="fe">Localize C/C++ applications</li>
+ -->
 					
 </ul>
 
-					<span style="float: right;"><a href="features.html">All Features</a></span>
-					<br />
+	<span style="float: right;"><a href="features.html">All Features</a></span>
+	<br />
 <br />
-<h3>Recent&nbsp;Changes</h3>
+<h3>Recent Changes</h3>
 
-					<b style="padding-left: 35px;">ESbox 1.4.1 - (2008-07-10)</b>
+	<b style="padding-left: 35px;">ESbox 2.0.0M4 (Beta 1) - (2009-05-14)</b>
 					
 <ul>
 
-						<li class="add">&nbsp;Changes in documentation</li>
+	<li class="add">Maemo 5.0 beta Fremantle SDK supported</li>
+	<li class="add">Added Nokia Closed Binaries installer wizard for Diablo and Fremantle SDKs</li>
 
 					
 </ul>
 
-					<b style="padding-left: 35px;">ESbox 1.4.0 - (2008-07-9)</b>
+	<b style="padding-left: 35px;">ESbox 2.0.0M2 (Alpha 2) - (2009-05-14)</b>
 					
 <ul>
 
-						<li class="add">&nbsp;Launch/Debug configurations for remote debugging are more flexibility</li>
+	<li class="add">TBD</li>
 
-						<li class="add">&nbsp;SSH remote connection is now supported</li>
+					
+</ul>
 
-						<li class="add">&nbsp;SBRSH connection mode provides automatic and customized configurations</li>
+	<b style="padding-left: 35px;">ESbox 1.4.0 - (2008-07-9)</b>
+					
+<ul>
 
-						<li class="add">&nbsp;User configuration of indexer through C/C++ Include Paths and Symbols page</li>
+	<li class="add">Launch/Debug configurations for remote debugging are more flexibility</li>
 
-						<li class="add">&nbsp;Automatic invocation of autoconf/configure/etc during a build</li>
+	<li class="add">SSH remote connection is now supported</li>
 
-						<li class="add">&nbsp;Project cleaned when changing build targets</li>
+	<li class="add">SBRSH connection mode provides automatic and customized configurations</li>
 
-						<li class="add">&nbsp;Run/Debug launch shortcuts work much better</li>
+	<li class="add">User configuration of indexer through C/C++ Include Paths and Symbols page</li>
 
-						<li class="add">&nbsp;More reliable X/Maemo detection and launching from toolbar or from launch</li>
+	<li class="add">Automatic invocation of autoconf/configure/etc during a build</li>
 
+	<li class="add">Project cleaned when changing build targets</li>
+
+	<li class="add">Run/Debug launch shortcuts work much better</li>
+
+	<li class="add">More reliable X/Maemo detection and launching from toolbar or from launch</li>
+
 																													
 					
 </ul>
 
 						
-					<span style="float: right;"><a href="changes.html">All Changes</a></span>				
-	  </div>
+	<span style="float: right;"><a href="changes.html">All Changes</a></span>				
+ </div>
 
 		
 				
@@ -173,43 +206,48 @@
 					
 <h3>ESbox Experience</h3>
 
-					<img src="images/icon_star.gif" alt="star" />&nbsp;&nbsp;<font class="h4">Integration</font>
-					<br />
+		<h4><img class="star"  src="images/icon_star.gif" alt="star" />&nbsp;Integration</h4>
+		<br />
 Perform maemo programming tasks under an unique environment.<br />
 
-					<br />
-<img src="images/icon_star.gif" alt="star" />&nbsp;&nbsp;<font class="h4">Ease</font>
-					<br />
+		<br />
+<h4><img class="star"  src="images/icon_star.gif" alt="star" />&nbsp;Ease</h4>
+		<br />
 Develop your application using an interesting graphical user interface.
-					<br />
+		<br />
 <br />
-<img src="images/icon_star.gif" alt="star" />&nbsp;&nbsp;<font class="h4">Efficiency</font>
-					<br />
+<h4><img class="star" src="images/icon_star.gif" alt="star" />&nbsp;Efficiency</h4>
+		<br />
 Save your time and effort developing your maemo applications with ESbox.
-					<br />
+		<br />
 <br />
+
+<!--  later, these videos are outdated
 <h3>Videos</h3>
 
 					
 <ul>
 
-						<li class="vi"><a href="http://www.youtube.com/watch?v=7-RMVe27Kf8" target="_blank">Installing ESbox plug-in</a></li>
+		<li class="vi"><a href="http://www.youtube.com/watch?v=7-RMVe27Kf8">Installing ESbox product</a></li>
 
-						<li class="vi"><a href="http://www.youtube.com/watch?v=875ku1NSaX4&amp;feature=related" target="_blank">Creating a new ESbox project</a></li>
+		<li class="vi"><a href="http://www.youtube.com/watch?v=875ku1NSaX4&amp;feature=related">Creating a new ESbox project</a></li>
 
-						<li class="vi"><a href="http://www.youtube.com/watch?v=NgXv1epyYE0&amp;feature=related" target="_blank">Running an ESbox project</a></li>
+		<li class="vi"><a href="http://www.youtube.com/watch?v=NgXv1epyYE0&amp;feature=related">Running an ESbox project</a></li>
 
 					
 </ul>
 
 					<br />
+
+ -->
+ 
 <h3>Esbox Screenshots</h3>
 
-					<a href="images/sc_la_1.jpg" rel="lightbox" title="Running OProfile on Device"><img src="images/sc_1.jpg" alt="Running OProfile on Device" border="0" /></a>
+					<a href="images/sc_la_1.jpg" rel="lightbox" title="Running OProfile on Device"><img src="images/sc_1.jpg" alt="Running OProfile on Device" /></a>
 					<br />
-<a href="images/sc_la_2.jpg" rel="lightbox" title="New Project Wizard"><img src="images/sc_2.jpg" alt="New Project Wizard" border="0" /></a>
+<a href="images/sc_la_2.jpg" rel="lightbox" title="New Project Wizard"><img src="images/sc_2.jpg" alt="New Project Wizard" /></a>
 					<br />
-<a href="images/sc_la_3.jpg" rel="lightbox" title="Launching Applications"><img src="images/sc_3.jpg" alt="Launching Applications" border="0" /></a>
+<a href="images/sc_la_3.jpg" rel="lightbox" title="Launching Applications"><img src="images/sc_3.jpg" alt="Launching Applications" /></a>
 				</div>
 
 		
@@ -218,43 +256,23 @@
 	</div>
 
 	
-<div id="footer">
-		
-<p class="part">
-		     </p>
-<table bgcolor="#000000" border="0" cellspacing="5" width="100%">
-
-				  <tbody>
-    <tr class="white">
-
-					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" border="0" /></a></td>
-
+	<div id="footer">
+		<div class="part">
+		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
+				  <tr class="white">
+					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
 					<td valign="middle">is a part of</td>
-
-					<td><a href="http://wiki.percomp.org" target="_blank"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" border="0" /></a></td>
-
+					<td><a href="http://wiki.percomp.org"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
 					<td valign="middle">developed by</td>
-
-					<td><a href="http://embedded.ufcg.edu.br" target="_blank"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" border="0" /></a></td>
-
+					<td><a href="http://embedded.ufcg.edu.br"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
 					<td valign="middle">in cooperation with</td>
-
-					<td><a href="http://www.indt.org.br/" target="_blank"><img src="images/ma_indt.jpg" alt="indt" title="indt" border="0" /></a></td>
-
+					<td><a href="http://www.indt.org.br/"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
 					<td valign="middle">and</td>
-
-					<td><a href="http://maemo.org/" target="_blank"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" border="0" /></a></td>
-
+					<td><a href="http://maemo.org/"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" /></a></td>
 				  </tr>
-
-			
-  </tbody>
-</table>
-
-		
-		
-<p class="right">&copy; Copyright 2007 - 2008, INdT</p>
-
+			</table>
+		</div>
+		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
 	</div>
 
 </body>

Modified: www/beta1/installation.html
===================================================================
--- www/beta1/installation.html	2009-04-30 20:46:39 UTC (rev 1516)
+++ www/beta1/installation.html	2009-04-30 21:19:02 UTC (rev 1517)
@@ -23,7 +23,7 @@
 			pageTracker._trackPageview();
 		</script>
 	<div id="header">
-		<span id="img"><a href="index.html"><img src="images/marca.jpg" alt="logo" border="0"  /></a></span>
+		<span id="img"><a href="index.html"><img src="images/marca.jpg" alt="logo"  /></a></span>
 			<ul id="menu">
 			<li><a href="index.html">home</a></li>
 			<li><a href="features.html">features</a></li>
@@ -46,7 +46,7 @@
 	
 	<div id="container">
 			<div id="content" style="width:98%">
-            		<br />&nbsp;&nbsp;ESbox is part of <a target="_blank" href="http://maemo.org/development/documentation/ide_integration/">maemo IDE Integration</a><br /><br />
+            		<br />&nbsp;&nbsp;ESbox is part of <a href="http://maemo.org/development/documentation/ide_integration/">maemo IDE Integration</a><br /><br />
                     <h3 style="color:#666666">REQUIREMENTS</h3>
 					<h3>Host PC Environment</h3>
 					<ul>
@@ -54,16 +54,16 @@
                         	<ul>
                             	<li style="padding-left:30px">&nbsp;Ubuntu 7.10 stable (Gutsy) or Ubuntu 8.04 LTS (Hardy)</li>
                             </ul>
-                        <li>&nbsp;Maemo SDK (4.0.x Chinook or 4.1.x Diablo) - <a href="http://maemo.org/development/sdks/" target="_blank">Installation
+                        <li>&nbsp;Maemo SDK (4.0.x Chinook or 4.1.x Diablo) - <a href="http://maemo.org/development/sdks/">Installation
 Instructions </a></li>
 						<li>&nbsp;Eclipse SDK 3.3.x with CDT and PyDev plug-ins. Follow <a href="eclipse_installation.html">these</a>&nbsp;instructions
 to install and configure it.</li>
                         <li>&nbsp;PC Connectivity</li>
                         	<ul>
-                            	<li style="padding-left:30px">&nbsp;Follow the instructions at the <a href="http://maemo.org/development/documentation/pc_connectivity/" target="_blank">PC Connectivity</a> to configure your host machine</li>
+                            	<li style="padding-left:30px">&nbsp;Follow the instructions at the <a href="http://maemo.org/development/documentation/pc_connectivity/">PC Connectivity</a> to configure your host machine</li>
                             </ul>
                         <li>If you wish to debug programs, or run/debug C++ or Python applications on the Scratchbox, you'll need to
-ensure it has the required runtimes installed. Follow <a target="_blank" href="http://maemo.org/development/documentation/programming_languages/">these</a> instructions to install develpment runtimes.</li>
+ensure it has the required runtimes installed. Follow <a href="http://maemo.org/development/documentation/programming_languages/">these</a> instructions to install develpment runtimes.</li>
 					</ul>
                    
 <p></p>
@@ -82,10 +82,10 @@
                                     <li style="padding-left:30px">&nbsp;OpenSSH server and client</li>
                                     <li style="padding-left:30px">&nbsp;OpenSSH server and client</li>
                                 </ul>
-                                <li>&nbsp;Follow <a target="_blank" href="http://maemo.org/development/documentation/pc_connectivity/" style="text-decoration: underline;">these</a> instructions to install&nbsp;PC Connectivity on your
+                                <li>&nbsp;Follow <a href="http://maemo.org/development/documentation/pc_connectivity/" style="text-decoration: underline;">these</a> instructions to install&nbsp;PC Connectivity on your
 Internet Tablet</li>
                             </ul>
-                        <li>&nbsp;If you wish to debug programs on the tablet using sbrsh, or run/debug C++ or Python applications on the tablet, you'll need to ensure it has the required runtimes installed. Follow <a target="_blank" href="http://maemo.org/development/documentation/programming_languages/">these</a> instructions to install develpment runtimes.</li>
+                        <li>&nbsp;If you wish to debug programs on the tablet using sbrsh, or run/debug C++ or Python applications on the tablet, you'll need to ensure it has the required runtimes installed. Follow <a href="http://maemo.org/development/documentation/programming_languages/">these</a> instructions to install develpment runtimes.</li>
                     </ul>
 <p></p>
                     <h3 style="color:#666666">INSTALLATION INSTRUCTIONS</h3>
@@ -101,32 +101,32 @@
                     </ul>
                     <h3>Method 2: ZIP files</h3>
 					<ul>
-						<li>&nbsp;Download the <a href="https://garage.maemo.org/frs/?group_id=192" target="_blank">ZIP</a> file and extract it on top of Eclipse. Make sure the folder <i>plugins</i> is extracted on top of the Eclipse plugins folder and the folder <i>features</i> is extracted on top of the Eclipse features folder.</li>
+						<li>&nbsp;Download the <a href="https://garage.maemo.org/frs/?group_id=192">ZIP</a> file and extract it on top of Eclipse. Make sure the folder <i>plugins</i> is extracted on top of the Eclipse plugins folder and the folder <i>features</i> is extracted on top of the Eclipse features folder.</li>
                         <li>&nbsp;Restart Eclipse with the '-clean' flag, to make sure Eclipse finds out about it. </li>
                     </ul>
                     
-				<p style="text-align:right"><a href="index.html" target="_parent"><img src="images/li_back.jpg" alt="back" title="back" border="0" /></a></p>																											
+				<p style="text-align:right"><a href="index.html" target="_parent"><img src="images/li_back.jpg" alt="back" title="back" /></a></p>																											
 			</div>
 							
 	</div>
 	</div>
 	<div id="footer">
-		<p class="part">
-		     <table width="100%" border="0" cellspacing="5px" bgcolor="#000">
+		<div class="part">
+		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
 				  <tr class="white">
-					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" border="0" /></a></td>
+					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
 					<td valign="middle">is a part of</td>
-					<td><a href="http://wiki.percomp.org" target="_blank"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" border="0" /></a></td>
+					<td><a href="http://wiki.percomp.org"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
 					<td valign="middle">developed by</td>
-					<td><a href="http://embedded.ufcg.edu.br" target="_blank"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" border="0" /></a></td>
+					<td><a href="http://embedded.ufcg.edu.br"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
 					<td valign="middle">in cooperation with</td>
-					<td><a href="http://www.indt.org.br/" target="_blank"><img src="images/ma_indt.jpg" alt="indt" title="indt" border="0" /></a></td>
+					<td><a href="http://www.indt.org.br/"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
 					<td valign="middle">and</td>
-					<td><a href="http://maemo.org/" target="_blank"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" border="0" /></a></td>
+					<td><a href="http://maemo.org/"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" /></a></td>
 				  </tr>
 			</table>
-		</p>
-		<p class="right">© Copyright 2007 - 2008, INdT</p>
+		</div>
+		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
 	</div>
 </body>
 </html>

Modified: www/beta1/pydev.html
===================================================================
--- www/beta1/pydev.html	2009-04-30 20:46:39 UTC (rev 1516)
+++ www/beta1/pydev.html	2009-04-30 21:19:02 UTC (rev 1517)
@@ -191,22 +191,22 @@
 	</div>
 	</div>
 	<div id="footer">
-		<p class="part">
-		     <table width="100%" border="0" cellspacing="5px" bgcolor="#000">
+		<div class="part">
+		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
 				  <tr class="white">
-					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" border="0" /></a></td>
+					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
 					<td valign="middle">is a part of</td>
-					<td><a href="http://wiki.percomp.org" target="_blank"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" border="0" /></a></td>
+					<td><a href="http://wiki.percomp.org"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
 					<td valign="middle">developed by</td>
-					<td><a href="http://embedded.ufcg.edu.br" target="_blank"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" border="0" /></a></td>
+					<td><a href="http://embedded.ufcg.edu.br"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
 					<td valign="middle">in cooperation with</td>
-					<td><a href="http://www.indt.org.br/" target="_blank"><img src="images/ma_indt.jpg" alt="indt" title="indt" border="0" /></a></td>
+					<td><a href="http://www.indt.org.br/"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
 					<td valign="middle">and</td>
-					<td><a href="http://maemo.org/" target="_blank"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" border="0" /></a></td>
+					<td><a href="http://maemo.org/"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" /></a></td>
 				  </tr>
 			</table>
-		</p>
-		<p class="right">© Copyright 2007 - 2008, INdT</p>
+		</div>
+		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
 	</div>
 </body>
 </html>

Modified: www/beta1/pydev_interpreter.html
===================================================================
--- www/beta1/pydev_interpreter.html	2009-04-30 20:46:39 UTC (rev 1516)
+++ www/beta1/pydev_interpreter.html	2009-04-30 21:19:02 UTC (rev 1517)
@@ -83,22 +83,22 @@
 	</div>
 	</div>
 	<div id="footer">
-		<p class="part">
-		     <table width="100%" border="0" cellspacing="5px" bgcolor="#000">
+		<div class="part">
+		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
 				  <tr class="white">
-					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" border="0" /></a></td>
+					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
 					<td valign="middle">is a part of</td>
-					<td><a href="http://wiki.percomp.org" target="_blank"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" border="0" /></a></td>
+					<td><a href="http://wiki.percomp.org"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
 					<td valign="middle">developed by</td>
-					<td><a href="http://embedded.ufcg.edu.br" target="_blank"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" border="0" /></a></td>
+					<td><a href="http://embedded.ufcg.edu.br"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
 					<td valign="middle">in cooperation with</td>
-					<td><a href="http://www.indt.org.br/" target="_blank"><img src="images/ma_indt.jpg" alt="indt" title="indt" border="0" /></a></td>
+					<td><a href="http://www.indt.org.br/"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
 					<td valign="middle">and</td>
-					<td><a href="http://maemo.org/" target="_blank"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" border="0" /></a></td>
+					<td><a href="http://maemo.org/"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" /></a></td>
 				  </tr>
 			</table>
-		</p>
-		<p class="right">© Copyright 2007 - 2008, INdT</p>
+		</div>
+		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
 	</div>
 </body>
 </html>

Modified: www/beta1/release.html
===================================================================
--- www/beta1/release.html	2009-04-30 20:46:39 UTC (rev 1516)
+++ www/beta1/release.html	2009-04-30 21:19:02 UTC (rev 1517)
@@ -23,7 +23,7 @@
 			pageTracker._trackPageview();
 		</script>
 	<div id="header">
-		<span id="img"><a href="index.html"><img src="images/marca.jpg" alt="logo" border="0"  /></a></span>
+		<span id="img"><a href="index.html"><img src="images/marca.jpg" alt="logo"  /></a></span>
 			<ul id="menu">
 			<li><a href="index.html">home</a></li>
 			<li><a href="features.html">features</a></li>
@@ -46,129 +46,157 @@
 	
 	<div id="container">
 			<div id="content" style="width:98%">
-					<h3>Release Information</h3>
+
+			
+<h3>ESbox 2nd Edition Milestone Releases</h3>
+
+ESbox will be released in several alphas and betas before the final 2nd edition is released.
+
+<h3>ESbox 2.0.0M1 (alpha 1) (2008/10/31)</h3> 
+
+<p>
+    <a href="https://garage.maemo.org/frs/shownotes.php?release_id=2171">Download</a>
+     </p><p>
+    
+    <a href="release_2_0_0_M1.html">Release Notes</a>
+		</p>
+<h3>2.0.0M2 (alpha 2) (2008/02/25) </h3>
+
+    Download: https://garage.maemo.org/frs/shownotes.php?release_id=2455 
+    Release notes: Prerelease_2_0_0_M2 
+
+			
+					<h3>ESbox 1st Edition Release Information</h3>
 					<ul>
-						<li>&nbsp;Project: Maemo Eclipse Integration</li>
-                        <li>&nbsp;Version: 1.0 (Final)</li>
-                        <li>&nbsp;maemo 4.0 Chinook and 4.1 Diablo SDKs</li>
-                        <li>&nbsp;Date: 2008-07-01</li>
+						<li>Project: Maemo Eclipse Integration</li>
+                        <li>Version: 1.0 (Final)</li>
+                        <li>maemo 4.0 Chinook and 4.1 Diablo SDKs</li>
+                        <li>Date: 2008-07-01</li>
  					</ul>
 					<h3>General Information</h3>
 					<p>&nbsp;&nbsp;Possible feedback can be sent to <span style="text-decoration: underline;">eclipse-integration at maemo.org.</span></p>
                     <p>&nbsp;&nbsp;This maemo Eclipse Integration 1.0 release supports maemo 4.0 Chinook and 4.1 Diablo SDK releases and both N800 and N810 Internet Tablet devices.</p>
                     <p>&nbsp;&nbsp;Maemo Eclipse Integration includes the following parts:</p>
-                        <li>&nbsp;1. Eclipse IDE for C/C++ Developers</li>
-                        <li>&nbsp;2. maemo PC Connectivity</li>
-                        <li>&nbsp;3. maemo ESBox plugin for Eclipse version 1.4.0</li>
-                        <li>&nbsp;4. maemo Pluthon plugin for Eclipse version 0.1.8</li>
-                        <li>&nbsp;5. maemo C++ and Python programming language support</li>
+                    <ul>
+                        <li>1. Eclipse IDE for C/C++ Developers</li>
+                        <li>2. maemo PC Connectivity</li>
+                        <li>3. maemo ESBox plugin for Eclipse version 1.4.0</li>
+                        <li>4. maemo Pluthon plugin for Eclipse version 0.1.8</li>
+                        <li>5. maemo C++ and Python programming language support</li>
 					</ul>
-                    <p>&nbsp;&nbsp;Detailed description of functionality and installation  instructions for all components can be foud from maemo.org. Good place to start reading is <a target="_blank" href="http://maemo.org/development/documentation/ide_integration/">http://maemo.org/development/documentation/ide_integration/</a>.</p>
+                    <p>&nbsp;&nbsp;Detailed description of functionality and installation  instructions for all components can be foud from maemo.org. Good place to start reading is <a href="http://maemo.org/development/documentation/ide_integration/">http://maemo.org/development/documentation/ide_integration/</a>.</p>
                     <p>&nbsp;&nbsp;Notice that needed packages can be installed from maemo Chinook and Diablo extras repositories.</p>	
 					<h3>ESBox plugin</h3>
 					<ul>
-						<li>&nbsp;Easy PC-Tablet connectivity with maemo PC Connectivity</li>
-                        <li>&nbsp;C, C++ and Python programming language support</li>
-                        <li>&nbsp;Templates for the most common type of maemo applications</li>
-                        <li>&nbsp;Build application with x86 and ARMEL target</li>
-                        <li>&nbsp;Launch and test application on x86 and ARMEL targets</li>
-                        <li>&nbsp;Debug application on x86 and ARMEL targets</li>
-                        <li>&nbsp;Search for memory leaks using Valgrind on x86 target</li>
-                        <li>&nbsp;Debug application on the Internet Tablet using GDB or GDB Server</li>
-                        <li>&nbsp;Performance test on Internet Tablets using OProfile</li>
-                        <li>&nbsp;Maemo installation package creation wizard</li>
-                        <li>&nbsp;Esbox plugin installation and configuration instructions are available from <a href="http://esbox.garage.maemo.org/" target="_blank">http://esbox.garage.maemo.org/</a></li>
+						<li>Easy PC-Tablet connectivity with maemo PC Connectivity</li>
+                        <li>C, C++ and Python programming language support</li>
+                        <li>Templates for the most common type of maemo applications</li>
+                        <li>Build application with x86 and ARMEL target</li>
+                        <li>Launch and test application on x86 and ARMEL targets</li>
+                        <li>Debug application on x86 and ARMEL targets</li>
+                        <li>Search for memory leaks using Valgrind on x86 target</li>
+                        <li>Debug application on the Internet Tablet using GDB or GDB Server</li>
+                        <li>Performance test on Internet Tablets using OProfile</li>
+                        <li>Maemo installation package creation wizard</li>
+                        <li>Esbox plugin installation and configuration instructions are available from <a href="http://esbox.garage.maemo.org/">http://esbox.garage.maemo.org/</a></li>
 					</ul>
                     <h3>Known Issues</h3>
                     <p>&nbsp;&nbsp;Feedback can be sent to <a href="mailto:eclipse-integration at maemo.org">eclipse-integration at maemo.org</a></p>
 					<span style="padding-left: 8px"><b>General</b></span>
                     <ul>
-						<li>&nbsp;Eclipse and ESbox require a Sun or IBM Java VM (JRE5.0 / 1.5) or newer. gcj will not work properly. Eclipse will launch but spurious errors and "class not found" exceptions will arise. </li>
+						<li>Eclipse and ESbox require a Sun or IBM Java VM (JRE5.0 / 1.5) or newer. gcj will not work properly. Eclipse will launch but spurious errors and "class not found" exceptions will arise. </li>
                     </ul>
-                    <br /><span style="padding-left: 8px"><b>Build & SDKs</b></span>
+                    <br /><span style="padding-left: 8px"><b>Build &amp; SDKs</b></span>
                     <ul>
-						<li>&nbsp;Eclipse will build all the projects in the workspace before running/launching an application. If you are using several scratchbox SDKs, this may result in switching targets multiple times and killing maemo before the application launches.</li>
-                        <li>&nbsp;If you install new scratchbox targets while ESbox is running, outside the Window > Preferences > ESbox > Installed Targets UI, you will need to restart ESbox to pick up the changes. A "Refresh" button will be added in a later release.</li>
+						<li>Eclipse will build all the projects in the workspace before running/launching an application. If you are using several scratchbox SDKs, this may result in switching targets multiple times and killing maemo before the application launches.</li>
+                        <li>If you install new scratchbox targets while ESbox is running, outside the Window &gt; Preferences &gt; ESbox &gt; Installed Targets UI, you will need to restart ESbox to pick up the changes. A "Refresh" button will be added in a later release.</li>
                     </ul>
                     <br /><span style="padding-left: 8px"><b>USB connectivity</b></span>
                     <ul>
-						<li>&nbsp;ESbox is able to detect that you're not connected to the device, but does not offer to help beyond sending you to the ESbox website. In order to install maemo-pc-conectivity package, follow <a href="http://maemo.org/development/documentation/pc_connectivity/" target="_blank">these</a> instructions.</li>
+						<li>ESbox is able to detect that you're not connected to the device, but does not offer to help beyond sending you to the ESbox website. In order to install maemo-pc-conectivity package, follow <a href="http://maemo.org/development/documentation/pc_connectivity/">these</a> instructions.</li>
                     </ul>
                     <br /><span style="padding-left: 8px"><b>SBRSH</b></span>
                     <ul>
-						<li>&nbsp;Please use sbrsh7.5.2maemo9 or newer for best results. </li>
-                        <li>&nbsp;ESbox supports autogenerated sbrsh configuration files, and these are used by default for new launch configurations. The expected remote setup is "sandbox mode", where the contents of the scratchbox rootstrap are used as the root filesystem for SBRSH apps.</li>
+						<li>Please use sbrsh7.5.2maemo9 or newer for best results. </li>
+                        <li>ESbox supports autogenerated sbrsh configuration files, and these are used by default for new launch configurations. The expected remote setup is "sandbox mode", where the contents of the scratchbox rootstrap are used as the root filesystem for SBRSH apps.</li>
                     </ul>
                     <p>&nbsp;&nbsp;In this model, almost all the applications and libraries used by an application must be transferred over the wire; thus, launching maemo or python apps over SBRSH incurs a long initial delay as the filesystem contents are cached. Successive launches should be faster. </p>
                     <span style="padding-left: 8px"><b>Scratchbox 1</b></span>
                     <ul>
-						<li>&nbsp;You usually need to provide the "doctools" devkit in your scratchbox installation in order to build localizable applications using "intltool". If you get errors like:</li><br />
+						<li>You usually need to provide the "doctools" devkit in your scratchbox installation in order to build localizable applications using "intltool". If you get errors like:<br />
                         <pre style="padding-left: 10px">configure: error: Your intltool is too old. You need intltool 0.23 or later.<br /> </pre>
                         <span style="padding-left: 10px">during project configuration, reconfigure your scratchbox target like this: </span><br /><br />
                         <pre style="padding-left: 10px">sb-conf setup CHINOOK_ARMEL --force --cputransp=/scratchbox/devkits/cputransp/bin/qemu-arm-0.8.2-sb2 \
  --compiler=cs2005q3.2-glibc2.5-arm --devkits=perl:debian-etch:maemo3-tools:cputransp:doctools</pre><br />
- 						<span style="padding-left: 10px">(or establish a similar configuration via sb-menu), then invoke "Build Application > Generate Configure" and rebuild.</span><br />
+ 						<span style="padding-left: 10px">(or establish a similar configuration via sb-menu), then invoke "Build Application &gt; Generate Configure" and rebuild.</span><br />
                         <span style="padding-left: 10px">C/C++</span>
-                        <li>&nbsp;There is no importing or conversion support, so ESbox still only supports creating new projects. You may, however, create an Empty project and copy your content in. </li>
-                        <li>&nbsp;There is only one wizard for both C and C++ projects, and the templates are mixed together in the wizard. Be sure to select the appropriate template for the kind of project you want. </li>
-                        <li>&nbsp;ESbox does not yet support installing necessary system or build packages when creating new projects, so on a fresh SDK you will probably not be able to build most projects. Project template descriptions provide instructions for manually configuring your environment. Follow these before creating a project. (You can always rebuild a broken project, but the indexer settings will not be set up properly; see next.) </li>
-                        <li>&nbsp;This release of ESbox properly sets up the C/C++ indexer for new projects. Unfortunately, this can result in a lot of memory usage at creation time.</li><br />
-                        <span style="padding-left: 10px">If you do not want indexing, disable it globally with Window > Preferences > C/C++ > Indexer > Select Indexer = No Indexer, or per-project in the same project property.</span><br /><br />
+                        </li>
+                        <li>There is no importing or conversion support, so ESbox still only supports creating new projects. You may, however, create an Empty project and copy your content in. </li>
+                        <li>There is only one wizard for both C and C++ projects, and the templates are mixed together in the wizard. Be sure to select the appropriate template for the kind of project you want. </li>
+                        <li>ESbox does not yet support installing necessary system or build packages when creating new projects, so on a fresh SDK you will probably not be able to build most projects. Project template descriptions provide instructions for manually configuring your environment. Follow these before creating a project. (You can always rebuild a broken project, but the indexer settings will not be set up properly; see next.) </li>
+                        <li>This release of ESbox properly sets up the C/C++ indexer for new projects. Unfortunately, this can result in a lot of memory usage at creation time.<br />
+                        <span style="padding-left: 10px">If you do not want indexing, disable it globally with Window &gt; Preferences &gt; C/C++ &gt; Indexer &gt; Select Indexer = No Indexer, or per-project in the same project property.</span><br /><br />
                         <span style="padding-left: 10px">If you want indexing, code completion, and all the goodies, then ensure your VM has enough memory. If using a Sun JVM, run eclipse with "-vmargs -Xmx256M" or more to avoid out-of-memory errors. </span>
-                        <li>&nbsp;The autotools files are not updated when you change files in the project. You need to manually update configure.ac/Makefile.am as needed. </li>
-                        <li>&nbsp;The C/C++ indexer settings are not updated when you change targets or dependent libraries in the project. You need to manually update <b>project &gt; C/C++ Project Paths and Settings</b> as needed. </li>
-                        <li>&nbsp;In remote on-device debug, when you step in a function without debug information (not compiled with debug enabled), it may take a long time (seconds to minutes, depending on what the function does) for the stepping to finish. That's because gdb "Step" command keeps stepping until it reaches the first instruction of a source line. The workaround is to enable "Instruction Stepping Mode" (click on the "Instruction Stepping Mode" button in the Debug View) if you need to do assembly level debug, or otherwise just do "Step Over" :) </li>
+                        </li>
+                        <li>The autotools files are not updated when you change files in the project. You need to manually update configure.ac/Makefile.am as needed. </li>
+                        <li>The C/C++ indexer settings are not updated when you change targets or dependent libraries in the project. You need to manually update <b>project &gt; C/C++ Project Paths and Settings</b> as needed. </li>
+                        <li>In remote on-device debug, when you step in a function without debug information (not compiled with debug enabled), it may take a long time (seconds to minutes, depending on what the function does) for the stepping to finish. That's because gdb "Step" command keeps stepping until it reaches the first instruction of a source line. The workaround is to enable "Instruction Stepping Mode" (click on the "Instruction Stepping Mode" button in the Debug View) if you need to do assembly level debug, or otherwise just do "Step Over" :) 
                         <br /><span style="padding-left: 8px"><b>Python</b></span>
-                         <li>&nbsp;ESbox debugging works best against PyDev version 1.3.13. ESbox includes slightly modified versions of the debug scripts used by PyDev in order to work with scratchbox, and the PyDev plugins will expect to communicate with the same version of those scripts. We expect this dependency to be removed in a future release. </li>
-                         <li>&nbsp;You must set up the default Python interpreter in <b>Window
+                        </li>
+                         <li>ESbox debugging works best against PyDev version 1.3.13. ESbox includes slightly modified versions of the debug scripts used by PyDev in order to work with scratchbox, and the PyDev plugins will expect to communicate with the same version of those scripts. We expect this dependency to be removed in a future release. </li>
+                         <li>You must set up the default Python interpreter in <b>Window
 &gt; Preferences &gt; Pydev &gt; Interpreter - Python</b> to use python.</li>
-                         <li>&nbsp;You must also specify <b>"/usr/bin/python2.5"</b> as the interpreter, since this path is used in scratchbox and on the device as well. "/usr/bin/python" will not work since it brings in python 2.3 from scratchbox, which is NOT what you want.</li>
-                         <li>&nbsp;In order to use Python template projects, go into Scratchbox and install the relevant libraries via <b>fakeroot apt-get install maemo-python-env</b>.</li>
-                         <li>&nbsp;For emulator-side development, it's recommended to use an X86 target. (The qemu-arm emulator shipped by default in scratchbox is missing implementations for several system calls which will break python. If you insist on using the ARMEL target, see the ESbox documentation for instructions about updating qemu-arm.) </li>
-                         <li>&nbsp;During debug of a python applicaiton, if you let the program run, when control is in certain functions (e.g. gtk.main()), debugger may fail to show that the program is running, namely still show that it's suspended with all debug commands (step, run, etc) enabled. To suspend the program, the workaround is to set a breakpoint at a place where you know the program will run to. </li>
-                         <li>&nbsp;Remote debugging of Python over SSH is known to have problems hitting breakpoints unless you ensure that the <b>Window&gt; Preferences &gt; ESbox &gt; SSH &gt; Destination folder</b> points to the same path as your project under sbox
-(e.g. /home/user/workspace/MyProject). We recommend using SBRSH in any case.</li>
+                         <li>You must also specify <b>"/usr/bin/python2.5"</b> as the interpreter, since this path is used in scratchbox and on the device as well. "/usr/bin/python" will not work since it brings in python 2.3 from scratchbox, which is NOT what you want.</li>
+                         <li>In order to use Python template projects, go into Scratchbox and install the relevant libraries via <b>fakeroot apt-get install maemo-python-env</b>.</li>
+                         <li>For emulator-side development, it's recommended to use an X86 target. (The qemu-arm emulator shipped by default in scratchbox is missing implementations for several system calls which will break python. If you insist on using the ARMEL target, see the ESbox documentation for instructions about updating qemu-arm.) </li>
+                         <li>During debug of a python applicaiton, if you let the program run, when control is in certain functions (e.g. gtk.main()), debugger may fail to show that the program is running, namely still show that it's suspended with all debug commands (step, run, etc) enabled. To suspend the program, the workaround is to set a breakpoint at a place where you know the program will run to. </li>
+                         <li>Remote debugging of Python over SSH is known to have problems hitting breakpoints unless you ensure that the <b>Window&gt; Preferences &gt; ESbox &gt; SSH &gt; Destination folder</b> points to the same path as your project under sbox
+(e.g. /home/user/workspace/MyProject). We recommend using SBRSH in any case.
 						 <br /><span style="padding-left: 8px"><b>Maemo Toolbar Menu</b></span>
-                         <li>&nbsp;The command to Restart maemo, which uses the af-sb-init.sh script, does not always successfully restart maemo. You should be able to Stop and Start as a workaround for more predictable operation. </li><br />
+						 </li>
+                         <li>The command to Restart maemo, which uses the af-sb-init.sh script, does not always successfully restart maemo. You should be able to Stop and Start as a workaround for more predictable operation. 
                          <span style="padding-left: 10px">Similarly, starting maemo may fail in some situations (you'll see errors and aborts in the Console). If this happens, Stop and Start maemo again.</span><br />
                          <br /><span style="padding-left: 8px"><b>Debian packaging</b></span>
-                         <li>&nbsp;Only a few project templates are configured for Debian packaging, namely the Hildon GUI, Hildon Desktop Plugins, and MaemoPad.</li>
-                         <li>&nbsp;When creating projects, ESbox does not detect or prevent the use of a project name which will be incompatible with dpkg-buildpkg. Currently the name of the project is the same name used to create the Debian package, so for best results, only use lowercase letters, numbers, and underscores to name your project. </li>
-                         <li>&nbsp;ESbox has no support for editing or creating Debian control files, so you need to copy some from a known working program or consult Debian documentation for assistance. </li>
-                         <li>&nbsp;ESbox does not know how to parse Debian control files, so the project > Debian Package > Install Debian Package on Device command will guess at the .deb file which has been built by looking up one level from the project directory and finding an existing .deb package with the same prefix as the project. </li><br />
-                         <span style="padding-left: 10px">If none has been built previously, the filename will be left blank and you will need to separately invoke a <b>Create Package </b>command. Thereonafter you can use <b>Install Debian Package on Device</b> to build and launch packages.</span><br /><br />
-                         <li>&nbsp;The <b>Debian Package &gt; Create Package</b> and <b>Debian Package &gt; Install Debian Package to Device</b> commands will create a package for the currently selected target. For most conceivable uses of this command, you need the ARMEL target. If you're debugging under the X86 emulator target, then you need to remember to manually switch targets to ARMEL via <b>project &gt; Properties &gt; ESBox Build Target</b> before creating/installing a Debian package.</li>
+                         </li>
+                         <li>Only a few project templates are configured for Debian packaging, namely the Hildon GUI, Hildon Desktop Plugins, and MaemoPad.</li>
+                         <li>When creating projects, ESbox does not detect or prevent the use of a project name which will be incompatible with dpkg-buildpkg. Currently the name of the project is the same name used to create the Debian package, so for best results, only use lowercase letters, numbers, and underscores to name your project. </li>
+                         <li>ESbox has no support for editing or creating Debian control files, so you need to copy some from a known working program or consult Debian documentation for assistance. </li>
+                         <li>ESbox does not know how to parse Debian control files, so the project &gt; Debian Package &gt; Install Debian Package on Device command will guess at the .deb file which has been built by looking up one level from the project directory and finding an existing .deb package with the same prefix as the project.
+                         <br /><span style="padding-left: 10px">If none has been built previously, the filename will be left blank and you will need to separately invoke a <b>Create Package </b>command. Thereonafter you can use <b>Install Debian Package on Device</b> to build and launch packages.</span><br /><br />
+                          </li>
+                         <li>The <b>Debian Package &gt; Create Package</b> and <b>Debian Package &gt; Install Debian Package to Device</b> commands will create a package for the currently selected target. For most conceivable uses of this command, you need the ARMEL target. If you're debugging under the X86 emulator target, then you need to remember to manually switch targets to ARMEL via <b>project &gt; Properties &gt; ESBox Build Target</b> before creating/installing a Debian package.
                          <br /><span style="padding-left: 8px"><b>OProfile</b></span>
-                         <li>&nbsp;The OProfile support in general is very new. Usability issues will be addressed in subsequent releases. </li>
-                         <li>&nbsp;Local (x86) oprofile support is not available. </li>
-                         <li>&nbsp;Running OProfile through SBRSH is not supported. </li>
-                         <li>&nbsp;In the OProfile (C/C++ and Python) launch configurations,
+                         </li>
+                         <li>The OProfile support in general is very new. Usability issues will be addressed in subsequent releases. </li>
+                         <li>Local (x86) oprofile support is not available. </li>
+                         <li>Running OProfile through SBRSH is not supported. </li>
+                         <li>In the OProfile (C/C++ and Python) launch configurations,
 you cannot specify the target IP address. The default <b>192.168.2.15</b>
 will always be used.</li>
                                              		
                     </ul>			
-				<p style="text-align:right"><a href="index.html" target="_parent"><img src="images/li_back.jpg" alt="back" title="back" border="0" /></a></p>																											
+				<p style="text-align:right"><a href="index.html" target="_parent"><img src="images/li_back.jpg" alt="back" title="back" /></a></p>																											
 			</div>
 							
 	</div>
 	</div>
 	<div id="footer">
-		<p class="part">
-		     <table width="100%" border="0" cellspacing="5px" bgcolor="#000">
+		<div class="part">
+		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
 				  <tr class="white">
-					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" border="0" /></a></td>
+					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
 					<td valign="middle">is a part of</td>
-					<td><a href="http://wiki.percomp.org" target="_blank"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" border="0" /></a></td>
+					<td><a href="http://wiki.percomp.org"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
 					<td valign="middle">developed by</td>
-					<td><a href="http://embedded.ufcg.edu.br" target="_blank"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" border="0" /></a></td>
+					<td><a href="http://embedded.ufcg.edu.br"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
 					<td valign="middle">in cooperation with</td>
-					<td><a href="http://www.indt.org.br/" target="_blank"><img src="images/ma_indt.jpg" alt="indt" title="indt" border="0" /></a></td>
+					<td><a href="http://www.indt.org.br/"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
 					<td valign="middle">and</td>
-					<td><a href="http://maemo.org/" target="_blank"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" border="0" /></a></td>
+					<td><a href="http://maemo.org/"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" /></a></td>
 				  </tr>
 			</table>
-		</p>
-		<p class="right">© Copyright 2007 - 2008, INdT</p>
+		</div>
+		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
 	</div>
 </body>
 </html>
\ No newline at end of file

Added: www/beta1/release_2_0_0_M1.html
===================================================================
--- www/beta1/release_2_0_0_M1.html	                        (rev 0)
+++ www/beta1/release_2_0_0_M1.html	2009-04-30 21:19:02 UTC (rev 1517)
@@ -0,0 +1,201 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+	<title>ESbox 2.0.0M1 (Alpha 1) Release Notes</title>
+	<meta name="description" content="" />
+	<meta name="keywords" content="" />
+	<link href="css/main.css" rel="stylesheet" type="text/css" />
+    <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
+	<link rel="shortcut icon" href="images/favicon.ico" />
+    <script type="text/javascript" src="js/prototype.js"></script>
+    <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
+    <script type="text/javascript" src="js/lightbox.js"></script>
+</head>
+<body>
+		<script type="text/javascript">
+			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script>
+		<script type="text/javascript">
+			var pageTracker = _gat._getTracker("UA-2565700-2");
+			pageTracker._initData();
+			pageTracker._trackPageview();
+		</script>
+	<div id="header">
+		<span id="img"><a href="index.html"><img src="images/marca.jpg" alt="logo"  /></a></span>
+			<ul id="menu">
+			<li><a href="index.html">home</a></li>
+			<li><a href="features.html">features</a></li>
+			<li><a href="changes.html">changes</a></li>
+			<li><a href="documentation.html">documentation</a></li>
+			<li class="active"><a href="#">installation</a></li>
+			<li><a href="release.html">release notes</a></li>
+			<li><a href="contributing.html">contributing</a></li>
+		</ul>
+	</div>
+
+	<div id="banner">
+		<div class="wrap">
+			<div id="box">		
+			</div>
+		</div>
+	</div>
+
+	<div class="wrap">
+	
+	<div id="container">
+
+<h3>First Alpha: 2.0.0M1</h3>
+
+<p>This is the first release after rearchitecturing work to share
+code between ESbox and PluThon. Other changes were made, as well, to
+track related Eclipse technologies and prepare for the other features
+we're planning to implement.</p>
+
+<h3>What's New since R1.4.1</h3>
+
+<ul>
+
+	<li>apt package installation
+	<p>The New C/C++ and Python project wizards will automatically
+	install missing build/runtime dependencies in scratchbox.</p>
+	</li>
+	<li>DSF debugger integration
+	<p>Programs can be run or debugged using the new DSF debugger
+	framework. The major advantage of this debugger is it's faster than the
+	old debugger on remote device debug. Unfortunately, it is also
+	experimental and more unstable. To make use of it, just create a new
+	launch configuration using launch configuration types tagged with
+	"(DSF)" or using launch shortcut menus tagged with "(DSF)".</p>
+	</li>
+	<li>New template engine and wizard for C/C++ and Python
+	<p>User visible change: templates are loaded on-demand, rather than
+	all at once, and the SDK list is properly cached, so project wizard
+	bringup should be much faster</p>
+	</li>
+	<li>Build configurations support
+
+	<p>Multiple build configurations are supported for both C/C++ and
+	Python projects. A checkbox list is used to select the build
+	configurations. They cannot be edited or customized individually; there
+	is a one-to-one mapping from build target to build configuration. New
+	projects can be created in this format using the C/C++ Maemo Project
+	wizard or using the Convert to Maemo Project (new) wizard. The settings
+	will be migrated from the old project. This prototype provides fully
+	editable CDT indexer and source path settings.</p>
+	</li>
+	<li>Autotools Files Editing
+	<p>The Autotools for Eclipse project is integrated. You can edit
+	*.ac, *.m4, and *.am files with the editor provided by the project.</p>
+	</li>
+	<li>Eclipse Remote System Explorer Integrated
+	<p>The RSE project offers features such as remote file system
+	explorer, remote process viewer, remote shell and terminal to the Maemo
+	device users.</p>
+	<p>Assume your tablet is connected to your PC via USB networking.
+	In ESbox, open Remote System Explorer perspective, where you should see
+	a connection entry called Nokia Internet Tablet. Just expand that entry
+	and play with it.</p>
+	<p>Please see <a
+		href="http://dsdp.eclipse.org/help/latest/index.jsp">RSE User
+	Guide</a> for more.</p>
+	</li>
+	<li>RSE download method
+	<p>A new download method Copy via RSE (in addition to Copy via SSH
+	and Mount via SBRSH) is added for Maemo Remote Application launch
+	configuration.</p>
+	<p>To make use of it, in project context menu, just select
+	Debug/Run as... &gt; Maemo Remote Application &gt; Copy via RSE.</p>
+	</li>
+</ul>
+
+<h3>Major bug fixes since R1.4.1</h3>
+
+<ul>
+	<li>Use consistent environment variable UI
+	<p>The global Maemo &gt; Environment panel and launch configuration >
+	Environment panels allow adding or removing variables on launch. There
+	is no more "Replace/Append" or "Select" option, which only work with
+	native host variables and make little sense with remote targets. This
+	fixes some issues with a huge list of env vars being passed to some
+	processes.</p>
+	</li>
+	<li>SSH launch configuration fix
+	<p>The Download &gt; Copy via SSH launch configuration tab for
+	remote launches incorrectly hid the information about what target
+	IP/port it connected to. This information used to be derived from the
+	GDB debugger &gt; Connection subtab, which was not used in Python, meaning
+	you could never change the address of your device under Python
+	launches. This has been fixed; the address of the target and host are
+	editable in the SSH panel now.</p>
+	</li>
+</ul>
+
+<h3>Known issues</h3>
+
+<ul>
+	<li>RSE support is not obvious -- you must go to Window &gt; Open
+	Perspective &gt; Other... &gt; Remote System Explorer to see the RSE UI.</li>
+	<li>When launching/debugging via SSH or RSE and have not
+	SSH-authenticated your device, you will receive a lot of password
+	requests. See <a
+		href="https://garage.maemo.org/tracker/index.php?func=detail&aid=2997&group_id=192&atid=1420">this
+	bug</a>.</li>
+	<li>When you first use the "Nokia Internet Tablet" device for RSE,
+	it will default to user "user" on 192.168.2.15. You should manually
+	edit this first, if you want other settings. If you happen to see a
+	password prompt, you cannot edit the username here, so you'll need to
+	cancel and edit the connection and try again. We will try to make the
+	initial setup step clearer in the future.</li>
+	<li>When debugging via RSE or SSH and using a device with a
+	non-standard IP address (i.e. a WLAN/Bluetooth connection), even if you
+	edit the address under the RSE connection or in the SSH download pane,
+	you must also manually edit the launch configuration under Debugger &gt;
+	Connection &gt; TCP to match the actual address of the device.
+	See <a href=(https://garage.maemo.org/tracker/index.php?func=detail&aid=2998&group_id=192&atid=1420">this bug</a>.
+	
+	</li>
+	<li>
+	You cannot edit the IP address when deploying Debian packages to
+	device.
+	See <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=2994&group_id=192&atid=1420">this bug</a>.
+	</li>	
+	<li>
+	The version of Pydev used (1.3.20) has problems with resuming from
+	debugging.
+	See <a href="https://garage.maemo.org/tracker/index.php?func=detail&aid=2990&group_id=192&atid=1420">this bug</a>.
+	</li>
+	<li>
+	The ESbox product build accidentally included an 5.0.0 build of CDT.
+	You can safely update to 5.0.1 or 5.0.2 if needed.
+	</li>
+
+	</ul>
+
+				    <p style="text-align:right"><a href="index.html" target="_parent"><img src="images/li_back.jpg" alt="back" title="back" /></a></p>																											
+	
+	</div>
+
+	</div>
+	<div id="footer">
+		<div class="part">
+		     <table width="100%" cellspacing="5px" style="bgcolor:#000">
+				  <tr class="white">
+					<td><a href="http://esbox.garage.maemo.org"><img src="images/ma_es.jpg" alt="esbox" title="esbox" /></a></td>
+					<td valign="middle">is a part of</td>
+					<td><a href="http://wiki.percomp.org"><img src="images/ma_pe.jpg" alt="percomp" title="percomp" /></a></td>
+					<td valign="middle">developed by</td>
+					<td><a href="http://embedded.ufcg.edu.br"><img src="images/ma_emb.jpg" alt="embedded" title="embedded" /></a></td>
+					<td valign="middle">in cooperation with</td>
+					<td><a href="http://www.indt.org.br/"><img src="images/ma_indt.jpg" alt="indt" title="indt" /></a></td>
+					<td valign="middle">and</td>
+					<td><a href="http://maemo.org/"><img src="images/ma_ma.jpg" alt="maemo" title="maemo" /></a></td>
+				  </tr>
+			</table>
+		</div>
+		<p class="right">© Copyright 2007 - 2009, INdT, 2008 - 2009 Nokia</p>
+	</div>
+
+</body>
+</html>


Property changes on: www/beta1/release_2_0_0_M1.html
___________________________________________________________________
Name: svn:executable
   + *



More information about the Esbox-commits mailing list