[recipes/wip/pcutler] Re-organize add recipes - use separate pages for each of the categories



commit 31be38bb075e9d838b5def1937ec8583b62becf9
Author: Paul Cutler <paul r cutler gmail com>
Date:   Tue Mar 21 08:23:41 2017 -0500

    Re-organize add recipes - use separate pages for each of the categories
    
    Create five new pages for each category when creating a recipe:
    Description, Details, Directions, Images and Ingredients.  Create
    add-recipe.page as a guide page for those pages.

 help/C/add-recipe-description.page |   46 ++++++
 help/C/add-recipe-details.page     |   60 ++++++++
 help/C/add-recipe-directions.page  |   92 ++++++++++++
 help/C/add-recipe-images.page      |   65 +++++++++
 help/C/add-recipe-ingredients.page |   66 +++++++++
 help/C/add-recipe.page             |  274 ++----------------------------------
 6 files changed, 339 insertions(+), 264 deletions(-)
---
diff --git a/help/C/add-recipe-description.page b/help/C/add-recipe-description.page
new file mode 100644
index 0000000..e38d454
--- /dev/null
+++ b/help/C/add-recipe-description.page
@@ -0,0 +1,46 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  xmlns:its="http://www.w3.org/2005/11/its";
+  type="topic"
+  id="add-recipe-description" style="task">
+  
+  <info>
+    <link type="guide" xref="add-recipe" group="second"/>
+    <link type="seealso" xref="add-recipe-details"/>
+    <link type="seealso" xref="add-recipe-ingredients"/>
+    <link type="seealso" xref="add-recipe-directions"/>
+    <link type="seealso" xref="add-recipe-images"/>
+    <desc>How to add a recipe description and dietary restrictions.</desc>
+    <revision pkgversion="3.24" version="0.1" date="2017-03-21" status="draft"/>
+    <credit type="author">
+      <name>Paul Cutler</name>
+      <email its:translate="no">pcutler gnome org</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 4.0</p>
+    </license>
+  </info>
+  
+  <title>Add a Description</title>
+  
+  <p>Press the <gui>New Recipe</gui> in the upper left corner of 
+    <app>Recipes</app>. In the <gui>Description</gui> section,
+    use the text box to describe the recipe in detail.</p>
+    <p>Below the Description field you can select a checkbox if the 
+    recipe meets any dietary restrictions.  
+    The dietary restrictions will help for searching recipes later.
+    </p>
+      <list>
+        <item><p>Gluten free<gui></gui>: Select for recipes that 
+        do not include wheat or related grains.</p></item>
+        <item><p><gui>Vegetarian</gui>: Select for recipes
+        that only include vegetables and do not include meat, poultry
+        or seafood.  Vegetarian recipes may include dairy or eggs.</p></item>
+        <item><p><gui>Nut free</gui>: Select for recipes that do not
+        include any nuts.</p></item>
+        <item><p><gui>Milk free</gui>: Select for recipes that do not 
+        include dairy products, such as milk or cheese.</p></item>
+        <item><p><gui>Vegan</gui>: Recipes that do not include any product
+        from an animal.  This includes meat, dairy, eggs and more.</p></item>
+      </list>
+  
+</page>
diff --git a/help/C/add-recipe-details.page b/help/C/add-recipe-details.page
new file mode 100644
index 0000000..b30ed40
--- /dev/null
+++ b/help/C/add-recipe-details.page
@@ -0,0 +1,60 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  xmlns:its="http://www.w3.org/2005/11/its";
+  type="topic"
+  id="add-recipe-details" style="task">
+  
+  <info>
+    <link type="guide" xref="add-recipe" group="first"/>
+    <link type="seealso" xref="add-recipe-description"/>
+    <link type="seealso" xref="add-recipe-ingredients"/>
+    <link type="seealso" xref="add-recipe-directions"/>
+    <link type="seealso" xref="add-recipe-images"/>
+    <desc>Add recipe name, serving size, cooking and preparation time, and more.
+    </desc>
+    <revision pkgversion="3.24" version="0.1" date="2017-03-21" status="draft"/>
+    <credit type="author">
+      <name>Paul Cutler</name>
+      <email its:translate="no">pcutler gnome org</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 4.0</p>
+    </license>
+  </info>
+  
+  <title>Add Recipe Details</title>
+      <p>Press the <gui>New Recipe</gui> in the upper left corner of 
+      <app>Recipes</app> and include the following information about your 
+      recipe in the <gui>Details</gui> section. Each field is optional.</p>
+      <steps>
+        <item><p><gui>Name Your Recipe</gui>: Enter the name of the recipe in
+        the text box.</p>
+        </item>
+        <item><p><gui>Serves</gui>: Enter a number or press the 
+        <gui style="button">+</gui> button to enter how many servings the recipe
+        will make.</p>
+        </item>
+        <item><p><gui>Preparation Time</gui>: From the drop down box, choose
+        how long it takes to pepare the ingredients prior to cooking.</p>
+        </item>
+        <item><p><gui>Cooking Time</gui>:  From the drop down box, choose
+        how long it takes to cook the recipe.</p>
+        </item>
+        <item><p><gui>Cuisine</gui>:  From the drop down box, choose the type of
+        food or the region from where the recipe comes from.  You can also
+        enter the type of cuisine if it is not included in the list.</p>
+        </item>
+        <item><p><gui>Meal</gui>: From the drop down box, choose what type
+        of meal the recipe makes.  Examples include breakfast or dinner; or
+        types of food such as pasta or cocktails.  You can also enter the type
+        of meal if it is not included in the list. </p>
+        </item>
+        <item><p><gui>Season</gui>: From the drop down box, choose from
+        the season or holiday that the recipe is typically associated with.
+        You can also enter the season or holiday if it is not included 
+        in the list.</p>
+        </item>
+        <item><p><gui>Spiciness</gui>: From the drop down menu, choose
+        how spicy the recipe is.</p>
+        </item>
+      </steps>
+</page>
diff --git a/help/C/add-recipe-directions.page b/help/C/add-recipe-directions.page
new file mode 100644
index 0000000..48355a4
--- /dev/null
+++ b/help/C/add-recipe-directions.page
@@ -0,0 +1,92 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  xmlns:its="http://www.w3.org/2005/11/its";
+  type="topic"
+  id="add-recipe-directions" style="task">
+  
+  <info>
+    <link type="guide" xref="add-recipe" group="fifth"/>
+    <link type="seealso" xref="add-recipe-details"/>
+    <link type="seealso" xref="add-recipe-ingredients"/>
+    <link type="seealso" xref="add-recipe-description"/>
+    <link type="seealso" xref="add-recipe-images"/>
+    <desc>How to add each step to cook a recipe and at what temperature.</desc>
+    <revision pkgversion="3.24" version="0.1" date="2017-03-21" status="draft"/>
+    <credit type="author">
+      <name>Paul Cutler</name>
+      <email its:translate="no">pcutler gnome org</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 4.0</p>
+    </license>
+  </info>
+  
+  <title>Add Cooking Directions</title>
+  <p>Press the <gui>New Recipe</gui> in the upper left corner of 
+    <app>Recipes</app>.  In the Directions text box, type the steps needed 
+    to create the recipe.  To separate each step, press <key>Enter</key> twice 
+    to create a new paragraph for each step.  <app>Recipes</app>
+    will automatically create separate steps for your
+    recipe.  These steps will be used when it is time to cook using
+    full screen mode in <app>Recipes</app>.</p>
+  <p>In each paragraph for each step, you can include the following tags
+    for adding images, timers or temperature.  You can only use an image
+    or a timer, but not both in a given step.
+    The information in these tags will be available when viewing the recipe
+    or when in hands-free mode.  All tags are enclosed within brackets.</p>
+    <terms>
+      <item>
+        <title>Timers</title>        
+          <p>To create a timer, enter how long the timer should be within
+          brackets.  An example of a one minute and thirty second timer 
+          would be: <cmd>[01:30]</cmd>.
+          </p>
+          <p>You can add a description for the timer by adding a comma 
+          and the description. An example of a fifteen minute timer to 
+          preheat the oven would be: <cmd>[15:00,Preheat oven]</cmd>.
+          </p>
+      </item>
+        
+      <item>
+        <title>Images</title>
+          <p>You can add an image or photo of the finished recipe and also
+          a photo of each each step of making a recipe.  See 
+          <link xref="add-recipe-images"/> for how to add an image or 
+          images to your recipe.  
+          </p>
+          <steps>
+            <item>
+              <p>To assign one of the photos you have added, you will 
+              need to know the image's number.  Press the <gui>Add Image</gui>
+              button at the bottom <app>Recipes</app> window.  Thumbnails of
+              each photo you have added will be displayed.    The first image
+              would be number one, the second would be number two and so on. 
+            </p>
+            </item>
+            <item>
+              <p>Add the tag <cmd>[image:1]</cmd> to add the first image
+              to a step.
+              </p>
+            </item>
+            <item>
+              <p>Add additional image tags with the correct number for 
+              as many steps as you wish.
+              </p>
+            </item>
+          </steps>
+        </item>
+        
+        <item>
+        <title>Temperature</title>
+          <p>You can add the temperature a step needs to be cooked at by 
+          adding a temperature tag. 
+          </p>
+            <steps>
+              <item><p>Add the tag <cmd>[temperature:200C]</cmd>.  You can 
+              set the temperature in Celsius with a C or Fahrenheit with an F
+              following the temperature.
+              </p></item>
+            </steps>
+        </item>
+      </terms>
+  
+</page>
diff --git a/help/C/add-recipe-images.page b/help/C/add-recipe-images.page
new file mode 100644
index 0000000..e6c1f1b
--- /dev/null
+++ b/help/C/add-recipe-images.page
@@ -0,0 +1,65 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  xmlns:its="http://www.w3.org/2005/11/its";
+  type="topic"
+  id="add-recipe-images" style="task">
+  
+  <info>
+    <link type="guide" xref="add-recipe" group="fourth"/>
+    <link type="seealso" xref="add-recipe-details"/>
+    <link type="seealso" xref="add-recipe-ingredients"/>
+    <link type="seealso" xref="add-recipe-directions"/>
+    <link type="seealso" xref="add-recipe-description"/>
+    <desc>How to images to a recipe and for each step when cooking.</desc>
+    <revision pkgversion="3.24" version="0.1" date="2017-03-21" status="draft"/>
+    <credit type="author">
+      <name>Paul Cutler</name>
+      <email its:translate="no">pcutler gnome org</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 4.0</p>
+    </license>
+  </info>
+  
+  <title>Add Images and Photos</title>
+    <p>Press the <gui>New Recipe</gui> in the upper left corner of 
+    <app>Recipes</app>. To add an image to your recipe, press the 
+    <gui style="button">+</gui> button below the camera icon or press <guiseq>
+    <gui>Add Image</gui> <gui style="button">+</gui></guiseq> at the bottom 
+    of the <app>Recipes</app> window. Select the image you would like to add 
+    and press <gui>Open</gui>. To add additional images, repeat the process.
+    </p>
+    <p>After adding an image, you can rotate it, make it the default
+    image for the recipe, or remove it from the recipe.
+    </p>
+      <steps>
+        <item>
+        <p>To rotate an image to the left press the <gui>Rotate Image</gui> 
+        button: 
+        <media type="image" mime="image/png" src="images/rotate-left.png"
+        its:translate="yes"><span its:translate="yes">Rotate Image</span>
+        </media></p>
+        </item>
+        <item>
+        <p>To rotate an image to the right press the <gui>Rotate Image</gui> 
+        button: 
+        <media type="image" mime="image/png" src="images/rotate-right.png"
+        its:translate="yes"><span its:translate="yes">Rotate Image</span>
+        </media></p>
+        </item>
+        <item>
+        <p>To make an image the default image for the recipe,  
+        press the <gui>Default Image</gui> button:
+        <media type="image" mime="image/png" src="images/star.png"
+        its:translate="yes"><span its:translate="yes">Default Image
+        </span></media></p>
+        </item>
+        <item>
+        <p>To remove an image from the the recipe,  
+        press the <gui>Remove Image</gui> button:
+        <media type="image" mime="image/png" src="images/trash.png"
+        its:translate="yes"><span its:translate="yes">Remove Image
+        </span></media></p>
+        </item>
+      </steps>
+  
+</page>
diff --git a/help/C/add-recipe-ingredients.page b/help/C/add-recipe-ingredients.page
new file mode 100644
index 0000000..d1bc8db
--- /dev/null
+++ b/help/C/add-recipe-ingredients.page
@@ -0,0 +1,66 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  xmlns:its="http://www.w3.org/2005/11/its";
+  type="topic"
+  id="add-recipe-ingredients" style="task">
+  
+  <info>
+    <link type="guide" xref="add-recipe" group="third"/>
+    <link type="seealso" xref="add-recipe-details"/>
+    <link type="seealso" xref="add-recipe-description"/>
+    <link type="seealso" xref="add-recipe-directions"/>
+    <link type="seealso" xref="add-recipe-images"/>
+    <desc>How to add ingredients and lists.</desc>
+    <revision pkgversion="3.24" version="0.1" date="2017-03-21" status="draft"/>
+    <credit type="author">
+      <name>Paul Cutler</name>
+      <email its:translate="no">pcutler gnome org</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 4.0</p>
+    </license>
+  </info>
+  
+  <title>Add Ingredients</title>
+  <p>You can add the ingredients and create lists for the recipe.  Lists are
+      used for recipes that have different parts, such as a cake that has 
+      an ingredient list for the cake and an ingredient list for the frosting.
+      To create a list:</p>
+      <steps>
+        <item><p>Press the <gui>New Recipe</gui> in the upper left corner of 
+        <app>Recipes</app>.</p>
+        </item>
+        <item><p>Press the <gui>Add List</gui> button in the 
+        <gui>Ingredients</gui> section.</p>
+        </item>
+        <item><p>Enter the name of the list, such as cake, in the
+         <gui>Name of the List</gui> text box.</p>
+        </item>
+        <item><p>Repeat this step for as many lists as you may need.</p>
+        </item>
+      </steps>
+    <p>To add ingredients to a recipe or to a list:</p>
+      <steps>
+        <item><p>Press the <gui style="button">+</gui> button.</p>
+        </item>
+        <item><p>Choose the ingredient from the list or enter
+        the ingredient in the <gui>Search</gui> box.</p>
+        </item>
+        <item><p>Press the <gui>Add</gui> button to add the ingredient to the 
+        list or click <gui>Amount</gui> to how much of the ingredient is 
+        needed.</p>
+        </item>
+        <item><p>In the <gui>Amount</gui> drop down box you can enter the 
+        quantity needed and then press <gui>Add</gui>. Or you can enter the 
+        amount and choose the measurement from the list and then press the 
+        <gui>Add</gui> button.</p>
+        </item>
+        <item>
+          <p>Repeat these steps until all ingredients have been added to the 
+          list or recipe.
+          </p>
+        </item>
+      </steps>
+      <note><p><app>Recipes</app> does not currently support the ability
+      to convert between metric units and imperial units.</p></note>
+  
+</page>
diff --git a/help/C/add-recipe.page b/help/C/add-recipe.page
index ed079be..240bfce 100644
--- a/help/C/add-recipe.page
+++ b/help/C/add-recipe.page
@@ -1,14 +1,12 @@
 <page xmlns="http://projectmallard.org/1.0/";
-  xmlns:its="http://www.w3.org/2005/11/its";
-  type="topic"
-  id="add-recipe">
-  
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="guide" style="task 2column"
+      id="add-recipe">
+
   <info>
     <link type="guide" xref="index#manage" group="first"/>
-    <link type="seealso" xref="find-recipe"/>
-    <link type="seealso" xref="cooking"/>
-    <desc>How to create or edit a recipe.</desc>
-    <revision pkgversion="3.24" version="0.1" date="2017-03-16" status="draft"/>
+    <desc>Learn how to add your own recipe.</desc>
+    <revision pkgversion="3.24" version="0.1" date="2017-03-21" status="draft"/>
     <credit type="author">
       <name>Paul Cutler</name>
       <email its:translate="no">pcutler gnome org</email>
@@ -18,262 +16,10 @@
     </license>
   </info>
 
-  <title>Add or Edit a Recipe</title>
-  
-  <p>You can add your own recipe to <app>Recipes</app> or edit a recipe you 
-  added.  To create a new recipe, press <gui>New Recipe</gui> in the 
-  upper left corner.
-  </p>
-  <note><p>You can only edit the recipes you create, not the recipes included.
-  </p></note>
-  
-  <section id="overview">
-  <title>Categories</title>
-  <p>There are five main categories to add to a recipe:</p>
-    <terms>
-      <item>
-      <title>Recipe details</title>
-        <p>The name of the recipe; servings; preparation and cooking time; and 
-        what kind of meal.</p>
-      </item>
-      <item><title>Description</title>
-        <p>A text box to describe the recipe in as much detail as you 
-        would like.</p>
-      </item>
-      <item>
-      <title>Ingredients and Lists</title>
-        <p>What you will need to make the recipe. Lists allow you to have a 
-        separate list of ingredients.  For example, if you are baking a cake, 
-        you could have a list for the ingredients of the cake and a different 
-        list of ingredients for the frosting.</p>
-      </item>
-      <item><title>Directions</title>
-        <p>The steps needed to make the recipe, how to cook each step, 
-        and at what temperature .</p>
-      </item>
-      <item>
-        <title>Images</title>
-        <p>You can add a photo of the recipe and also optionally add photos 
-        for each step in the Directions.  Photos added for each step
-        will be displayed when using hands-free cooking mode.
-        </p>
-      </item>
-    </terms>  
-    </section>
-    
-    <section id="details">
-    <title>Add Recipe Details</title>
-      <p>Include the following information about your recipe.  Each field is
-      optional.</p>
-      <steps>
-        <item><p><gui>Name Your Recipe</gui>: Enter the name of the recipe in
-        the text box.</p>
-        </item>
-        <item><p><gui>Serves</gui>: Enter a number or press the 
-        <gui style="button">+</gui> button to enter how many servings the recipe
-        will make.</p>
-        </item>
-        <item><p><gui>Preparation Time</gui>: From the drop down box, choose
-        how long it takes to pepare the ingredients prior to cooking.</p>
-        </item>
-        <item><p><gui>Cooking Time</gui>:  From the drop down box, choose
-        how long it takes to cook the recipe.</p>
-        </item>
-        <item><p><gui>Cuisine</gui>:  From the drop down box, choose the type of
-        food or the region from where the recipe comes from.  You can also
-        enter the type of cuisine if it is not included in the list.</p>
-        </item>
-        <item><p><gui>Meal</gui>: From the drop down box, choose what type
-        of meal the recipe makes.  Examples include breakfast or dinner; or
-        types of food such as pasta or cocktails.  You can also enter the type
-        of meal if it is not included in the list. </p>
-        </item>
-        <item><p><gui>Season</gui>: From the drop down box, choose from
-        the season or holiday that the recipe is typically associated with.
-        You can also enter the season or holiday if it is not included 
-        in the list.</p>
-        </item>
-        <item><p><gui>Spiciness</gui>: From the drop down menu, choose
-        how spicy the recipe is.</p>
-        </item>
-      </steps>
-    </section>
-    
-    <section id="description">
-    <title>Include a Description of the Recipe and Dietary Restrictions</title>
-      <p>In the text box, you can describe the recipe in detail.</p>
-      <p>Below the Description field you can select a checkbox if the 
-      recipe meets any dietary restrictions.  
-      These help for searching recipes later.
-      </p>
-      <list>
-        <item><p>Gluten free<gui></gui>: Select for recipes that 
-        do not include wheat or related grains.</p></item>
-        <item><p><gui>Vegetarian</gui>: Select for recipes
-        that only include vegetables and do not include meat, poultry
-        or seafood.  Vegetarian recipes may include dairy or eggs.</p></item>
-        <item><p><gui>Nut free</gui>: Select for recipes that do not
-        include any nuts.</p></item>
-        <item><p><gui>Milk free</gui>: Select for recipes that do not 
-        include dairy products, such as milk or cheese.</p></item>
-        <item><p><gui>Vegan</gui>: Recipes that do not include any product
-        from an animal.  This includes meat, dairy, eggs and more.</p></item>
-      </list>
-    </section>
-    
-    <section id="ingredients">
-    <title>Include the Ingredients and Create Lists</title>
-      <p>You can add the ingredients and create lists for the recipe.  Lists are
-      used for recipes that have different parts, such as a cake that has 
-      an ingredient list for the cake and an ingredient list for the frosting.
-      To create a list:</p>
-      <steps>
-        <item><p>Press the <gui>Add List</gui> button.</p>
-        </item>
-        <item><p>Enter the name of the list, such as cake, in the
-         <gui>Name of the List</gui> text box.</p>
-        </item>
-        <item><p>Repeat this step for as many lists as you may need.</p>
-        </item>
-      </steps>
-      <p>To add ingredients to a recipe or to a list:</p>
-      <steps>
-        <item><p>Press the <gui style="button">+</gui> button.</p>
-        </item>
-        <item><p>Choose the ingredient from the list or enter
-        the ingredient in the <gui>Search</gui> box.</p>
-        </item>
-        <item><p>Press the <gui>Add</gui> button to add the ingredient to the 
-        list or click <gui>Amount</gui> to how much of the ingredient is 
-        needed.</p>
-        </item>
-        <item><p>In the <gui>Amount</gui> drop down box you can enter the 
-        quantity needed and then press <gui>Add</gui>.  Or you can enter the 
-        amount and choose the measurement from the list and then press the 
-        <gui>Add</gui> button.</p>
-        </item>
-        <item>
-          <p>Repeat these steps until all ingredients have been added to the 
-          list or recipe.
-          </p>
-        </item>
-      </steps>
-      <note><p><app>Recipes</app> does not currently support the ability
-      to convert between metric units and imperial units.</p></note> 
-    </section>
-    
-    <section id="images">
-    <title>Add Images and Photos</title>
-      <p>To add an image to your recipe, press the <gui style="button">
-      +</gui> button below the camera icon or press <guiseq>
-      <gui>Add Image</gui> <gui style="button">+</gui>
-      </guiseq> at the bottom of the <app>Recipes</app> window. Select
-      the image you would like to add and press <gui>Open</gui>.
-      To add additional images, repeat the process.
-      </p>
-      <p>After adding an image, you can rotate it, make it the default
-      image for the recipe, or remove it from the recipe.
-      </p>
-      <steps>
-        <item>
-        <p>To rotate an image to the left press the <gui>Rotate Image</gui> 
-        button: 
-        <media type="image" mime="image/png" src="images/rotate-left.png"
-        its:translate="yes"><span its:translate="yes">Rotate Image</span>
-        </media>.</p>
-        </item>
-        <item>
-        <p>To rotate an image to the right press the <gui>Rotate Image</gui> 
-        button: 
-        <media type="image" mime="image/png" src="images/rotate-right.png"
-        its:translate="yes"><span its:translate="yes">Rotate Image</span>
-        </media>.</p>
-        </item>
-        <item>
-        <p>To make an image the default image for the recipe,  
-        press the <gui>Default Image</gui> button:
-        <media type="image" mime="image/png" src="images/star.png"
-        its:translate="yes"><span its:translate="yes">Default Image
-        </span></media> .</p>
-        </item>
-        <item>
-        <p>To remove an image from the the recipe,  
-        press the <gui>Remove Image</gui> button:
-        <media type="image" mime="image/png" src="images/trash.png"
-        its:translate="yes"><span its:translate="yes">Remove Image
-        </span></media> .</p>
-        </item>
-      </steps>
-    
-    
-    </section>
-    
-    <section id="directions">
-    <title>Add Cooking Directions</title>
-      <p>In the Directions text box, type the steps needed to create the 
-      recipe.  To separate each step, press <key>Enter</key> twice to
-      create a new paragraph for each step.  <app>Recipes</app>
-       will automatically create separate steps for your
-      recipe.  These steps will be used when it is time to cook using
-      full screen mode in <app>Recipes</app>.</p>
-      <p>In each paragraph for each step, you can include the following tags
-      for adding images, timers or temperature.  You can only use an image
-      or a timer, but not both in a given step.
-      The information in these tags will be available when viewing the recipe
-      or when in hands-free mode.  All tags are enclosed within brackets.</p>
-      <terms>
-        <item>
-        <title>Timers</title>        
-          <p>To create a timer, enter how long the timer should be within
-          brackets.  An example of a one minute and thirty second timer 
-          would be: <cmd>[01:30]</cmd>.
-          </p>
-          <p>You can add a description for the timer by adding a comma 
-          and the description. An example of a fifteen minute timer to 
-          preheat the oven would be: <cmd>[15:00,Preheat oven]</cmd>.
-          </p>
-        </item>
-        
-        <item>
-        <title>Images</title>
-          <p>You can add an image or photo of the finished recipe and also
-          a photo of each each step of making a recipe.  See 
-          <link xref="#images"/> for how to add an image or images to your
-          recipe.  
-          </p>
-          <steps>
-            <item><p>To assign one of the photos you have added, you will 
-          need to know the image's number.  Press the <gui>Add Image</gui>
-          button at the bottom <app>Recipes</app> window.  Thumbnails of
-          each photo you have added will be displayed.    The first image
-          would be number one, the second would be number two and so on. 
-            </p></item>
-            <item><p>Add the tag <cmd>[image:1]</cmd> to add the first image
-            to a step.
-            </p></item>
-            <item><p>Add additional image tags with the correct number for 
-            as many steps as you wish.
-            </p></item>
-          </steps>
-        </item>
-        
-        <item>
-        <title>Temperature</title>
-          <p>You can add the temperature a step needs to be cooked at by 
-          adding a temperature tag. 
-          </p>
-            <steps>
-              <item><p>Add the tag <cmd>[temperature:200C]</cmd>.  You can 
-              set the temperature in Celsius with a C or Fahrenheit with an F
-              following the temperature.
-              </p></item>
-            </steps>
-        </item>
-      </terms>
-
-    
-    </section>
-    
+  <title>Add a Recipe</title>
 
+  <p>If you are new to <app>Recipes</app>, these topics will help you to
+  add the following categories to a recipe.</p>
   
+  <links type="topic" groups="first second third fourth fifth sixth" style="2column"/>
 </page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]