[Esbox-commits] r2342 - in trunk/org.maemo.esbox.help: . html html/concepts

andregomes at garage.maemo.org andregomes at garage.maemo.org
Thu Oct 22 23:37:21 EEST 2009


Author: andregomes
Date: 2009-10-22 23:37:20 +0300 (Thu, 22 Oct 2009)
New Revision: 2342

Modified:
   trunk/org.maemo.esbox.help/html/concepts/Sbrsh.xhtml
   trunk/org.maemo.esbox.help/html/tocconcepts.html
   trunk/org.maemo.esbox.help/html/tocgettingstarted.html
   trunk/org.maemo.esbox.help/toc.xml
   trunk/org.maemo.esbox.help/tocgettingstarted.xml
Log:
Merging with rev 2341 from work_Andre branch.

Modified: trunk/org.maemo.esbox.help/html/concepts/Sbrsh.xhtml
===================================================================
--- trunk/org.maemo.esbox.help/html/concepts/Sbrsh.xhtml	2009-10-22 20:07:50 UTC (rev 2341)
+++ trunk/org.maemo.esbox.help/html/concepts/Sbrsh.xhtml	2009-10-22 20:37:20 UTC (rev 2342)
@@ -59,8 +59,7 @@
 
 <h3>Related Topic</h3>
 <ul>
-  <li><a href="../gettingstarted/SettingsSbrshConfiguration.html">Setting Sbrsh Preferences</a></li>
-  <li><a href="BuildMachine.html">Build Machines</a></li>
+  <li><a href="../tasks/SettingsSbrshConfiguration.html">Setting Sbrsh Preferences</a></li>  
 </ul>
 </body>
 </html>
\ No newline at end of file

Modified: trunk/org.maemo.esbox.help/html/tocconcepts.html
===================================================================
--- trunk/org.maemo.esbox.help/html/tocconcepts.html	2009-10-22 20:07:50 UTC (rev 2341)
+++ trunk/org.maemo.esbox.help/html/tocconcepts.html	2009-10-22 20:37:20 UTC (rev 2342)
@@ -13,19 +13,19 @@
 <h2>Concepts</h2>
 <ul>
 <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.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>
-</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>
-
-
-
-
-
+</h3></li><li><h3><a href="../html/concepts/MaemoProjects.html">Maemo Projects</a>
+</h3></li><li><h3><a href="../html/concepts/MaemoBuilder.html">Maemo Builder</a>
+</h3></li><li><h3><a href="../html/concepts/DebianPackage.xhtml">Debian Package Management</a>
+</h3></li><li><h3><a href="../html/concepts/LocalLaunching.html">Local Launching</a>
+</h3></li><li><h3><a href="../html/concepts/RemoteLaunching.html">Remote Launching</a>
+</h3></li><li><h3><a href="../html/concepts/Sbrsh.xhtml">Scratchbox Remote Shell (SBRSH)</a>
+</h3></li><li><h3><a href="../html/concepts/StringExternalization.xhtml">String Externalization</a>
+</h3></li><li><h3><a href="../html/concepts/ProfilingApplications.xhtml">Profiling Applications</a>
+</h3></li>
+<li><h3><a href="../html/concepts/Environment.xhtml">Environment Variables</a>
+</h3></li>
+<li><h3><a href="../html/concepts/RSEConnection.xhtml">RSE Connections</a>
+</h3></li>
+</ul>
 </body>
 </html>
\ No newline at end of file

Modified: trunk/org.maemo.esbox.help/html/tocgettingstarted.html
===================================================================
--- trunk/org.maemo.esbox.help/html/tocgettingstarted.html	2009-10-22 20:07:50 UTC (rev 2341)
+++ trunk/org.maemo.esbox.help/html/tocgettingstarted.html	2009-10-22 20:37:20 UTC (rev 2342)
@@ -13,7 +13,7 @@
 
 <h2>Getting Started</h2>
 <ul>
-<li><h3>Installation and Setup</h3>
+<li><h3><a name="installation-and-setup">Installation and Setup</a></h3>
 <ul>
 <li><a href="../html/tasks/UsingVirtualMachines.html">Running ESbox on a Virtual Machine</a>
 </li>

Modified: trunk/org.maemo.esbox.help/toc.xml
===================================================================
--- trunk/org.maemo.esbox.help/toc.xml	2009-10-22 20:07:50 UTC (rev 2341)
+++ trunk/org.maemo.esbox.help/toc.xml	2009-10-22 20:37:20 UTC (rev 2342)
@@ -2,19 +2,19 @@
 <?NLS TYPE="org.eclipse.help.toc"?>
 
    <toc label="ESbox User Guide" topic="html/toc.html">  
-   		<topic label="Getting Started">
+   		<topic label="Getting Started" href="html/tocgettingstarted.html">
    		      <anchor id="gettingstarted"/>
    		</topic>
    
-   <topic label="Concepts">
+   <topic label="Concepts" href="html/tocconcepts.html">
       <anchor id="concepts"/>
    </topic>
    
-   <topic label="Tasks">
+   <topic label="Tasks" href="html/toctasks.html">
       <anchor id="tasks"/>
    </topic>
    
-   <topic label="Reference">
+   <topic label="Reference" href="html/tocreference.html">
       <anchor id="reference"/>
    </topic>   
       

Modified: trunk/org.maemo.esbox.help/tocgettingstarted.xml
===================================================================
--- trunk/org.maemo.esbox.help/tocgettingstarted.xml	2009-10-22 20:07:50 UTC (rev 2341)
+++ trunk/org.maemo.esbox.help/tocgettingstarted.xml	2009-10-22 20:37:20 UTC (rev 2342)
@@ -2,8 +2,9 @@
 <?NLS TYPE="org.eclipse.help.toc"?>
 
 <toc label="Getting Started" link_to="toc.xml#gettingstarted" topic="html/tocgettingstarted.html"> 
-  <topic label="Installation and Setup" > 
+  <topic label="Installation and Setup" href="html/tocgettingstarted.html#installation-and-setup"> 
     <topic label="Running ESbox on Virtual Machine" href="html/tasks/UsingVirtualMachines.html" />
+    <topic label="Setting Up Shared Folders" href="html/tasks/SettingUpSharedFolders.html"/>    
     <topic href="html/tasks/InstallingScratchbox1.html" label="Installing Scratchbox 1">
     </topic>
     <topic href="html/tasks/InstallingScratchbox1Targets.html" label="Installing Scratchbox 1 Targets">
@@ -17,6 +18,8 @@
   </topic>
   <topic href="html/tasks/SettingPreferences.xhtml" label="Configuring Settings">
   </topic>
+  <topic href="html/tasks/ConfigurePythonInterpreter.xhtml" label="Configuring Python Interpreter">
+  </topic>
   <topic href="html/concepts/MaemoTargets.html" label="Understanding Maemo Targets">
   </topic>
   <topic label="Understanding Maemo Projects" href="html/concepts/MaemoProjects.html" />



More information about the Esbox-commits mailing list