[recipes] Write shop.page with how to create and manage a shopping list. Include icons for shop.page. Add s
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Write shop.page with how to create and manage a shopping list. Include icons for shop.page. Add s
- Date: Fri, 24 Mar 2017 15:48:10 +0000 (UTC)
commit 824c5cdec555a7086a57c2786bf28b05eda7d7f5
Author: Paul Cutler <paul r cutler gmail com>
Date: Sat Mar 18 22:11:40 2017 -0500
Write shop.page with how to create and manage a shopping list. Include icons for shop.page. Add stub
for contribute.page for users to send in their own recipes. Finish notes.page and change to draft status.
help/C/contribute.page | 21 +++++++++++++++++
help/C/images/love.png | Bin 0 -> 233 bytes
help/C/index.page | 2 +-
help/C/notes.page | 52 ++++++++++++++++++++++++++++++++++++++++--
help/C/share.page | 4 +-
help/C/shop.page | 58 +++++++++++++++++++++++++++++++++++++++++++++++-
6 files changed, 130 insertions(+), 7 deletions(-)
---
diff --git a/help/C/contribute.page b/help/C/contribute.page
new file mode 100644
index 0000000..0aec09b
--- /dev/null
+++ b/help/C/contribute.page
@@ -0,0 +1,21 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic"
+ id="contribute">
+
+ <info>
+ <link type="guide" xref="index#share"/>
+ <desc>How to share your recipes with the GNOME community.</desc>
+ <revision pkgversion="3.24" version="0.1" date="2017-03-16" status="stub"/>
+ <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>Contribute Recipes</title>
+
+</page>
diff --git a/help/C/images/love.png b/help/C/images/love.png
new file mode 100644
index 0000000..b44bffb
Binary files /dev/null and b/help/C/images/love.png differ
diff --git a/help/C/index.page b/help/C/index.page
index 6a6cc1a..5dfe5da 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -38,7 +38,7 @@
</section>
<section id="share" style="2column">
- <title>Sharing Recipes</title>
+ <title>Printing and Sharing</title>
</section>
<section id="problems" style="2column">
diff --git a/help/C/notes.page b/help/C/notes.page
index 5d948a2..45b7252 100644
--- a/help/C/notes.page
+++ b/help/C/notes.page
@@ -5,8 +5,8 @@
<info>
<link type="guide" xref="index#manage"/>
- <desc>Add notes to a recipe.</desc>
- <revision pkgversion="3.24" version="0.1" date="2017-03-16" status="stub"/>
+ <desc>How to make a recipe a favorite or add notes to it.</desc>
+ <revision pkgversion="3.24" version="0.1" date="2017-03-16" status="draft"/>
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
@@ -16,6 +16,52 @@
</license>
</info>
- <title>Recipe Notes</title>
+ <title>Add Notes</title>
+
+ <section id="recipe-notes">
+ <title>Add a Note to a Recipe.</title>
+ <p>You can add personal notes to any recipe. You may want to make a note
+ how you changed the recipe, or if a recipe needed to be cooked shorter
+ or longer, or if it became a favorite of a friend or family member.
+ To add a note to a recipe:</p>
+ <steps>
+ <item>
+ <p>Open a recipe.</p>
+ </item>
+ <item>
+ <p>Press the <gui style="button">Notes</gui> button in the
+ lower-left corner.</p>
+ </item>
+ <item>
+ <p>Enter your notes in the text box.</p>
+ </item>
+ <item>
+ <p>Press the <gui style="button">Notes</gui> button in the
+ lower-left corner when finished.</p>
+ </item>
+ </steps>
+ </section>
+
+ <section id="favorite">
+ <title>Make a recipe a favorite.</title>
+ <p>You can make a recipe a favorite. To favorite a recipe:</p>
+ <steps>
+ <item>
+ <p>Open a recipe.</p>
+ </item>
+ <item>
+ <p>Press the <gui>Add to Favorites</gui>
+ <media type="image" mime="image/png"
+ src="images/love.png" its:translate="yes">
+ <span its:translate="yes">Add to Favorites</span></media> button.
+ </p>
+ </item>
+ </steps>
+ <p>To remove from favorites, press the <gui>Add to Favorites</gui>
+ button again.
+ </p>
+ </section>
+
+
</page>
diff --git a/help/C/share.page b/help/C/share.page
index 9fbc3a1..85ec55f 100644
--- a/help/C/share.page
+++ b/help/C/share.page
@@ -5,7 +5,7 @@
<info>
<link type="guide" xref="index#share"/>
- <desc>Share recipes by email or contribute your own recipe.</desc>
+ <desc>How to print or share recipes and shopping lists.</desc>
<revision pkgversion="3.24" version="0.1" date="2017-03-16" status="stub"/>
<credit type="author">
<name>Paul Cutler</name>
@@ -16,6 +16,6 @@
</license>
</info>
- <title>Share Recipes</title>
+ <title>Printing and Sharing</title>
</page>
diff --git a/help/C/shop.page b/help/C/shop.page
index a2436e6..3049b09 100644
--- a/help/C/shop.page
+++ b/help/C/shop.page
@@ -7,7 +7,7 @@
<link type="guide" xref="index#cook"/>
<desc>Automatically create a shopping list with the ingredients needed
for a recipe.</desc>
- <revision pkgversion="3.24" version="0.1" date="2017-03-16" status="stub"/>
+ <revision pkgversion="3.24" version="0.1" date="2017-03-16" status="draft"/>
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
@@ -18,5 +18,61 @@
</info>
<title>Create a Shopping List</title>
+
+ <p><app>Recipes</app> will help you create shopping list based on the
+ ingredients in a recipe. To create a shopping list:</p>
+ <steps>
+ <item>
+ <p>Open a recipe.</p>
+ </item>
+ <item>
+ <p>Press the <gui>Buy Ingredients</gui> button located under
+ the ingredient list.</p>
+ </item>
+ <item>
+ <p>Open a recipe.</p>
+ </item>
+ <item>
+ <p><app>Recipes</app> will display a pop-up at the top. To view
+ the shopping list, press the <gui>View Shopping List</gui> button or
+ press <gui>x</gui> to close the pop-up.</p>
+ </item>
+ <item>
+ <p>Repeat for any other recipes you would like the ingredients to be
+ added to your shopping list.</p>
+ </item>
+ </steps>
+
+ <p>After pressing the <gui>View Shopping List</gui> button,
+ <app>Recipes</app> will display the <gui>Buy Ingredients</gui> page.
+ The recipes that you have added to the shopping list will be displayed
+ and in the upper-right corner the serving size of each recipe is shown.
+ </p>
+ <p>The shopping list will be automatically created, including all of
+ the ingredients you need for each recipe you added to the shopping list.
+ To remove an item from the shopping list:</p>
+ <steps>
+ <item>
+ <p>Select an item from the list.</p>
+ </item>
+ <item>
+ <p>Press the Trash
+ <media type="image" mime="image/png"
+ src="images/trash.png" its:translate="yes">
+ <span its:translate="yes">Trash</span></media> button and
+ the ingredient is removed from the shopping list.</p>
+ </item>
+ </steps>
+ <p>To add an ingredient you removed back to the shopping list:</p>
+ <steps>
+ <item>
+ <p>Press the <gui>+</gui> at the bottom of the shopping list.</p>
+ </item>
+ <item>
+ <p>Select the item you would like added and it will appear in the
+ shopping list.</p>
+ </item>
+ </steps>
+
</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]