[Esbox-commits] r1021 - trunk/org.maemo.esbox.help

jeffc at garage.maemo.org jeffc at garage.maemo.org
Tue Dec 2 06:11:14 EET 2008


Author: jeffc
Date: 2008-12-02 06:11:14 +0200 (Tue, 02 Dec 2008)
New Revision: 1021

Modified:
   trunk/org.maemo.esbox.help/toc.xml
   trunk/org.maemo.esbox.help/tocconcepts.xml
   trunk/org.maemo.esbox.help/tocgettingstarted.xml
Log:
updated toc

Modified: trunk/org.maemo.esbox.help/toc.xml
===================================================================
--- trunk/org.maemo.esbox.help/toc.xml	2008-12-02 04:10:21 UTC (rev 1020)
+++ trunk/org.maemo.esbox.help/toc.xml	2008-12-02 04:11:14 UTC (rev 1021)
@@ -1,23 +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>
-   
-   <topic label="Concepts">
-      <anchor id="concepts"/>
-   </topic>
-   
-   <topic label="Tasks">
-      <anchor id="tasks"/>
-   </topic>
-   
-   <topic label="Reference">
-      <anchor id="reference"/>
-   </topic>   
-      
-   <topic label="Legal" href="html/legal.html"/>
-   
-</toc>
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+   <toc label="Maemo 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 label="Legal" href="html/legal.html"/>
+   
+</toc>

Modified: trunk/org.maemo.esbox.help/tocconcepts.xml
===================================================================
--- trunk/org.maemo.esbox.help/tocconcepts.xml	2008-12-02 04:10:21 UTC (rev 1020)
+++ trunk/org.maemo.esbox.help/tocconcepts.xml	2008-12-02 04:11:14 UTC (rev 1021)
@@ -2,19 +2,26 @@
 <?NLS TYPE="org.eclipse.help.toc"?>
 
 <toc label="Concepts" link_to="toc.xml#concepts">
-	<topic label="Maemo Projects"  href="html/concepts/MaemoProjects.html"> 
+	<topic label="Debian Package Management"  href="html/concepts/DebianPackage.html">
 	</topic>
+	<topic label="Local Debugging"  href="html/concepts/LocalDebugging.html">
+	</topic>
+	<topic label="Local Launching"  href="html/concepts/LocalLaunching.html">
+	</topic>
 	<topic label="Maemo Builder"  href="html/concepts/MaemoBuilder.html">
 	</topic> 
-	<topic label="String Externalization"  href="html/concepts/StringExternalization.html">
+	<topic label="Maemo Projects"  href="html/concepts/MaemoProjects.html"> 
 	</topic>
-	<topic label="Scratchbox Target"  href="html/concepts/ScratchboxTarget.html">
-	</topic>
+	<topic label="Profiling Applications"  href="html/concepts/ProfilingApplications.html">
+	</topic>	
+	<topic label="Remote Debugging a Maemo C/C++ Application"  href="html/concepts/RemoteDebugging.html">
+	</topic>	
+	<topic label="Remote Launching a Maemo C/C++ Application"  href="html/concepts/RemoteLaunching.html">
+	</topic>	
 	<topic label="Sbrsh"  href="html/concepts/Sbrsh.html">
 	</topic>		
-	<topic label="Debian Package Management"  href="html/concepts/DebianPackage.html">
+	<topic label="Scratchbox Target"  href="html/concepts/ScratchboxTarget.html">
 	</topic>
-	<topic label="Profiling Applications"  href="html/concepts/ProfilingApplications.html">
-	</topic>	
-    
+	<topic label="String Externalization"  href="html/concepts/StringExternalization.html">
+	</topic>
 </toc>

Modified: trunk/org.maemo.esbox.help/tocgettingstarted.xml
===================================================================
--- trunk/org.maemo.esbox.help/tocgettingstarted.xml	2008-12-02 04:10:21 UTC (rev 1020)
+++ trunk/org.maemo.esbox.help/tocgettingstarted.xml	2008-12-02 04:11:14 UTC (rev 1021)
@@ -2,44 +2,31 @@
 <?NLS TYPE="org.eclipse.help.toc"?>
 
 <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 your first ESbox C/C++ Project" href="html/gettingstarted/CreatingAMaemoProject.html">
-		</topic>
-		<topic label="Creating your first ESbox Python Project" href="html/gettingstarted/CreatingPythonProject.html">
-		</topic>
-		<topic label="Creating a Maemo project with templates" href="html/gettingstarted/CreatingProjectTemplates.html">
-		</topic>
-		<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>
-	
-	<topic label="Project Configuration Tutorial"  href="html/gettingstarted/ConfigurationTutorial.html">
-		<topic label="Setting Preferences"  href="html/gettingstarted/SettingPreferences.html">
-		  <topic label="Environment" href="html/gettingstarted/SettingPreferences.html#env"/>
-		  <topic label="Gazpacho" href="html/gettingstarted/SettingPreferences.html#gaz"/>
-		  <topic label="Installed Targets" href="html/gettingstarted/SettingPreferences.html#int">
-		    <topic label="Creating a New Target" href="html/gettingstarted/SettingPreferences.html#newtarget">
-		    </topic>
-          </topic>
-		  <topic label="Scratchbox 1" href="html/gettingstarted/SettingPreferences.html#sbox1"/>
-		  <topic label="Scratchbox 2" href="html/gettingstarted/SettingPreferences.html#sbox2"/>
-		  <topic label="SSH" href="html/gettingstarted/SettingPreferences.html#ssh"/>		  		  		  		  
-		  <topic label="X Server" href="html/gettingstarted/SettingPreferences.html#xsr"/>
-		</topic>
-		<topic label="Setting sbrsh Configuration"  href="html/gettingstarted/SettingsSbrshConfiguration.html">
-		</topic>
-	</topic> 
+  <topic label="Introduction" href="html/gettingstarted/Introduction.html" > 
+    <topic label="Running ESbox on Virtual Machine" href="html/gettingstarted/virtualmachine.html" />
+  </topic>
+  <topic label="Creating a C/C++ Maemo Project" href="html/gettingstarted/CreatingAMaemoProject.html" />
+  <topic label="Creating a Python Project" href="html/gettingstarted/CreatingPythonProject.html" />
+  <topic label="Creating HelloWorld Project from Template" href="html/gettingstarted/CreatingProjectTemplates.html" />
+  <topic label="Compiling a Maemo C/C++ Project" href="html/gettingstarted/CompilingCMaemoProject.html" />
+  <topic label="Running C/C++ Maemo Project" href="html/gettingstarted/RunningCProject.html" />
+  <topic label="Running Python Maemo Project" href="html/gettingstarted/RunningPythonProject.html" />
+  <topic label="Debugging a C/C++ Maemo Application" href="html/gettingstarted/DebuggingCMaemoApplications.html" />
+  <topic label="Debugging a Python Maemo Application" href="html/gettingstarted/DebuggingPythonMaemoApplications.html" />	
+  <topic label="Extracting Strings" href="html/gettingstarted/ExternalizeString.html" />
+  <topic label="Setting Sbrsh Preferences" href="html/gettingstarted/SettingsSbrshConfiguration.html" />
+  <topic label="Profiling Maemo Applications" href="html/gettingstarted/ProfilingMaemoApplications.html" />
+  <topic label="Project Configuration"  href="html/gettingstarted/ConfigurationTutorial.html">
+   <topic label="Setting Preferences"  href="html/gettingstarted/SettingPreferences.html" >
+     <topic label="Environment" href="html/gettingstarted/SettingPreferences.html#env" />
+     <topic label="Installed Targets" href="html/gettingstarted/SettingPreferences.html#int">
+      <topic label="Creating a New Target" href="html/gettingstarted/SettingPreferences.html#newtarget" />
+     </topic>
+     <topic label="Scratchbox 1" href="html/gettingstarted/SettingPreferences.html#sbox1"/>
+     <topic label="Scratchbox 2" href="html/gettingstarted/SettingPreferences.html#sbox2"/>
+     <topic label="SSH" href="html/gettingstarted/SettingPreferences.html#ssh"/> 
+     <topic label="X Server" href="html/gettingstarted/SettingPreferences.html#xsr"/>
+   </topic>
+   <topic label="Setting sbrsh Configuration"  href="html/gettingstarted/SettingsSbrshConfiguration.html" />
+  </topic>
 </toc>



More information about the Esbox-commits mailing list