<?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=Allansideas</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=Allansideas"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Allansideas"/>
	<updated>2026-04-03T21:45:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=39535</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=39535"/>
		<updated>2009-07-09T03:51:04Z</updated>

		<summary type="html">&lt;p&gt;Allansideas: /* Suggestion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=projecta=&lt;br /&gt;
Even though there are existing project formats, the projecta format {{must}} be developed because there is no established project format and it will enable decentralized development of projects.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Derek Lewis&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[project]]&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-brainstorming]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The projecta format documents practical (how-you-can-do) projects.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hatom|hAtom]], [[hcalendar|hCalendar]], and [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following elements:&lt;br /&gt;
&lt;br /&gt;
* '''projecta'''&lt;br /&gt;
** '''''fn'''''. required. text. the formatted name of the project. re-used from [[hCard]].&lt;br /&gt;
** '''''summary'''''. optional. text. re-used from [[hCalendar]].&lt;br /&gt;
** '''''author'''''. optional. 1 or more. re-used from [[hAtom]] using [[hCard]].&lt;br /&gt;
** ''published''. optional. re-used from [[hAtom]]. [experimental]&lt;br /&gt;
** ''tag''. optional. 1 or more. re-used from [[rel-tag]]. [experimental]&lt;br /&gt;
** ''photo''. optional. 1 or more. using any element containing a URL, such as IMG. re-used from [[hCard]]. [experimental]&lt;br /&gt;
** ''requirement''. optional. text with optional valid (x)HTML markup.&lt;br /&gt;
** ''instructions''. optional. text with optional valid (x)HTML markup. re-used from [[hRecipe]].&lt;br /&gt;
** '''''duration'''''. optional. 1 or more. text (see [[ISO-31-1]] duration brainstorming). re-used from [[hCalendar]].&lt;br /&gt;
&lt;br /&gt;
=== Field details ===&lt;br /&gt;
The fields of the projecta schema represent the following:&lt;br /&gt;
&lt;br /&gt;
==== fn ====&lt;br /&gt;
&lt;br /&gt;
The title of a single project. The formatted name of what the projecta documents.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by class name &amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{must}} include a &amp;lt;code&amp;gt; fn &amp;lt;/code&amp;gt;.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[hCard]].&lt;br /&gt;
&lt;br /&gt;
==== summary ====&lt;br /&gt;
&lt;br /&gt;
The summary provides a short introduction to or an accompanying statement about the project.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include a &amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[hCalendar]].&lt;br /&gt;
&lt;br /&gt;
==== author ====&lt;br /&gt;
&lt;br /&gt;
The person who authored the project.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by class name &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include one or more &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; elements.&lt;br /&gt;
* The contents of the element {{must}} follow the conventions outlined in [[hCard]].&lt;br /&gt;
&lt;br /&gt;
==== published ====&lt;br /&gt;
&lt;br /&gt;
The date the project was published.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include a &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt; date.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[hAtom]].&lt;br /&gt;
* The [[datetime-design-pattern]] {{should}} be used to encode the published datetime.&lt;br /&gt;
* The element is considered ''experimental'' and may be removed from the final specification.&lt;br /&gt;
&lt;br /&gt;
==== tag ====&lt;br /&gt;
&lt;br /&gt;
A keyword indicating a subject or an important aspect of the project like it's main requirement, type of project etc.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by class name &amp;lt;code&amp;gt;tag&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include one or more &amp;lt;code&amp;gt;tag&amp;lt;/code&amp;gt; elements.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[rel-tag]].&lt;br /&gt;
&lt;br /&gt;
==== photo ====&lt;br /&gt;
&lt;br /&gt;
Accompanying image.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include one or more photo elements.&lt;br /&gt;
* The element {{should}} use an &amp;amp;lt;img&amp;amp;gt; element.&lt;br /&gt;
* The element {{may}} use any other element that contains a URL, such as &amp;amp;lt;a&amp;amp;gt; or &amp;amp;lt;object&amp;amp;gt;, but it is not recommended.&lt;br /&gt;
* The contents of the element {{must}} follow the conventions outlined in [[hCard]].&lt;br /&gt;
&lt;br /&gt;
==== requirement ====&lt;br /&gt;
&lt;br /&gt;
Describes one or more requirements of the project.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;requirement&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{must}} include one or more &amp;lt;code&amp;gt;requirement&amp;lt;/code&amp;gt;s.&lt;br /&gt;
* The field {{may}} include valid HTML markup (e.g. a list of requirements).&lt;br /&gt;
&lt;br /&gt;
==== instructions ====&lt;br /&gt;
&lt;br /&gt;
Documents the instructions required to complete the project.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;instructions&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include a &amp;lt;code&amp;gt;instructions&amp;lt;/code&amp;gt; element. &lt;br /&gt;
* The field {{may}} include valid HTML markup e.g. paragraphs or a list of steps.&lt;br /&gt;
&lt;br /&gt;
==== duration ====&lt;br /&gt;
&lt;br /&gt;
The time it takes to complete the project described by the projecta. Multiple duration fields can be used to denote time taken per instruction.&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;duration&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include one or more &amp;lt;code&amp;gt;duration&amp;lt;/code&amp;gt;s.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[hCalendar]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;projecta&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Germinating Seeds&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;summary&amp;quot;&amp;gt;&lt;br /&gt;
		How to germinate seeds in potting mix.&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;vcard fn&amp;quot;&amp;gt;Derek Lewis&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Published &amp;lt;abbr class=&amp;quot;published&amp;quot; title=&amp;quot;2009-03-28T09:30-11:00&amp;quot;&amp;gt;28. Mar 2009&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;img src=&amp;quot;/img/seed.png&amp;quot; class=&amp;quot;photo&amp;quot; width=&amp;quot;100&amp;quot; height=&amp;quot;100&amp;quot; alt=&amp;quot;Seed&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;h4&amp;gt;Requirements&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;ul class=&amp;quot;requirement&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Container(s) (With drain holes)&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Seed(s)&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Potting Mix&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Fresh Water&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;A Light Source&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
	&amp;lt;h4&amp;gt;Instructions&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;ol class=&amp;quot;instructions&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Loosen and dampen the potting mix.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Fill 2/3 of each container(s) with potting mix.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Put seed(s) in container with potting mix.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Sprinkle a few drops of water over of the seed(s). (Remember to repeat this once potting mix becomes dry.)&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Place container under light source.&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Format Development==&lt;br /&gt;
Further development is based on your feedback.&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
There are two [types] of project page as I see it - the abstract (name of the project, description, goals, who's in charge, related web pages, etc) and the practical (name of the project, step by step how it can be achieved).&lt;br /&gt;
&lt;br /&gt;
The former overlaps with hCard / hDOAP; the latter with hRecipe (though hRecipe only suitable for a limited subset). There is very little common ground.&lt;br /&gt;
&lt;br /&gt;
The World Bank site and CORDIS are examples of the former - what are the goals of the project? who is taking part? who is funding it? how much will it cost? But they don't give you step-by-step instructions for how to carry out the project in your own home in your spare time. And you won't expect them to.&lt;br /&gt;
&lt;br /&gt;
The knitting site, and recipes are different. The goals are not explicitly stated; no time frame is given (I could knit a poncho tomorrow, or maybe in a few years' time). The focus is on the step by step documentation of how it can be done, so that you can replicate the project yourself. -[http://tobyinkster.co.uk Toby]&lt;br /&gt;
&lt;br /&gt;
====Suggestion====&lt;br /&gt;
&lt;br /&gt;
Rather than creating a large format that encompases both here's-how-you-can-do-it-at-home projects and here's-what-we're-doing projects, there is probably more value in creating two small formats, the former as perhaps an evolution of [[hRecipe]] and the latter as perhaps an extension to [[hCard]].&lt;br /&gt;
&lt;br /&gt;
The hRecipe evolution could be called &amp;quot;hInstructions&amp;quot; - which would semantically separate it from the abstract term.  It could, instead of an instructions class have multiple &amp;quot;step&amp;quot; classes each with their own media.  It would encompass any description of how to complete a project, including recipes.  Perhaps tag could be used to categorize the instruction?--[[User:Allansideas|Allansideas]] 03:51, 9 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
hCard could be extended, for example, by defining &amp;lt;tt&amp;gt;goal&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;benefactor&amp;lt;/tt&amp;gt; (containing an embedded hCard) and &amp;lt;tt&amp;gt;beneficiary&amp;lt;/tt&amp;gt; (containing an embedded hCard) classes, and borrowing the &amp;lt;tt&amp;gt;due&amp;lt;/tt&amp;gt; class from [[hCalendar]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;vcard vproject&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn org&amp;quot;&amp;gt;United Nations Giraffism Project&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;goal&amp;quot;&amp;gt;To cure the people of the world of giraffism,&lt;br /&gt;
        a terrible disease that gives people long necks,&lt;br /&gt;
        by &amp;lt;span class=&amp;quot;due&amp;quot;&amp;gt;2018&amp;lt;/span&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Visit our &amp;lt;a href=&amp;quot;http://giraffism.example.net/&amp;quot;&lt;br /&gt;
        class=&amp;quot;url&amp;quot;&amp;gt;website&amp;lt;/a&amp;gt; for more details.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Digestion====&lt;br /&gt;
The evolution of hRecipe involves the following:&lt;br /&gt;
&lt;br /&gt;
Remove &amp;quot;Ingredient&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
Remove &amp;quot;Yield&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
Remove &amp;quot;Nutrition&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add &amp;quot;Requirement&amp;quot;&lt;br /&gt;
&lt;br /&gt;
As simple as possible.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[project]]&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-brainstorming]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
&lt;br /&gt;
See [[projecta|projecta]] for the result and evolution of these thoughts on a microformat.&lt;/div&gt;</summary>
		<author><name>Allansideas</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=39534</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=39534"/>
		<updated>2009-07-09T03:50:42Z</updated>

		<summary type="html">&lt;p&gt;Allansideas: /* Suggestion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=projecta=&lt;br /&gt;
Even though there are existing project formats, the projecta format {{must}} be developed because there is no established project format and it will enable decentralized development of projects.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Derek Lewis&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[project]]&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-brainstorming]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The projecta format documents practical (how-you-can-do) projects.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hatom|hAtom]], [[hcalendar|hCalendar]], and [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following elements:&lt;br /&gt;
&lt;br /&gt;
* '''projecta'''&lt;br /&gt;
** '''''fn'''''. required. text. the formatted name of the project. re-used from [[hCard]].&lt;br /&gt;
** '''''summary'''''. optional. text. re-used from [[hCalendar]].&lt;br /&gt;
** '''''author'''''. optional. 1 or more. re-used from [[hAtom]] using [[hCard]].&lt;br /&gt;
** ''published''. optional. re-used from [[hAtom]]. [experimental]&lt;br /&gt;
** ''tag''. optional. 1 or more. re-used from [[rel-tag]]. [experimental]&lt;br /&gt;
** ''photo''. optional. 1 or more. using any element containing a URL, such as IMG. re-used from [[hCard]]. [experimental]&lt;br /&gt;
** ''requirement''. optional. text with optional valid (x)HTML markup.&lt;br /&gt;
** ''instructions''. optional. text with optional valid (x)HTML markup. re-used from [[hRecipe]].&lt;br /&gt;
** '''''duration'''''. optional. 1 or more. text (see [[ISO-31-1]] duration brainstorming). re-used from [[hCalendar]].&lt;br /&gt;
&lt;br /&gt;
=== Field details ===&lt;br /&gt;
The fields of the projecta schema represent the following:&lt;br /&gt;
&lt;br /&gt;
==== fn ====&lt;br /&gt;
&lt;br /&gt;
The title of a single project. The formatted name of what the projecta documents.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by class name &amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{must}} include a &amp;lt;code&amp;gt; fn &amp;lt;/code&amp;gt;.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[hCard]].&lt;br /&gt;
&lt;br /&gt;
==== summary ====&lt;br /&gt;
&lt;br /&gt;
The summary provides a short introduction to or an accompanying statement about the project.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include a &amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[hCalendar]].&lt;br /&gt;
&lt;br /&gt;
==== author ====&lt;br /&gt;
&lt;br /&gt;
The person who authored the project.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by class name &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include one or more &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; elements.&lt;br /&gt;
* The contents of the element {{must}} follow the conventions outlined in [[hCard]].&lt;br /&gt;
&lt;br /&gt;
==== published ====&lt;br /&gt;
&lt;br /&gt;
The date the project was published.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include a &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt; date.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[hAtom]].&lt;br /&gt;
* The [[datetime-design-pattern]] {{should}} be used to encode the published datetime.&lt;br /&gt;
* The element is considered ''experimental'' and may be removed from the final specification.&lt;br /&gt;
&lt;br /&gt;
==== tag ====&lt;br /&gt;
&lt;br /&gt;
A keyword indicating a subject or an important aspect of the project like it's main requirement, type of project etc.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by class name &amp;lt;code&amp;gt;tag&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include one or more &amp;lt;code&amp;gt;tag&amp;lt;/code&amp;gt; elements.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[rel-tag]].&lt;br /&gt;
&lt;br /&gt;
==== photo ====&lt;br /&gt;
&lt;br /&gt;
Accompanying image.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include one or more photo elements.&lt;br /&gt;
* The element {{should}} use an &amp;amp;lt;img&amp;amp;gt; element.&lt;br /&gt;
* The element {{may}} use any other element that contains a URL, such as &amp;amp;lt;a&amp;amp;gt; or &amp;amp;lt;object&amp;amp;gt;, but it is not recommended.&lt;br /&gt;
* The contents of the element {{must}} follow the conventions outlined in [[hCard]].&lt;br /&gt;
&lt;br /&gt;
==== requirement ====&lt;br /&gt;
&lt;br /&gt;
Describes one or more requirements of the project.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;requirement&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{must}} include one or more &amp;lt;code&amp;gt;requirement&amp;lt;/code&amp;gt;s.&lt;br /&gt;
* The field {{may}} include valid HTML markup (e.g. a list of requirements).&lt;br /&gt;
&lt;br /&gt;
==== instructions ====&lt;br /&gt;
&lt;br /&gt;
Documents the instructions required to complete the project.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;instructions&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include a &amp;lt;code&amp;gt;instructions&amp;lt;/code&amp;gt; element. &lt;br /&gt;
* The field {{may}} include valid HTML markup e.g. paragraphs or a list of steps.&lt;br /&gt;
&lt;br /&gt;
==== duration ====&lt;br /&gt;
&lt;br /&gt;
The time it takes to complete the project described by the projecta. Multiple duration fields can be used to denote time taken per instruction.&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;duration&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include one or more &amp;lt;code&amp;gt;duration&amp;lt;/code&amp;gt;s.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[hCalendar]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;projecta&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Germinating Seeds&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;summary&amp;quot;&amp;gt;&lt;br /&gt;
		How to germinate seeds in potting mix.&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;vcard fn&amp;quot;&amp;gt;Derek Lewis&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Published &amp;lt;abbr class=&amp;quot;published&amp;quot; title=&amp;quot;2009-03-28T09:30-11:00&amp;quot;&amp;gt;28. Mar 2009&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;img src=&amp;quot;/img/seed.png&amp;quot; class=&amp;quot;photo&amp;quot; width=&amp;quot;100&amp;quot; height=&amp;quot;100&amp;quot; alt=&amp;quot;Seed&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;h4&amp;gt;Requirements&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;ul class=&amp;quot;requirement&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Container(s) (With drain holes)&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Seed(s)&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Potting Mix&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Fresh Water&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;A Light Source&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
	&amp;lt;h4&amp;gt;Instructions&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;ol class=&amp;quot;instructions&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Loosen and dampen the potting mix.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Fill 2/3 of each container(s) with potting mix.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Put seed(s) in container with potting mix.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Sprinkle a few drops of water over of the seed(s). (Remember to repeat this once potting mix becomes dry.)&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Place container under light source.&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Format Development==&lt;br /&gt;
Further development is based on your feedback.&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
There are two [types] of project page as I see it - the abstract (name of the project, description, goals, who's in charge, related web pages, etc) and the practical (name of the project, step by step how it can be achieved).&lt;br /&gt;
&lt;br /&gt;
The former overlaps with hCard / hDOAP; the latter with hRecipe (though hRecipe only suitable for a limited subset). There is very little common ground.&lt;br /&gt;
&lt;br /&gt;
The World Bank site and CORDIS are examples of the former - what are the goals of the project? who is taking part? who is funding it? how much will it cost? But they don't give you step-by-step instructions for how to carry out the project in your own home in your spare time. And you won't expect them to.&lt;br /&gt;
&lt;br /&gt;
The knitting site, and recipes are different. The goals are not explicitly stated; no time frame is given (I could knit a poncho tomorrow, or maybe in a few years' time). The focus is on the step by step documentation of how it can be done, so that you can replicate the project yourself. -[http://tobyinkster.co.uk Toby]&lt;br /&gt;
&lt;br /&gt;
====Suggestion====&lt;br /&gt;
&lt;br /&gt;
Rather than creating a large format that encompases both here's-how-you-can-do-it-at-home projects and here's-what-we're-doing projects, there is probably more value in creating two small formats, the former as perhaps an evolution of [[hRecipe]] and the latter as perhaps an extension to [[hCard]].&lt;br /&gt;
&lt;br /&gt;
The hRecipe evolution could be called &amp;quot;hInstructions&amp;quot; - which would semantically separate it from the abstract term.  It could, instead of an instructions class have multiple &amp;quot;step&amp;quot; classes each with their own media.  It would encompass any description of how to complete a project, including recipes.  Perhaps tag could be used to categorize the instruction?&lt;br /&gt;
&lt;br /&gt;
hCard could be extended, for example, by defining &amp;lt;tt&amp;gt;goal&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;benefactor&amp;lt;/tt&amp;gt; (containing an embedded hCard) and &amp;lt;tt&amp;gt;beneficiary&amp;lt;/tt&amp;gt; (containing an embedded hCard) classes, and borrowing the &amp;lt;tt&amp;gt;due&amp;lt;/tt&amp;gt; class from [[hCalendar]].--[[User:Allansideas|Allansideas]] 03:50, 9 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;vcard vproject&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn org&amp;quot;&amp;gt;United Nations Giraffism Project&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;goal&amp;quot;&amp;gt;To cure the people of the world of giraffism,&lt;br /&gt;
        a terrible disease that gives people long necks,&lt;br /&gt;
        by &amp;lt;span class=&amp;quot;due&amp;quot;&amp;gt;2018&amp;lt;/span&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Visit our &amp;lt;a href=&amp;quot;http://giraffism.example.net/&amp;quot;&lt;br /&gt;
        class=&amp;quot;url&amp;quot;&amp;gt;website&amp;lt;/a&amp;gt; for more details.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Digestion====&lt;br /&gt;
The evolution of hRecipe involves the following:&lt;br /&gt;
&lt;br /&gt;
Remove &amp;quot;Ingredient&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
Remove &amp;quot;Yield&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
Remove &amp;quot;Nutrition&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add &amp;quot;Requirement&amp;quot;&lt;br /&gt;
&lt;br /&gt;
As simple as possible.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[project]]&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-brainstorming]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
&lt;br /&gt;
See [[projecta|projecta]] for the result and evolution of these thoughts on a microformat.&lt;/div&gt;</summary>
		<author><name>Allansideas</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=39533</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=39533"/>
		<updated>2009-07-09T03:50:19Z</updated>

		<summary type="html">&lt;p&gt;Allansideas: /* Project Type */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=projecta=&lt;br /&gt;
Even though there are existing project formats, the projecta format {{must}} be developed because there is no established project format and it will enable decentralized development of projects.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Derek Lewis&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[project]]&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-brainstorming]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The projecta format documents practical (how-you-can-do) projects.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hatom|hAtom]], [[hcalendar|hCalendar]], and [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following elements:&lt;br /&gt;
&lt;br /&gt;
* '''projecta'''&lt;br /&gt;
** '''''fn'''''. required. text. the formatted name of the project. re-used from [[hCard]].&lt;br /&gt;
** '''''summary'''''. optional. text. re-used from [[hCalendar]].&lt;br /&gt;
** '''''author'''''. optional. 1 or more. re-used from [[hAtom]] using [[hCard]].&lt;br /&gt;
** ''published''. optional. re-used from [[hAtom]]. [experimental]&lt;br /&gt;
** ''tag''. optional. 1 or more. re-used from [[rel-tag]]. [experimental]&lt;br /&gt;
** ''photo''. optional. 1 or more. using any element containing a URL, such as IMG. re-used from [[hCard]]. [experimental]&lt;br /&gt;
** ''requirement''. optional. text with optional valid (x)HTML markup.&lt;br /&gt;
** ''instructions''. optional. text with optional valid (x)HTML markup. re-used from [[hRecipe]].&lt;br /&gt;
** '''''duration'''''. optional. 1 or more. text (see [[ISO-31-1]] duration brainstorming). re-used from [[hCalendar]].&lt;br /&gt;
&lt;br /&gt;
=== Field details ===&lt;br /&gt;
The fields of the projecta schema represent the following:&lt;br /&gt;
&lt;br /&gt;
==== fn ====&lt;br /&gt;
&lt;br /&gt;
The title of a single project. The formatted name of what the projecta documents.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by class name &amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{must}} include a &amp;lt;code&amp;gt; fn &amp;lt;/code&amp;gt;.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[hCard]].&lt;br /&gt;
&lt;br /&gt;
==== summary ====&lt;br /&gt;
&lt;br /&gt;
The summary provides a short introduction to or an accompanying statement about the project.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include a &amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[hCalendar]].&lt;br /&gt;
&lt;br /&gt;
==== author ====&lt;br /&gt;
&lt;br /&gt;
The person who authored the project.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by class name &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include one or more &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; elements.&lt;br /&gt;
* The contents of the element {{must}} follow the conventions outlined in [[hCard]].&lt;br /&gt;
&lt;br /&gt;
==== published ====&lt;br /&gt;
&lt;br /&gt;
The date the project was published.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include a &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt; date.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[hAtom]].&lt;br /&gt;
* The [[datetime-design-pattern]] {{should}} be used to encode the published datetime.&lt;br /&gt;
* The element is considered ''experimental'' and may be removed from the final specification.&lt;br /&gt;
&lt;br /&gt;
==== tag ====&lt;br /&gt;
&lt;br /&gt;
A keyword indicating a subject or an important aspect of the project like it's main requirement, type of project etc.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by class name &amp;lt;code&amp;gt;tag&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include one or more &amp;lt;code&amp;gt;tag&amp;lt;/code&amp;gt; elements.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[rel-tag]].&lt;br /&gt;
&lt;br /&gt;
==== photo ====&lt;br /&gt;
&lt;br /&gt;
Accompanying image.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include one or more photo elements.&lt;br /&gt;
* The element {{should}} use an &amp;amp;lt;img&amp;amp;gt; element.&lt;br /&gt;
* The element {{may}} use any other element that contains a URL, such as &amp;amp;lt;a&amp;amp;gt; or &amp;amp;lt;object&amp;amp;gt;, but it is not recommended.&lt;br /&gt;
* The contents of the element {{must}} follow the conventions outlined in [[hCard]].&lt;br /&gt;
&lt;br /&gt;
==== requirement ====&lt;br /&gt;
&lt;br /&gt;
Describes one or more requirements of the project.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;requirement&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{must}} include one or more &amp;lt;code&amp;gt;requirement&amp;lt;/code&amp;gt;s.&lt;br /&gt;
* The field {{may}} include valid HTML markup (e.g. a list of requirements).&lt;br /&gt;
&lt;br /&gt;
==== instructions ====&lt;br /&gt;
&lt;br /&gt;
Documents the instructions required to complete the project.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;instructions&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include a &amp;lt;code&amp;gt;instructions&amp;lt;/code&amp;gt; element. &lt;br /&gt;
* The field {{may}} include valid HTML markup e.g. paragraphs or a list of steps.&lt;br /&gt;
&lt;br /&gt;
==== duration ====&lt;br /&gt;
&lt;br /&gt;
The time it takes to complete the project described by the projecta. Multiple duration fields can be used to denote time taken per instruction.&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;duration&amp;lt;/code&amp;gt;.&lt;br /&gt;
* A projecta {{may}} include one or more &amp;lt;code&amp;gt;duration&amp;lt;/code&amp;gt;s.&lt;br /&gt;
* The element {{must}} follow the conventions outlined in [[hCalendar]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;projecta&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Germinating Seeds&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;summary&amp;quot;&amp;gt;&lt;br /&gt;
		How to germinate seeds in potting mix.&amp;lt;br /&amp;gt;&lt;br /&gt;
	&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;vcard fn&amp;quot;&amp;gt;Derek Lewis&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;Published &amp;lt;abbr class=&amp;quot;published&amp;quot; title=&amp;quot;2009-03-28T09:30-11:00&amp;quot;&amp;gt;28. Mar 2009&amp;lt;/abbr&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;img src=&amp;quot;/img/seed.png&amp;quot; class=&amp;quot;photo&amp;quot; width=&amp;quot;100&amp;quot; height=&amp;quot;100&amp;quot; alt=&amp;quot;Seed&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;h4&amp;gt;Requirements&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;ul class=&amp;quot;requirement&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Container(s) (With drain holes)&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Seed(s)&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Potting Mix&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Fresh Water&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;A Light Source&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
	&amp;lt;h4&amp;gt;Instructions&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;ol class=&amp;quot;instructions&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Loosen and dampen the potting mix.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Fill 2/3 of each container(s) with potting mix.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Put seed(s) in container with potting mix.&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Sprinkle a few drops of water over of the seed(s). (Remember to repeat this once potting mix becomes dry.)&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Place container under light source.&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Format Development==&lt;br /&gt;
Further development is based on your feedback.&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
There are two [types] of project page as I see it - the abstract (name of the project, description, goals, who's in charge, related web pages, etc) and the practical (name of the project, step by step how it can be achieved).&lt;br /&gt;
&lt;br /&gt;
The former overlaps with hCard / hDOAP; the latter with hRecipe (though hRecipe only suitable for a limited subset). There is very little common ground.&lt;br /&gt;
&lt;br /&gt;
The World Bank site and CORDIS are examples of the former - what are the goals of the project? who is taking part? who is funding it? how much will it cost? But they don't give you step-by-step instructions for how to carry out the project in your own home in your spare time. And you won't expect them to.&lt;br /&gt;
&lt;br /&gt;
The knitting site, and recipes are different. The goals are not explicitly stated; no time frame is given (I could knit a poncho tomorrow, or maybe in a few years' time). The focus is on the step by step documentation of how it can be done, so that you can replicate the project yourself. -[http://tobyinkster.co.uk Toby]&lt;br /&gt;
&lt;br /&gt;
====Suggestion====&lt;br /&gt;
&lt;br /&gt;
Rather than creating a large format that encompases both here's-how-you-can-do-it-at-home projects and here's-what-we're-doing projects, there is probably more value in creating two small formats, the former as perhaps an evolution of [[hRecipe]] and the latter as perhaps an extension to [[hCard]].&lt;br /&gt;
&lt;br /&gt;
The hRecipe evolution could be called &amp;quot;hInstructions&amp;quot; - which would semantically separate it from the abstract term.  It could, instead of an instructions class have multiple &amp;quot;step&amp;quot; classes each with their own media.  It would encompass any description of how to complete a project, including recipes.  Perhaps tag could be used to categorize the instruction?&lt;br /&gt;
&lt;br /&gt;
hCard could be extended, for example, by defining &amp;lt;tt&amp;gt;goal&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;benefactor&amp;lt;/tt&amp;gt; (containing an embedded hCard) and &amp;lt;tt&amp;gt;beneficiary&amp;lt;/tt&amp;gt; (containing an embedded hCard) classes, and borrowing the &amp;lt;tt&amp;gt;due&amp;lt;/tt&amp;gt; class from [[hCalendar]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;vcard vproject&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn org&amp;quot;&amp;gt;United Nations Giraffism Project&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;p class=&amp;quot;goal&amp;quot;&amp;gt;To cure the people of the world of giraffism,&lt;br /&gt;
        a terrible disease that gives people long necks,&lt;br /&gt;
        by &amp;lt;span class=&amp;quot;due&amp;quot;&amp;gt;2018&amp;lt;/span&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;Visit our &amp;lt;a href=&amp;quot;http://giraffism.example.net/&amp;quot;&lt;br /&gt;
        class=&amp;quot;url&amp;quot;&amp;gt;website&amp;lt;/a&amp;gt; for more details.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Digestion====&lt;br /&gt;
The evolution of hRecipe involves the following:&lt;br /&gt;
&lt;br /&gt;
Remove &amp;quot;Ingredient&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
Remove &amp;quot;Yield&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
Remove &amp;quot;Nutrition&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add &amp;quot;Requirement&amp;quot;&lt;br /&gt;
&lt;br /&gt;
As simple as possible.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[project]]&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-brainstorming]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
&lt;br /&gt;
See [[projecta|projecta]] for the result and evolution of these thoughts on a microformat.&lt;/div&gt;</summary>
		<author><name>Allansideas</name></author>
	</entry>
</feed>