[Esbox-commits] r2303 - in trunk: org.maemo.esbox.help org.maemo.esbox.help/META-INF org.maemo.esbox.help/html org.maemo.esbox.help/html/concepts org.maemo.esbox.help/html/gettingstarted org.maemo.esbox.help/html/images org.maemo.esbox.help/html/images/interpreter org.maemo.esbox.help/html/reference org.maemo.esbox.help/html/tasks org.maemo.esbox.product-feature org.maemo.esbox.product.repository-feature

andregomes at garage.maemo.org andregomes at garage.maemo.org
Wed Oct 14 20:43:43 EEST 2009


Author: andregomes
Date: 2009-10-14 20:43:38 +0300 (Wed, 14 Oct 2009)
New Revision: 2303

Added:
   trunk/org.maemo.esbox.help/html/concepts/DebianPackage.xhtml
   trunk/org.maemo.esbox.help/html/concepts/ProfilingApplications.xhtml
   trunk/org.maemo.esbox.help/html/concepts/RSEConnection.xhtml
   trunk/org.maemo.esbox.help/html/concepts/StringExternalization.xhtml
   trunk/org.maemo.esbox.help/html/concepts/USBNetworking.xhtml
   trunk/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.xhtml
   trunk/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.xhtml
   trunk/org.maemo.esbox.help/html/images/interpreter/
   trunk/org.maemo.esbox.help/html/images/interpreter/interpreter_preferences.png
   trunk/org.maemo.esbox.help/html/images/interpreter/python_interpreter_change.png
   trunk/org.maemo.esbox.help/html/images/interpreter/python_interpreter_configuration.png
   trunk/org.maemo.esbox.help/html/images/interpreter/python_interpreter_create.png
   trunk/org.maemo.esbox.help/html/reference/Glossary.xhtml
   trunk/org.maemo.esbox.help/html/tasks/ConfigurePythonInterpreter.xhtml
   trunk/org.maemo.esbox.help/html/tasks/ExternalizeString.xhtml
   trunk/org.maemo.esbox.help/html/tasks/InstallingPCConnectivity.xhtml
   trunk/org.maemo.esbox.help/html/tasks/UsingFlasherWizard.xhtml
Removed:
   trunk/org.maemo.esbox.help/html/concepts/DebianPackage.html
   trunk/org.maemo.esbox.help/html/concepts/ProfilingApplications.html
   trunk/org.maemo.esbox.help/html/concepts/StringExternalization.html
   trunk/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.html
   trunk/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html
   trunk/org.maemo.esbox.help/html/images/interpreter/interpreter_preferences.png
   trunk/org.maemo.esbox.help/html/images/interpreter/python_interpreter_change.png
   trunk/org.maemo.esbox.help/html/images/interpreter/python_interpreter_configuration.png
   trunk/org.maemo.esbox.help/html/images/interpreter/python_interpreter_create.png
   trunk/org.maemo.esbox.help/html/reference/Glossary.html
   trunk/org.maemo.esbox.help/html/tasks/ExternalizeString.html
   trunk/org.maemo.esbox.help/html/tasks/InstallingPCConnectivity.html
Modified:
   trunk/org.maemo.esbox.help/META-INF/MANIFEST.MF
   trunk/org.maemo.esbox.help/html/tocconcepts.html
   trunk/org.maemo.esbox.help/html/tocgettingstarted.html
   trunk/org.maemo.esbox.help/html/tocreference.html
   trunk/org.maemo.esbox.help/html/toctasks.html
   trunk/org.maemo.esbox.help/tocconcepts.xml
   trunk/org.maemo.esbox.help/tocgettingstarted.xml
   trunk/org.maemo.esbox.help/tocreference.xml
   trunk/org.maemo.esbox.help/toctasks.xml
   trunk/org.maemo.esbox.product-feature/feature.xml
   trunk/org.maemo.esbox.product.repository-feature/feature.xml
Log:
Merging with work_Andre branch.

Modified: trunk/org.maemo.esbox.help/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.maemo.esbox.help/META-INF/MANIFEST.MF	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/META-INF/MANIFEST.MF	2009-10-14 17:43:38 UTC (rev 2303)
@@ -4,7 +4,8 @@
 Bundle-SymbolicName: org.maemo.esbox.help;singleton:=true
 Bundle-Version: 2.0.0.qualifier
 Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime
+ org.eclipse.core.runtime,
+ org.maemo.mica.common.help;bundle-version="2.0.0"
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: INdT / Nokia
 Bundle-RequiredExecutionEnvironment: J2SE-1.5

Deleted: trunk/org.maemo.esbox.help/html/concepts/DebianPackage.html
===================================================================
--- trunk/org.maemo.esbox.help/html/concepts/DebianPackage.html	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/html/concepts/DebianPackage.html	2009-10-14 17:43:38 UTC (rev 2303)
@@ -1,84 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html lang="en">
-<head>
-	<meta name="copyright" content="Copyright (c) INdT 2007-2009, (c) Nokia 2008-2009. 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>
-
-<h3>Background</h3>
-<p>Maemo uses the Debian package management system for installing and managing 
-application packages and their dependencies. For end-users the actual package 
-management is invisible and the application installation and removal in the Internet 
-Tablet is done by the 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 on the Internet Tablet. 
-The 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 in the Application manager, providing an easy-to-use way for end-user 
-to install the application.</p>
-
-<h3>Setting up a build environment with packages</h3>
-
-<p>Both Scratchbox and the device environment use Debian packages, through
-the apt package manager, to configure the build-time and run-time environment.
-Projects created or imported into ESbox might not build against the current
-configuration of a Scratchbox rootstrap or a device environment, or they might
-be easily debuggable with the end-user libraries provided in rootstraps.
-</p>
-<p>ESbox provides support for updating the installed packages to ensure they
-satisfy the build and runtime needs of a project.  Use the 
-<em>Project &gt; Validate Installed Packages</em>
-wizard to do this.
-</p>  
-
-
-<h3>Setting up projects to build packages</h3>
-
-<p>Projects created from ESbox C/C++ and Python project wizards will have the
-<tt>debian</tt> folder pre-configured for the project.</p>
-<p>In your own projects, you may use the <em>Debian Package &gt; Create Debian Structure</em>
-wizard to automatically create a set of skeleton Debian package build files.
-You will need to edit these to customize the build for your project.
-</p>
-
-<h3>Building packages</h3>
-
-<p>To build packages, use the <em>Debian Package &gt; Build Debian Package</em>
-wizard. After a successfully build there will be shown content of the built Debian package.   
-
-<h3>Deploying packages</h3>
-
-<p>To deploy packages to the device, use the <em>Debian Package &gt; Install Package On Device</em> 
-wizard.  This will copy a previously-built package to the device and then install it.
-</p>
-
-		<p>
-		See <a href="http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html">Basics of the Debian package management system</a> for details about Debian packaging.
-</p>
-
-<h3>Investigating Debian package content</h3>
-
-<p>To investigate content of the Debian package, use the <em>Debian Package &gt; Show Debian package content</em> dialog. 
-It provides to investigate content of a selected Debian package. There are list of ten last shown Debian package of each project.
-	
-        <h3>Related Topic</h3>
-<ul>
-          <li><a href="../tasks/DebianPackage.html">Creating Debian Package</a></li>
-          <li><a href="../tasks/ValidatingPackages.html">Validating and Installing Packages</a></li>
-        </ul>
-</body>
-</html>
\ No newline at end of file

Copied: trunk/org.maemo.esbox.help/html/concepts/DebianPackage.xhtml (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/concepts/DebianPackage.xhtml)
===================================================================
--- trunk/org.maemo.esbox.help/html/concepts/DebianPackage.xhtml	                        (rev 0)
+++ trunk/org.maemo.esbox.help/html/concepts/DebianPackage.xhtml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=UTF-8" />
+<link rel="stylesheet" type="text/css" href="../help.css"/>
+<title>Debian package management</title>
+</head>
+<body>
+<include path="PLUGINS_ROOT/org.maemo.mica.common.help/html/concepts/DebianPackage.xhtml/debian_package"/>
+<h3>Related Topic</h3>
+<ul>
+          <li><a href="../tasks/DebianPackage.html">Creating Debian Package</a></li>
+          <li><a href="../tasks/ValidatingPackages.html">Validating and Installing Packages</a></li>
+        </ul>
+</body>
+</html>
\ No newline at end of file

Deleted: trunk/org.maemo.esbox.help/html/concepts/ProfilingApplications.html
===================================================================
--- trunk/org.maemo.esbox.help/html/concepts/ProfilingApplications.html	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/html/concepts/ProfilingApplications.html	2009-10-14 17:43:38 UTC (rev 2303)
@@ -1,60 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html lang="en">
-<head>
-	<meta name="copyright" content="Copyright (c) INdT 2007-2009, (c) Nokia 2008-2009. 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 exist, and allows you to quickly squash them.
-ESbox provides support for <a href="http://www.valgrind.org/">Valgrind</a> 
-memory profiler, <a href="http://oprofile.sourceforge.net/news/">OProfile</a> 
-system-wide profiler and <a href="http://www.ltrace.org">Ltrace</a> library call monitor
- 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) and is a powerful and easy to use tool that can save 
-you a lot of debugging 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. On the downside it makes 
-program execution 10-300 times slower than normal, 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>
-
-
-
-<h3 class="style1">Ltrace</h3>
-<p>Ltrace is a debugging program which runs a specified command until it exits. 
-While the command is executing, ltrace intercepts and records the dynamic library calls 
-which are called by the executed process and the signals received by that process.</p>
-
-
-<h3>Related Topic</h3>
-<ul>
-  <li><a href="../tasks/ProfilingMaemoApplications.html">Profiling Maemo Applications</a>  </li>
-</ul>
-</body>
-</html>
\ No newline at end of file

Copied: trunk/org.maemo.esbox.help/html/concepts/ProfilingApplications.xhtml (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/concepts/ProfilingApplications.xhtml)
===================================================================
--- trunk/org.maemo.esbox.help/html/concepts/ProfilingApplications.xhtml	                        (rev 0)
+++ trunk/org.maemo.esbox.help/html/concepts/ProfilingApplications.xhtml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=UTF-8" />
+<link rel="stylesheet" type="text/css" href="../help.css"/>
+<title>Profiling Applications</title>
+</head>
+<body>
+<include path="PLUGINS_ROOT/org.maemo.mica.common.help/html/concepts/ProfilingApplications.xhtml/profiling_applications"/>
+<h3>Related Topic</h3>
+<ul>
+  <li><a href="../tasks/ProfilingMaemoApplications.html">Profiling Maemo Applications</a>  </li>
+</ul>
+</body>
+</html>
\ No newline at end of file

Copied: trunk/org.maemo.esbox.help/html/concepts/RSEConnection.xhtml (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/concepts/RSEConnection.xhtml)
===================================================================
--- trunk/org.maemo.esbox.help/html/concepts/RSEConnection.xhtml	                        (rev 0)
+++ trunk/org.maemo.esbox.help/html/concepts/RSEConnection.xhtml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=UTF-8" />
+<link rel="stylesheet" type="text/css" href="../help.css" />
+<title>RSE Connection</title>
+</head>
+<body>
+<include
+	path="PLUGINS_ROOT/org.maemo.mica.common.help/html/concepts/RSEConnection.xhtml/rse_connection" />
+<p></p>
+</body>
+</html>
\ No newline at end of file

Deleted: trunk/org.maemo.esbox.help/html/concepts/StringExternalization.html
===================================================================
--- trunk/org.maemo.esbox.help/html/concepts/StringExternalization.html	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/html/concepts/StringExternalization.html	2009-10-14 17:43:38 UTC (rev 2303)
@@ -1,57 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html lang="en">
-<head>
-	<meta name="copyright" content="Copyright (c) INdT 2007-2009, (c) Nokia 2008-2009. 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">
-    <style type="text/css">
-<!--
-.style1 {font-weight: bold}
--->
-    </style>
-</head>
-
-<body>
-<h2 class="style1">String Externalization</h2>
-
-<p>The Maemo tools help you 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.</p>
-<p> 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. On Maemo, localization of strings is based on the standard 
-<strong>GNU gettext</strong> package, and all the 
-necessary tools are included in Scratchbox.</p>
-
-
-<p><b>For example:</b></p>
-<p>In your source code, you probably have many strings, which eventually are shown in the user interface. For example:</p>
-
-<p><b>hildon_app_set_title ( app, "MaemoPad" );</b></p>
-
-<p>To make your strings localizable, you need to wrap the strings you want translated 
-in gettext("String") calls. In practice, writing gettext() for every string is tedious. 
-The common practice is to set the following #define.</p>
-
-<p><b>#define _(String) gettext (String)</b></p>
-
-<p>Thus the i18n version of the example would be:</p>
-
-<p><b>hildon_app_set_title ( app, _("MaemoPad") );</b></p>
-
-
-<p>The Externalize Strings wizard allows you to refactor a compilation unit 
-such that strings used in the compilation unit will be wrapped in these
-macros, and the translatable strings will be moved into <tt>*.po</tt> files
-which can be edited to support new languages.</p>
-
-<h3>Related Topic</h3>
-<ul>
-  <li><a href="../tasks/ExternalizeString.html">Extracting Strings</a>  </li>
-  <li><a href="http://www.gnu.org/software/gettext/">GNU gettext documentation</a>  </li>
-</ul>
-</body>
-</html>
\ No newline at end of file

Copied: trunk/org.maemo.esbox.help/html/concepts/StringExternalization.xhtml (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/concepts/StringExternalization.xhtml)
===================================================================
--- trunk/org.maemo.esbox.help/html/concepts/StringExternalization.xhtml	                        (rev 0)
+++ trunk/org.maemo.esbox.help/html/concepts/StringExternalization.xhtml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=UTF-8" />
+<link rel="stylesheet" type="text/css" href="../help.css"/>
+<title>String Externalization</title>
+</head>
+<body>
+<include path="PLUGINS_ROOT/org.maemo.mica.common.help/html/concepts/StringExternalization.xhtml/string_externalization"/>
+<h3>Related Topic</h3>
+<ul>
+  <li><a href="../tasks/ExternalizeString.xhtml">Extracting Strings</a>  </li>
+  <li><a href="http://www.gnu.org/software/gettext/">GNU gettext documentation</a>  </li>
+</ul>
+</body>
+</html>
\ No newline at end of file

Copied: trunk/org.maemo.esbox.help/html/concepts/USBNetworking.xhtml (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/concepts/USBNetworking.xhtml)
===================================================================
--- trunk/org.maemo.esbox.help/html/concepts/USBNetworking.xhtml	                        (rev 0)
+++ trunk/org.maemo.esbox.help/html/concepts/USBNetworking.xhtml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=UTF-8" />
+<link rel="stylesheet" type="text/css" href="../help.css"/>
+ <title>USB Networking</title>
+</head>
+<body>
+<include path="PLUGINS_ROOT/org.maemo.mica.common.help/html/concepts/USBNetworking.xhtml/usb_networking"/>
+</body>
+</html>

Deleted: trunk/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.html
===================================================================
--- trunk/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.html	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.html	2009-10-14 17:43:38 UTC (rev 2303)
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html lang="en">
-<head>
-	<meta name="copyright" content="Copyright (c) INdT 2007-2009, (c) Nokia 2008-2009. 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>How to Download and Install Help Documentation</title>
-	<link rel="stylesheet" type="text/css" href="../help.css">
-	<style type="text/css">
-		
-		<!--
-			.style1 {font-weight: bold}
-			-->
-	</style>
-</head>
-
-<body>
-	<h2 class="style1">How to Download and Install Help Documentation</h2>
-	
-	<p>
-	The Help documentation is avaible as Eclipse features on Mica Update site, so open  <strong>Help &gt; Software Update </strong> page
-	 and add the site url  (<a href="http://mica.garage.maemo.org/update/help/" >http://mica.garage.maemo.org/update/help/</a>). Thus, you can navigate and select which documentations you want to install.
-         Notice that If you install API Reference features, the hover help on Editor will automatically use them.
-        <p><img src="../images/maemo-help-install.png" alt="Maemo Help Installation"> </p>
-        You can also click <strong>Automatic Updates</strong> and enable it. Thus, you will be noticed every time a Maemo Documentation needs to be updated. <br> 
-            
-	
-<h3>Related Topics</h3>
-<ul>
-	<li><a href="UsingHoverHelp.html">Using Hover Help</a></li>
-</ul> 
-</body>
-</html>

Copied: trunk/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.xhtml (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.xhtml)
===================================================================
--- trunk/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.xhtml	                        (rev 0)
+++ trunk/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.xhtml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=UTF-8" />
+<link rel="stylesheet" type="text/css" href="../help.css"/>
+<title>How to Download and Install Help Documentation</title>
+</head>
+<body>
+<include path="PLUGINS_ROOT/org.maemo.mica.common.help/html/gettingstarted/HowToDownloadHelpDocumentation.xhtml/download_help_doc"/>
+<h3>Related Topics</h3>
+<ul>
+	<li><a href="UsingHoverHelp.xhtml">Using Hover Help</a></li>
+</ul> 
+</body>
+</html>

Deleted: trunk/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html
===================================================================
--- trunk/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html	2009-10-14 17:43:38 UTC (rev 2303)
@@ -1,70 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html lang="en">
-<head>
-	<meta name="copyright" content="Copyright (c) INdT 2007-2009, (c) Nokia 2008-2009. 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>Using Hover Help for Maemo API Libraries</title>
-	<link rel="stylesheet" type="text/css" href="../help.css">
-	<style type="text/css">
-		
-		<!--
-			.style1 {font-weight: bold}
-			-->
-	</style>
-</head>
-
-<body>
-	<h2 class="style1">Using Hover Help for Maemo API Libraries</h2>
-	<ol>
-		<li>
-			<div align="justify">
-				Go to <strong>Maemo &gt; Hover Help</strong> preference page and click
-				<strong>Activate Hover Help</strong>.
-			</div>
-		</li>
-		
-		<li>
-			<div align="justify">
-				In this preference page, you can also choose what kind of <strong>help content</strong> you want to
-				search while using hover help:
-				<ul>
-					<li><strong>Show only local:</strong> If you do not want to use remote documentation but just local installed documentation.</li>
-					<li><strong>Show local/remote:</strong> To use both local and remote documentation available, be sure your network connection is
-						working and you are able to access the internet.</li>
-					<li> On <strong>Hover Help Sources</strong> section, you can see a tree of help documentation available.
-						You can check what content and versions you want to enable for each language. </li>
-				</ul>
-			</div>
-		</li>
-		<p> <img src="../images/hover-maemo-prefs.png" alt="Maemo Hover Preferences"> <br></p>		
-		
-		<li>
-			<div align="left">				
-					You must be sure that the Editor has the <strong>Maemo SDK Hover Help</strong>
-					option enabled, e.g., to configure for C/C++ click <strong> C/C++ Editor Hover Preferences</strong>.
-			</div>
-		</li>
-		<p> <img src="../images/hover-maemo-prefs2.png" alt="Maemo Hover Preferences"><br>   </p>
-		
-		<li>
-			<div align="left">				
-				And enable <strong>Maemo SDK Hover Help</strong>. You can do the same for Python Editor preferences.
-			</div>
-		</li>
-		<p><img src="../images/hover-c-prefs.png" alt="C/C++ Hover preferences"> </p>  
-				
-		<li>
-			<div align="left">				
-				 Click <strong> OK </strong> and you should see the hover help working on editor.				
-			</div>
-		</li>
-		<p><img src="../images/hover-editor.png" alt="Hover Help on Editor"><br></p>  
-	</ol> 
-	
-	<h3>Related Topics</h3>
-	<ul>
-		<li><a href="HowToDownloadHelpDocumentation.html">How to download and install help documentation</a></li>
-	</ul>
-</body>
-</html>

Copied: trunk/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.xhtml (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.xhtml)
===================================================================
--- trunk/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.xhtml	                        (rev 0)
+++ trunk/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.xhtml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=UTF-8" />
+<link rel="stylesheet" type="text/css" href="../help.css"/>
+<title>How to Download and Install Help Documentation</title>
+</head>
+<body>
+<include path="PLUGINS_ROOT/org.maemo.mica.common.help/html/gettingstarted/UsingHoverHelp.xhtml/using_hover_help"/>
+	<h3>Related Topics</h3>
+	<ul>
+		<li><a href="HowToDownloadHelpDocumentation.xhtml">How to download and install help documentation</a></li>
+	</ul>
+</body>
+</html>
\ No newline at end of file

Copied: trunk/org.maemo.esbox.help/html/images/interpreter (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/images/interpreter)

Deleted: trunk/org.maemo.esbox.help/html/images/interpreter/interpreter_preferences.png
===================================================================
(Binary files differ)

Copied: trunk/org.maemo.esbox.help/html/images/interpreter/interpreter_preferences.png (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/images/interpreter/interpreter_preferences.png)
===================================================================
(Binary files differ)

Deleted: trunk/org.maemo.esbox.help/html/images/interpreter/python_interpreter_change.png
===================================================================
(Binary files differ)

Copied: trunk/org.maemo.esbox.help/html/images/interpreter/python_interpreter_change.png (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/images/interpreter/python_interpreter_change.png)
===================================================================
(Binary files differ)

Deleted: trunk/org.maemo.esbox.help/html/images/interpreter/python_interpreter_configuration.png
===================================================================
(Binary files differ)

Copied: trunk/org.maemo.esbox.help/html/images/interpreter/python_interpreter_configuration.png (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/images/interpreter/python_interpreter_configuration.png)
===================================================================
(Binary files differ)

Deleted: trunk/org.maemo.esbox.help/html/images/interpreter/python_interpreter_create.png
===================================================================
(Binary files differ)

Copied: trunk/org.maemo.esbox.help/html/images/interpreter/python_interpreter_create.png (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/images/interpreter/python_interpreter_create.png)
===================================================================
(Binary files differ)

Deleted: trunk/org.maemo.esbox.help/html/reference/Glossary.html
===================================================================
--- trunk/org.maemo.esbox.help/html/reference/Glossary.html	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/html/reference/Glossary.html	2009-10-14 17:43:38 UTC (rev 2303)
@@ -1,68 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html lang="en">
-<head>
-	<meta name="copyright" content="Copyright (c) INdT 2007-2009, (c) Nokia 2008-2009. 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>
-<li><b>ARMEL:</b>
-A name that, for example, Debian uses for the little-endian ARM EABI (ABI for the ARM architecture).</li>
-
-<li><b>devkit:</b>
-Part of the Maemo SDK that contains software development tools. The SDK contains multiple devkits; e.g., doctools devkit.</li>
-
-<li><b>GTK+ (Gimp ToolKit+):</b>
-A library of object-oriented graphical interface elements (widgets) for developing X Window applications.</li>
-
-<li><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>.</li>
-
-<li><b>Hildon Desktop:</b>
-The main user interface component of the Maemo release Chinook, rewrite of Maemo desktop.</li>
-
-<li><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.</li>
-
-<li><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 whole Linux operating system, consisting of a kernel, application programs and utilities.</li>
-
-<li><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.</li>
-
-<li><b>maemo.org:</b>
-Developer community web site maintained by Nokia, main point of reference for open source and third party developers in general.
-
-<li><b>maemo desktop:</b>
-This is the main user interface component of the Maemo release.</li>
-
-<li><b>maemo-af-desktop, Maemo Application Framework:</b>
-Same as Maemo desktop.</li>
-
-<li><b>Maemo SDK:</b>
-Software Development Kit to create and port applications to the Maemo platform using a PC.</li>
-
-<li><b>Nokia Internet Tablet OS:</b>
-Maemo platform + proprietary applications packaged to an official device image provided by Nokia.</li>
-
-<li><b>OSSO:</b>
-Open Source Software Operations, Nokia organization developing and integrating software for Internet Tablets.</li>
-
-<li><b>rootstrap:</b>
-Part of the SDK that contains selected software components from the root filesystem. Rootstrap is the root file system of a target inside Scratchbox.</li>
-
-<li><b>toolchain:</b>
-Part of the SDK that contains ARM cross compilation tools like compiler and linker.</li>
-
-<li><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.</li>
-
-</ul>
-</body>
-</html>
\ No newline at end of file

Copied: trunk/org.maemo.esbox.help/html/reference/Glossary.xhtml (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/reference/Glossary.xhtml)
===================================================================
--- trunk/org.maemo.esbox.help/html/reference/Glossary.xhtml	                        (rev 0)
+++ trunk/org.maemo.esbox.help/html/reference/Glossary.xhtml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=UTF-8" />
+<link rel="stylesheet" type="text/css" href="../help.css"/>
+ <title>Glossary</title>
+</head>
+<body>
+<h2 class="style1">Glossary</h2>
+<include path="PLUGINS_ROOT/org.maemo.mica.common.help/html/reference/Glossary.xhtml/glossary"/>
+</body>
+</html>
\ No newline at end of file

Added: trunk/org.maemo.esbox.help/html/tasks/ConfigurePythonInterpreter.xhtml
===================================================================
--- trunk/org.maemo.esbox.help/html/tasks/ConfigurePythonInterpreter.xhtml	                        (rev 0)
+++ trunk/org.maemo.esbox.help/html/tasks/ConfigurePythonInterpreter.xhtml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=UTF-8" />
+<link rel="stylesheet" type="text/css" href="../help.css"/>
+<title>Configuring Python Interpreter</title>
+</head>
+<body>
+<include path="PLUGINS_ROOT/org.maemo.mica.common.help/html/tasks/ConfigurePythonInterpreter.xhtml/configure_python_interpreter"/>
+</body>
+</html>
\ No newline at end of file


Property changes on: trunk/org.maemo.esbox.help/html/tasks/ConfigurePythonInterpreter.xhtml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Deleted: trunk/org.maemo.esbox.help/html/tasks/ExternalizeString.html
===================================================================
--- trunk/org.maemo.esbox.help/html/tasks/ExternalizeString.html	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/html/tasks/ExternalizeString.html	2009-10-14 17:43:38 UTC (rev 2303)
@@ -1,142 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-	<meta name="copyright" content="Copyright (c) INdT 2007-2009, (c) Nokia 2008-2009. 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 Strings</title>
-	
-	<link rel="stylesheet" type="text/css" href="../help.css">
-    
-    <style type="text/css">
-	<!--
-
-		.title {
-			font-weight: bold
-		}
-		
-		.separate {
- 			margin-bottom: 3em;
-		}
-			
-	-->
-    </style>
-</head>
-
-<body>
-
-<h2 class="title">
-	Extracting Strings
-</h2>
-
-<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 using	the GNU gettext mechanism. The wizard supports C/C++ and
-	Python projects. 
-</p>
-
-<p>
-	To externalize strings:
-</p>
-
-<ol>
-	<li class="separate">
-		<p>	
-			Select a project in Project Explorer and right-click project root to display 
-			the popup menu and select <strong>Source &gt; Externalize Strings</strong>.	
-		<p/>
-		
-		<img src="../images/externalize/es-menu.png" alt="Externalize String">
-	</li>
-	
-    <li class="separate">
-    	<p>
-    		Select the file(s) that should be externalized to enable the Externalize 
-    		button, then click Externalize.
-		<p/>
-		
-		<img src="../images/externalize/es-select.png"
-		     alt="File that should be externalized">
-	</li>
-	
-    <li class="separate">
-    	<p>
-    		A Wizard will appear showing strings that will be externalized. You can
-    		define the name of the output file and <tt>msgstr</tt> (translation). Click on a
-    		message string to make a change. Insert missing definitions option checks
-    		source code for missing headers and insert those if needed.
-		</p>
-		<p>
-			There are three actions for each string. 
-			</p>
-			<ul style="list-style-type:none">
-				<li>
-					<img src="../images/externalize/translate.gif" alt="Translate button">
-					<em>Externalize</em>: 
-					Translate string.
-				</li>
-				
-				<li>
-					<img src="../images/externalize/never_translate.gif"
-					     alt="Never translate button">
-					<em>Internalize</em>:
-					Do not translate the string and do not include string next time. 
-				</li>
-				
-				<li>
-					<img src="../images/externalize/skip.gif" alt="Skip button">
-					<em>Skip</em>:
-					Do not change the string.
-				</li>
-			</ul>
-
-		<img src="../images/externalize/es-translate.png" alt="Externalize Wizard">
-	</li>
-	
-	<li class="separate">
-		<p>
-			Next page shows translation changes. Cancel discard changes and finish
-			applies changes into selected files.
-		</p>
-		
-		<img src="../images/externalize/es-view.png" alt="Externalize Wizard">
-	</li>
-	
-	<li class="separate">
-		<p>
-			Click Finish.
-		</p>
-	</li>
-</ol>
-
-<p>
-	This generates or updates translation file <tt><em>outputName</em>.po</tt> and
-	files for Automake (<tt>POTFILE.in</tt>, and <tt>LINGUAS</tt>) which will be
-	placed in the <strong><em>ProjectName</em>/po/</strong> directory.
-</p>
-
-<ul>
-	<li>
-		<tt>POTFILES.in</tt> contains the list of source code files that will be localized.
-	</li>
-	<li>
-		<tt><em>outputName</em>.po</tt> includes translated text.
-	</li>
-	<li>
-		<tt>LINGUAS</tt> contains the list of languages that will be generated.
-	</li>
-</ul>
-
-<p>
-	Externalize Strings wizard does not add gettext initialization. See
-	<a href="http://www.gnu.org/software/gettext/manual/gettext.html#Triggering">
-		GNU gettext documentation (4.2 Triggering gettext Operations)
-	</a>
-	how to do this.  
-</p>
-
-</body>
-</html>
-

Copied: trunk/org.maemo.esbox.help/html/tasks/ExternalizeString.xhtml (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/tasks/ExternalizeString.xhtml)
===================================================================
--- trunk/org.maemo.esbox.help/html/tasks/ExternalizeString.xhtml	                        (rev 0)
+++ trunk/org.maemo.esbox.help/html/tasks/ExternalizeString.xhtml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=UTF-8" />
+	<link rel="stylesheet" type="text/css" href="../help.css"/>
+	<title>Externalize Strings</title>
+	<style type="text/css">
+	<!--
+
+		.title {
+			font-weight: bold
+		}
+		
+		.separate {
+ 			margin-bottom: 3em;
+		}
+			
+	-->
+    </style>
+</head>
+<body>
+<include path="PLUGINS_ROOT/org.maemo.mica.common.help/html/tasks/ExternalizeString.xhtml/externalize_string"/>
+</body>
+</html>
\ No newline at end of file

Deleted: trunk/org.maemo.esbox.help/html/tasks/InstallingPCConnectivity.html
===================================================================
--- trunk/org.maemo.esbox.help/html/tasks/InstallingPCConnectivity.html	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/html/tasks/InstallingPCConnectivity.html	2009-10-14 17:43:38 UTC (rev 2303)
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html lang="en">
-<head>
-	<meta name="copyright" content="Copyright (c) INdT 2007-2009, (c) Nokia 2008-2009. 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>Installing PC Connectivity</title>
-	<link rel="stylesheet" type="text/css" href="../help.css">
-</head>
-
-<body>
-<h2>Installing PC Connectivity</h2>
-
-<p>
-In order to communicate with your Nokia Internet Tablet, you need to
-install a set of metapackages on the device and on the Build Machine to
-configure the networking settings and daemons.
-</p>
-<p>
-ESbox provides preconfigured Remote System Connections which correspond to
-the default static IP addresses defined by the <strong>PC Connectivity Manager</strong>
-applet provided by the PC Connectivity project. 
-</p>
-<p>
-See <a href="http://pc-connectivity.garage.maemo.org/">the PC Connectivity home page</a>
-for full instructions.
-</p>
-</body>
-</html>

Copied: trunk/org.maemo.esbox.help/html/tasks/InstallingPCConnectivity.xhtml (from rev 2302, branches/work_Andre/org.maemo.esbox.help/html/tasks/InstallingPCConnectivity.xhtml)
===================================================================
--- trunk/org.maemo.esbox.help/html/tasks/InstallingPCConnectivity.xhtml	                        (rev 0)
+++ trunk/org.maemo.esbox.help/html/tasks/InstallingPCConnectivity.xhtml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=UTF-8" />
+<link rel="stylesheet" type="text/css" href="../help.css"/>
+<title>Installing PC Connectivity</title>
+</head>
+<body>
+<include path="PLUGINS_ROOT/org.maemo.mica.common.help/html/tasks/InstallingPCConnectivity.xhtml/installing_pc_connectivity"/>
+</body>
+</html>
\ No newline at end of file

Added: trunk/org.maemo.esbox.help/html/tasks/UsingFlasherWizard.xhtml
===================================================================
--- trunk/org.maemo.esbox.help/html/tasks/UsingFlasherWizard.xhtml	                        (rev 0)
+++ trunk/org.maemo.esbox.help/html/tasks/UsingFlasherWizard.xhtml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=UTF-8" />
+<link rel="stylesheet" type="text/css" href="../help.css"/>
+<title>Using the Flasher Wizard</title>
+</head>
+<body>
+<include path="PLUGINS_ROOT/org.maemo.mica.common.help/html/tasks/UsingFlasherWizard.xhtml/using_flasher_wizard"/>
+</body>
+</html>
\ No newline at end of file


Property changes on: trunk/org.maemo.esbox.help/html/tasks/UsingFlasherWizard.xhtml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Modified: trunk/org.maemo.esbox.help/html/tocconcepts.html
===================================================================
--- trunk/org.maemo.esbox.help/html/tocconcepts.html	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/html/tocconcepts.html	2009-10-14 17:43:38 UTC (rev 2303)
@@ -15,12 +15,12 @@
 <li><h3><a href="../html/concepts/MaemoTargets.html">Maemo Targets</a>
 </h3><li><h3><a href="../html/concepts/MaemoProjects.html">Maemo Projects</a>
 </h3><li><h3><a href="../html/concepts/MaemoBuilder.html">Maemo Builder</a>
-</h3><li><h3><a href="../html/concepts/DebianPackage.html">Debian Package Management</a>
+</h3><li><h3><a href="../html/concepts/DebianPackage.xhtml">Debian Package Management</a>
 </h3><li><h3><a href="../html/concepts/LocalLaunching.html">Local Launching</a>
 </h3><li><h3><a href="../html/concepts/RemoteLaunching.html">Remote Launching</a>
 </h3><li><h3><a href="../html/concepts/Sbrsh.html">Scratchbox Remote Shell (SBRSH)</a>
-</h3><li><h3><a href="../html/concepts/StringExternalization.html">String Externalization</a>
-</h3><li><h3><a href="../html/concepts/ProfilingApplications.html">Profiling Applications</a>
+</h3><li><h3><a href="../html/concepts/StringExternalization.xhtml">String Externalization</a>
+</h3><li><h3><a href="../html/concepts/ProfilingApplications.xhtml">Profiling Applications</a>
 </h3></ul>
 
 

Modified: trunk/org.maemo.esbox.help/html/tocgettingstarted.html
===================================================================
--- trunk/org.maemo.esbox.help/html/tocgettingstarted.html	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/html/tocgettingstarted.html	2009-10-14 17:43:38 UTC (rev 2303)
@@ -25,7 +25,7 @@
 </li>
 <li><a href="../html/tasks/UsingFlasherWizard.html">Using the Flasher Wizard</a>
 </li>
-<li><a href="../html/tasks/InstallingPCConnectivity.html">Installing PC Connectivity</a>
+<li><a href="../html/tasks/InstallingPCConnectivity.xhtml">Installing PC Connectivity</a>
 </li>
 </ul><li><h3><a href="../html/tasks/SettingPreferences.html">Configuring Settings</a>
 </h3><li><h3><a href="../html/concepts/MaemoTargets.html">Understanding Maemo Targets</a>
@@ -36,8 +36,8 @@
 </h3><li><h3><a href="../html/gettingstarted/RunningPythonMaemoProject.html">Running Python Maemo Project</a>
 </h3><li><h3><a href="../html/gettingstarted/DebuggingCMaemoProject.html">Debugging a C/C++ Maemo Project</a>
 </h3><li><h3><a href="../html/gettingstarted/DebuggingPythonMaemoProject.html">Debugging a Python Maemo Project</a>
-</h3><li><h3><a href="../html/gettingstarted/UsingHoverHelp.html">Using Hover Help for Maemo API Libraries</a>
-</h3><li><h3><a href="../html/gettingstarted/HowToDownloadHelpDocumentation.html">How to Download and Install Help Documentation</a>
+</h3><li><h3><a href="../html/gettingstarted/UsingHoverHelp.xhtml">Using Hover Help for Maemo API Libraries</a>
+</h3><li><h3><a href="../html/gettingstarted/HowToDownloadHelpDocumentation.xhtml">How to Download and Install Help Documentation</a>
 </h3></ul>
 
 

Modified: trunk/org.maemo.esbox.help/html/tocreference.html
===================================================================
--- trunk/org.maemo.esbox.help/html/tocreference.html	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/html/tocreference.html	2009-10-14 17:43:38 UTC (rev 2303)
@@ -14,7 +14,7 @@
 <h2>Reference</h2>
 <ul>
 <li><h3><a href="../html/reference/FAQ.html">Frequently-Asked Questions: ESbox</a>
-</h3><li><h3><a href="../html/reference/Glossary.html">Glossary</a>
+</h3><li><h3><a href="../html/reference/Glossary.xhtml">Glossary</a>
 </h3></ul>
 
 

Modified: trunk/org.maemo.esbox.help/html/toctasks.html
===================================================================
--- trunk/org.maemo.esbox.help/html/toctasks.html	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/html/toctasks.html	2009-10-14 17:43:38 UTC (rev 2303)
@@ -39,7 +39,7 @@
 </li>
 </ul>
 <li><h3><a href="../html/tasks/DebianPackage.html">Debian Package Management</a>
-</h3><li><h3><a href="../html/tasks/ExternalizeString.html">Extracting Strings</a>
+</h3><li><h3><a href="../html/tasks/ExternalizeString.xhtml">Extracting Strings</a>
 </h3><li><h3><a href="../html/tasks/ProfilingMaemoApplications.html">Profiling Maemo Applications</a>
 </h3></ul>
 

Modified: trunk/org.maemo.esbox.help/tocconcepts.xml
===================================================================
--- trunk/org.maemo.esbox.help/tocconcepts.xml	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/tocconcepts.xml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -8,18 +8,22 @@
 	</topic>
 	<topic label="Maemo Builder"  href="html/concepts/MaemoBuilder.html">
 	</topic>
-	<topic label="Debian Package Management"  href="html/concepts/DebianPackage.html">
+	<topic label="Debian Package Management"  href="html/concepts/DebianPackage.xhtml">
 	</topic>
+	<topic href="html/concepts/USBNetworking.xhtml" label="USB Networking">
+    </topic>
 	<topic label="Local Launching"  href="html/concepts/LocalLaunching.html">
 	</topic>	
 	<topic label="Remote Launching"  href="html/concepts/RemoteLaunching.html">
 	</topic>	
 	<topic label="Scratchbox Remote Shell (SBRSH)"  href="html/concepts/Sbrsh.html">
 	</topic>
-	<topic label="String Externalization"  href="html/concepts/StringExternalization.html">
+	<topic label="String Externalization"  href="html/concepts/StringExternalization.xhtml">
 	</topic>
-	<topic label="Profiling Applications"  href="html/concepts/ProfilingApplications.html">
+	<topic label="Profiling Applications"  href="html/concepts/ProfilingApplications.xhtml">
 	</topic>
 	<topic label="Environment Variables"  href="html/concepts/Environment.html">
 	</topic>
+	<topic href="html/concepts/RSEConnection.xhtml" label="RSE Connections">
+    </topic>
 </toc>

Modified: trunk/org.maemo.esbox.help/tocgettingstarted.xml
===================================================================
--- trunk/org.maemo.esbox.help/tocgettingstarted.xml	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/tocgettingstarted.xml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -12,7 +12,7 @@
     </topic>
     <topic href="html/tasks/UsingFlasherWizard.html" label="Using the Flasher Wizard">
     </topic>
-    <topic href="html/tasks/InstallingPCConnectivity.html" label="Installing PC Connectivity">
+    <topic href="html/tasks/InstallingPCConnectivity.xhtml" label="Installing PC Connectivity">
     </topic>
   </topic>
   <topic href="html/tasks/SettingPreferences.html" label="Configuring Settings">
@@ -26,7 +26,7 @@
   <topic label="Running Python Maemo Project" href="html/gettingstarted/RunningPythonMaemoProject.html" />
   <topic label="Debugging a C/C++ Maemo Project" href="html/gettingstarted/DebuggingCMaemoProject.html" />
   <topic label="Debugging a Python Maemo Project" href="html/gettingstarted/DebuggingPythonMaemoProject.html" />
-  <topic label="Using Hover Help for Maemo API Libraries" href="html/gettingstarted/UsingHoverHelp.html" />
-  <topic label="How to Download and Install Help Documentation" href="html/gettingstarted/HowToDownloadHelpDocumentation.html" />
+  <topic label="Using Hover Help for Maemo API Libraries" href="html/gettingstarted/UsingHoverHelp.xhtml" />
+  <topic label="How to Download and Install Help Documentation" href="html/gettingstarted/HowToDownloadHelpDocumentation.xhtml" />
   	
 </toc>

Modified: trunk/org.maemo.esbox.help/tocreference.xml
===================================================================
--- trunk/org.maemo.esbox.help/tocreference.xml	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/tocreference.xml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -5,6 +5,6 @@
 
 	<topic label="Frequently-Asked Questions: ESbox" href="html/reference/FAQ.html"> 
 	</topic> 
-	<topic label="Glossary" href="html/reference/Glossary.html"> 
+	<topic label="Glossary" href="html/reference/Glossary.xhtml"> 
 	</topic> 
 </toc>

Modified: trunk/org.maemo.esbox.help/toctasks.xml
===================================================================
--- trunk/org.maemo.esbox.help/toctasks.xml	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.help/toctasks.xml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -42,7 +42,7 @@
     </topic>     
 	<topic label="Debian Package Management" href="html/tasks/DebianPackage.html">	
 	</topic>
-    <topic label="Extracting Strings" href="html/tasks/ExternalizeString.html">
+    <topic label="Extracting Strings" href="html/tasks/ExternalizeString.xhtml">
 	</topic>
     <topic label="Profiling Maemo Applications" href="html/tasks/ProfilingMaemoApplications.html">
 	</topic>
@@ -50,7 +50,7 @@
 	</topic>
 	<topic label="Installing Maemo SDK Virtual Image" href="html/tasks/InstallingMaemoSDKVMImage.html">
 	</topic>
-	<topic label="Installing PC-Connectivity" href="html/tasks/InstallingPCConnectivity.html">
+	<topic label="Installing PC-Connectivity" href="html/tasks/InstallingPCConnectivity.xhtml">
 	</topic>
 	<topic label="Using SDK and Target Context Menus" href="html/tasks/UsingTargetContextMenus.html">
 	</topic>

Modified: trunk/org.maemo.esbox.product-feature/feature.xml
===================================================================
--- trunk/org.maemo.esbox.product-feature/feature.xml	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.product-feature/feature.xml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -26,6 +26,10 @@
    <includes
          id="org.maemo.mica.common"
          version="0.0.0"/>
+   
+   <includes
+         id="org.maemo.mica.common.help"
+         version="0.0.0"/>
 
    <includes
          id="org.maemo.mica.protocol"

Modified: trunk/org.maemo.esbox.product.repository-feature/feature.xml
===================================================================
--- trunk/org.maemo.esbox.product.repository-feature/feature.xml	2009-10-14 16:59:59 UTC (rev 2302)
+++ trunk/org.maemo.esbox.product.repository-feature/feature.xml	2009-10-14 17:43:38 UTC (rev 2303)
@@ -1,65 +1,66 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.maemo.esbox.product.repository"
-      label="ESbox 2nd Edition"
-      version="2.0.0.qualifier"
-      provider-name="INdT / NOKIA">
-
-   <description>
-      Feature that builds the P2 repository for ESbox.
-   </description>
-
-   <copyright>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.maemo.esbox.product.repository"
+      label="ESbox 2nd Edition"
+      version="2.0.0.qualifier"
+      provider-name="INdT / NOKIA">
+
+   <description>
+      Feature that builds the P2 repository for ESbox.
+   </description>
+
+   <copyright>
       Copyright (c) 2009 INdT, (c) 2009 Nokia. All rights
-reserved.
-   </copyright>
-
-   <license url="http://www.eclipse.org/legal/epl-v10.html">
-      For legal terms, see the Eclipse Public License.
-   </license>
-
-   <url>
-      <update label="Update Site for ESbox project" url="http://esbox.garage.maemo.org/update/2.0"/>
-   </url>
-
-   <includes
-         id="org.maemo.esbox"
-         version="0.0.0"/>
-
-   <includes
-         id="org.maemo.esbox.scratchbox"
-         version="0.0.0"/>
-
-   <includes
-         id="org.maemo.esbox.vm"
-         version="0.0.0"/>
-
-   <requires>
-      <import feature="org.eclipse.cdt" version="5.0.2" match="greaterOrEqual"/>
-      <import feature="org.eclipse.platform" version="3.4.2" match="greaterOrEqual"/>
-      <import feature="org.eclipse.rse" version="3.0.2" match="greaterOrEqual"/>
-      <import feature="org.maemo.mica.common" version="2.0.0" match="greaterOrEqual"/>
-      <import feature="org.maemo.mica.cpp" version="2.0.0" match="greaterOrEqual"/>
-      <import feature="org.maemo.mica.linux" version="2.0.0" match="greaterOrEqual"/>
-      <import feature="org.maemo.mica.linux.autotools" version="2.0.0" match="greaterOrEqual"/>
-      <import feature="org.maemo.mica.maemosdk" version="2.0.0" match="greaterOrEqual"/>
-      <import feature="org.maemo.mica.maemosdk.device" version="2.0.0" match="greaterOrEqual"/>
-      <import feature="org.maemo.mica.protocol" version="2.0.0" match="greaterOrEqual"/>
-      <import feature="org.maemo.mica.protocol.rse" version="2.0.0" match="greaterOrEqual"/>
-      <import feature="org.maemo.mica.python" version="2.0.0" match="greaterOrEqual"/>
-      <import feature="org.maemo.mica.supplement" version="2.0.0" match="greaterOrEqual"/>
-      <import feature="org.maemo.mica.cpp.autotools" version="2.0.0" match="greaterOrEqual"/>
-      <import feature="org.maemo.mica.cpp.qt" version="2.0.0" match="greaterOrEqual"/>
-      <import feature="org.eclipse.dd.dsf.gdb" version="1.1.0" match="greaterOrEqual"/>
-      <import feature="org.eclipse.dd.dsf.gdb_launch" version="1.1.0" match="greaterOrEqual"/>
-      <import feature="org.eclipse.dd.dsf.sdk" version="1.1.0" match="greaterOrEqual"/>
-   </requires>
-
-   <plugin
-         id="org.maemo.esbox.product"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
+reserved.
+   </copyright>
+
+   <license url="http://www.eclipse.org/legal/epl-v10.html">
+      For legal terms, see the Eclipse Public License.
+   </license>
+
+   <url>
+      <update label="Update Site for ESbox project" url="http://esbox.garage.maemo.org/update/2.0"/>
+   </url>
+
+   <includes
+         id="org.maemo.esbox"
+         version="0.0.0"/>
+
+   <includes
+         id="org.maemo.esbox.scratchbox"
+         version="0.0.0"/>
+
+   <includes
+         id="org.maemo.esbox.vm"
+         version="0.0.0"/>
+
+   <requires>
+      <import feature="org.eclipse.cdt" version="5.0.2" match="greaterOrEqual"/>
+      <import feature="org.eclipse.platform" version="3.4.2" match="greaterOrEqual"/>
+      <import feature="org.eclipse.rse" version="3.0.2" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.common" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.cpp" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.linux" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.linux.autotools" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.maemosdk" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.maemosdk.device" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.protocol" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.protocol.rse" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.python" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.supplement" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.cpp.autotools" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.cpp.qt" version="2.0.0" match="greaterOrEqual"/>
+      <import feature="org.eclipse.dd.dsf.gdb" version="1.1.0" match="greaterOrEqual"/>
+      <import feature="org.eclipse.dd.dsf.gdb_launch" version="1.1.0" match="greaterOrEqual"/>
+      <import feature="org.eclipse.dd.dsf.sdk" version="1.1.0" match="greaterOrEqual"/>
+      <import feature="org.maemo.mica.common.help" version="2.0.0" match="greaterOrEqual"/>
+   </requires>
+
+   <plugin
+         id="org.maemo.esbox.product"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>



More information about the Esbox-commits mailing list