Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bootstrap, from Twitter</title>
<title>Tyler Pie Shop</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down Expand Up @@ -118,7 +118,7 @@ <h3>Steps:</h3>

<!-- links to receipe JSON definitions -->
<script type="text/javascript" src="recipes/rhubarb-pie.js"></script>
<script type="text/javascript" src="recipes/rhubarb-pie2.js"></script>
<script type="text/javascript" src="recipes/rhubarb-pie -Tylers Version.js"></script>

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
Expand Down
17 changes: 17 additions & 0 deletions recipes/rhubarb-pie -Tylers Version.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pentahoRecipeBook.recipes.push({
author: "Nick B Prime",
title: "Rhubarb Pie",
description: "Come and git-ya-some!",
ingredients: [
{quantity: '4 cups', name: 'chopped rhubarb'},
{quantity: '1 1/2', name: 'cups white sugar'},
{quantity: '6 tablespoons', name: 'all-purpose flour'},
{quantity: '2 tablespoon', name: 'butter'},
{quantity: '4 cups', name: '1 recipe pastry for a 9 inch double crust pie'}
],
steps: [
"Preheat oven to 450 degrees F (230 degrees C).",
"Combine sugar and flour. Sprinkle 1/4 of it over pastry in pie plate. Heap rhubarb over this mixture. Sprinkle with remaining sugar and flour. Dot with small pieces of butter. Cover with top crust.",
"Place pie on lowest rack in oven. Bake for 15 minutes. Reduce oven temperature to 350 degrees F (175 degrees C), and continue baking for 40 to 45 minutes. Serve warm or cold."
]
});