Inital commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?xml version='1.0'?>
|
||||
<entry xmlns='http://www.w3.org/2005/Atom'
|
||||
xmlns:g='http://base.google.com/ns/1.0'>
|
||||
<author>
|
||||
<name>Jane Doe</name>
|
||||
<email>JaneDoe@gmail.com</email>
|
||||
</author>
|
||||
<category scheme='http://base.google.com/categories/itemtypes'
|
||||
term='recipes'/>
|
||||
<title type="text">Marie-Louise's chocolate butter</title>
|
||||
<content type="xhtml">
|
||||
<b>Ingredients:</b>
|
||||
<ul>
|
||||
<li>250 g margerine,</li>
|
||||
<li>200 g sugar,</li>
|
||||
<li>2 eggs, and</li>
|
||||
<li>approx. 8 tsp cacao.</li>
|
||||
</ul>
|
||||
<p>
|
||||
Mix everything. Heat while stirring, but do not allow the mix to boil.
|
||||
Put in a container and cool in fridge.
|
||||
</p>
|
||||
</content>
|
||||
<g:item_type type="text">recipes</g:item_type>
|
||||
<g:cuisine type="text">danish</g:cuisine>
|
||||
<g:label type="text">butter</g:label>
|
||||
<g:label type="text">chocolate</g:label>
|
||||
<g:cooking_time type="intUnit">10 minutes</g:cooking_time>
|
||||
<g:main_ingredient type="text">cacao</g:main_ingredient>
|
||||
</entry>
|
||||
Reference in New Issue
Block a user