[recipes] Add another contributes recipe



commit c70a8db08e02427ae5c9daff88ec0eb2f141806d
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 20 12:34:40 2017 -0500

    Add another contributes recipe
    
    Chicken Noodle Soup by Link Dupont.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777518

 data/Makefile.am            |    2 ++
 data/chefs.db               |    6 ++++++
 data/images/Sonic.jpg       |  Bin 0 -> 85594 bytes
 data/images/chickensoup.jpg |  Bin 0 -> 1891243 bytes
 data/recipes.db             |   20 ++++++++++++++++++++
 src/gr-app.c                |    1 +
 6 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 50fa822..ecd62ef 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -47,6 +47,7 @@ dist_images_DATA = \
        images/bagel.jpg                \
        images/Bastian.jpg              \
        images/burger-fries.jpg         \
+       images/chickensoup.jpg          \
        images/coffee.jpg               \
        images/elvin.jpg                \
        images/erusan.gif               \
@@ -54,6 +55,7 @@ dist_images_DATA = \
        images/fyksen.jpg               \
        images/halfline.jpg             \
        images/mclasen.jpg              \
+       images/Sonic.jpg                \
        images/donauwellen0.jpg         \
        images/donauwellen1.jpg         \
        images/donauwellen2.jpg         \
diff --git a/data/chefs.db b/data/chefs.db
index fbc2a08..ecff5ab 100644
--- a/data/chefs.db
+++ b/data/chefs.db
@@ -1,3 +1,9 @@
+[link]
+Image=images/Sonic.jpg
+Name=Link
+Fullname=Link Dupont
+Description=
+
 [erusan]
 Image=images/erusan.gif
 Name=Erusan
diff --git a/data/images/Sonic.jpg b/data/images/Sonic.jpg
new file mode 100644
index 0000000..7118a8c
Binary files /dev/null and b/data/images/Sonic.jpg differ
diff --git a/data/images/chickensoup.jpg b/data/images/chickensoup.jpg
new file mode 100644
index 0000000..8402597
Binary files /dev/null and b/data/images/chickensoup.jpg differ
diff --git a/data/recipes.db b/data/recipes.db
index f1ff6e3..8890dc2 100644
--- a/data/recipes.db
+++ b/data/recipes.db
@@ -1,3 +1,23 @@
+[R_Classic_Chicken_Noodle_Soup_by_link]
+Name=Classic Chicken Noodle Soup
+Author=link
+Description=A simple take on a typical American meal.
+Cuisine=american
+Season=
+Category=entree
+PrepTime=Less than 15 minutes
+CookTime=More than an hour
+Ingredients=1\t\twhole chicken\t\n4\tstalks\tcelery\t\n6\t\tCarrot\t\n32\tfl. oz.\tchicken stock\t\n1  
\t\tOnion\t\n1\tbunch\tthyme\t\n1\tbunch\tsage\t\n1\t\tParsley\t\n6\t\tEgg\t
+Instructions=If you haven't butchered the chicken, do so. Depending on how meaty you want the soup, you can 
use more or less of the butchered parts (I recommend the dark leg meat for the soup). Use the remaining parts 
for another dish.\n\nWash the celery, carrots and herbs. Slice the carrots and celery. Coarsely chop the 
onion. Prepare the herbs using kitchen twine in a bouquet garni.\n\nIn a large pot, add the chicken, the 
stock, 2 carrots, 1 stalk of celery, the onion and the bouquet garni. Fill the pot with water to cover the 
chicken. Bring to a boil and simmer for at least 2 hours.\n\nUsing a cheese cloth strainer, strain the soup 
into another pot. Remove meat from the bones, gather any loose chicken and add it to the strained soup. 
Discard the bones and cooked vegetables.\n\nAdd the remaining carrots and celery to the soup. Bring to a boil 
and simmer for at least one hour. Season with salt and pepper to taste.\n\nAdd noodles and simmer for about 
10 minutes, until the no
 odles are done.
+Notes=
+Serves=4
+Diets=16
+Images=images/chickensoup.jpg;
+Angles=180;
+DarkText=0;
+Created=2017-1-2 19:50:29
+Modified=2017-1-20 4:29:3
+
 [R_Pizzaburger_by_erusan]
 Name=Pizzaburger
 Author=erusan
diff --git a/src/gr-app.c b/src/gr-app.c
index cbb97d6..4437d1d 100644
--- a/src/gr-app.c
+++ b/src/gr-app.c
@@ -656,6 +656,7 @@ about_activated (GSimpleAction *action,
                 "Matthias Clasen",
                 "Allan Day",
                 "Erusan",
+                "Link Dupont",
                 NULL
         };
 


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