added intro page for tutorials
authorfturovic <frank.turovich@nokia.com>
Mon, 11 Oct 2010 10:19:49 -0500
changeset 2144 f60ed5f7ac7b
parent 2143 af9d211660cb
child 2145 e374d23468f5
added intro page for tutorials
core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/tutorials.htm
core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/tutorials.htm	Mon Oct 11 10:19:49 2010 -0500
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="Content-Style-Type" content="text/css" />
+<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
+<title>Carbide Tutorials</title>
+<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
+</head>
+<body >
+<h2>Carbide Tutorials</h2>
+<p>The following Carbide tutorials provide instruction on creating projects, building them successfully, and demonstrates how to debug them under various target destinations.</p>
+<h4>Available tutorials</h4>
+<ul>
+    <li><a href="new_proj_from_template_00.htm">Emulator Application Projects</a> &mdash; creating and debugging using the Nokia emulator</li>
+    <li><a href="run_mode_debug_example_00.htm">Remote Target Debugging (Run-mode)</a> &mdash; creating and debugging with a target device</li>
+</ul>
+<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
+
+</body>
+</html>
\ No newline at end of file
--- a/core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml	Fri Oct 08 11:33:21 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml	Mon Oct 11 10:19:49 2010 -0500
@@ -19,7 +19,7 @@
     <topic label="Updating Carbide" 			href="html/tasks/start/carbide_updating.htm" />
   </topic>
    <topic label="Concepts" 					href="html/concepts/concepts.htm" />
-   <topic label="Carbide tutorials">
+   <topic label="Carbide tutorials"  		href="html/projects/tutorials/tutorials.htm">
 		<topic label="Emulator Application Projects"				href="html/projects/tutorials/new_proj_from_template_00.htm" >
 		  <topic label="Creating new projects from templates" 		href="html/projects/tutorials/new_proj_from_template_01.htm" />
 		  <topic label="Building projects and components" 			href="html/projects/tutorials/new_proj_from_template_02.htm" />