| | -<?xml version="1.0" standalone="yes"?> |
| | -<recipe> |
| | - <description> |
| | - <title>Pizza Dôugh</title> |
| | - </description> |
| | - <preparation> |
| | - <oven unit="F" temperature="350"/> |
| | - </preparation> |
| | - <equipment> |
| | - <bakeware> |
| | - <object id="2">bowl</object> |
| | - </bakeware> |
| | - <cookware/> |
| | - <kitchenware/> |
| | - <electric> |
| | - <object id="1">mixer</object> |
| | - </electric> |
| | - <miscellaneous/> |
| | - <utensils/> |
| | - </equipment> |
| | - <ingredients id="1" label="dry ingredients"> |
| | - <ingredient id="1" min-quantity="6.5" unit="cup" condition="" optional="false">bread flour</ingredient> |
| | - <ingredient id="2" min-quantity="2" unit="teaspoon" condition="" |
| | - optional="false">yeast</ingredient> |
| | - <ingredient id="3" min-quantity="3.25" unit="cup" condition="" optional="false">cold water</ingredient> |
| | - <ingredient id="4" min-quantity="6" unit="tablespoon" condition="" |
| | - optional="false">olive oil</ingredient> |
| | - <ingredient id="5" min-quantity="2" max-quantity="3" unit="teaspoon" |
| | - condition="salt" optional="false">sugar</ingredient> |
| | - </ingredients> |
| | - <directions/> |
| | - <directions label="instructions"> |
| | - <step action="mix" min-time="1" seq="1">yeast, sugar and salt together with a cup of water</step> |
| | - <step action="put" min-time="1" seq="2">5 cups of flour in mixer</step> |
| | - <step action="add" min-time="1" seq="3">yeast mixture, olive oil and water</step> |
| | - <step action="start" min-time="1" seq="4">mixing</step> |
| | - <step action="add" min-time="1" seq="5">remaining flour until you get a moist ball of dough</step> |
| | - <step action="do" min-time="1" seq="6">not put to much flour in because the dough will get too dry</step> |
| | - <step action="dough" min-time="1" seq="7">for around 10 minutes</step> |
| | - <step action="leave" min-time="1" seq="8">it in the mixer and let the dough hook do the trick</step> |
| | - <step action="cut" min-time="1" seq="9">the dough ball into 8 individual balls</step> |
| | - <step action="coat" min-time="1" seq="10">each ball with more olive oil, put them in a bowl and let them rise over night in the fridge</step> |
| | - <step action="take" min-time="1" seq="11">them out of the fridge an hour prior to cooking</step> |
| | - <step action="take" min-time="1" seq="12">3 or 4 minutes to cook depending on toppings</step> |
| | - </directions> |
| | - <directions label="more instructions"> |
| | - <step action="put" min-time="1" seq="13">the cake on a wire rack</step> |
| | - </directions> |
| | - <tags></tags> |
| | -</recipe> |
| | - |
| | |