[Esbox-commits] r2290 - in branches/work_Andre/org.maemo.esbox.help: . html html/concepts html/reference
andregomes at garage.maemo.org
andregomes at garage.maemo.org
Fri Oct 9 17:19:37 EEST 2009
Author: andregomes
Date: 2009-10-09 17:19:28 +0300 (Fri, 09 Oct 2009)
New Revision: 2290
Added:
branches/work_Andre/org.maemo.esbox.help/html/concepts/DebianPackage.xhtml
branches/work_Andre/org.maemo.esbox.help/html/concepts/USBNetworking.xhtml
branches/work_Andre/org.maemo.esbox.help/html/reference/Glossary.xhtml
Removed:
branches/work_Andre/org.maemo.esbox.help/html/concepts/DebianPackage.html
branches/work_Andre/org.maemo.esbox.help/html/reference/Glossary.html
Modified:
branches/work_Andre/org.maemo.esbox.help/html/tocconcepts.html
branches/work_Andre/org.maemo.esbox.help/html/tocreference.html
branches/work_Andre/org.maemo.esbox.help/tocconcepts.xml
branches/work_Andre/org.maemo.esbox.help/tocreference.xml
Log:
Splitting duplicated Help Content to Mica Common Help Plugin.
Deleted: branches/work_Andre/org.maemo.esbox.help/html/concepts/DebianPackage.html
===================================================================
--- branches/work_Andre/org.maemo.esbox.help/html/concepts/DebianPackage.html 2009-10-09 11:46:37 UTC (rev 2289)
+++ branches/work_Andre/org.maemo.esbox.help/html/concepts/DebianPackage.html 2009-10-09 14:19:28 UTC (rev 2290)
@@ -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 > 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 > 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 > 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 > 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 > 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: branches/work_Andre/org.maemo.esbox.help/html/concepts/DebianPackage.xhtml (from rev 2284, branches/work_Andre/org.maemo.esbox.help/html/concepts/DebianPackage.html)
===================================================================
--- branches/work_Andre/org.maemo.esbox.help/html/concepts/DebianPackage.xhtml (rev 0)
+++ branches/work_Andre/org.maemo.esbox.help/html/concepts/DebianPackage.xhtml 2009-10-09 14:19:28 UTC (rev 2290)
@@ -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
Property changes on: branches/work_Andre/org.maemo.esbox.help/html/concepts/DebianPackage.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/html
Added: branches/work_Andre/org.maemo.esbox.help/html/concepts/USBNetworking.xhtml
===================================================================
--- branches/work_Andre/org.maemo.esbox.help/html/concepts/USBNetworking.xhtml (rev 0)
+++ branches/work_Andre/org.maemo.esbox.help/html/concepts/USBNetworking.xhtml 2009-10-09 14:19:28 UTC (rev 2290)
@@ -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>
Property changes on: branches/work_Andre/org.maemo.esbox.help/html/concepts/USBNetworking.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Deleted: branches/work_Andre/org.maemo.esbox.help/html/reference/Glossary.html
===================================================================
--- branches/work_Andre/org.maemo.esbox.help/html/reference/Glossary.html 2009-10-09 11:46:37 UTC (rev 2289)
+++ branches/work_Andre/org.maemo.esbox.help/html/reference/Glossary.html 2009-10-09 14:19:28 UTC (rev 2290)
@@ -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: branches/work_Andre/org.maemo.esbox.help/html/reference/Glossary.xhtml (from rev 2284, branches/work_Andre/org.maemo.esbox.help/html/reference/Glossary.html)
===================================================================
--- branches/work_Andre/org.maemo.esbox.help/html/reference/Glossary.xhtml (rev 0)
+++ branches/work_Andre/org.maemo.esbox.help/html/reference/Glossary.xhtml 2009-10-09 14:19:28 UTC (rev 2290)
@@ -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
Property changes on: branches/work_Andre/org.maemo.esbox.help/html/reference/Glossary.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/html
Modified: branches/work_Andre/org.maemo.esbox.help/html/tocconcepts.html
===================================================================
--- branches/work_Andre/org.maemo.esbox.help/html/tocconcepts.html 2009-10-09 11:46:37 UTC (rev 2289)
+++ branches/work_Andre/org.maemo.esbox.help/html/tocconcepts.html 2009-10-09 14:19:28 UTC (rev 2290)
@@ -15,7 +15,7 @@
<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.xhtml">Scratchbox Remote Shell (SBRSH)</a>
Modified: branches/work_Andre/org.maemo.esbox.help/html/tocreference.html
===================================================================
--- branches/work_Andre/org.maemo.esbox.help/html/tocreference.html 2009-10-09 11:46:37 UTC (rev 2289)
+++ branches/work_Andre/org.maemo.esbox.help/html/tocreference.html 2009-10-09 14:19:28 UTC (rev 2290)
@@ -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: branches/work_Andre/org.maemo.esbox.help/tocconcepts.xml
===================================================================
--- branches/work_Andre/org.maemo.esbox.help/tocconcepts.xml 2009-10-09 11:46:37 UTC (rev 2289)
+++ branches/work_Andre/org.maemo.esbox.help/tocconcepts.xml 2009-10-09 14:19:28 UTC (rev 2290)
@@ -8,8 +8,10 @@
</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">
Modified: branches/work_Andre/org.maemo.esbox.help/tocreference.xml
===================================================================
--- branches/work_Andre/org.maemo.esbox.help/tocreference.xml 2009-10-09 11:46:37 UTC (rev 2289)
+++ branches/work_Andre/org.maemo.esbox.help/tocreference.xml 2009-10-09 14:19:28 UTC (rev 2290)
@@ -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>
More information about the Esbox-commits
mailing list