[Esbox-commits] r158 - in trunk/org.indt.esbox.help: . html/images html/tasks
carolina at garage.maemo.org
carolina at garage.maemo.org
Fri Oct 19 15:04:59 EEST 2007
Author: carolina
Date: 2007-10-19 15:04:56 +0300 (Fri, 19 Oct 2007)
New Revision: 158
Added:
trunk/org.indt.esbox.help/html/images/debian.jpg
trunk/org.indt.esbox.help/html/images/debian1.jpg
trunk/org.indt.esbox.help/html/images/debug.jpg
trunk/org.indt.esbox.help/html/tasks/DebianPackage.html
Modified:
trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html
trunk/org.indt.esbox.help/toctasks.xml
Log:
Improving RunningDebugging.html and toctasks.xml
Adding Debianpackage.html and some pictures.
Added: trunk/org.indt.esbox.help/html/images/debian.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/org.indt.esbox.help/html/images/debian.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.indt.esbox.help/html/images/debian1.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/org.indt.esbox.help/html/images/debian1.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.indt.esbox.help/html/images/debug.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/org.indt.esbox.help/html/images/debug.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/org.indt.esbox.help/html/tasks/DebianPackage.html
===================================================================
--- trunk/org.indt.esbox.help/html/tasks/DebianPackage.html (rev 0)
+++ trunk/org.indt.esbox.help/html/tasks/DebianPackage.html 2007-10-19 12:04:56 UTC (rev 158)
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Debian Package</title>
+ <style type="text/css">
+<!--
+.style1 {font-family: Arial, Helvetica, sans-serif}
+-->
+ </style>
+</head>
+
+<body>
+<h2 class="style1">Debian Package</h2>
+
+<STRONG><a href="../images/debian.jpg">Click to see the picture.</a></STRONG>
+
+<h4 class="style1">Create Debian Package</h4>
+<p>
+User can create Debian packages for N770 Application Installer. This function provides an
+easy way to import user made applications to N770.
+
+To execute Create Debian Package:
+
+<ol>
+ <li><p>Go to Debian Package on popup menu.</p></li>
+
+ <li><p>
+ Click in Create Debian Package.
+ <al><STRONG><a href="../images/debian.jpg">Click to see the picture.</a></STRONG></al>
+ </li></p>
+</ol>
+
+</p>
+
+<h4 class="style1">Deploy Debian Package</h4>
+<p>
+Runs make deb command and tries to create an installable Debian
+package according to the rules on /debian folder.
+
+To execute Deploy Debian Package:
+
+<ol>
+ <li><p>Go to Debian Package on popup menu.</p></li>
+
+ <li><p>
+ Click in Deploy Debian Package.
+ <al><STRONG><a href="../images/debian.jpg">Click to see the picture.</a></STRONG></al>
+ </li></p>
+
+ <li><p>
+ This item opens dialog with name of the project and remote location. You can choose
+ Create debian Package or Install package on device.
+ <al><STRONG><a href="../images/debian1.jpg">Click to see the picture.</a></STRONG></al>
+ </li></p>
+
+ <li><p>
+ Click on <b>Browser</b> and select package of your choice.
+ </li></p>
+
+ <li><p>
+ Click <b>Ok</b>.
+ </li></p>
+</ol>
+
+</p>
+</body>
+</html>
\ No newline at end of file
Modified: trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html
===================================================================
--- trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html 2007-10-18 03:10:03 UTC (rev 157)
+++ trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html 2007-10-19 12:04:56 UTC (rev 158)
@@ -15,10 +15,10 @@
<h2 class="style1">Running And Debugging</h2>
<p>You may launch your programs from the workbench. The programs may be launched in either run or debug mode.
- <ol>
- <p>In run mode, the program executes, but the execution may not be suspended or examined.</p>
- <p>In debug mode, execution may be suspended and resumed, variables may be inspected, and expressions may be evaluated.</p>
- </p></ol>
+ <ul>
+ <li>In run mode, the program executes, but the execution may not be suspended or examined.</li>
+ <li>In debug mode, execution may be suspended and resumed, variables may be inspected, and expressions may be evaluated.</li>
+ </p></ul>
<p>To create a run or debug configuration:</p>
<ol>
Modified: trunk/org.indt.esbox.help/toctasks.xml
===================================================================
--- trunk/org.indt.esbox.help/toctasks.xml 2007-10-18 03:10:03 UTC (rev 157)
+++ trunk/org.indt.esbox.help/toctasks.xml 2007-10-19 12:04:56 UTC (rev 158)
@@ -8,5 +8,7 @@
</topic>
<topic label="Setting Preferences" href="html/tasks/SettingPreferences.html">
</topic>
+ <topic label="Debian Package" href="html/tasks/DebianPackage.html">
+ </topic>
</toc>
More information about the Esbox-commits
mailing list