<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Quixote</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Quixote"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Quixote"/>
	<updated>2026-04-29T16:24:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=recipe-brainstorming&amp;diff=27435</id>
		<title>recipe-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=recipe-brainstorming&amp;diff=27435"/>
		<updated>2008-06-13T21:14:37Z</updated>

		<summary type="html">&lt;p&gt;Quixote: Added concern about multi-step methods and split ingredient lists&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Recipe Brainstorming =&lt;br /&gt;
&lt;br /&gt;
Towards a [[recipe|Recipe]] microformat.  Please read the [[process]] before editing this page.&lt;br /&gt;
&lt;br /&gt;
==Format-In-Progress==&lt;br /&gt;
&lt;br /&gt;
This format-in-progress follows the restarting of Recipe development by [[User:Phae|Frances Berriman]] on 25th September 2007. Note that this Format-In-Progress section is intended to be edited to reflect the discussion that occurs on the microformats-new list, rather than being a free-form playground for schema.&lt;br /&gt;
&lt;br /&gt;
; Editors&lt;br /&gt;
: [[User:BenWard|Ben Ward]] (Yahoo!, Inc.)&lt;br /&gt;
: [[User:Phae|Frances Berriman]] (BBC)&lt;br /&gt;
&lt;br /&gt;
===Introduction===&lt;br /&gt;
&lt;br /&gt;
Recipe is based on [[recipe-examples|examples]] and fields in [[recipe-formats|existing formats]]. &lt;br /&gt;
&lt;br /&gt;
The recipe microformat is designed for the mark-up of instructions for creating meals, drinks or food-based items.  &lt;br /&gt;
&lt;br /&gt;
===Root Class Name===&lt;br /&gt;
&lt;br /&gt;
To be decided. Likely ‘hrecipe’.&lt;br /&gt;
&lt;br /&gt;
===Property List===&lt;br /&gt;
&lt;br /&gt;
Recipe properties, with sub-properties listed in parentheses, like &amp;lt;em&amp;gt;(this)&amp;lt;/em&amp;gt;, plurality indicated by square brackets, like &amp;lt;em&amp;gt;this[]&amp;lt;/em&amp;gt;. Note that the draft property names may change, but their function should remain.&lt;br /&gt;
&lt;br /&gt;
Optional and required for each field is explicitly stated at this stage. Fields without have not been determined.&lt;br /&gt;
&lt;br /&gt;
* Title - Required.&lt;br /&gt;
* Summary – A short introduction, accompanying statement about the recipe. Optional.&lt;br /&gt;
* Author - An hCard for the author of the recipe. Optional.&lt;br /&gt;
* Date Published - Optional&lt;br /&gt;
* Photo[] - Accompanying image. Optional.&lt;br /&gt;
* Ingredient[] (Quantity [Optional], Name [Required], ‘Optionality’ [Optional], Preparation Notes [Optional]) - 1 or more required.&lt;br /&gt;
* Method - The block of text containing the method of the recipe. Required.&lt;br /&gt;
&lt;br /&gt;
Ingredient &amp;gt; ‘Optionality’. States that an ingredient is optional to the recipe. Its absence should imply that the ingredient is required. &lt;br /&gt;
&lt;br /&gt;
===Suggested fields for inclusion===&lt;br /&gt;
&lt;br /&gt;
* License - using rel-licence attribution&lt;br /&gt;
* Tags - using rel-tag.&lt;br /&gt;
* Method &amp;gt; Steps or Method-Step[] as a child of Method. Imply ordered steps from an HTML list or explicitly mark-up ordered steps respectively.&lt;br /&gt;
* Yield – Quantity produced by this recipe&lt;br /&gt;
* Calories – per serving. May be part of the [measure] microformat in future.&lt;br /&gt;
&lt;br /&gt;
===Known Issues===&lt;br /&gt;
&lt;br /&gt;
* Mark-up of quantity would be enhanced by use of a [measure] microformat. However, such a format does not yet exist outside of brainstorming. It must be decided whether quantity is useful/parsable _enough_ without explicit mark-up of values and units.&lt;br /&gt;
&lt;br /&gt;
==RecipeML-based Brainstorm==&lt;br /&gt;
&lt;br /&gt;
Excerpted from [http://conoroneill.com/2006/03/21/what-if-i-suggest-a-structured-recipe-format-and-you-critique-it/ Conor Bandon's Blog entry] and derived from The RecipeML Spec:&lt;br /&gt;
*Recipe_Title&lt;br /&gt;
*Summary Description (one liner)&lt;br /&gt;
*Measurement System (U.S., Imperial etc)&lt;br /&gt;
*Ingredients (each one a separate &amp;quot;item&amp;quot; rather than block text with count/amount/range/unit broken out too)&lt;br /&gt;
**Some (e.g. meats, vegetables) could optionally be marked up with (elements of) the proposed [[species]] microformat. [[User:AndyMabbett|Andy Mabbett]] 06:41, 16 Nov 2006 (PST)&lt;br /&gt;
** Ingredient importance (e.g. Main, Required, Optional) should be listed as an attribute of each entry. [[User:AlexanderShusta|α]]&lt;br /&gt;
**Units need separate microformat: see [[measure]] &lt;br /&gt;
**Ingredient Preparation: such as diced, chopped, sliced, grated, minced, etc. [[User:SteveL|Steve Lewis]] 18:55, 11 Feb 2007 (PST)&lt;br /&gt;
*Preparation Time (overall time)&lt;br /&gt;
*Yield Quantity and Unit (4 pancakes or 5 servings)&lt;br /&gt;
**Calories per serving [[User:JohnLeMasney| John LeMasney]]&lt;br /&gt;
**Calories per ounce [[User:JohnLeMasney| John LeMasney]] &lt;br /&gt;
*Background Information - Optional section to encapsulate information that is useful but not necessarily required for a successful recipe. [[User:AlexanderShusta|α]]&lt;br /&gt;
**Author (Person) ([[hcard]]?)&lt;br /&gt;
**Submitter (Person) ([[hcard]]?)&lt;br /&gt;
**Source (Book Title etc)&lt;br /&gt;
*** could use the proposed [[citation]] microformat. [[User:AndyMabbett|Andy Mabbett]] 06:43, 16 Nov 2006 (PST)&lt;br /&gt;
**Date (Of Creation or Publication)&lt;br /&gt;
**Rights (Copyright or other)&lt;br /&gt;
**Meal Category (Starter, entree, dessert )&lt;br /&gt;
**Cuisine Category (Italian etc)&lt;br /&gt;
*Instructions (text, but can contain:)&lt;br /&gt;
**Steps (optional)&lt;br /&gt;
***Should be an ordered list [[User:AndyMabbett|Andy Mabbett]] 14:46, 16 Nov 2006 (PST)&lt;br /&gt;
***Another vote for an ordered list, perhaps in the [[XOXO]] format. [[User:AlexanderShusta|α]]&lt;br /&gt;
***Many recipes associate ingredients with specific steps of a multi-step method; if methods are broken out into steps, then the format should support this association whether the complete ingredient list is up front or the ingredient list is itself broken out per step. [[User:Quixote|Ben Curtis]]&lt;br /&gt;
*Photo (optional) [[User:IamCam|Cameron Perry]]&lt;br /&gt;
**Could be one per dish, or one for each (or for some of the) step(s). [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Additional Suggestions ==&lt;br /&gt;
*Steps - As cited above but to include estimated time per step.  Include the type of step (prep, preheat, cook, bake, mix, saute, etc) as well as the ingredients involved.  This would be very useful when trying to time a meal so all the food appears together.&lt;br /&gt;
**I think this is being to specific. Are there any real world examples where this would be useful? --[[User:Yde|Yde]] 08:41, 30 May 2008 (PDT)&lt;br /&gt;
*Difficulty/Notes - Perhaps incorporation of [[hreview|hReview]] to describe difficulty (using rating) and general comments (review), as an optional field. [[User:Phae|Frances Berriman]]&lt;br /&gt;
*Suitability (e.g. vegetarian, vegan, wheat-free, etc.). Possibly [[rel-tag]]. [[User:AndyMabbett|Andy Mabbett]] 14:57, 16 Nov 2006 (PST)&lt;br /&gt;
*Ingredient Grouping - In baking you need to differentiate wet from dry ingredients.  See also an [[recipe-examples|example recipe]] from [http://www.extratasty.com/recipe/46/cuba_libre extratasty.com] for useful grouping in cocktail mixing. [[SteveL|Steve Lewis]] 19:10, 11 Feb 2007&lt;br /&gt;
** Maybe this ingredient grouping can be used to express some alternative ingredients, like &amp;quot;mayonnaise or cream cheese&amp;quot;. [[EstevaoSamuel|Estêvão Samuel Procópio]] 15:33, 16 Dez 2007 (PDT)&lt;br /&gt;
** This could be solved by using a xoxo list and ignoring list items that don't include a class=&amp;quot;name&amp;quot;. Example:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;ingredients&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Booze&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
      &amp;lt;li&amp;gt;1 part &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Rum&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;Mixer&lt;br /&gt;
    &amp;lt;li&amp;gt;1 part &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Cola&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;1 part &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Lime juice&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; --[[User:Yde|Yde]] 13:09, 18 Apr 2008 (PDT)&lt;br /&gt;
** We can't have a dependency on XOXO or any list mark-up for ingredients. That's too restrictive on publishing patterns, preventing patterns like: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;method&amp;quot;&amp;gt;Take &amp;lt;span class=&amp;quot;ingredient&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;a handful&amp;lt;/span&amp;gt; &lt;br /&gt;
of  spinach&amp;lt;/span&amp;gt; and fry it&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; --[[User:BenWard|BenWard]] 13:20, 18 Apr 2008 (PDT)&lt;br /&gt;
You're right. I think grouping would introduce too many new elements (class=&amp;quot;group&amp;quot;, class=&amp;quot;group-title&amp;quot;) considering how relatively uncommon this is. --[[User:Yde|Yde]] 13:51, 23 Apr 2008 (PDT)&lt;br /&gt;
* Number of dishes or similary - often it's mentioned how many dishes (or breads in baking, etc) the ingredients are for. [[User:WilleRaab|WilleRaab]] 16:57, 20 Jul 2007 (PDT)&lt;br /&gt;
* Suitable for occations - what occations are the dish suitable for? [[User:WilleRaab|WilleRaab]] 16:57, 20 Jul 2007 (PDT)&lt;br /&gt;
* Category - many sites categorize their recipes. [[User:WilleRaab|WilleRaab]] 16:57, 20 Jul 2007 (PDT)&lt;br /&gt;
** Tags could be used for both suitability and category.&lt;br /&gt;
&lt;br /&gt;
Note: Comments added ''&amp;quot;[[User:WilleRaab|WilleRaab]] 16:57, 20 Jul 2007 (PDT)&amp;quot;'' are added after looking at http://tasteline.com, example: [http://www.tasteline.com/default.ns?strItemID=showRecipe&amp;amp;intChannelID=&amp;amp;lngRID=8045&amp;amp;tlfo=0 here].&lt;br /&gt;
&lt;br /&gt;
*Under what terms is the recipe licensed? Microformat: rel=&amp;quot;license&amp;quot;. Often a page is in the creative commons but the page author has taken some text from a copyrighted page and in theory re-published the work in violation to the terms of use, adding a rel=&amp;quot;license&amp;quot; to each recipe on the page? [[User:Lee Jordan|Lee Jordan]] 20:55, 04 Feb 2008 (GMT)&lt;br /&gt;
&lt;br /&gt;
=== Proposed Ingredient List Optimisation ===&lt;br /&gt;
&lt;br /&gt;
[[User:TobyInk|TobyInk]] 03:42, 23 Mar 2008 (PDT):&lt;br /&gt;
&lt;br /&gt;
If class=&amp;quot;ingredients&amp;quot; (note: plural) is found on an element, class=&amp;quot;ingredient&amp;quot; (note: singular) is automatically implied on all its children.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ul class=&amp;quot;ingredients&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;3&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;eggs&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;6 oz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;self-raising flour&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;6 oz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;caster sugar&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;6 oz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;butter&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;1 tsp&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;vanilla essence&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is a shorthand for:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ul class=&amp;quot;ingredients&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;ingredient&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;3&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;eggs&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;ingredient&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;6 oz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;self-raising flour&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;ingredient&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;6 oz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;caster sugar&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;ingredient&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;6 oz&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;butter&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li class=&amp;quot;ingredient&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;1 tsp&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;vanilla essence&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I agree. This would save a lot of space, especially combined with the proposed hmeasur [http://microformats.org/wiki/measure#hmeasure minimisation technique]. --[[User:Yde|Yde]] 12:57, 18 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Proposed Ingredient Name/Quantity Optimisation ===&lt;br /&gt;
&lt;br /&gt;
[[User:TobyInk|TobyInk]] 03:42, 23 Mar 2008 (PDT):&lt;br /&gt;
&lt;br /&gt;
This idea's a bit more &amp;quot;out there&amp;quot; and probably needs a bit more work.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;li class=&amp;quot;ingredient&amp;quot;&amp;gt;3  eggs&amp;lt;/li&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(note the double-space between '3' and 'eggs') is treated as a shorthand for:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;li class=&amp;quot;ingredient&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;3&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;eggs&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is similar to N-optimisation in hCard, but uses a double space instead of a single space because the components (quantity, name) may themselves each contain spaces. With both of these optimisations in place, the sponge cake ingredient list can be written as concisely as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ul class=&amp;quot;ingredients&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;3  eggs&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;6 oz  self-raising flour&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;6 oz  caster sugar&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;6 oz  butter&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;1 tsp  vanilla essence&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Which (apart from the double spaces) is pretty close to how many people publish ingredients lists already. (Certainly close to how I do!)&lt;br /&gt;
&lt;br /&gt;
=== Alternative Proposed Ingredient Name/Quantity Optimisation ===&lt;br /&gt;
&lt;br /&gt;
[[User:TobyInk|TobyInk]] 02:02, 24 Mar 2008 (PDT): Perhaps a better solution than the double spacing...&lt;br /&gt;
&lt;br /&gt;
As above, but:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ul class=&amp;quot;ingredients&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;3&amp;lt;/var&amp;gt; eggs&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;6 oz&amp;lt;/var&amp;gt; self-raising flour&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;6 oz&amp;lt;/var&amp;gt; caster sugar&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;6 oz&amp;lt;/var&amp;gt; butter&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;1 tsp&amp;lt;/var&amp;gt; vanilla essence&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or is this stretching the meaning of &amp;amp;lt;var&amp;gt; too much?&lt;br /&gt;
&lt;br /&gt;
=== Proposed Ingredient Name Optimisation ===&lt;br /&gt;
&lt;br /&gt;
--[[User:Yde|Yde]] 02:12, 23 Apr 2008 (PDT):&lt;br /&gt;
&lt;br /&gt;
If no class=&amp;quot;quantity&amp;quot; or class=&amp;quot;name&amp;quot; is found, the content of the ingredient element is treated as the name of the ingredient.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;li class=&amp;quot;ingredient&amp;quot;&amp;gt;salt&amp;lt;/li&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is a shorthand for:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;li class=&amp;quot;ingredient&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;salt&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Maybe we should even allow markup like&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;li class=&amp;quot;ingredient&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;quantity&amp;quot;&amp;gt;1 tbsp&amp;lt;/span&amp;gt;salt&amp;lt;/li&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which would be parsed as&lt;br /&gt;
&lt;br /&gt;
* ingredient&lt;br /&gt;
** quantity: 1 tbsp&lt;br /&gt;
** name: salt&lt;br /&gt;
&lt;br /&gt;
NOTE: To avoid confusion, I used the class name &amp;quot;name&amp;quot; although I think it should be changed to &amp;quot;item&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Cookcamp brainstorming ==&lt;br /&gt;
&lt;br /&gt;
At [http://barcamp.org/CookCamp CookCamp] in February 2007, Tantek moderated a fairly free form discussion of how to publish/share recipes.  Here is a [http://flickr.com/photos/tantek/422072573/ photo of the whiteboard]:&lt;br /&gt;
&lt;br /&gt;
[http://flickr.com/photos/tantek/422072573/ http://farm1.static.flickr.com/162/422072573_9956d93f61.jpg]&lt;br /&gt;
&lt;br /&gt;
'''To Do''': OCR this and enter rough notes here...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
Please do feel to add your comments below.  If this section grows too large, please create a seperate recipe-issues section.  Thanks!&lt;br /&gt;
&lt;br /&gt;
===Scope===&lt;br /&gt;
*Is this intended for only food recipes, or also recipes for, say, glue, paint, dyes and other chemicals? [[User:AndyMabbett|Andy Mabbett]] 14:53, 16 Nov 2006 (PST)&lt;br /&gt;
** +1  Wondered the same.  I'd like to see this extended as a general recipe for anything that can be created in a defined way/order, rather than just edible food.[[User:Phae|Frances Berriman]]&lt;br /&gt;
** Agreed. This format could apply to a set of methods and materials, including cooking, science experiments, craft making, building, etc. - essentially any how-to or tutorial. [[User:IamCam|Cameron Perry]]&lt;br /&gt;
** However, now I view my addition of 'calories per serving' as suspect, ;) though I guess it could still apply, since it's just a unit of energy. [[User:JohnLeMasney|John LeMasney]]&lt;br /&gt;
***Recipe for Nitroglycerine (not recommended by Weight Watchers) ? [[User:AndyMabbett|Andy Mabbett]] 10:43, 1 Feb 2007 (PST)&lt;br /&gt;
** The scope is determined by the [[recipe-examples]] research that is done, other musings are purely theoretical and thus discouraged.  So far this means recipes means only food recipes.  In addition, &amp;quot;recipe&amp;quot; in common vernacular applies primarily to food.  Other uses are certainly outside the common 80/20 (note that 80/20 does note mean there are no non-food cases, merely that they are outside the 80).  If you want to pursue other types of recipes, e.g. &amp;quot;chemical-recipes&amp;quot; - start that as a separate research effort per the [[process]]. [[User:Tantek|Tantek]] 07:39, 15 Mar 2007 (PDT)&lt;br /&gt;
*** Work is continuing on the recipe format now with the scope limited to food-based items only. [[User:Phae|Phae]] 08:44, 3 Oct 2007 (PDT)&lt;br /&gt;
*Is it possible to have special structure for the details of the operations in the cooking. For Eg. I invite you to have a look at the following Page [http://www.anthus.com/Recipes/CompCook.html]. Should it be possible to have special markup for the operations? Or is that going too far? Maybe we could keep this open ended so that it could be included when sites would actually be interested in including the same... Anyway the article makes for some interesting reading though it is from 1985 ;-) [[User:SudarshanP|SudarshanP]] 06:46, 26 Jun 2007 (PDT)&lt;br /&gt;
** I think this could be considered out of scope. It's the sort of thing that would be detailed in the descriptive narrative, but I'm not sure there's evidence from the examples that this type of behaviour is common enough to warrant specific properties to hold it. [[User:Phae|Phae]] 08:44, 3 Oct 2007 (PDT)&lt;br /&gt;
===Measure ===&lt;br /&gt;
{{OpenIssue}}&lt;br /&gt;
*Quantities play a key part in recipes, so do we feel the recipe format will rely on quantities so heavily that the measure microformat needs to be completed first, or do we feel it can exist without it and use of measure can be optional in the first version? [[User:Phae|Phae]] 08:44, 3 Oct 2007 (PDT)&lt;br /&gt;
**The former. [[User:AndyMabbett|Andy Mabbett]] 13:10, 4 Feb 2008 (PST)&lt;br /&gt;
**The use of a measure microformat should be optional. Otherwise it will prevent people from using less specific measurements like &amp;quot;a handful&amp;quot; or &amp;quot;a bottle&amp;quot; or just &amp;quot;some&amp;quot;. [[User:Yde|Yde]] 08:59, 30 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
*The abbr design pattern should be used to mark up measures, such as lbs and kg, measures are also not restricted to ingredients as they describe temperature too, as such should the sup element be used in the presentation of the degree symbol, within the abbr? See  [http://www.bbc.co.uk/weather/5day.shtml?id=1081 BBC weather example] [[User:Lee Jordan|Lee Jordan]] 20:00, 4 Feb 2008 (GMT)&lt;br /&gt;
&lt;br /&gt;
*Conversion is tricky and is important, you've found a great recipe but it's measured in &amp;quot;cups&amp;quot;. temperature is usually handled well by recipe authors, unless &amp;quot;gas mark&amp;quot; is used. The lang attribute (optional) could be used to denote the intentional language convention of the markup, to aid parsers &amp;quot;convert on the fly&amp;quot;? Is there currently a sematic way of marking up content as being metric or imperial? (complications come in mixed measure conventions in the same text section, so lang= on the abbr rather than the ul would help). A browser could then know the text was originally written in metric and convert to imperial if the user agent was en-GB, or a DOM script equally could aid conversion from cups to oz based on that? As an Englishman reading American text I find it hard to know what a &amp;quot;cup&amp;quot; is and then there are the Europeans to consider. Lang attributes might not be useful as for example en-US and en-GB measure distance in miles for example, rel=&amp;quot;us-volume&amp;quot; (cups), rel=&amp;quot;gb-volume&amp;quot; (tablespoons)? [[User:Lee Jordan|Lee Jordan]] 20:15, 4 Feb 2008 (GMT)&lt;br /&gt;
&lt;br /&gt;
*Should the hmeasure class be applied to all ingredient list items (i.e. &amp;lt;code&amp;gt;&amp;amp;lt;li class=&amp;quot;hmeasure&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;) or just the ingredients list itself (i.e. &amp;lt;code&amp;gt;&amp;amp;lt;ul class=&amp;quot;hmeasure&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;)? All ingredients are related to measurement (a value, a unit and an item) so it might as well be defined once or am I missing something? --[[User:Yde|Yde]] 12:37, 18 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
*On the [[measure]] site it says: The names &amp;quot;value&amp;quot; and &amp;quot;type&amp;quot; are taken from [[hCard]]; &amp;quot;item&amp;quot; is used from hReview. For the same reasons, should we change quantity to value + unit and name to item or does this brake compatability with some recipe format? --[[User:Yde|Yde]] 13:25, 18 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Single foodstuffs==&lt;br /&gt;
&lt;br /&gt;
If &amp;quot;method&amp;quot; is made optional, this could be used for marking up individual foodstuffs in prose. for example, &amp;quot;I like to eat cheese for supper.&amp;quot; would become:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
I like to eat &amp;lt;span class=&amp;quot;hRecipe&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;ingredient&amp;quot;&amp;gt;cheese&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; for supper.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or simply (if the proposed &amp;quot;[http://microformats.org/discuss/mail/microformats-discuss/2008-January/011199.html sub-microformat-pattern]&amp;quot; is adopted):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
I like to eat &amp;lt;span class=&amp;quot;hRecipe-ingredient&amp;quot;&amp;gt;cheese&amp;lt;/span&amp;gt; for supper.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: [[User:AndyMabbett|Andy Mabbett]] 08:16, 5 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
But that's not really a recipe, is it? And what would the purpose of knowing that cheese is an ingredient be?&lt;br /&gt;
--[[User:Yde|Yde]] 12:46, 18 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Menus==&lt;br /&gt;
With the addition of a &amp;quot;price&amp;quot; field, and perhaps one or two others, and again making &amp;quot;method&amp;quot; optional, this microformat can also be used for menus. See [[recipe-examples#Menus|menu examples]].&lt;br /&gt;
: [[User:AndyMabbett|Andy Mabbett]] 02:39, 19 Feb 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
I would consider this out of scope (which is to produce an as-simple-as-possible microformat &amp;quot;for the mark-up of instructions for creating meals, drinks or food-based items&amp;quot; - [[recipe-brainstorming#Introduction | introduction]]) --[[User:Yde|Yde]] 13:39, 23 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Schema proposal==&lt;br /&gt;
Based on the brainstorm and the discussions on the mailing list ([http://microformats.org/discuss/mail/microformats-new/2008-April/001599.html], [http://microformats.org/discuss/mail/microformats-new/2007-September/000864.html])&lt;br /&gt;
&lt;br /&gt;
Class names &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt; are taken from [[hAtom]], &amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt; used from [[hCard]] and &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; from [[measure]].&lt;br /&gt;
&lt;br /&gt;
* '''Title''': &amp;lt;code&amp;gt;entry-title&amp;lt;/code&amp;gt;. required. text.&lt;br /&gt;
* '''Summary''': &amp;lt;code&amp;gt;entry-summary&amp;lt;/code&amp;gt;. optional. text.&lt;br /&gt;
* '''Author''': &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;. optional. [[hcard]].&lt;br /&gt;
* '''Date published''': &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt;. optional. [[datetime-design-pattern]].&lt;br /&gt;
* '''Photo(s)''': &amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;. optional. img or url.&lt;br /&gt;
* '''Ingredient(s)''': &amp;lt;code&amp;gt;ingredient&amp;lt;/code&amp;gt;. 1 or more required.&lt;br /&gt;
** '''Quantity''': &amp;lt;code&amp;gt;quantity&amp;lt;/code&amp;gt;. optional. text, optionally [[measure]].&lt;br /&gt;
** '''Item''': &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt;. required. text.&lt;br /&gt;
** '''Note''': &amp;lt;code&amp;gt;note&amp;lt;/code&amp;gt;. optional. text.&lt;br /&gt;
** '''Optionality''': &amp;lt;code&amp;gt;optional&amp;lt;/code&amp;gt;. optional. text. Its absence should imply that the ingredient is required.&lt;br /&gt;
* '''Method''': &amp;lt;code&amp;gt;method&amp;lt;/code&amp;gt;. required. text.&lt;br /&gt;
* '''Yield''': &amp;lt;code&amp;gt;yield&amp;lt;/code&amp;gt;. optional. text.&lt;br /&gt;
* '''Preparation time''': &amp;lt;code&amp;gt;preparation-time&amp;lt;/code&amp;gt;. optional. [[datetime-design-pattern]].&lt;br /&gt;
* '''Tags''': optional. [[rel-tag]].&lt;br /&gt;
* '''License''': optional. [[rel-license]].&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
{{OpenIssue}} &amp;lt;code&amp;gt;entry-title&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;entry-summary&amp;lt;/code&amp;gt; are not always semantically right and may not be good class names.&lt;br /&gt;
* &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt; already used for a different purpose (in [[hCard]] and [[hCalendar]]/[[hReview]]/[[hListing]]). [[accepted-limitations-of-microformats#Microformat_Namespacing_Issue More | Read more]].&lt;br /&gt;
* &amp;lt;code&amp;gt;recipe-title&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;recipe-summary&amp;lt;/code&amp;gt; suggested.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[recipe]]&lt;br /&gt;
* [[recipe-examples]]&lt;br /&gt;
* [[recipe-formats]]&lt;/div&gt;</summary>
		<author><name>Quixote</name></author>
	</entry>
</feed>