[Esbox-commits] r414 - www

raul at garage.maemo.org raul at garage.maemo.org
Fri Feb 15 14:36:53 EET 2008


Author: raul
Date: 2008-02-15 14:36:45 +0200 (Fri, 15 Feb 2008)
New Revision: 414

Modified:
   www/index.html
Log:
main page updated.

Modified: www/index.html
===================================================================
--- www/index.html	2008-02-15 12:35:51 UTC (rev 413)
+++ www/index.html	2008-02-15 12:36:45 UTC (rev 414)
@@ -3,14 +3,20 @@
 <head>
 
 
+
   
+  
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 
 
+
   
+  
   <link rel="stylesheet" type="text/css" href="style.css" media="screen" />
 
+
   
+  
   <title>ESbox Project</title>
 </head>
 
@@ -18,430 +24,579 @@
 <body>
 
 
+
 <div class="content">
 <div id="top">
 <div id="part1">
 <h1><a href="#">ESbox Web Site (Draft)</a></h1>
 
 
+
 </div>
 
 
+
 <div id="topmenu">
 <ul>
 
 
+
   <li><a href="index.html">HOME</a></li>
 
 
+
   <li><a href="#features">FEATURES</a></li>
 
 
+
   <li><a href="#changes">CHANGES</a></li>
 
 
+
   <li><a href="#bugs">BUGS</a></li>
 
 
+
   <li><a href="#requirements">REQUIREMENTS</a></li>
 
 
+
   <li><a href="#installation">INSTALLATION</a></li>
 
 
+
 </ul>
 
 
+
 </div>
 
 
+
 </div>
 
 
+
 <div id="main">
 <div id="left">
 <h2>Description</h2>
 
 
+
 <p>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. Maemo 2.x, 3.x and 4.x SDKs
 will be supported.</p>
 
 
+
 <p>&nbsp;</p>
 
 
+
 <h2 id="features">Current Features</h2>
 
 
+
 <ul>
 
 
+
   <li>Support for C/C++ development process <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1167&amp;group_id=192&amp;atid=1359" target="_blank">[#1167]</a></li>
 
 
+
   <li>Templates in project creation <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1163&amp;group_id=192&amp;atid=1359" target="_blank">[#1163]</a></li>
 
 
+
   <li>Support for Gazpacho <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1175&amp;group_id=192&amp;atid=1359" target="_blank">[#1175]</a></li>
 
 
+
   <li>Support for Scratchbox target creation <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1173&amp;group_id=192&amp;atid=1359" target="_blank">[#1173]</a></li>
 
 
-  <li>Support for Python development process <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1168&amp;group_id=192&amp;atid=1359" target="_blank">[#1168]</a> - [Since ESbox 1.2.0.1]</li>
 
+  <li>Support for Python development process <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1168&amp;group_id=192&amp;atid=1359" target="_blank">[#1168]</a></li>
 
+
+
   <li> Support localization of application <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1170&amp;group_id=192&amp;atid=1359">[#1170]</a>&nbsp;</li>
+  <li>Integration with Valgrind <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1165&amp;group_id=192&amp;atid=1359">[#1165]</a></li>
+  <li>Integration with OProfile <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1166&amp;group_id=192&amp;atid=1359">[#1166]</a></li>
 
 
+
 </ul>
 
 
+
 <p>&nbsp;</p>
 
 
+
 <h2 id="planned-features">Planned Features</h2>
 
 
+
 The list of planned features is detailed at <a href="https://garage.maemo.org/tracker/?atid=1359&amp;group_id=192&amp;func=browse" target="_blank">Garage</a>.
 <p>&nbsp;</p>
 
 
+
 <h2 id="changes">Changes</h2>
 
 
+
+<p><u>ESbox 1.3.5</u> - (2008-02-15)</p>
+
+
+
+<ul>
+  <li>Profiling tools (OProfile and Valgrind) for C/C++ and Python projects.</li>
+  <li>Remote Python debug.</li>
+  <li>Debian package support for C/C++ and Python (generation, deployment and instalation).</li>
+  <li>Restrictions in project name <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1506&amp;group_id=192&amp;atid=1420">[#1506]</a></li>
+</ul>
 <p><u>ESbox 1.3.1</u> - (2007-12-20)</p>
 
 
+
 <ul>
 
 
+
   <li>Remote C/C++ Launch and Debug.</li>
 
 
+
   <li>Remote Python Launch.</li>
 
 
+
 </ul>
 
 
+
 <p><u>ESbox 1.3.0</u> - (2007-12-11)</p>
 
 
+
 <ul>
 
 
+
   <li>Eclipse CDT 4.0.2 is required.</li>
 
 
+
   <li>Debuggers for Python and C/C++.</li>
 
 
+
   <li> Support localization of application <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1170&amp;group_id=192&amp;atid=1359">[#1170]</a>&nbsp;(see
 the <a href="index.html#requirements">requirements</a>
 of the Development Environment related to Python).</li>
 
 
+
   <li>Local/Remote Launching doesn't work <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1523&amp;group_id=192&amp;atid=1420">[#1523]</a></li>
 
 
+
   <li>Examples requirements changes in Chinook <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1593&amp;group_id=192&amp;atid=1420">[#1593]</a></li>
 
 
+
   <li>Not switching to correct target&nbsp;<a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1596&amp;group_id=192&amp;atid=1420">[#1596]</a></li>
 
 
+
   <li>Can't build 'maemopad' template project&nbsp;<a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1725&amp;group_id=192&amp;atid=1420">[#1725]</a></li>
 
 
+
   <li>Error when changing targets&nbsp;<a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1727&amp;group_id=192&amp;atid=1420">[#1727]</a></li>
 
 
+
   <li>Error creating new empty automake project&nbsp;<a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1728&amp;group_id=192&amp;atid=1420">[#1728]</a></li>
 
 
+
   <li>Error creating project with "Hildon GUI project
 Template"&nbsp;<a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1729&amp;group_id=192&amp;atid=1420">[#1729]</a></li>
 
 
+
   <li>Configure.ac in Templates uses hildon-libs, which was
 renamed to hildon-1&nbsp;<a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1730&amp;group_id=192&amp;atid=1420">[#1730]</a></li>
 
 
+
 </ul>
 
 
+
 <p><u>ESbox 1.2.0.1</u> - (2007-11-14)</p>
 
 
+
 <ul>
 
 
+
   <li>Support for Python development process <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1168&amp;group_id=192&amp;atid=1359" target="_blank">[#1168]</a> (see the <a href="#requirements">requirements</a> of the
 Development Environment related to Python).</li>
 
 
+
 </ul>
 
 
+
 <p><u>ESbox 1.2.0</u> - (2007-11-13)</p>
 
 
+
 <ul>
 
 
+
   <li>Eclipse not running "configure" neither "hello-world" <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1622&amp;group_id=192&amp;atid=1420" target="_blank">[#1622]</a></li>
 
 
+
   <li>"Automake/Hildon GUI project" lacks a way to run autogen.sh
     <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1583&amp;group_id=192&amp;atid=1420" target="_blank">[#1583]</a></li>
 
 
+
   <li>Application framework will not start because of the missing
 DISPLAY-variable <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1586&amp;group_id=192&amp;atid=1420" target="_blank">[#1586]</a></li>
 
 
+
   <li>"Chinook" misspelled "chinnok" in some places <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1587&amp;group_id=192&amp;atid=1420" target="_blank">[#1587]</a></li>
 
 
+
   <li>C++ Hildon project/Maemo Draw Example won't compile <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1588&amp;group_id=192&amp;atid=1420" target="_blank">[#1588]</a></li>
 
 
+
   <li>Broken Makefile in Makefile Projects-MaemoHelloWorldProject
     <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1590&amp;group_id=192&amp;atid=1420" target="_blank">[#1590]</a></li>
 
 
+
   <li>Missing changelog file in Automake - Hildon GUI Project <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1591&amp;group_id=192&amp;atid=1420" target="_blank">[#1591]</a></li>
 
 
+
   <li>Deprecated SDK available to use <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1594&amp;group_id=192&amp;atid=1420" target="_blank">[#1594]</a></li>
 
 
+
   <li>Exception on property page <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1584&amp;group_id=192&amp;atid=1420" target="_blank">[#1584]</a></li>
 
 
+
   <li>ESbox properties for a project throws an exception <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1585&amp;group_id=192&amp;atid=1420" target="_blank">[#1585]</a></li>
 
 
+
   <li>Improve tutorial by adding more details and a minimal
 environment needed <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1595&amp;group_id=192&amp;atid=1420" target="_blank">[#1595]</a></li>
 
 
+
 </ul>
 
 
+
 <p><u>ESbox 1.1.1.1</u> - (2007-10-31)</p>
 
 
+
 <ul>
 
 
+
   <li>Eclipse CDT 4.0.1 is required.</li>
 
 
+
   <li>version 1.1.1 doesn't allow to create new project <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1572&amp;group_id=192&amp;atid=1420" target="_blank">[#1572]</a></li>
 
 
+
 </ul>
 
 
+
 <p><u>ESbox 1.1.1</u> - (2007-10-30)</p>
 
 
+
 <ul>
 
 
+
   <li>Project wizard sys there is no suitable scratchbox target <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1474&amp;group_id=192&amp;atid=1420" target="_blank">[#1474]</a></li>
 
 
+
   <li>Build Application is not working <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1497&amp;group_id=192&amp;atid=1420" target="_blank">[#1497]</a></li>
 
 
+
   <li>New project templates have been added.</li>
 
 
+
   <li>Developer guide has been improved.</li>
 
 
+
   <li>Environment property page has been added.</li>
 
 
+
   <li>An option to run application with standalone script has
 been added.</li>
 
 
+
 </ul>
 
 
+
 <p><u>ESbox 1.1.0</u> - (2007-10-15)</p>
 
 
+
 <ul>
 
 
+
   <li>Create and install installation package for device</li>
 
 
+
   <li>Debug application with x86 rootstrap and on device</li>
 
 
+
   <li>Developer guide <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1171&amp;group_id=192&amp;atid=1359" target="_blank">[#1171]</a></li>
 
 
+
   <li>Installation guide <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1172&amp;group_id=192&amp;atid=1359" target="_blank">[#1172]</a></li>
 
 
+
   <li>Installation through Remote Update Site <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1174&amp;group_id=192&amp;atid=1359" target="_blank">[#1174]</a></li>
 
 
+
   <li>Project wizard sys there is no suitable scratchbox target. <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1474&amp;group_id=192&amp;atid=1420" target="_blank">[#1474]</a></li>
 
 
+
   <li>af-sb-init.sh does not start after it is stoped <a href="https://garage.maemo.org/tracker/index.php?func=detail&amp;aid=1496&amp;group_id=192&amp;atid=1420" target="_blank">[#1496]</a></li>
 
 
+
   <li>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" target="_blank">[#1500]</a></li>
 
 
+
 </ul>
 
 
+
 <p>&nbsp;</p>
 
 
+
 <h2 id="bugs">Bugs</h2>
 
 
+
 The list of bugs is detailed at <a href="https://garage.maemo.org/tracker/?atid=1420&amp;group_id=192&amp;func=browse" target="_blank">Garage</a>.
 <p>&nbsp;</p>
 
 
+
 <h2 id="requirements">Requirements</h2>
 
 
+
 <p><u>Development Environment</u></p>
 
 
+
 <ul>
 
 
+
   <li> Linux with SSH Client </li>
 
 
+
   <li> Maemo SDK - <a href="http://maemo.org/development/sdks/maemo_4_0_chinook_sdk.html" target="_blank">Installation Instructions</a> </li>
 
 
+
   <li> Sun version of Java
     
+    
     <ul>
 
 
+
       <li>Download and install the most recent update of J2SE
 Runtime Environment (JRE) 5.0 - <a href="http://blog.agileware.net/index.php/archives/2005/09/30/how-to-install-java-on-ubuntu-linux/" target="_blank">Installation Instructions</a></li>
 
 
+
       <li>You must set the Sun version of Java as default.</li>
 
 
+
     
+    
     </ul>
 
 
+
   </li>
 
 
+
   <li> Eclipse SDK 3.3.1.1
     
+    
     <ul>
 
 
+
       <li>Select your specific Linux platform at <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.3.1.1-200710231652/linPlatform.php#EclipseSDK" target="_blank">this</a> Eclipse page, and download
 the compressed file.</li>
 
 
+
       <li>Extract the previously downloaded file to a directory.</li>
 
 
+
       <li>Start Eclipse by running the Eclipse executable
 included with the release. The executable file is called <em>eclipse</em>,
 and is located in the eclipse sub-directory of the install.</li>
 
 
+
       <li>For more detailed information about Eclipse SDK, see
 the <a href="http://www.eclipse.org/eclipse/development/readme_eclipse_3.3.1.1.html" target="_blank">Eclipse 3.3.1.1 Readme</a>.</li>
 
 
+
     
+    
     </ul>
 
 
+
   </li>
 
 
+
   <li> Eclipse CDT 4.0.2
     
+    
     <ul>
 
 
+
       <li>Start Eclipse and follow <a href="cdt.html" target="_blank">this</a> installation instructions in
 order to install Eclipse CDT.</li>
 
 
+
       <li>For more detailed information about Eclipse CDT, see
 the <a href="http://www.eclipse.org/cdt/downloads.php" target="_blank">CDT Downloads Page</a>.</li>
 
 
+
     
+    
     </ul>
 
 
+
   </li>
 
 
+
   <li> PyDev &gt;= 1.3.7
     
+    
     <ul>
 
 
+
       <li>Follow <a href="http://fabioz.com/pydev/manual_101_install.html" target="_blank">this</a> instructions in order to
 install PyDev.</li>
 
 
+
     
+    
     </ul>
 
 
+
   </li>
 
 
+
   <li> Python interpreter configured
     
+    
     <ul>
 
 
+
       <li>Follow <a href="http://www.fabioz.com/pydev/manual_101_interpreter.html" target="_blank">this</a> instructions in order to
 configure
 the PyDev interpreter.</li>
 
 
+
     
+    
     </ul>
 
 
+
   </li>
 
 
+
   <li>Sbrsh (Scratchbox Remote Shell)
     
+    
     <ul>
 
 
+
       <li>Create an account on device with the same name of your
 desktop user.</li>
 
 
+
       <li>You have to generate a public key to connect with
 device without password.&nbsp;Follow <a href="http://www.sshkeychain.org/mirrors/SSH-with-Keys-HOWTO/SSH-with-Keys-HOWTO-4.html" target="_blank">this</a>
 instructions in order to
@@ -450,307 +605,411 @@
 public key to
 root .ssh path on device.</li>
 
+
       <li>Set Sbrsh options on ESbox. For more information, read the ESbox User's Help Guide.</li>
 
 
+
     
+    
     </ul>
 
 
+
   </li>
 
 
+
 </ul>
 
 
+
 <p><u>Target Environment (Maemo)</u></p>
 
 
+
 <ul>
 
 
+
   <li>Wi-Fi connection</li>
 
 
+
   <li>osso-xterm
     
+    
     <ul>
 
 
+
       <li>Open the <i>Application manager</i> (in <i>Tools</i>
 menu).</li>
 
 
+
       <li>Click <i>Browse installable applications</i>
 and choose the category <i>Applications</i>.</li>
 
 
+
       <li>Select <i>osso-xterm</i>, click <i>Install</i>
 and <i>OK</i>.</li>
 
 
+
       <li>After the installation process, <i>osso-xterm</i>
 will be available through <i>Extras &gt;&gt; XTerminal</i>
 (in <i>Tools</i> menu).</li>
 
 
+
       <li>For more information about install applications, see <a href="http://www.maemoapps.com/2007/03/18/installing-applications-the-applications-manager/" target="_blank">this</a> post.</li>
 
 
+
     
+    
     </ul>
 
 
+
   </li>
 
 
+
   <li>becomeroot
     
+    
     <ul>
 
 
+
       <li>Open the <i>Application manager</i> (in <i>Tools</i>
 menu).</li>
 
 
+
       <li>Open its <i>Application catalogue</i>
 (inside <i>Tools</i>, on the application's menu).</li>
 
 
+
       <li>Create this new repository:
         
+        
         <table border="1">
 
 
+
           <tbody>
 
 
+
             <tr>
 
 
+
               <td><i>Catalogye name:</i></td>
 
 
+
               <td>Polish Eko1</td>
 
 
+
             </tr>
 
 
+
             <tr>
 
 
+
               <td><i>Web address:</i></td>
 
 
+
               <td>http://eko.one.pl/maemo/</td>
 
 
+
             </tr>
 
 
+
             <tr>
 
 
+
               <td><i>Distribution:</i></td>
 
 
+
               <td>bora</td>
 
 
+
             </tr>
 
 
+
             <tr>
 
 
+
               <td><i>Components:</i></td>
 
 
+
               <td>user</td>
 
 
+
             </tr>
 
 
+
           
+          
           </tbody>
         
+        
         </table>
 
 
+
       </li>
 
 
+
       <li>Refresh package list.</li>
 
 
+
       <li>Click <i>Browse installable applications</i>
 and choose the category <i>Support</i>.</li>
 
 
+
       <li>Select <i>becomeroot</i>, click <i>Install</i>
 and <i>OK</i>.</li>
 
 
+
       <li>For more information about install applications, see <a href="http://www.maemoapps.com/2007/03/18/installing-applications-the-applications-manager/" target="_blank">this</a> post.</li>
 
 
+
     
+    
     </ul>
 
 
+
   </li>
 
 
+
   <li> OpenSSH Server with public key (protocol version 2)
     
+    
     <ul>
 
 
+
       <li>In order to install OpenSSH Server, open <a href="http://maemo.org/downloads/product/openssh" target="_blank">this</a> page in Maemo and click on
 the green icon <i>Click to install!</i>.</li>
 
 
+
       <li>Open <i>Xterminal</i> and switch to root: <em>sudo
 gainroot</em></li>
 
 
+
       <li>For security reasons, lock root account (<em>passwd
 -l root</em>) and set password (<em>passwd user</em>).</li>
 
 
+
     
+    
     </ul>
 
 
+
   </li>
 
 
+
   <li>Sbrsh (Scratchbox Remote Shell)
     
+    
     <ul>
 
 
+
       <li>On device, you have to generate a public key,<span style="font-weight: bold;"> as superuser</span>, so that device can connect with desktop without password.&nbsp;Follow <a href="http://www.sshkeychain.org/mirrors/SSH-with-Keys-HOWTO/SSH-with-Keys-HOWTO-4.html" target="_blank">this</a> instructions in order to
 generate a public key. See Section 4.3, 4.4 and 4.5.&nbsp;</li>
+
       <li>Save private key on .ssh path of root and copy the public key to user .ssh path on your desktop.</li>
+
       <li>Set Sbrsh options on ESbox. For more information, read the ESbox User's Help Guide.</li>
 
 
+
       
+    
     </ul>
 
 
+
   </li>
 
 
+
 </ul>
 
 
+
 <p>&nbsp;</p>
 
 
+
 <h2 id="installation">Installation</h2>
 
 
+
 <p style="color: red;">PLEASE, READ THE REQUIREMENTS
 SECTION CAREFULLY BEFORE FOLLOW THE INSTALLATION INSTRUCTIONS.</p>
 
 
+
 <p><u>Method 1: Remote Update Site</u></p>
 
 
+
 <ul>
 
 
+
   <li>
     
+    
     <p>1 - Select <i>Help &gt; Software Updates
 &gt; Find and Install</i> from the main menu bar.</p>
 
 
+
     <img src="images/install/esbox1.png" alt="esbox1" />
   </li>
 
 
+
   <li>
     
+    
     <p>2 - Select the <i>Search for new features to install</i>
 and click <i>Next</i>.</p>
 
 
+
     <img src="images/install/esbox2.png" alt="esbox2" />
   </li>
 
 
+
   <li>
     
+    
     <p>3 - Click <i>New Remote Site</i>.</p>
 
 
+
     <img src="images/install/esbox3.png" alt="esbox3" />
   </li>
 
 
+
   <li>
     
+    
     <p>4 - Fill the form with the following values, click <i>OK</i>
 (Figure 4) and click <i>Finish</i> (Figure 3).</p>
 
 
+
     
+    
     <ul>
 
 
+
       <li>Name : <strong>ESbox</strong></li>
 
 
+
       <li>URL : <strong>http://esbox.garage.maemo.org/update</strong></li>
 
 
+
     
+    
     </ul>
 
 
+
     <img src="images/install/esbox4.png" alt="esbox4" />
   </li>
 
 
+
   <li>
     
+    
     <p>5 - Select <i>ESbox</i> and click <i>Next</i>.</p>
 
 
+
     <img src="images/install/esbox5.png" alt="esbox5" />
   </li>
 
 
+
   <li>
     
+    
     <p>6 - Select <i>I accept the terms in the license
 agreements</i> and click <i>Next</i>.</p>
 
 
+
     <img src="images/install/esbox6.png" alt="esbox6" />
   </li>
 
 
+
   <li>
     
+    
     <p>7 - Click <i>Finish</i> and the installation
 will be performed.</p>
 
 
+
   </li>
 
 
+
 </ul>
 
 
+
 <p><u>Method 2: ZIP files</u></p>
 
 
+
 <p>After downloading the <a href="https://garage.maemo.org/frs/?group_id=192" target="_blank">ZIP</a> file, 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>
@@ -758,22 +1017,28 @@
 Eclipse with the '-clean' flag, to make sure Eclipse finds out about it.</p>
 
 
+
 </div>
 
 
+
 </div>
 
 
+
 </div>
 
 
+
 <div id="footer">
 <div class="right">&copy; Copyright 2007, INdT</div>
 
 
+
 </div>
 
 
+
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
 </script>
 <script type="text/javascript">



More information about the Esbox-commits mailing list