[Esbox-commits] r2050 - in branches/work_Fabricio/org.maemo.esbox.help: . html html/gettingstarted html/images

fabricioepa at garage.maemo.org fabricioepa at garage.maemo.org
Fri Aug 28 22:18:17 EEST 2009


Author: fabricioepa
Date: 2009-08-28 22:18:13 +0300 (Fri, 28 Aug 2009)
New Revision: 2050

Added:
   branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.html
   branches/work_Fabricio/org.maemo.esbox.help/html/images/maemo-help-install.png
Modified:
   branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html
   branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-maemo-prefs.png
   branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-maemo-prefs2.png
   branches/work_Fabricio/org.maemo.esbox.help/html/tocgettingstarted.html
   branches/work_Fabricio/org.maemo.esbox.help/tocgettingstarted.xml
Log:
updating hover help doc

Added: branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.html
===================================================================
--- branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.html	                        (rev 0)
+++ branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/HowToDownloadHelpDocumentation.html	2009-08-28 19:18:13 UTC (rev 2050)
@@ -0,0 +1,33 @@
+<!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>How to Download and Install Help Documentation</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+	<style type="text/css">
+		
+		<!--
+			.style1 {font-weight: bold}
+			-->
+	</style>
+</head>
+
+<body>
+	<h2 class="style1">How to Download and Install Help Documentation</h2>
+	
+	<p>
+	The Help documentation is avaible as Eclipse features on Mica Update site, so open  <strong>Help &gt; Software Update </strong> page
+	 and add the site url  (<a href="http://mica.garage.maemo.org/update/help/" >http://mica.garage.maemo.org/update/help/</a>). Thus, you can navigate and select which documentations you want to install.
+         Notice that If you install API Reference features, the hover help on Editor will automatically use them.
+        <p><img src="../images/maemo-help-install.png" alt="Maemo Help Installation"> </p>
+        You can also click <strong>Automatic Updates</strong> and enable it. Thus, you will be noticed every time a Maemo Documentation needs to be updated. <br> 
+            
+	
+<h3>Related Topics</h3>
+<ul>
+	<li><a href="UsingHoverHelp.html">Using Hover Help</a></li>
+</ul> 
+</body>
+</html>

Modified: branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html
===================================================================
--- branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html	2009-08-28 19:14:18 UTC (rev 2049)
+++ branches/work_Fabricio/org.maemo.esbox.help/html/gettingstarted/UsingHoverHelp.html	2009-08-28 19:18:13 UTC (rev 2050)
@@ -1,70 +1,68 @@
 <!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>Using Hover Help for Maemo API Libraries</title>
-		<link rel="stylesheet" type="text/css" href="../help.css">
-		<style type="text/css">
-			
-			<!--
-				.style1 {font-weight: bold}
-				-->
-		</style>
-	</head>
-	
-	<body>
-		<h2 class="style1">Using Hover Help for Maemo API Libraries</h2>
-		<ol>
-			<li>
-				<div align="justify">
-					Go to <strong>Maemo &gt; Hover Help</strong> preference page and click
-						<strong>Activate Hover Help</strong>.
-				</div>
-			</li>
-			
-			<li>
-				<div align="justify">
-					In this preference page you can also choose what kind of <strong>help content</strong> you want to
-						search while using hover help:
-					<ul>
-						<li><strong>Show only local:</strong> If you do not want to use remote documentation but just local documentation.</li>
-						<li><strong>Show local/remote:</strong> To use both local and remote documentation available, be sure your network connection is
-							working and you are able to access the internet.</li>
-						<li> On <strong>Content Contributions</strong> tree you can see the hover help documentation available.
-						You can check what content and versions you want to enable for each language. </li>
-					</ul>
-					<img src="../images/hover-maemo-prefs.png" alt="Maemo Hover Preferences">
-				</div>
-			</li>
-			
-			
-			<li>
-				<div align="left">				
-				<p>
-			 You must be sure that the Editor has the <strong>Maemo SDK Hover Help</strong>
-			help enabled, e.g., to configure C/C++ click <strong> "C/C++ Editor Hover Preferences"</strong> and enable it. 
+<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>Using Hover Help for Maemo API Libraries</title>
+	<link rel="stylesheet" type="text/css" href="../help.css">
+	<style type="text/css">
+		
+		<!--
+			.style1 {font-weight: bold}
+			-->
+	</style>
+</head>
+
+<body>
+	<h2 class="style1">Using Hover Help for Maemo API Libraries</h2>
+	<ol>
+		<li>
+			<div align="justify">
+				Go to <strong>Maemo &gt; Hover Help</strong> preference page and click
+					<strong>Activate Hover Help</strong>.
+			</div>
+		</li>
+		
+		<li>
+			<div align="justify">
+				In this preference page, you can also choose what kind of <strong>help content</strong> you want to
+					search while using hover help:
+				<ul>
+					<li><strong>Show only local:</strong> If you do not want to use remote documentation but just local installed documentation.</li>
+					<li><strong>Show local/remote:</strong> To use both local and remote documentation available, be sure your network connection is
+						working and you are able to access the internet.</li>
+					<li> On <strong>Documentation</strong> section, you can see a tree of help documentation available.
+					You can check what content and versions you want to enable for each language. </li>
+				</ul>
+				<img src="../images/hover-maemo-prefs.png" alt="Maemo Hover Preferences">
+			</div>
+		</li>
+		
+		
+		<li>
+			<div align="left">				
+			<p>
+		 		You must be sure that the Editor has the <strong>Maemo SDK Hover Help</strong>
+				option enabled, e.g., to configure for C/C++ click <strong> "C/C++ Editor Hover Preferences"</strong> and enable it. 
 			</p>
-				<img src="../images/hover-maemo-prefs2.png" alt="Maemo Hover Preferences">   <p>
-				<img src="../images/hover-c-prefs.png" alt="C/C++ Hover preferences">   
-				</div>
-			</li>
+			<p><img src="../images/hover-maemo-prefs2.png" alt="Maemo Hover Preferences">   </p>
+			<p><img src="../images/hover-c-prefs.png" alt="C/C++ Hover preferences"> </p>   
+			</div>
+		</li>
+		
+		<li>
+			<div align="left">				
+			<p>  Click <strong> OK </strong> and you should see the hover help working on editor. </p>
+				<img src="../images/hover-editor.png" alt="Hover Help on Editor">  
+			</div>
+		</li>
 			
-			<li>
-				<div align="left">				
-				<p>  Click <strong> OK </strong> and you should see the hover help working on editor. </p>
-					<img src="../images/hover-editor.png" alt="Hover Help on Editor">  
-				</div>
-			</li>
-			
-
 </ol> 
+
 <h3>Related Topics</h3>
-<!--
 <ul>
-	<li><a href="#">TODO How to download help documentation</a></li>
+	<li><a href="HowToDownloadHelpDocumentation.html">How to download and install help documentation</a></li>
 </ul>
-	-->
 </body>
 </html>

Modified: branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-maemo-prefs.png
===================================================================
(Binary files differ)

Modified: branches/work_Fabricio/org.maemo.esbox.help/html/images/hover-maemo-prefs2.png
===================================================================
(Binary files differ)

Added: branches/work_Fabricio/org.maemo.esbox.help/html/images/maemo-help-install.png
===================================================================
(Binary files differ)


Property changes on: branches/work_Fabricio/org.maemo.esbox.help/html/images/maemo-help-install.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: branches/work_Fabricio/org.maemo.esbox.help/html/tocgettingstarted.html
===================================================================
--- branches/work_Fabricio/org.maemo.esbox.help/html/tocgettingstarted.html	2009-08-28 19:14:18 UTC (rev 2049)
+++ branches/work_Fabricio/org.maemo.esbox.help/html/tocgettingstarted.html	2009-08-28 19:18:13 UTC (rev 2050)
@@ -36,7 +36,8 @@
 </h3><li><h3><a href="../html/gettingstarted/RunningPythonMaemoProject.html">Running Python Maemo Project</a>
 </h3><li><h3><a href="../html/gettingstarted/DebuggingCMaemoProject.html">Debugging a C/C++ Maemo Project</a>
 </h3><li><h3><a href="../html/gettingstarted/DebuggingPythonMaemoProject.html">Debugging a Python Maemo Project</a>
-</h3><li><h3><a href="../html/gettingstarted/UsingHoverHelp.html">Using Hover Help for Maemo API Libraries</a>
+</h3><li><h3><a href="../html/gettingstarted/UsingHoverHelp.html">Using Hover Help for Maemo API Libraries</a>
+</h3><li><h3><a href="../html/gettingstarted/HowToDownloadHelpDocumentation.html">How to Download and Install Help Documentation</a>
 </h3></ul>
 
 

Modified: branches/work_Fabricio/org.maemo.esbox.help/tocgettingstarted.xml
===================================================================
--- branches/work_Fabricio/org.maemo.esbox.help/tocgettingstarted.xml	2009-08-28 19:14:18 UTC (rev 2049)
+++ branches/work_Fabricio/org.maemo.esbox.help/tocgettingstarted.xml	2009-08-28 19:18:13 UTC (rev 2050)
@@ -27,5 +27,6 @@
   <topic label="Debugging a C/C++ Maemo Project" href="html/gettingstarted/DebuggingCMaemoProject.html" />
   <topic label="Debugging a Python Maemo Project" href="html/gettingstarted/DebuggingPythonMaemoProject.html" />
   <topic label="Using Hover Help for Maemo API Libraries" href="html/gettingstarted/UsingHoverHelp.html" />
+  <topic label="How to Download and Install Help Documentation" href="html/gettingstarted/HowToDownloadHelpDocumentation.html" />
   	
 </toc>



More information about the Esbox-commits mailing list