[Esbox-commits] r419 - in trunk/org.indt.esbox.help: . html html/concepts html/gettingstarted html/images html/reference html/tasks

carolina at garage.maemo.org carolina at garage.maemo.org
Thu Feb 21 23:08:03 EET 2008


Author: carolina
Date: 2008-02-21 23:07:50 +0200 (Thu, 21 Feb 2008)
New Revision: 419

Added:
   trunk/org.indt.esbox.help/html/concepts/DebianPackage.html
   trunk/org.indt.esbox.help/html/concepts/ProfilingApplications.html
   trunk/org.indt.esbox.help/html/concepts/Sbrsh.html
   trunk/org.indt.esbox.help/html/concepts/ScratchboxTarget.html
   trunk/org.indt.esbox.help/html/concepts/StringExternalization.html
   trunk/org.indt.esbox.help/html/gettingstarted/ConfigurationTutorial.html
   trunk/org.indt.esbox.help/html/gettingstarted/RunningCProject.html
   trunk/org.indt.esbox.help/html/gettingstarted/SettingPreferences.html
   trunk/org.indt.esbox.help/html/gettingstarted/SettingsSbrshConfiguration.html
   trunk/org.indt.esbox.help/html/help.css
   trunk/org.indt.esbox.help/html/legal.html
   trunk/org.indt.esbox.help/html/reference/FAQ.html
   trunk/org.indt.esbox.help/html/reference/Glossary.html
   trunk/org.indt.esbox.help/html/tips.html
Removed:
   trunk/org.indt.esbox.help/html/reference/Legal.html
   trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html
   trunk/org.indt.esbox.help/html/tasks/SettingPreferences.html
   trunk/org.indt.esbox.help/html/tasks/SettingsSbrshConfiguration.html
Modified:
   trunk/org.indt.esbox.help/html/concepts/LocalDebugging.html
   trunk/org.indt.esbox.help/html/concepts/LocalLaunching.html
   trunk/org.indt.esbox.help/html/concepts/MaemoBuilder.html
   trunk/org.indt.esbox.help/html/concepts/MaemoProjects.html
   trunk/org.indt.esbox.help/html/concepts/RemoteDebugging.html
   trunk/org.indt.esbox.help/html/concepts/RemoteLaunching.html
   trunk/org.indt.esbox.help/html/gettingstarted/BasicTutorial.html
   trunk/org.indt.esbox.help/html/gettingstarted/CompilingCMaemoProject.html
   trunk/org.indt.esbox.help/html/gettingstarted/CreatingAMaemoProject.html
   trunk/org.indt.esbox.help/html/gettingstarted/CreatingProjectTemplates.html
   trunk/org.indt.esbox.help/html/gettingstarted/CreatingPythonProject.html
   trunk/org.indt.esbox.help/html/gettingstarted/DebuggingCMaemoApplications.html
   trunk/org.indt.esbox.help/html/gettingstarted/DebuggingPythonMaemoApplications.html
   trunk/org.indt.esbox.help/html/gettingstarted/ExternalizeString.html
   trunk/org.indt.esbox.help/html/gettingstarted/Introduction.html
   trunk/org.indt.esbox.help/html/gettingstarted/ProfilingMaemoApplications.html
   trunk/org.indt.esbox.help/html/gettingstarted/RunningPythonProject.html
   trunk/org.indt.esbox.help/html/images/debian.jpg
   trunk/org.indt.esbox.help/html/images/debug10.jpg
   trunk/org.indt.esbox.help/html/images/debug5.jpg
   trunk/org.indt.esbox.help/html/images/debug6.jpg
   trunk/org.indt.esbox.help/html/images/debug7.jpg
   trunk/org.indt.esbox.help/html/images/debug8.jpg
   trunk/org.indt.esbox.help/html/images/debug9.jpg
   trunk/org.indt.esbox.help/html/images/profiling0.jpg
   trunk/org.indt.esbox.help/html/images/profiling2.jpg
   trunk/org.indt.esbox.help/html/images/profiling4.jpg
   trunk/org.indt.esbox.help/html/images/profiling6.jpg
   trunk/org.indt.esbox.help/html/images/sbrsh0.jpg
   trunk/org.indt.esbox.help/html/images/sbrsh1.jpg
   trunk/org.indt.esbox.help/html/images/sbrsh3.jpg
   trunk/org.indt.esbox.help/html/tasks/CreateMakeTarget.html
   trunk/org.indt.esbox.help/html/tasks/CreateNewTarget.html
   trunk/org.indt.esbox.help/html/tasks/DebianPackage.html
   trunk/org.indt.esbox.help/html/toc.html
   trunk/org.indt.esbox.help/plugin.xml
   trunk/org.indt.esbox.help/toc.xml
   trunk/org.indt.esbox.help/tocconcepts.xml
   trunk/org.indt.esbox.help/tocgettingstarted.xml
   trunk/org.indt.esbox.help/tocreference.xml
   trunk/org.indt.esbox.help/toctasks.xml
Log:
Improving help.

Added: trunk/org.indt.esbox.help/html/concepts/DebianPackage.html
===================================================================
--- trunk/org.indt.esbox.help/html/concepts/DebianPackage.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/concepts/DebianPackage.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Debian package management</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+<h2 class="style1">Debian package management</h2>
+
+<p>Maemo uses the Debian package management system for installing and managing 
+application packages and their dependencies. For end-user the actual package 
+management is invisible and the application installation and removal in the Internet 
+Tablet is done by Application Manager. The Debian package management system uses 
+packages which consists of application binaries, optional libraries, meta data 
+describing the package, dependencies to other packages and optional pre-install and 
+post-install scripts. Packaging the applications is done with standard Debian 
+packaging tools.</p>
+
+<p>After creating the Debian package (creation is identical to the desktop Linux 
+environment) the application is ready to be installed to Internet Tablet. 
+Application is either copied to the device and installed using Application manager, 
+or by placing the package into the package repository (essentially a web or FTP site 
+containing application packages) and creating a single-click install-file. The 
+single-click install-file eliminates the need for user to manually configure 
+repositories into the Application manager, providing an easy-to-use way for end-user 
+to install the application.</p>
+
+</body>
+</html>
\ No newline at end of file

Modified: trunk/org.indt.esbox.help/html/concepts/LocalDebugging.html
===================================================================
--- trunk/org.indt.esbox.help/html/concepts/LocalDebugging.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/concepts/LocalDebugging.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,14 +1,11 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Local Debugging</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
 <body>
@@ -21,7 +18,7 @@
 your workstation using the Goto the launch configuration dialog Debug as > Open Debug Dialog... 
 menu item on the workbench. Launching the program in this way will establish a connection 
 between the debugger client and the program that you are launching. You may then use 
-breakpoints, stepping, or expression evaluation to debug your program..</p>
+breakpoints, stepping, or expression evaluation to debug your program.</p>
 
 
 </body>

Modified: trunk/org.indt.esbox.help/html/concepts/LocalLaunching.html
===================================================================
--- trunk/org.indt.esbox.help/html/concepts/LocalLaunching.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/concepts/LocalLaunching.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,14 +1,11 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Local Launching</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
 <body>

Modified: trunk/org.indt.esbox.help/html/concepts/MaemoBuilder.html
===================================================================
--- trunk/org.indt.esbox.help/html/concepts/MaemoBuilder.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/concepts/MaemoBuilder.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,14 +1,11 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Maemo Builder</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
 <body>

Modified: trunk/org.indt.esbox.help/html/concepts/MaemoProjects.html
===================================================================
--- trunk/org.indt.esbox.help/html/concepts/MaemoProjects.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/concepts/MaemoProjects.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,14 +1,11 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Maemo Projects</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
 <body>

Added: trunk/org.indt.esbox.help/html/concepts/ProfilingApplications.html
===================================================================
--- trunk/org.indt.esbox.help/html/concepts/ProfilingApplications.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/concepts/ProfilingApplications.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,46 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Profiling Applications</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+<h2 class="style1">Profiling Applications</h2>
+
+<p>Application profiling is one of the most valuable techniques available for 
+programmers to get out of the world of premature optimization, and back into reality.
+By simply profiling an application, it becomes immediately apparent where the 
+overwhelming memory and CPU burdens are, and allows you to quickly squash them.
+ESbox provides support for <a href="http://www.valgrind.org/">Valgrind</a> 
+memory profiler and <a href="http://oprofile.sourceforge.net/news/">OProfile</a> 
+system-wide profiler for both C/C++ and Python Projects.</p>
+
+<h3 class="style1">Valgrind</h3>
+<p>Valgrind is an Open Source suite of tools for debugging and profiling Linux programs. 
+It works only on x86 (and PPC). Really powerful and easy to use tool that can save 
+you a lot ofdebugging time.</p>
+
+<p>Because Valgrind works by simulating the x86 processor and instrumenting the binaries
+on the fly, it can control the program execution completely. As a downsize it makes 
+program execution 10-300 times slower than normally, depending on the used Valgrind 
+tools (massif is the fastest, callgrind the slowest) and can take a huge amount of 
+memory.</p>
+
+<h3 class="style1">OProfile</h3>
+
+<p>OProfile is a system-wide profiler for Linux systems, capable of profiling all 
+running code at low overhead. OProfile is released under the GNU GPL.</p>
+
+<p>It consists of a kernel driver and a daemon for collecting sample data, and several 
+post-profiling tools for turning data into information.</p>
+
+<p>OProfile leverages the hardware performance counters of the CPU to enable profiling 
+of a wide variety of interesting statistics, which can also be used for basic 
+time-spent profiling. All code is profiled: hardware and software interrupt handlers, 
+kernel modules, the kernel, shared libraries, and applications.</p>
+</body>
+</html>
\ No newline at end of file

Modified: trunk/org.indt.esbox.help/html/concepts/RemoteDebugging.html
===================================================================
--- trunk/org.indt.esbox.help/html/concepts/RemoteDebugging.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/concepts/RemoteDebugging.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,14 +1,11 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Remote Debugging</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
 <body>

Modified: trunk/org.indt.esbox.help/html/concepts/RemoteLaunching.html
===================================================================
--- trunk/org.indt.esbox.help/html/concepts/RemoteLaunching.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/concepts/RemoteLaunching.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,14 +1,11 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Remote Launching</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
 <body>

Added: trunk/org.indt.esbox.help/html/concepts/Sbrsh.html
===================================================================
--- trunk/org.indt.esbox.help/html/concepts/Sbrsh.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/concepts/Sbrsh.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,40 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Sbrsh</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+<h2 class="style1">Sbrsh</h2>
+
+<p>The Scratchbox Remote Shell is a remote command execution system similar to rsh and 
+ssh. It is designed with slow devices and Scratchbox's special requirements in mind. 
+It supports common types of program execution (including terminal emulation), but it 
+is optimised for non-interactive usage. The communication happens on a TCP/IP 
+connection and is not encrypted-sbrsh is meant to be used only on trusted networks 
+(such as a company's LAN or an USB network between a PC and a handheld device).</p>
+
+<p>The server (sbrshd) is run on a device having the same CPU architecture as the 
+compilation target that is being used in Scratchbox. It executes the commands issued 
+by the client (sbrsh) inside a "sandbox" that is created by mounting network 
+filesystems (typically exported by the host that runs the client) and binding local 
+directories (such as /dev).</p>
+
+<p>Sbrshd contains support functionality that makes network-transparent fakeroot 
+sessions possible. Due to this sbrshd requires fakeroot header files to compile.</p>
+
+<p>Sbrsh is an alternative to QEMU for implementing the CPU-transparency feature of 
+Scratchbox. It runs the configure scripts' test programs on a remote device with the
+CPU architecture used by the cross-compilation toolchain-typically the device that
+you are developing software for. Some build systems also benefit from it when they 
+attempt to execute a target binary which is used to generate data files. 
+Running programs on an actual target device is more reliable than emulating a
+specific device because emulators might not support all required features or 
+there might not be an appropriate emulator available at all.</p>
+
+</body>
+</html>
\ No newline at end of file

Added: trunk/org.indt.esbox.help/html/concepts/ScratchboxTarget.html
===================================================================
--- trunk/org.indt.esbox.help/html/concepts/ScratchboxTarget.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/concepts/ScratchboxTarget.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Scratchbox Target</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+<h2 class="style1">Scratchbox Target</h2>
+
+<p>Scratchbox defines different environments by creating and using TARGETS. 
+The user defines which compiler, devkits, etc. will be part of the environment. 
+The process of creating a new target is performed at Scratchbox with the aid of 
+a text interface. ESbox provides a GUI wizard to help the programmer to create a 
+Scratchbox TARGET. The Scratchbox TARGETS available are also listed and the programmer 
+can delete a TARGET or define the current TARGET of Scratchbox environment. 
+Each target is a separate environment that has a selected toolchain, target 
+CPU and an own file system and can use only one in each maemo project.
+In Scratchbox you can have multiple TARGETS which means that you can compile
+programs for many different architectures and settings. 
+The HOST target is used for compiling programs that are used inside Scratchbox.</p>
+
+</body>
+</html>
\ No newline at end of file

Added: trunk/org.indt.esbox.help/html/concepts/StringExternalization.html
===================================================================
--- trunk/org.indt.esbox.help/html/concepts/StringExternalization.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/concepts/StringExternalization.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>String Externalization</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+<h2 class="style1">String Externalization</h2>
+
+<p>The ESbox tools help you to develop applications that can be run on international 
+platforms. Localization, or externalization, is an important part of global software distribution and opens up new 
+markets around the world. Externalization is the process of converting software user interfaces to 
+a user’s local culture. For the most part, localization involves converting text 
+strings into the language of the local culture, but it can also involve time, date, 
+and number formats, for example. On maemo localization is based on standard gettext package, and all the 
+necessary tools are included in scratchbox.</p>
+
+<p>The Externalize Strings wizard allows you to refactor a compilation unit 
+such that strings used in the compilation unit can be translated to 
+different languages.</p> 
+
+</body>
+</html>
\ No newline at end of file

Modified: trunk/org.indt.esbox.help/html/gettingstarted/BasicTutorial.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/BasicTutorial.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/gettingstarted/BasicTutorial.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,31 +1,27 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Basic Tutorial</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
 <body>
 <h2 class="style1">Basic Tutorial</h2>
-
 <p>Show step by step how to create a ESbox project.</p><ul>
 
 <li><strong><a href="CreatingAMaemoProject.html">
-Creating a New C/C++ Maemo Project
+Creating a new C/C++ Maemo project
 </a></strong></li>
 
 <li><strong><a href="CreatingProjectTemplates.html">
-Creating a Maemo Hello World Project
+Creating a Maemo project with templates
 </a></strong></li>
 
 <li><strong><a href="CreatingPythonProject.html">
-Creating Python Maemo Project
+Creating a Python Project
 </a></strong></li></ul>
 
 <p>Now with ESbox project created, Let's compile.</p><ul>
@@ -34,33 +30,31 @@
 Compiling a C/C++ Maemo Project
 </a></strong></li></ul>
 
-<p>Don't forget to Setting Preferences.</p><ul>
-
-<li><strong><a href="../tasks/SettingPreferences.html">
-Setting Preferences
-</a></strong></li>
-<li><strong><a href="../tasks/SettingsSbrshConfiguration.html">
-Setting Sbrsh Options
-</a></strong></li></ul>
-
 <p>Finally, running projects.</p><ul>
 
-<li><a href="../tasks/RunningDebugging.html"><STRONG>
+<li><a href="RunningCProject.html"><STRONG>
 Running C/C++ Maemo Project
 </STRONG></a></li>
+<li><strong><a href="RunningPythonProject.html">
+Running Python Maemo Project
+</a></strong></li></ul>
+
+<p>Debugging projects.</p><ul>
 <li><a href="DebuggingCMaemoApplications.html"><STRONG>
 Debugging C/C++ Maemo Project
 </STRONG></a></li>
-<li><strong><a href="RunningPythonProject.html">
-Running Python Maemo Project
-</a></strong></li>
 <li><strong><a href="DebuggingPythonMaemoApplications.html">
 Debugging Python Maemo Project
 </a></strong></li></ul>
 
-<p>Easing the extraction of strings.</p><ul>
+<p>Analysis of Performance.</p><ul>
+<li><strong><a href="ProfilingMaemoApplications.html">
+Profiling C/C++ application
+</a></strong></li></ul>
+
+<p>Helping extraction of strings.</p><ul>
 <li><strong><a href="ExternalizeString.html">
-Externalize string on your C/C++ application. 
+Externalize string on C/C++ application. 
 </a></strong></li></ul>
 </body>
 </html>

Modified: trunk/org.indt.esbox.help/html/gettingstarted/CompilingCMaemoProject.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/CompilingCMaemoProject.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/gettingstarted/CompilingCMaemoProject.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,30 +1,17 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-
-	
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
-	
-    
-  <title>Compiling a C/C++ Maemo Project</title>
-  <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Compiling an ESbox C/C++ Project</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-
-
-
 <body>
 
 <h2 class="style1">Compiling a C/C++ Maemo Project</h2>
 
-
 <p>When is created a Automake C/C++ Maemo Project, it is automatically compiled.</p>
-
-
 <p>If you have created a Makefile C/C++ Maemo Project, you need to provide a makefile.</p>
 
 <p>When you build a project, output from make is displayed in the Console view. 
@@ -33,15 +20,10 @@
 
 To know more about setting create make target <a href="../tasks/CreateMakeTarget.html">click here</a>.
 <p></p>
-
-
-
-
 <p>To build your C/C++ Maemo Project, do:</p>
 
 <ul>
 
-	
   <p></p>
   <li>
     <div align="justify">In the C/C++ Maemo Projects view, select a project.</div>
@@ -73,9 +55,6 @@
   <img src="../images/build1.jpg" alt="build1">
 </ul>
 
-
-
-
 <p></p>
 <p>Go to <a href="../tasks/RunningDebugging.html"><strong>Running and Debugging</strong></a></p>
  

Added: trunk/org.indt.esbox.help/html/gettingstarted/ConfigurationTutorial.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/ConfigurationTutorial.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/gettingstarted/ConfigurationTutorial.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Project Configuration Tutorial</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+
+
+<h3>Project Configuration Tutorial:</h3>
+
+<p></p>
+<ul>
+<li><strong><a href="SettingPreferences.html">
+Setting Preferences
+</a></strong></li>
+<li><strong><a href="SettingsSbrshConfiguration.html">
+Setting Sbrsh Options
+</a></strong></li></ul>
\ No newline at end of file

Modified: trunk/org.indt.esbox.help/html/gettingstarted/CreatingAMaemoProject.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/CreatingAMaemoProject.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/gettingstarted/CreatingAMaemoProject.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,21 +1,22 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>Creating a C/C++ Maemo project</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Creating a new C/C++ Maemo project</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-
 <body>
+
 <h2 class="style1">Creating a new C/C++ Maemo project </h2>
 
+<p>You need to create a project to contain your source code and related files. 
+A project has an associated builder that can incrementally compile source 
+files as they are changed.</p>
 
-<p>Once you have installed the ESbox plug-in in your Eclipse IDE, you will be ready to create and work with a C/C++ Maemo project.</p>
+<p>Once you have installed the ESbox plug-in in your Eclipse IDE,
+ you will be ready to create and work with a C/C++ Maemo project.</p>
 
 <p>To create a new C/C++ Maemo project:</p>
   <ol>
@@ -41,10 +42,7 @@
 	   If the C/C++ perspective is not currently set as the default, you are prompted to determined 
 	   if you would like to this project to be associated with the C/C++ perspective. Click Yes.
 	</p></li>     
-  </ol>
+  </ol> 
   
-  <p>Go to <a href="../tasks/SettingPreferences.html"><STRONG>Setting Preferences</STRONG></a></p>
-  <p>Go to <a href="../tasks/SettingsSbrshConfiguration.html"><STRONG>Setting Sbrsh Configuration</STRONG></a></p>
-  
 </body>
 </html>
\ No newline at end of file

Modified: trunk/org.indt.esbox.help/html/gettingstarted/CreatingProjectTemplates.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/CreatingProjectTemplates.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/gettingstarted/CreatingProjectTemplates.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,19 +1,20 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>Creating a Hello World</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Creating a Maemo project with templates</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-
 <body>
+
 <h2 class="style1">Creating a Hello World</h2>
 
+<p>In this tutorial, you will use the CDT to create a simple 'Hello World' application.
+This tutorial describes the process of creating a new C/C++ Maemo project where the 
+build is automatically managed by the CDT.</p>
+
 <p>To create a hello world project:</p>
   <ol>
 	<p><li><div align="justify">Select: File -> New -> Project from the main menu bar to open the New Project wizard.</div></li></p>
@@ -52,9 +53,6 @@
 	   if you would like to this project to be associated with the C/C++ perspective. Click Yes.
 	</p></li> 
   </ol>
-  
-  <p>Go to <a href="../tasks/SettingPreferences.html"><STRONG>Setting Preferences</STRONG></a></p>
-  
-  
+ 
 </body>
 </html>
\ No newline at end of file

Modified: trunk/org.indt.esbox.help/html/gettingstarted/CreatingPythonProject.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/CreatingPythonProject.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/gettingstarted/CreatingPythonProject.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,17 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Creating a Python Project</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-
 <body>
+
 <h2 class="style1">Creating a Python Project</h2>
 
 <p>To create a Python Maemo project:</p>
@@ -38,9 +35,6 @@
 	</p></li>   
 	 <p></p><img src="../images/python9.jpg" alt="python9"></li>	    
   </ol>
-  
-  <p>Go to <a href="../tasks/SettingPreferences.html"><STRONG>Setting Preferences</STRONG></a></p>
-  <p>Go to <a href="RunningPythonProject.html"><STRONG>Running Python Maemo Project</STRONG></a></p>
-  
+ 
 </body>
 </html>
\ No newline at end of file

Modified: trunk/org.indt.esbox.help/html/gettingstarted/DebuggingCMaemoApplications.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/DebuggingCMaemoApplications.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/gettingstarted/DebuggingCMaemoApplications.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,37 +1,25 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Debugging C/C++ Maemo Project</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-
-
 <body>
 
-
-
-
-
 <h2 class="style1">Debugging a C/C++ Maemo Application</h2>
 
-
-
-
 In oder to debug a C/C++ application, it is necessary that the
 programmer compiles the applications using GCC debugger flags (e.g,
--g). If the programmer wants to use remote option of debugging, it is necessary to configure Sbrsh (see <a href="../tasks/SettingsSbrshConfiguration.html">Setting Sbrsh Configuration</a>)&nbsp; The programmer has also to set
+-g). If the programmer wants to use remote option of debugging, it is necessary to configure Sbrsh (see <a href="SettingsSbrshConfiguration.html">Setting Sbrsh Configuration</a>)&nbsp; The programmer has also to set
 breakpoints throught the code. Just right-click on the left-side editor
 margin and add a breakpoint. 
-<p><img style="width: 1280px; height: 700px;" alt="" src="../images/debug9.jpg"></p>
+<p><img src="../images/debug9.jpg"></p>
 
-
-
-
-
-
-
-
 <p></p>
 
-
 <p>ESbox has 3 different types of debugger: ESbox GDB Debugger, ESbox
 gdbserver Debugger on Device and ESbox gdbserver Local Debugger. ESbox
 GDB Debugger is designed to be used in Scratchbox targets that use
@@ -44,128 +32,26 @@
 
 <p>To debug your C/C++ Maemo Project, do:</p>
 
-
-
-
-
-<ul>
-
-
-
-  
-  
-  
+<ul>  
   <p></p>
+  <li><div align="justify">In the C/C++ Projects view, select a project.</div></li>
 
-
-
-  <li>
-    
-    
-    
-    
-    <div align="justify">In the C/C++ Projects view, select a project.</div>
-
-
-
-
-  </li>
-
-
-
-  
-  
-  
+  <p></p>  
   <p></p>
 
-
-
-  
-  
-  
+  <li><div align="justify">Right click on the application and select Debug As -&gt;&nbsp;Maemo Local Application.</div></li>
   <p></p>
-
-
-
-  <li>
-    
-    
-    
-    
-    <div align="justify">Right click on the application and select Debug As -&gt;&nbsp;Maemo Local Application.</div>
-
-
-
-
-  </li>
-
-
-
-  
-  
-  
+  <p><img src="../images/debug10.jpg"><br></p>
   <p></p>
+  <li><div align="justify">Finally, Debug perspective is opened and lots
+	of information about your application are shown: memory map, registers,
+	variables, etc. The programmer can also follow the control flow of the
+	application.</div></li>
 
-
-  
-  
-  <p><img style="width: 1280px; height: 984px;" alt="" src="../images/debug10.jpg"><br>
-
-  </p>
-
-
-
-  
-  
-  
   <p></p>
-
-
-
-  <li>
-    
-    
-    
-    
-    <div align="justify">Finally, Debug perspective is opened and lots
-of information about your application are shown: memory map, registers,
-variables, etc. The programmer can also follow the control flow of the
-application.</div>
-
-
-
-
-  </li>
-
-
-
-  
-  
-  
+  <p><img src="../images/debug5.jpg"></p>
   <p></p>
-
-
-
-  
-  
-  
-  <p><img style="width: 1280px; height: 700px;" alt="" src="../images/debug5.jpg"></p>
-
-
-
-  
-  
-  
   <p></p>
-
-
-  
-  
-  <p></p>
-
-
 </ul>
-
-
 </body>
 </html>

Modified: trunk/org.indt.esbox.help/html/gettingstarted/DebuggingPythonMaemoApplications.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/DebuggingPythonMaemoApplications.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/gettingstarted/DebuggingPythonMaemoApplications.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,13 +1,15 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Debugging Python Maemo Projectl</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
-
 <body>
 
-
-
 <h2 class="style1">Debugging a Python Maemo Application</h2>
 
 Before debugging a Python maemo application, the programmer has to set
@@ -16,83 +18,41 @@
 
 <br>
 
-<img style="height: 700px; width: 1280px;" alt="" src="../images/debug7.jpg">
+<img src="../images/debug7.jpg">
 
-
-
-
 <p></p>
 
 <p>To debug, do:</p>
-
-
-
 <ul>
-
-
-  
-  
   <p></p>
 
-
-  <li>
-    
-    
+  <li>    
     <div align="justify">In the Pydev Package Explorer, select a project.</div>
-
-
   </li>
 
-
-  
-  
   <p></p>
-
-
-  
-  
   <p></p>
 
-
   <li>
-    
-    
     <div align="justify">Right click on the python script and select Debug As -&gt; Python Maemo Local Application.</div>
-
-
   </li>
 
-
-  
-  
   <p></p>
-
-
-  
 </ul>
 
-<img style="width: 1280px; height: 700px;" alt="" src="../images/debug8.jpg">
-<ul>
-
-  
+<img src="../images/debug8.jpg">
+<ul>  
   <p></p>
-
-  
   <p></p>
 
-
   <li>
-    
-    
     <div align="justify">Finally, Debug perspective is opened and lots
 of information about your application are shown: memory map, registers,
 variables, etc. The programmer can also follow the control flow of the
 application.</div>
-
   </li>
-
 </ul>
 
-<img style="width: 1280px; height: 700px;" alt="" src="../images/debug6.jpg">
+<img src="../images/debug6.jpg">
 </body>
 </html>

Modified: trunk/org.indt.esbox.help/html/gettingstarted/ExternalizeString.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/ExternalizeString.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/gettingstarted/ExternalizeString.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,16 +1,12 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>Easing the extraction of strings</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Externalize string on C/C++ application</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
-<body>
 
 <body>
 <h2 class="style1">Extraction of strings</h2>

Modified: trunk/org.indt.esbox.help/html/gettingstarted/Introduction.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/Introduction.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/gettingstarted/Introduction.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,14 +1,11 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Introduction</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
 <body>

Modified: trunk/org.indt.esbox.help/html/gettingstarted/ProfilingMaemoApplications.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/ProfilingMaemoApplications.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/gettingstarted/ProfilingMaemoApplications.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,43 +1,16 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-
-
-
-	
-  
-  
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
-
-
-	
-    
-  
-  
-  
-  
-  <title>Easing the extraction of strings</title>
-  <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Profiling C/C++ application</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
-
 <body>
-
-
-
-
-
 <h2 class="style1">Profiling Maemo Applications</h2>
 
-
-
-
-
 <p><span style="font-weight: bold;"></span>Profiling is one of the most
 important techniques available for programmers to understand which are
 the problems of its applications. By simply profiling an application,
@@ -46,70 +19,40 @@
 support for <a href="http://www.valgrind.org/">Valgrind</a> memory profiler and <a href="http://oprofile.sourceforge.net/news/">OProfile</a> system-wide profiler for both C/C++ and Python Projects.
 </p>
 
-
 <span style="font-weight: bold;">Using Valgrind<br>
 
-
 <br>
 
-
 </span>Valgrind is a framework to build dynamic analyses tools. You can
 use Valgrind to profile your applications: it detects memory management
 (memory leak, use of uninitialised memory, etc.) and thread bugs.
 However, Valgrind is only supported on&nbsp; X86/Linux, AMD64/Linux,
 PPC32/Linux and PPC64/Linux. In order to run Valgrind, you have to
 select an X86 Scratchbox target wich the tool properly installed.<br>
-
-
 <br>
 
 To run Valgrind, rigth-click on the application (binary for C/C++
 projects or the Python script for Python projects) and select Run As
--&gt; Valgrind Memory Profiler.<br>
+-&gt; Valgrind Memory Profiler.
 
-<br>
+<br><br><br><br>
+<img src="../images/profiling0.jpg"><br>
+<br><br><br><br>
 
-<br>
-
-<br>
-
-<img style="height: 724px; width: 1280px;" alt="" src="../images/profiling0.jpg"><br>
-
-
-<br>
-
-<br>
-
-<br>
-
-<br>
-
 The Valgrind tool runs your application on X86 target and the result is
 shown on Valgrind view. All problems found by Valgrind are shown as a
 tree: problem as parent nodes and details of the problems as children
-nodes.<br>
+nodes.
 
-<br>
-
-<br>
-
-<br>
-
-<img style="width: 1025px; height: 353px;" alt="" src="../images/profiling1.jpg"><br>
-
-
+<br><br><br><br>
+<img src="../images/profiling1.jpg"><br>
 <span style="font-weight: bold;"><br>
+<br><br>
 
-<br>
+Using OProfile
 
-<br>
+<br><br>
 
-Using OProfile<br>
-
-
-<br>
-
-
 </span>OProfile is a&nbsp;system-wide profiler for Linux systems and
 can profile all running code.&nbsp;
 It consists of a kernel driver and a daemon for collecting sample data,
@@ -119,59 +62,33 @@
 obtain hight quality of profiling information. ESbox uses sbrsh to
 remotely execute OProfile and colect profiling information. So, it's
 necessary to properly install the application (for more information
-read <a href="../tasks/SettingsSbrshConfiguration.html">this tutorial</a>).<br>
+read <a href="SettingsSbrshConfiguration.html">this tutorial</a>).<br>
 
 <br>
 
 To run OProfile, rigth-click on the application (binary for C/C++
 projects or the Python script for Python projects) and select Run As
--&gt; Valgrind Memory Profiler.<br>
+-&gt; Valgrind Memory Profiler.
 
-<br>
+<br><br><br><br>
+<img src="../images/profiling6.jpg">
+<br><br><br><br>
 
-<br>
-
-<br>
-
-<img style="width: 1043px; height: 789px;" alt="" src="../images/profiling6.jpg"><br>
-
-<br>
-
-<br>
-
-<br>
-
 Then, a password prompt appears asking for your desktop superuser
 password. Such password is necessary because some commands executed by
 OProfile requires superuser privileges. But don't worry: such password
-is not saved and is "forgotten" as soon as possible.<br>
+is not saved and is "forgotten" as soon as possible.
 
-<br>
+<br><br><br><br>
+<img src="../images/profiling3.jpg">
+<br><br><br><br>
 
-<br>
-
-<br>
-
-<img style="width: 535px; height: 232px;" alt="" src="../images/profiling3.jpg"><br>
-
-<br>
-
-<br>
-
-<br>
-
 Finally, OProfiles starts. ESbox also runs your application on device
 in order to collect profiling informations. Then OProfile stops and the
-result of profiling is shown on OProfile View. <br>
+result of profiling is shown on OProfile View. 
 
+<br><br><br><br>
+<img src="../images/profiling4.jpg">
 <br>
-
-<br>
-
-<br>
-
-<img style="width: 1280px; height: 978px;" alt="" src="../images/profiling4.jpg"><br>
-
-
 </body>
 </html>

Added: trunk/org.indt.esbox.help/html/gettingstarted/RunningCProject.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/RunningCProject.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/gettingstarted/RunningCProject.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,104 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Running C/C++ Maemo Project</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+<h2 class="style1">Running C/C++ Maemo Project</h2>
+
+
+<p>You may launch your programs from the workbench. The programs may be launched in either run mode.
+ </p>
+<ul>
+
+    <li>In run mode, the program executes, but the execution may not be suspended or examined.</li>
+ 
+  <p></p>
+</ul>
+   
+<p>To create a run configuration:</p>
+
+
+  
+<ol>
+  <li>   
+    <div align="justify">In the C/C++ Maemo Projects view, select a project.</div>
+  </li>
+  
+  
+  <p></p>
+  <li>
+    <div align="justify">Click Run As -&gt; Open Run Dialog.</div>
+  </li>
+    
+  
+  <p></p>
+  <li>
+    <div align="justify">In the Configurations box, expand Maemo Application.</div>
+  </li>
+
+  
+  <p></p>
+  <li>
+    <div align="justify">Click New. The name of the new project is displayed in the Configurations box. The default name is the name of the project.</div>
+  </li>
+
+  
+  <p></p>
+  <li>
+    <div align="justify">Click the Main tab.</div>
+  </li>
+  
+  
+  <p></p>
+  <li>
+    <div align="justify">Do the following:    
+    <ul>
+		<li>In the Name box, type a descriptive name for this new a descriptive name for this launch configuration.</li>
+    	<li>In the Project box, type the name of the project containing the application that you want to run.</li>
+    	<li>In the C/C++ Application box, type the name of the executable that you want to run.</li>
+    </ul>
+    </div>
+  </li>
+  <p></p>  
+</ol>
+  
+  
+<p>Make sure that the right target has being chosen.
+  </p>
+<ol start="13">
+
+  <p></p>
+  <li>  Select: Properties -&gt; ESbox -&gt; Target.</li>
+  <p></p>
+  <img src="../images/target0.1.jpg" alt="target"> 
+    
+  <p><strong>To know more about targets <a href="../tasks/CreateNewTarget.html">click here</a>.</strong></p>
+
+  
+</ol>
+<ol start="14">
+  <p></p>
+  <li>
+  Click on X button to start the X server and viewer.</li>
+  <p></p>
+  <li>
+  Click on Maemo button.
+  <p></p>
+  </li>
+</ol>
+  
+<p>Now with all set up, click on Run as -&gt; Maemo Local Application.  </p>
+  
+<p></p>
+<img src="../images/run1.jpg" alt="run2">
+<p>
+<p></p>
+
+</body>
+</html>

Modified: trunk/org.indt.esbox.help/html/gettingstarted/RunningPythonProject.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/RunningPythonProject.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/gettingstarted/RunningPythonProject.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,63 +1,39 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-
-	
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
-	
-    
-  <title>Running Python Maemo Project</title>
-  <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Running Python Maemo Project</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
-
-
 <body>
-
 <h2 class="style1">Running Python Maemo Project</h2>
 
-
 <p>Then, to run the file you can:</p>
 
-<ol>
-
-    
+<ol>   
   <p></p>
   <li>Click on X button to start the X server and viewer.</li>
-  
-    
+      
   <p></p>
   <li>Click on Maemo button.</li>
-    
-    
+       
   <p></p>
-  <li>
-    <div align="justify">In the Pydev Projects view, select a project.</div>
-  </li>
-
+  <li><div align="justify">In the Pydev Projects view, select a project.</div></li>
     
   <p></p>
-  <li>
-    <div align="justify">Click Run As -&gt; Python Maemo Local Application.</div>
-  </li>
+  <li><div align="justify">Click Run As -&gt; Python Maemo Local Application.</div></li>
+  <p></p>    
   <p></p>
- 
-    
-  <p></p>
   <img src="../images/python3.jpg" alt="python3">  
 </ol>
 
-
 <p><span style="font-weight: bold;"></span></p>
 <p><span style="font-weight: bold;">NOTE</span>: You can only run files that are in your project.</p>
 
 <p>After the first run, if you type Ctrl+F11, the last file ran is re-run.</p>
  
-
 </body>
 </html>

Added: trunk/org.indt.esbox.help/html/gettingstarted/SettingPreferences.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/SettingPreferences.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/gettingstarted/SettingPreferences.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Setting Preferences</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+
+<h2 class="style1">Setting preferences</h2>
+
+
+<p>
+The first thing a user should do is to set the preferences for using Scratchbox, since the rest
+of the functionality of the plug-ins depends on these settings. Once the Eclipse IDE is
+running with the plug-ins, the preferences may be set via the Window -&gt; Preferences menu,
+under which there is a list with the option Scratchbox.
+</p>
+
+
+<p>
+The Scratchbox page offers the user a way to define the syntax used to invoke
+commands inside Scratchbox (this varies between Scratchbox versions) and the root directory of
+the user's sandbox environment.</p>
+
+<p></p>
+<img src="../images/preferences.jpg" alt="preferences1"><br>
+<br>
+
+
+<p>
+The Gazpacho sub page gets its name from common user interface editor Gazpacho. Gazpacho
+is advanced editor, and for what is important it allows own implementation to code without
+using Gazpacho. Use x-host command starting Gazpacho in Maemo runs the command in
+the Xhost input box.</p>
+
+<p></p>
+<img src="../images/preferences1.jpg" alt="preferences2">
+
+<p></p>
+<p></p>
+<p>
+In Environment sub page offers the user a way to adjust a set of environment variables.
+The user can create a new variable clicking on <b>New</b> or modified existing ones, clicking 
+on <b>Select</b>. </p>
+
+<p></p>
+<img src="../images/run.jpg" alt="run"><br>
+<br>
+
+
+<p>
+The X Server sub page contains commands for starting the X-Server.
+
+</p>
+<p></p>
+<img src="../images/preferences2.jpg" alt="preferences3">
+
+</body>
+</html>

Added: trunk/org.indt.esbox.help/html/gettingstarted/SettingsSbrshConfiguration.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/SettingsSbrshConfiguration.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/gettingstarted/SettingsSbrshConfiguration.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,46 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Setting Sbrsh Configuration</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+
+
+<h2 class="style1">Setting Sbrsh preferences</h2>
+
+
+<p>In order to use the features releated to remote launch and debug, it
+is necessary to configure properly Sbrsh (Scratchbox Remote Shell).
+ESbox has a preference page that helps to setting sbrsh configuration.
+Go to Window -&gt; Prefences -&gt; ESbox -&gt; Sbrsh.</p>
+
+
+<img src="../images/sbrsh0.jpg"><br>
+<br>
+<br>
+
+
+<p>You have to edit location of both sbrsh configuration (default is
+/home/USER/.sbrsh) and exec files (default is /home/USER/sbrsh).
+The page loads the file and shows all elements of it (user name, device
+and host IPs, etc.). You can edit, create or remove mount points of
+Sbrsh configuration file.</p>
+<p><img src="../images/sbrsh1.jpg"></p>
+<br>
+<p>You have to select a mount point as path to copy the binaries that will
+be executed. Sbrsh mounts such mount point (and all the others to). To
+select a mount point as bin path, click-rigth on the mount point you
+want to select.</p>
+<p><img src="../images/sbrsh3.jpg"></p>
+
+
+<br>
+
+
+</body>
+</html>

Added: trunk/org.indt.esbox.help/html/help.css
===================================================================
--- trunk/org.indt.esbox.help/html/help.css	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/help.css	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,51 @@
+/* following font face declarations need to be removed for DBCS */
+
+
+body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, sans-serif; color: #000000}
+pre				{ font-family: Courier, monospace}
+
+/* end font face declarations */
+
+/* following font size declarations should be OK for DBCS */
+body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-size: 10pt; }
+pre				{ font-size: 10pt}
+
+/* end font size declarations */
+
+body	     { background: #FFFFFF}
+h1           { font-size: 18pt; margin-top: 5; margin-bottom: 1 }	
+h2           { font-size: 14pt; margin-top: 25; margin-bottom: 3 }
+h3           { font-size: 11pt; margin-top: 20; margin-bottom: 3 }
+h4           { font-size: 10pt; margin-top: 20; margin-bottom: 3; font-style: italic }
+p 	     { font-size: 10pt; }
+pre	     { margin-left: 6; font-size: 9pt }
+
+a:link { color: #006699 }
+a:visited { color: #996699 }
+a:hover  { color: #006699 }
+
+ul	     { margin-top: 0; margin-bottom: 10 }
+li	     { margin-top: 0; margin-bottom: 0 } 
+li p	     { margin-top: 0; margin-bottom: 0 } 
+ol	     { margin-top: 0; margin-bottom: 10 }
+dl	     { margin-top: 0; margin-bottom: 10 }
+dt	     { margin-top: 0; margin-bottom: 0; font-weight: bold }
+dd	     { margin-top: 0; margin-bottom: 0 }
+strong	     { font-weight: bold}
+em	     { font-style: italic}
+var	     { font-style: italic}
+div.revision { border-left-style: solid; border-left-width: thin; 
+				   border-left-color: #7B68EE; padding-left:5 }
+th	     { font-weight: bold }
+
+/* Mike Behm's addition to the style sheet */
+.userinput { font-family: monospace; }
+.guitab, .important, .guibutton, .selectblue, .guimenu, .guilabel, 
+.notetitle  {
+     color: #000000;
+     font-family: helvetica, arial, sans-serif;
+     font-weight: bold;
+     }
+div.linux  {display:none;}
+.firsterm {font-style:italic;}
+

Modified: trunk/org.indt.esbox.help/html/images/debian.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/debug10.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/debug5.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/debug6.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/debug7.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/debug8.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/debug9.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/profiling0.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/profiling2.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/profiling4.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/profiling6.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/sbrsh0.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/sbrsh1.jpg
===================================================================
(Binary files differ)

Modified: trunk/org.indt.esbox.help/html/images/sbrsh3.jpg
===================================================================
(Binary files differ)

Added: trunk/org.indt.esbox.help/html/legal.html
===================================================================
--- trunk/org.indt.esbox.help/html/legal.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/legal.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Legal</title>
+	<link rel="stylesheet" type="text/css" href="help.css">
+</head>
+
+<body>
+<h4 class="style1">Notices</h4>
+<p></p>
+<p>Copyright &#169 2007 INdT. All rights reserved.</p>
+<p></p>
+<p>Nokia and maemo are trademarks or registered trademarks of Nokia Corporation. Other product and company names mentioned herein may be trademarks or trade names of their respective owners.
+</p>
+<p></p>
+<p>Licenses</p>
+<p></p>
+<p>This User's Guide has been licensed under <a href="../about_files/epl-v10.html">Eclipse Public License Version 1.0 ("EPL")</a>.</p>
+<p></p>
+</body>
+</html>

Added: trunk/org.indt.esbox.help/html/reference/FAQ.html
===================================================================
--- trunk/org.indt.esbox.help/html/reference/FAQ.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/reference/FAQ.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,224 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Frequently-Asked Questions: ESbox</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+<h1>FAQ</h1>
+
+<![CDATA[=========================================================]]>
+
+<div class="h2"><!-- no 'id' or 'title' attribute for TOC -->
+<h2>Table of Contents</h2>
+
+<h4>General questions:</h4>
+<p></p>
+<ul>
+    <li><a href="#what">What is the ESbox?</a></li>
+    <li><a href="#licensed">How is the ESbox licensed?</a></li>
+    <li><a href="#organized">How is the ESbox Project organized?</a></li>
+    <li><a href="#releases">How do I find out about future releases of the ESbox?</a></li>
+    <li><a href="#support">Which operating systems does the ESbox support?</a></li>
+    <li><a href="#ask">How do I ask questions?</li>
+    <li><a href="#bug">How do I report a bug or request a feature?</a></li>
+</ul>
+
+<h4>Download and Installation:</h4>
+<p></p>
+<ul>
+    <li><a href="#howtos">Are there complete HowTos for setting up the ESbox?</a></li>
+    <li><a href="#build">Which ESbox build should I download?</a></li>
+    <li><a href="#uninstall">How do I uninstall ESbox?</a></li>
+</ul>
+
+
+<![CDATA[=========================================================]]>
+
+<hr/>
+
+<![CDATA[-----------------------------------------------------------]]>
+
+<div class="h2" id="general-questions" title="general-questions">
+<h2>General questions:</h2>
+
+<div class="h3" id="what" title="what">
+<h3>What is the ESbox?</h3>
+
+<p>                                                                
+ESBox is an extension of the CDT plug-in, strongly integrated with Scratchbox, 
+reducing time and effort for configuration and increasing the productivity on
+Linux-based embedded systems development. It supports C/C++ and Python programming 
+languages. Maemo 2.x, 3.x and 4.x SDKs will be supported. 
+
+<p>Esbox offers a middle layer between Scratchbox and the programmer, suppling
+the need of use command line and archaic text editors.
+</p>
+
+</div>
+
+<![CDATA[-----------------------------------------------------------]]>
+
+
+<div class="h3" id="licensed" title="licensed">
+<h3>How is the ESbox licensed?</h3>
+
+<p>
+This software has produced by the ESbox team combined with third party 
+software developed from other Open Source Projects. This software has been 
+licensed under <a href="../about_files/epl-v10.html">Eclipse Public License 
+Version 1.0 ("EPL")</a>. 
+</p>
+
+</div>
+
+<![CDATA[-----------------------------------------------------------]]>
+
+
+<div class="h3" id="organized" title="organized">
+<h3>How is the ESbox Project organized?</h3>
+
+<p>
+ESbox architecture is detailed in the figure. Both Eclipse and Scratchbox run over
+Linux. ESbox has two modules: the framework, which calls Scratchbox services and
+manipulate the streams of the processes properly; the plug-in, which changes data 
+withframework, requests Scratchbox services, displays information from Scratchbox 
+to the programmer and implements features for helping editing, launching and 
+debugging. Tools which use Scratchbox, like Maemo, can also be plugged into ESbox.
+</p>
+<p></p> 
+<img src="../images/architecture.jpg" alt="Architecture">
+
+
+</div>
+
+<![CDATA[-----------------------------------------------------------]]>
+
+
+<div class="h3" id="releases" title="releases">
+<h3>How do I find out about future releases of the ESbox?</h3>
+
+<p> 
+To find out about futures releases see: 
+<a href="https://garage.maemo.org/forum/forum.php?forum_id=2291">Futures releases</a>
+</p>
+
+</div>
+
+<![CDATA[-----------------------------------------------------------]]>
+
+
+<div class="h3" id="support" title="support">
+<h3>Which operating systems does the ESbox support?</h3>
+
+<p> 
+The ESbox plug-in run on open source operating system Linux. Linux is open source 
+software, which is freely available; however, the full distribution of Linux 
+along with technical support and training are available for a fee from vendors 
+such as Red Hat Software and Caldera. Due to its stability, Linux has gained 
+popularity with ISPs as the OS for hosting Web servers.
+
+
+</p>
+
+</div>
+
+<![CDATA[-----------------------------------------------------------]]>
+
+<div class="h3" id="ask" title="ask">
+<h3>How do I ask questions?</h3>
+
+<p> 
+The <a href="https://garage.maemo.org/">garage.maemo</a> provides some mailing 
+<a href="https://garage.maemo.org/mail/?group_id=192">lists</a>. Choose a list 
+to browse, search, and post messages. Keep in mind that these newsgroups are public, 
+so do not include any confidential information in your questions. You should
+also read "How to ask questions the smart way" by Eric Raymond before participating 
+in the newsgroups.
+
+</p>
+
+</div>
+
+<![CDATA[-----------------------------------------------------------]]>
+
+
+<div class="h3" id="bug" title="bug">
+<h3>How do I report a bug or request a feature?</h3>
+
+<p>
+Before entering a bug report, you should search to see if someone else 
+has already entered a bug report similar to yours. If you find a bug report 
+that outlines the problem you are seeing, you can simply annotate it with your 
+comments to let the developers know that you have also hit the bug. Also you 
+can add yourself to the <a href="https://garage.maemo.org/tracker/?func=browse&group_id=192&atid=1420">ESbox list</a> 
+of the bug so that you will notified when the status of the bug changes or 
+someone adds comments.
+</p>
+
+
+</div>
+
+</div>
+
+<div class="h2" id="download" title="download">
+<h2>Download and Installation:</h2>
+
+<![CDATA[-----------------------------------------------------------]]>
+
+<div class="h3" id="howtos" title="howtos">
+<h3>Are there complete HowTos for setting up the ESbox?</h3>
+
+<p> 
+Yes, are.
+</p>
+
+<div class="h3" id="build" title="build">
+<h3>Which ESbox build should I download? </h3>
+
+<p>
+First of all to use the ESbox plugin, you need:
+   <ul>
+    <li>Linux with SSH Client</li>
+    <li>Maemo SDK</li>
+    <li>Sun version of Java</li>          
+    <li>Eclipse SDK 3.3.1.1</li>
+	<li>Eclipse CDT 4.0.2</li>
+	<li>PyDev >= 1.3.7</li>
+    <li>Python interpreter configured</li>
+    <li>Sbrsh (Scratchbox Remote Shell)</li>
+   </ul> 
+</p>
+
+<p>With all set up, you are able to get the last version of ESbox plugin.</p>
+
+<div class="h3" id="uninstall" title="uninstall">
+<h3>How do I uninstall ESbox?</h3>
+
+<p>
+Removing plugins from Eclipse is easy, so no particular uninstaller is needed.
+You can browse and manage your configuration from the Product Configuration dialog. 
+Open the Product Configuration dialog by clicking Help > Software Updates > 
+Manage Configuration.
+
+<ul>
+    <li>Disabling a feature: select the feature and click Disable in the right pane of
+    the dialog. This option is available only when the feature is currently enabled,
+     and the feature is either an optional feature or a root feature (not included 
+     by other features).</li>
+ 	<li>Enabling a feature: First, ensure Show Disabled Features is turned on in the 
+   tool bar. Then, select a disabled optional or root feature and click Enable in 
+   the right pane of the dialog.</li>
+    <li>Uninstalling a feature: features that you have installed using the update 
+   manager can be uninstalled, provided they are already disabled, or that they are 
+   optional or root features. If the feature is disabled, make sure Show Disabled 
+   Features is turned on in the tool bar. Select the feature and click Uninstall in 
+   the right page of the dialog.</li>
+</p>
+
+</body>
+</html>
\ No newline at end of file

Added: trunk/org.indt.esbox.help/html/reference/Glossary.html
===================================================================
--- trunk/org.indt.esbox.help/html/reference/Glossary.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/reference/Glossary.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,70 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Glossary</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+<h2 class="style1">Glossary</h2>
+
+<ul>
+<p><b>ARMEL:</b>
+A name that e.g. Debian uses for the little endian ARM EABI (ABI for the ARM architecture).</p>
+
+<p><b>devkit:</b>
+Part of the maemo SDK that contains software development tools. The SDK contains multiple devkits e.g. doctools devkit.</p>
+
+<p><b>GTK+ (GUI ToolKit+):</b>
+A library of object-oriented graphical interface elements (widgets) for developing X Window applications.</p>
+
+<p><b>Hildon:</b>
+Application framework used in the maemo platform. Developed by Nokia and based on GNOME/GTK+ technologies, currently in the process of becoming an upstream project in <a href="http://www.gnome.org/">gnome.org</a>.</p>
+
+<p><b>Hildon Desktop:</b>
+The main user interface component of the maemo release Chinook, rewrite of maemo desktop.</p>
+
+<p><b>Internet Tablet:</b>
+Product category for Internet optimized mobile devices with touchscreen. The term was coined by Nokia but is being used more widely to include other devices.</p>
+
+<p><b>Linux:</b>
+Strictly speaking, Linux is the kernel of a Unix-like operating system, though the word is more commonly used to describe the the whole Linux operating system, consisting of a kernel, application programs and utilities.</p>
+
+<p><b>maemo:</b>
+Software platform for mobile devices developed by Nokia, based on GNU/Linux and GNOME/GTK+ technologies. It includes proprietary components to make it work on the Nokia Internet Tablets.</p>
+
+<p><b>maemo.org:</b>
+Developer community web site maintained by Nokia, main point of reference for open source and third party developers in general.
+
+<p><b>maemo desktop:</b>
+version of main user interface component of the maemo release Bora.</p>
+
+<p><b>maemo-af-desktop:</b>
+Same as maemo desktop.</p>
+
+<p><b>maemo SDK:</b>
+Software Development Kit to create and port applications to the maemo platform using a PC.</p>
+
+<p><b>Nokia Internet Tablet OS:</b>
+maemo platform + proprietary applications packaged to an official device image provided by Nokia.</p>
+
+<p><b>OSSO:</b>
+Open Source Software Operations, Nokia organization developing and integrating software for Internet Tablets.</p>
+
+<p><b>rootstrap:</b>
+Part of the SDK that contains selected software components from rootfs. Rootstrap is the root file system of a target inside Scratchbox.</p>
+
+<p><b>Sardine:</b>
+An experimental distribution based on Hildon for maemo, primarily of interest for developers who wish to test "bleeding edge" features that are being developed for future releases of maemo.</p>
+
+<p><b>toolchain:</b>
+Part of the SDK that contains ARM cross compilation tools like compiler and linker.</p>
+
+<p><b>Widget</b>
+Element of a graphical user interface (GUI) that displays information or provides a way for a user to interact with the application. Examples of widgets: buttons, menus, scrollbars, forms, etc.</p>
+<ul>
+</body>
+</html>
\ No newline at end of file

Deleted: trunk/org.indt.esbox.help/html/reference/Legal.html
===================================================================
--- trunk/org.indt.esbox.help/html/reference/Legal.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/reference/Legal.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
-<head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>Notices</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
-</head>
-
-<h4 class="style1">Notices</h4>
-<p></p>
-<p>Copyright &#169 2007 INdT. All rights reserved.</p>
-<p></p>
-<p>Nokia and maemo are trademarks or registered trademarks of Nokia Corporation. Other product and company names mentioned herein may be trademarks or trade names of their respective owners.
-</p>
-<p></p>
-<p>Licenses</p>
-<p></p>
-<p>This User's Guide has been licensed under <a href="../../about_files/epl-v10.html">Eclipse Public License Version 1.0 ("EPL")</a>.</p>
-<p></p>

Modified: trunk/org.indt.esbox.help/html/tasks/CreateMakeTarget.html
===================================================================
--- trunk/org.indt.esbox.help/html/tasks/CreateMakeTarget.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/tasks/CreateMakeTarget.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,24 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-
-	
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
-	
-    
-  <title>Create Make Target</title>
-  <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Create Make Target</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
-
-
 <body>
-
 <h2 class="style1">Create Make Target</h2>
 
 

Modified: trunk/org.indt.esbox.help/html/tasks/CreateNewTarget.html
===================================================================
--- trunk/org.indt.esbox.help/html/tasks/CreateNewTarget.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/tasks/CreateNewTarget.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,36 +1,17 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-
-	
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
-	
-    
-  <title>Create New Target</title>
-  <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Create new Target</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
-
-
 <body>
-
 <h2 class="style1" align="left">Create new Target</h2>
 
-<p>Scratchbox defines different environments by creating and using TARGETS. 
-The user defines which compiler, devkits, etc. will be part of the environment. 
-The process of creating a new target is performed at Scratchbox with the aid of 
-a text interface. ESbox provides a GUI wizard to help the programmer to create a 
-Scratchbox TARGET. The Scratchbox TARGETS available are also listed and the programmer 
-can delete a TARGET or define the current TARGET of Scratchbox environment. 
-Each target is a separate environment that has a selected toolchain, target 
-CPU and an own file system and can use only one in each maemo project.</p>
 
-
 <p align="left">You can create a new Target following these steps:</p>
 
 

Modified: trunk/org.indt.esbox.help/html/tasks/DebianPackage.html
===================================================================
--- trunk/org.indt.esbox.help/html/tasks/DebianPackage.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/tasks/DebianPackage.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,30 +1,23 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-  <title>Debian Package</title>
-
-
-  <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-  </style>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Debian Package Management</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
 </head>
 
-
 <body>
+<h2 class="style1">Debian Package Management</h2>
 
-<h2 class="style1">Debian Package</h2>
-
 <br>
 Debian package is one of the most elegant, easy and common method used
 to deploy software (specially Debian distribution). ESbox provides
 features to easly generate, deploy and install .deb package from you
 application (C/C++ or Python) on Internet Tablet. ESbox uses sbrsh to
 deploy and install you .deb package on Internet Tablet. So, it's
-necessary to properly configure sbrsh (for more information read <a href="SettingsSbrshConfiguration.html">this tutorial</a>).<br>
+necessary to properly configure sbrsh (for more information read <a href="../gettingstarted/SettingsSbrshConfiguration.html">this tutorial</a>).<br>
 
 <h4 class="style1">Create Debian Package</h4>
 

Deleted: trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html
===================================================================
--- trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,198 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-
-	
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
-	
-    
-  <title>Running And Debugging</title>
-  <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
-</head>
-
-
-
-<body>
-
-<h2 class="style1">Running And Debugging</h2>
-
-
-<p>You may launch your programs from the workbench. The programs may be launched in either run or debug mode.
- </p>
-<ul>
-
-    <li>In run mode, the program executes, but the execution may not be suspended or examined.</li>
-
-    <li>In debug mode, execution may be suspended and resumed, variables may be inspected, and expressions may be evaluated.</li>
-    
- 
-  <p></p>
-</ul>
-   
-<p>To create a run or debug configuration:</p>
-
-
-  
-<ol>
-
-  <li> 
-  
-    <div align="justify">In the C/C++ Maemo Projects view, select a project.</div>
-  </li>
-  
-  
-  <p></p>
-  <li>
-    <div align="justify">Click Run As -&gt; Open Run Dialog or Debug As -&gt; Open Debug Dialog.</div>
-  </li>
-    
-  
-  <p></p>
-  <li>
-    <div align="justify">In the Configurations box, expand Maemo Application.</div>
-  </li>
-
-  
-  <p></p>
-  <li>
-    <div align="justify">Click New. The name of the new project is displayed in the Configurations box. The default name is the name of the project.</div>
-  </li>
-
-  
-  <p></p>
-  <li>
-    <div align="justify">Click the Main tab.</div>
-  </li>
-  
-  
-  <p></p>
-  <li>
-    <div align="justify">Do the following:
-    
-    <ul>
-
-	<li>In the Name box, type a descriptive name for this new a descriptive name for this launch configuration.</li>
-   
-    <li>In the Project box, type the name of the project containing the application that you want to run.</li>
-   
-    <li>In the C/C++ Application box, type the name of the executable that you want to run.</li>
-  
-  
-    </ul>
-    </div>
-  </li>
-  <p></p>
-  
-</ol>
-
-
- 
- 
-  
-<p>In the scratchbox environment the DISPLAY variable has to be set so
-   that it matches to the display setting given above for the Xephyr
-   server (parameter :2 in the above example).
-     
-  </p>
-<ol start="7">
-
-   
-   
-  <p></p>
-  <li>Select: Window -&gt; Preferences...</li>
-
-   
-  <p></p>
-  <li>Expand Scratchbox.</li>
-   
-   
-  <p></p>
-  <li>Click on Environment.</li>
-
-   
-  <p></p>
-  <li>Click on <strong>new</strong> to create a variable.</li>
-
-   
-  <p></p>
-  <li>Will appear a wizard, type <strong>DISPLAY</strong> on name field and on value field type <strong>:2</strong>.</li>
-
-   
-  <p></p>
-  <li>Click ok.</li>
-
-   
-  <p></p>
-  <img src="../images/run.jpg" alt="run1">
-   
-  <p><strong>To know more about setting preferences <a href="SettingPreferences.html">click here</a>.</strong></p>
-
-  
-</ol>
-<p></p>
-
-  
-  
-<p>Make sure that the right target has being choosen.
-  </p>
-<ol start="13">
-
-  
-  <p></p>
-  <li>  Select: Properties -&gt; ESbox -&gt; Target.</li>
-
-  
-  <p></p>
-  <img src="../images/target0.1.jpg" alt="target"> 
-    
-  <p><strong>To know more about targets <a href="CreateNewTarget.html">click here</a>.</strong></p>
-
-  
-</ol>
-  
-    
-  
-<ol start="14">
-
-  
-  <p></p>
-  <li>
-  Click on X button to start the X server and viewer.</li>
-  
-  
-  <p></p>
-  <li>
-  Click on Maemo button.
-  
-    <p></p>
-  </li>
-
-  
-</ol>
-
-  
-<p>Now with all set up, click on Run as -&gt; Maemo Local Application.  </p>
-
-  
-<p></p>
-<img src="../images/run1.jpg" alt="run2">
-  
-<p>
-  	Or, for debug, click on Debug as -&gt; Maemo Local Application.</p>
-
-  	
-<p></p>
-<img src="../images/run2.jpg" alt="run3">
-  
-<p></p>
-
-  
-<p></p>
-
-</body>
-</html>

Deleted: trunk/org.indt.esbox.help/html/tasks/SettingPreferences.html
===================================================================
--- trunk/org.indt.esbox.help/html/tasks/SettingPreferences.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/tasks/SettingPreferences.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,72 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-
-	
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
-	
-    
-  <title>Setting preferences</title>
-  <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
-</head>
-
-
-
-<body>
-
-<h2 class="style1">Setting preferences</h2>
-
-
-<p>
-The first thing a user should do is to set the preferences for using Scratchbox, since the rest
-of the functionality of the plug-ins depends on these settings. Once the Eclipse IDE is
-running with the plug-ins, the preferences may be set via the Window -&gt; Preferences menu,
-under which there is a list with the option Scratchbox.
-</p>
-
-
-<p>
-The Scratchbox page offers the user a way to define the syntax used to invoke
-commands inside Scratchbox (this varies between Scratchbox versions) and the root directory of
-the user's sandbox environment.</p>
-
-<p></p>
-<img src="../images/preferences.jpg" alt="preferences1"><br>
-<br>
-
-
-<p>
-The Gazpacho sub page gets its name from common user interface editor Gazpacho. Gazpacho
-is advanced editor, and for what is important it allows own implementation to code without
-using Gazpacho. Use x-host command starting Gazpacho in Maemo runs the command in
-the Xhost input box.</p>
-
-<p></p>
-<img src="../images/preferences1.jpg" alt="preferences2">
-
-<p></p>
-<p></p>
-<p>
-In Environment sub page offers the user a way to adjust a set of environment variables.
-The user can create a new variable clicking on <b>New</b> or modified existing ones, clicking 
-on <b>Select</b>. </p>
-
-<p></p>
-<img src="../images/run.jpg" alt="run"><br>
-<br>
-
-
-<p>
-The X Server sub page contains commands for starting the X-Server.
-
-</p>
-<p></p>
-<img src="../images/preferences2.jpg" alt="preferences3">
-
-</body>
-</html>

Deleted: trunk/org.indt.esbox.help/html/tasks/SettingsSbrshConfiguration.html
===================================================================
--- trunk/org.indt.esbox.help/html/tasks/SettingsSbrshConfiguration.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/tasks/SettingsSbrshConfiguration.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,57 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-
-
-  
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
-  
-
-
-  
-  <title>Setting preferences</title>
-  <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-  </style>
-</head>
-
-
-<body>
-
-
-<h2 class="style1">Setting Sbrsh preferences</h2>
-
-
-<p>In order to use the features releated to remote launch and debug, it
-is necessary to configure properly Sbrsh (Scratchbox Remote Shell).
-ESbox has a preference page that helps to setting sbrsh configuration.
-Go to Window -&gt; Prefences -&gt; ESbox -&gt; Sbrsh.</p>
-
-
-<img style="width: 835px; height: 685px;" alt="" src="../images/sbrsh0.jpg"><br>
-<br>
-<br>
-
-
-<p>You have to edit location of both sbrsh configuration (default is
-/home/USER/.sbrsh) and exec files (default is /home/USER/sbrsh).
-The page loads the file and shows all elements of it (user name, device
-and host IPs, etc.). You can edit, create or remove mount points of
-Sbrsh configuration file.</p>
-<p><img style="width: 835px; height: 685px;" alt="" src="../images/sbrsh1.jpg"></p>
-<br>
-<p>You have to select a mount point as path to copy the binaries that will
-be executed. Sbrsh mounts such mount point (and all the others to). To
-select a mount point as bin path, click-rigth on the mount point you
-want to select.</p>
-<p><img style="width: 840px; height: 690px;" alt="" src="../images/sbrsh3.jpg"></p>
-
-
-<br>
-
-
-</body>
-</html>

Added: trunk/org.indt.esbox.help/html/tips.html
===================================================================
--- trunk/org.indt.esbox.help/html/tips.html	                        (rev 0)
+++ trunk/org.indt.esbox.help/html/tips.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -0,0 +1,28 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>Tips and tricks</title>
+	<link rel="stylesheet" type="text/css" href="help.css">
+</head>
+
+<body>
+<h2>Tips and Tricks</h2>
+
+<h3>Editing source</h3>
+
+<table border="1" cellpadding="10" cellspacing="0" width="600" bgcolor="white">
+	<tbody>
+		<tr>
+			<td width="20%" valign="top" align="right"><b>Content assist</b></td>
+   <td valign="top" align="left" width="80%">Content assist provides you with
+			a list of suggested completions for partially entered strings. In the
+			Java editor press <b>Ctrl+Space</b> or invoke <b>Edit &gt; Content
+			Assist</b>.
+			
+</td>
+		</tr>
+</body>
+</html>
\ No newline at end of file

Modified: trunk/org.indt.esbox.help/html/toc.html
===================================================================
--- trunk/org.indt.esbox.help/html/toc.html	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/html/toc.html	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,14 +1,11 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+	<meta name="copyright" content="Copyright (c) INdT 2007-2008. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<title>Table of Contents</title>
-    <style type="text/css">
-<!--
-.style1 {font-family: Arial, Helvetica, sans-serif}
--->
-    </style>
+	<link rel="stylesheet" type="text/css" href="help.css">
 </head>
 
 <body>

Modified: trunk/org.indt.esbox.help/plugin.xml
===================================================================
--- trunk/org.indt.esbox.help/plugin.xml	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/plugin.xml	2008-02-21 21:07:50 UTC (rev 419)
@@ -4,22 +4,18 @@
 
    <extension
          point="org.eclipse.help.toc">
-      <toc
-            file="toc.xml"
-            primary="true">
+      
+      <toc file="toc.xml"
+           primary="true">
+      </toc>      
+      <toc file="tocconcepts.xml">
       </toc>
-      <toc
-            file="tocconcepts.xml">
+      <toc file="tocgettingstarted.xml">
       </toc>
-      <toc
-            file="tocgettingstarted.xml">
+      <toc file="toctasks.xml">
       </toc>
-      <toc
-            file="toctasks.xml">
+	  <toc file="tocreference.xml">
       </toc>
-	  <toc
-            file="tocreference.xml">
-      </toc>
+      
    </extension>
-
 </plugin>

Modified: trunk/org.indt.esbox.help/toc.xml
===================================================================
--- trunk/org.indt.esbox.help/toc.xml	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/toc.xml	2008-02-21 21:07:50 UTC (rev 419)
@@ -1,17 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?NLS TYPE="org.eclipse.help.toc"?>
 
-<toc label="ESbox User Guide" topic="html/toc.html">
-   <topic label="Getting Started">
-      <anchor id="gettingstarted"/>
-   </topic>
+   <toc label="ESbox User Guide" topic="html/toc.html">  
+   		<topic label="Getting Started">
+   		      <anchor id="gettingstarted"/>
+   		</topic>
+   
    <topic label="Concepts">
       <anchor id="concepts"/>
    </topic>
+   
    <topic label="Tasks">
       <anchor id="tasks"/>
    </topic>
+   
    <topic label="Reference">
       <anchor id="reference"/>
-   </topic>
+   </topic>   
+      
+   <topic label="Legal" href="html/legal.html"/>
+   
 </toc>

Modified: trunk/org.indt.esbox.help/tocconcepts.xml
===================================================================
--- trunk/org.indt.esbox.help/tocconcepts.xml	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/tocconcepts.xml	2008-02-21 21:07:50 UTC (rev 419)
@@ -8,11 +8,21 @@
 	</topic> 
 	<topic label="Local Debugging"  href="html/concepts/LocalDebugging.html">
 	</topic> 
-	<topic label="Remote Debugging"  href="html/concepts/RemoteDebugging.html">
-	</topic> 
 	<topic label="Local Launching"  href="html/concepts/LocalLaunching.html">
 	</topic> 
 	<topic label="Remote Launching"  href="html/concepts/RemoteLaunching.html">
-    </topic>
+    </topic>     
+	<topic label="Remote Debugging"  href="html/concepts/RemoteDebugging.html">
+	</topic>
+	<topic label="String Externalization"  href="html/concepts/StringExternalization.html">
+	</topic>
+	<topic label="Scratchbox Target"  href="html/concepts/ScratchboxTarget.html">
+	</topic>
+	<topic label="Sbrsh"  href="html/concepts/Sbrsh.html">
+	</topic>		
+	<topic label="Debian Package Management"  href="html/concepts/DebianPackage.html">
+	</topic>
+	<topic label="Profiling Applications"  href="html/concepts/ProfilingApplications.html">
+	</topic>	
     
 </toc>

Modified: trunk/org.indt.esbox.help/tocgettingstarted.xml
===================================================================
--- trunk/org.indt.esbox.help/tocgettingstarted.xml	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/tocgettingstarted.xml	2008-02-21 21:07:50 UTC (rev 419)
@@ -4,23 +4,32 @@
 <toc label="Getting Started" link_to="toc.xml#gettingstarted">
 	<topic label="Introduction" href="html/gettingstarted/Introduction.html" /> 
 	<topic label="Basic Tutorial"  href="html/gettingstarted/BasicTutorial.html">	
-		<topic label="Creating a new C/C++ Maemo project" href="html/gettingstarted/CreatingAMaemoProject.html">	
-		</topic>	
-		<topic label="Creating a Maemo Hello World Project" href="html/gettingstarted/CreatingProjectTemplates.html">
+		<topic label="Creating you first ESbox C/C++ Project" href="html/gettingstarted/CreatingAMaemoProject.html">
 		</topic>
-		<topic label="Creating a Python Project" href="html/gettingstarted/CreatingPythonProject.html">
-		</topic>		
-		<topic label="Compiling a C/C++ Maemo Project" href="html/gettingstarted/CompilingCMaemoProject.html">
+		<topic label="Creating your first ESbox Python Project" href="html/gettingstarted/CreatingPythonProject.html">
 		</topic>
-		<topic label="Running Python Maemo Project" href="html/gettingstarted/RunningPythonProject.html">
+		<topic label="Creating a Maemo project with templates" href="html/gettingstarted/CreatingProjectTemplates.html">
 		</topic>
-		<topic label="Debugging a C/C++ Maemo Project" href="html/gettingstarted/DebuggingCMaemoApplications.html">
+		<topic label="Compiling an ESbox C/C++ Project" href="html/gettingstarted/CompilingCMaemoProject.html">	
+		</topic>		
+		<topic label="Launching an ESbox C/C++ Application" href="html/gettingstarted/RunningCProject.html">	
+		</topic>		
+		<topic label="Launching an ESbox Python Application" href="html/gettingstarted/RunningPythonProject.html">	
+		</topic>		
+		<topic label="Debugging an ESbox C/C++ Application" href="html/gettingstarted/DebuggingCMaemoApplications.html">	
+		</topic>		
+		<topic label="Debugging an ESbox Python Application" href="html/gettingstarted/DebuggingPythonMaemoApplications.html">	
+		</topic>		
+		<topic label="Extraction of Strings" href="html/gettingstarted/ExternalizeString.html">	
+		</topic>		
+		<topic label="Profiling ESbox Projects" href="html/gettingstarted/ProfilingMaemoApplications.html">	
 		</topic>
-		<topic label="Debugging a Python Maemo Project" href="html/gettingstarted/DebuggingPythonMaemoApplications.html">
+	</topic>
+	
+	<topic label="Project Configuration Tutorial"  href="html/gettingstarted/ConfigurationTutorial.html">
+		<topic label="Setting Preferences"  href="html/gettingstarted/SettingPreferences.html">
 		</topic>
-		<topic label="Extraction of strings" href="html/gettingstarted/ExternalizeString.html">
+		<topic label="Setting sbrsh Configuration"  href="html/gettingstarted/SettingsSbrshConfiguration.html">
 		</topic>
-		<topic label="Profiling Applications"  href="html/gettingstarted/ProfilingMaemoApplications.html">
-		</topic>
 	</topic> 
 </toc>

Modified: trunk/org.indt.esbox.help/tocreference.xml
===================================================================
--- trunk/org.indt.esbox.help/tocreference.xml	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/tocreference.xml	2008-02-21 21:07:50 UTC (rev 419)
@@ -2,6 +2,9 @@
 <?NLS TYPE="org.eclipse.help.toc"?>
 
 <toc label="Reference" link_to="toc.xml#reference"> 
-	<topic label="Legal" href="html/reference/Legal.html"> 
+
+	<topic label="Frequently-Asked Questions: ESbox" href="html/reference/FAQ.html"> 
 	</topic> 
+	<topic label="Glossary" href="html/reference/Glossary.html"> 
+	</topic> 
 </toc>

Modified: trunk/org.indt.esbox.help/toctasks.xml
===================================================================
--- trunk/org.indt.esbox.help/toctasks.xml	2008-02-21 13:45:42 UTC (rev 418)
+++ trunk/org.indt.esbox.help/toctasks.xml	2008-02-21 21:07:50 UTC (rev 419)
@@ -2,16 +2,10 @@
 <?NLS TYPE="org.eclipse.help.toc"?>
 
 <toc label="Tasks" link_to="toc.xml#tasks"> 
-	<topic label="Create new Target"  href="html/tasks/CreateNewTarget.html">
+	<topic label="Create a new Scratchbox target"  href="html/tasks/CreateNewTarget.html">
 	</topic>	
 	<topic label="Create Make Target" href="html/tasks/CreateMakeTarget.html">
 	</topic>
-	<topic label="Debian Package" href="html/tasks/DebianPackage.html">	
-	</topic>	
-	<topic label="Running and Debugging" href="html/tasks/RunningDebugging.html">
-	</topic>
-	<topic label="Setting Preferences" href="html/tasks/SettingPreferences.html">	
-	</topic>	
-	<topic label="Setting Sbrsh Configuration" href="html/tasks/SettingsSbrshConfiguration.html">	
-	</topic>	
+	<topic label="Debian Package Management" href="html/tasks/DebianPackage.html">	
+	</topic>		
 </toc>



More information about the Esbox-commits mailing list