[Esbox-commits] r883 - www
raul at garage.maemo.org
raul at garage.maemo.org
Tue Oct 21 02:25:20 EEST 2008
Author: raul
Date: 2008-10-21 02:25:19 +0300 (Tue, 21 Oct 2008)
New Revision: 883
Added:
www/second_edition.htm
Modified:
www/inicial.htm
Log:
2nd edition added to ESbox project.
Modified: www/inicial.htm
===================================================================
--- www/inicial.htm 2008-10-20 23:10:19 UTC (rev 882)
+++ www/inicial.htm 2008-10-20 23:25:19 UTC (rev 883)
@@ -2,136 +2,187 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+
+
<meta http-equiv="Content-Type" content="text/html; funcarset=iso-8859-1" />
- <title>Inicial</title>
+
+
+
+ <title>Inicial</title>
<link href="includes/css.css" rel="stylesheet" type="text/css" />
+
+
<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>
+
<link rel="stylesheet" href="includes/lightbox.css" type="text/css" media="screen" />
-
<!-- <script language="JavaScript"> function openImage(URL,w,h) { var width = w; var height = h; var left = 99; var top = 99; window.open(URL,'openImage', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no'); } </script>-->
</head>
<body style="height: 695px;">
+
<div class="sub"><!-- LEFT DIV -->
<div id="insidecontent">
<p><b>DESCRIPTION</b></p>
+
<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 4.0.x Chinook
and 4.1.x Diablo SDKs will be
supported.</p>
+
<p><b><a name="features">FEATURES</a></b></p>
+
<ul>
+
<li class="fe" title="feature">Support for <a href="http://www.scratchbox.org">Scratchbox 1.x</a> </li>
+
<li class="fe" title="feature">Support for C/C++
and Python development process</li>
+
<li class="fe" title="feature">Support for
Eclipse IDE for C/C++ Developers 3.3.3 and CDT 4.0.3 (or later)</li>
+
<li class="fe" title="feature">Support for the
latest Ubuntu and LTS releases supported by maemo Diablo SDK</li>
+
<li class="fe" title="feature">Support for maemo
PC Connectivity packages to setup connectivity between host PC and
Tablet</li>
+
<li class="fe" title="feature">Support for
Oprofile and Valgrind</li>
+
<li class="fe" title="feature">Templates in
project creation</li>
+
<li class="fe" title="feature">Support for
Scratchbox target creation</li>
+
<li class="fe" title="feature">Support
localization of application</li>
+
</ul>
+
<a href="features.htm"><img src="images/li_features.jpg" alt="all features" title="all features" align="middle" border="0" /></a>
<p><b>RECENT CHANGES</b></p>
+
<ul>
+
+
<p><b>ESbox 1.4.1 - (2008-07-10)</b></p>
+
<li class="add" title="add">Changes in documentation</li>
+
+
<p><b>ESbox 1.4.0 - (2008-06-09)</b></p>
+
<li class="add" title="add">Launch/Debug
configurations for remote debugging are more
flexibility</li>
+
<li class="add" title="add">SSH remote connection
is now supported</li>
+
<li class="add" title="add">SBRSH connection mode
provides automatic and customized
configurations</li>
+
<li class="add" title="add">User configuration of
indexer through C/C++ Include Paths
and Symbols page</li>
+
<li class="add" title="add">Automatic invocation
of autoconf/configure/etc during a
build</li>
+
<li class="add" title="add">Project cleaned when
changing build targets</li>
+
<li class="add" title="add">Run/Debug launch
shortcuts work much better</li>
+
<li class="add" title="add">More reliable X/Maemo
detection and launching from toolbar
or from launch</li>
+
<li class="add" title="add">For remote launch,
validation of tablet connection and
better diagnostics of connection problems</li>
+
</ul>
+
<a href="changes.htm"><img src="images/li_changes.jpg" alt="all changes" title="all changes" align="middle" border="0" /></a>
</div>
+
<!-- END LEFT DIV --><!-- SIDEBAR -->
<div id="sidebar">
+<p><b><a href="second_edition.htm">IDE Integration 2<sup>nd</sup> Edition!</a></b></p>
+<p><b></b></p>
<p><b>SCREENSHOTS</b></p>
+
<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" title="Running OProfile on Device" style="border: 0px none ;" align="middle" /></a> <img src="images/set.jpg" alt="seta" title="seta" /> <b>Running
OProfile on Device</b>
<p><a href="images/sc_la_2.jpg" rel="lightbox" title="New Project Wizard"><img src="images/sc_2.jpg" alt="New Project Wizard" title="New Project Wizard" style="border: 0px none ;" align="middle" /></a><img src="images/set.jpg" alt="seta" title="seta" /> <b>New
Project Wizard</b></p>
+
<p>
<a href="images/sc_la_3.jpg" rel="lightbox" title="Launching Applications"><img src="images/sc_3.jpg" alt="Launching Applications" title="Launching Applications" style="border: 0px none ;" align="middle" /></a><img src="images/set.jpg" alt="seta" title="seta" /> <b>Launching
Applications</b></p>
+
</div>
+
<!-- END SIDEBAR -->
<div style="clear: both;"><br />
+
</div>
+
</div>
+
</body>
</html>
Added: www/second_edition.htm
===================================================================
--- www/second_edition.htm (rev 0)
+++ www/second_edition.htm 2008-10-20 23:25:19 UTC (rev 883)
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <meta http-equiv="Content-Type" content="text/html; funcarset=iso-8859-1" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <title>Features</title>
+ <link href="includes/style.css" rel="stylesheet" type="text/css" />
+</head>
+
+
+<body>
+
+
+
+
+
+
+
+<div class="sub">
+<p><b> IDE Integration 2<sup>nd</sup> Edition</b></p>
+
+IDE Integration 2nd Edition is coming soon! Our team is working to
+offer new features which intend to make maemo application development
+much easier. You can check each of IDE Integration components: <a target="_blank" href="http://esbox.garage.maemo.org">ESbox</a>, <a target="_blank" href="http://pluthon.garage.maemo.org">PluThon</a> and PC Connectivity. If you are interesting in contributing to the project, see <a target="_blank" href="https://garage.maemo.org/plugins/wiki/index.php?id=192&type=g">instructions for developers</a>.<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
+
+<ul>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <p><a href="index.html" target="_parent"><img src="images/li_back.jpg" alt="back" title="back" border="0" /></a></p>
+
+
+
+
+
+
+
+</ul>
+
+
+
+
+
+
+
+</div>
+
+
+
+
+
+
+
+</body>
+</html>
More information about the Esbox-commits
mailing list