[Esbox-commits] r1020 - trunk/org.maemo.esbox.help/html
jeffc at garage.maemo.org
jeffc at garage.maemo.org
Tue Dec 2 06:10:22 EET 2008
Author: jeffc
Date: 2008-12-02 06:10:21 +0200 (Tue, 02 Dec 2008)
New Revision: 1020
Modified:
trunk/org.maemo.esbox.help/html/toc.html
Log:
updated toc
Modified: trunk/org.maemo.esbox.help/html/toc.html
===================================================================
--- trunk/org.maemo.esbox.help/html/toc.html 2008-12-02 04:09:41 UTC (rev 1019)
+++ trunk/org.maemo.esbox.help/html/toc.html 2008-12-02 04:10:21 UTC (rev 1020)
@@ -1,17 +1,62 @@
-<!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>Table of Contents</title>
- <link rel="stylesheet" type="text/css" href="help.css">
-</head>
-
-<body>
-<h2 class="style1">The ESbox Project User's Guide</h2>
-ESbox is an Eclipse plug-in that helps programmers to develop applications for the Maemo platform on Scratchbox Apophis. It supports C/C++ and Python programming languages. Maemo 4.x SDKs (and later) will be supported.
-<p> </p>
-<p> </p>
-</body>
+<!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>Maemo Table of Contents</title>
+ <link rel="stylesheet" type="text/css" href="help.css">
+</head>
+
+<body>
+<h2 class="style1">The ESbox Maemo User's Guide</h2>
+<p>ESbox Maemo is an Eclipse plug-in that helps programmers to develop applications for the Maemo platform on Scratchbox Apophis. It supports C/C++ and Python programming languages. Maemo 4.x SDKs (and later) will be supported.</p>
+<p>Topics covered include the following.</p>
+<h3>Getting Started</h3>
+<ul>
+ <li><a href="gettingstarted/Introduction.html">Introduction</a></li>
+ <li><a href="gettingstarted/BasicTutorial.html">Basic Tutorial</a></li>
+ <li><a href="gettingstarted/ConfigurationTutorial.html">Project Configuration</a></li>
+ <li><a href="gettingstarted/CreatingAMaemoProject.html">Creating a C/C++ Maemo Project</a></li>
+ <li><a href="gettingstarted/CreatingProjectTemplates.html">Creating HelloWorld Project from Template</a></li>
+ <li><a href="gettingstarted/CreatingPythonProject.html">Creating a Python Project</a></li>
+ <li><a href="gettingstarted/CompilingCMaemoProject.html">Compiling a C/C++ Maemo Project</a></li>
+ <li><a href="gettingstarted/DebuggingCMaemoApplications.html">Debugging a C/C++ Maemo Application</a></li>
+ <li><a href="gettingstarted/DebuggingPythonMaemoApplications.html">Debugging a Python Maemo Application</a></li>
+ <li><a href="gettingstarted/ExternalizeString.html">Extracting Strings</a></li>
+ <li><a href="gettingstarted/RunningCProject.html">Running C/C++ Maemo Project</a></li>
+ <li><a href="gettingstarted/RunningPythonProject.html">Running Python Maemo Project</a></li>
+ <li><a href="gettingstarted/SettingPreferences.html">Setting Preferences</a></li>
+ <li><a href="gettingstarted/SettingsSbrshConfiguration.html">Setting Sbrsh Preferences</a></li>
+ <li><a href="gettingstarted/ProfilingMaemoApplications.html">Profiling Maemo Applications</a><br>
+ </li>
+</ul>
+<h3>Concepts</h3>
+<ul>
+ <li><a href="concepts/DebianPackage.html">Debian Package Management</a></li>
+ <li><a href="concepts/LocalDebugging.html">Local Debugging</a></li>
+ <li><a href="concepts/LocalLaunching.html">Local Launching</a></li>
+ <li><a href="concepts/MaemoBuilder.html">Maemo Builder</a></li>
+ <li><a href="concepts/MaemoProjects.html">Maemo Projects</a></li>
+ <li><a href="concepts/ProfilingApplications.html">Profiling Applications</a></li>
+ <li><a href="concepts/RemoteDebugging.html">Remote Debugging a Maemo C/C++ Application</a></li>
+ <li><a href="concepts/RemoteLaunching.html">Remote Launching a Maemo C/C++ Application</a></li>
+ <li><a href="concepts/Sbrsh.html">Sbrsh</a></li>
+ <li><a href="concepts/ScratchboxTarget.html">Scratchbox Target</a></li>
+ <li><a href="concepts/StringExternalization.html">String Externalization</a></li>
+</ul>
+<h3>Reference</h3>
+<ul>
+ <li><a href="reference/FAQ.html">Frequently Asked Questions</a></li>
+ <li><a href="reference/Glossary.html">Glossary</a></li>
+</ul>
+<h3>Tasks</h3>
+<ul>
+ <li><a href="tasks/CreateMakeTarget.html">Creating a Make Target</a></li>
+ <li><a href="tasks/CreateNewTarget.html">Creating a New Target</a></li>
+ <li><a href="tasks/CreateOprofileconfig.html">Creating a OProfile Launch Configuration</a></li>
+ <li><a href="tasks/DebianPackage.html">Debian Package Management</a></li>
+</ul>
+<p></p>
+</body>
</html>
\ No newline at end of file
More information about the Esbox-commits
mailing list