<?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=Crojecta</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=Crojecta"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Crojecta"/>
	<updated>2026-05-25T11:51:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=projecta&amp;diff=38263</id>
		<title>projecta</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=projecta&amp;diff=38263"/>
		<updated>2009-03-29T07:38:51Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project&amp;diff=38262</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project&amp;diff=38262"/>
		<updated>2009-03-29T06:52:45Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
This is a page for tracking the effort to develop a project microformat for authors and publishers to markup public projects like open-source software or other kinds of artistic distributions.&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
'''View each individual page as the main page omits some content.'''&lt;br /&gt;
{{formatset|project}}&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
=== scenarios ===&lt;br /&gt;
One of its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples (Based on 8 examples.)==&lt;br /&gt;
&lt;br /&gt;
=== Common practical project fields ===&lt;br /&gt;
* fn (100%)&lt;br /&gt;
* summary (100%)&lt;br /&gt;
* author (50%)&lt;br /&gt;
* instructions (100%)&lt;br /&gt;
* requirement (50%)&lt;br /&gt;
* published (50%)&lt;br /&gt;
* duration (25%)&lt;br /&gt;
* tags (25%)&lt;br /&gt;
&lt;br /&gt;
=== Common abstract project fields ===&lt;br /&gt;
* fn (100%)&lt;br /&gt;
* summary (75%)&lt;br /&gt;
* author (50%)&lt;br /&gt;
* due (50%)&lt;br /&gt;
* goal (25%)&lt;br /&gt;
* duration (25%)&lt;br /&gt;
&lt;br /&gt;
== existing formats ==&lt;br /&gt;
Please document in [[project-formats]].&lt;br /&gt;
&lt;br /&gt;
* [http://hyperdata.org/xmlns/project/ A vocabulary for describing projects] (primarily goal-oriented)&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project] (software project specific)&lt;br /&gt;
** [http://hyperdata.org/xmlns/hdoap/profile/ hDOAP] - previous [[poshformat|microformat-like]] effort&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines, milestones, and to-do items&lt;br /&gt;
* Resources&lt;br /&gt;
** [[hCard]] for participating people&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
*** [[rel-payment]]&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== brainstorming ==&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;
== to-do ==&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38261</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38261"/>
		<updated>2009-03-29T06:46:51Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
There are two types of projects being documented on the web. Practical (how-you-can-do-it) and Abstract (what-we're-doing).&lt;br /&gt;
Fields in [brackets] have already been accommodated for. &lt;br /&gt;
&lt;br /&gt;
== Practical Projects (how-you-can-do-it) ==&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title [fn]&lt;br /&gt;
** last words [summary]&lt;br /&gt;
** how [instructions]&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken [duration]&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title [fn]&lt;br /&gt;
** [summary]&lt;br /&gt;
** Material [requirement]&lt;br /&gt;
** Gauge&lt;br /&gt;
** directions [instructions]&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title [fn]&lt;br /&gt;
** [author]&lt;br /&gt;
** date [published]&lt;br /&gt;
** Car Compatibility List [summary]&lt;br /&gt;
** Basic Idea [instructions]&lt;br /&gt;
** Tools Needed [requirement]&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
=== How to fix a CD player ===&lt;br /&gt;
* http://www.kuro5hin.org/story/2004/3/24/45212/6874&lt;br /&gt;
&lt;br /&gt;
** title [fn]&lt;br /&gt;
** by [author]&lt;br /&gt;
** date and time submitted [published]&lt;br /&gt;
** [tags]&lt;br /&gt;
** description&lt;br /&gt;
** [summary]&lt;br /&gt;
** [instructions]&lt;br /&gt;
&lt;br /&gt;
== Abstract Projects (what-we're-doing) ==&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title [fn]&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator [author]&lt;br /&gt;
** Project description [summary]&lt;br /&gt;
** Project details&lt;br /&gt;
*** Project Acronym&lt;br /&gt;
*** Project Reference&lt;br /&gt;
*** Start Date&lt;br /&gt;
*** [duration]&lt;br /&gt;
*** Project Cost&lt;br /&gt;
*** Contract Type&lt;br /&gt;
*** End Date [due]&lt;br /&gt;
*** Project Status&lt;br /&gt;
*** Project Funding&lt;br /&gt;
** Participants &lt;br /&gt;
&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.) [fn]&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description &lt;br /&gt;
** short description [summary]&lt;br /&gt;
** name of author [author]&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage [url]&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** title [fn]&lt;br /&gt;
** [summary]&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title [fn]&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date [due]&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals [goal]&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples (Based on 8 examples.)==&lt;br /&gt;
&lt;br /&gt;
=== Common practical project fields ===&lt;br /&gt;
* fn (100%)&lt;br /&gt;
* summary (100%)&lt;br /&gt;
* author (50%)&lt;br /&gt;
* instructions (100%)&lt;br /&gt;
* requirement (50%)&lt;br /&gt;
* published (50%)&lt;br /&gt;
* duration (25%)&lt;br /&gt;
* tags (25%)&lt;br /&gt;
&lt;br /&gt;
=== Common abstract project fields ===&lt;br /&gt;
* fn (100%)&lt;br /&gt;
* summary (75%)&lt;br /&gt;
* author (50%)&lt;br /&gt;
* due (50%)&lt;br /&gt;
* goal (25%)&lt;br /&gt;
* duration (25%)&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project&amp;diff=38260</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project&amp;diff=38260"/>
		<updated>2009-03-29T05:41:02Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* real world examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
This is a page for tracking the effort to develop a project microformat for authors and publishers to markup public projects like open-source software or other kinds of artistic distributions.&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
'''View each individual page as the main page omits some content.'''&lt;br /&gt;
{{formatset|project}}&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
=== scenarios ===&lt;br /&gt;
One of its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
== existing formats ==&lt;br /&gt;
Please document in [[project-formats]].&lt;br /&gt;
&lt;br /&gt;
* [http://hyperdata.org/xmlns/project/ A vocabulary for describing projects] (primarily goal-oriented)&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project] (software project specific)&lt;br /&gt;
** [http://hyperdata.org/xmlns/hdoap/profile/ hDOAP] - previous [[poshformat|microformat-like]] effort&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines, milestones, and to-do items&lt;br /&gt;
* Resources&lt;br /&gt;
** [[hCard]] for participating people&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
*** [[rel-payment]]&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== brainstorming ==&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;
== to-do ==&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Please, keep the format simple. The current brainstorms above don't follow an existing standard (existing standards must first be documented in [[project-formats]] before proceeeding). It is preferable to re-use and develop minimal modules rather than being verbose. Are these bad or good for example: the uuid:.. or scm:// ones ?&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38259</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38259"/>
		<updated>2009-03-29T05:37:42Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Digestion */&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;
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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:Crojecta&amp;diff=38258</id>
		<title>User:Crojecta</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:Crojecta&amp;diff=38258"/>
		<updated>2009-03-29T05:24:17Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: New page: &amp;lt;entry-title&amp;gt;Derek Lewis (crojecta)&amp;lt;/entry-title&amp;gt;  == About me ==  &amp;lt;div class=&amp;quot;vcard&amp;quot; id=&amp;quot;derek&amp;quot;&amp;gt; &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Derek Lewis&amp;lt;/span&amp;gt; &amp;amp;lt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://crojecta.com&amp;lt;/span&amp;gt;&amp;amp;gt;,&amp;lt;...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Derek Lewis (crojecta)&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About me ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot; id=&amp;quot;derek&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Derek Lewis&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;amp;lt;&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://crojecta.com&amp;lt;/span&amp;gt;&amp;amp;gt;,&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Miami&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United States&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Current Interests ==&lt;br /&gt;
&lt;br /&gt;
* [[project]] — The Project Microformat&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38257</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38257"/>
		<updated>2009-03-29T04:08:18Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Format */&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;
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;Duration&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project&amp;diff=38256</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project&amp;diff=38256"/>
		<updated>2009-03-29T04:04:13Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* In General */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
This is a page for tracking the effort to develop a project microformat for authors and publishers to markup public projects like open-source software or other kinds of artistic distributions.&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
'''View each individual page as the main page omits some content.'''&lt;br /&gt;
{{formatset|project}}&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
=== scenarios ===&lt;br /&gt;
One of its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== real world examples ==&lt;br /&gt;
&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (summary)&lt;br /&gt;
** how (instructions)&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator (author)&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
*** Project Acronym&lt;br /&gt;
*** Project Reference&lt;br /&gt;
*** Start Date&lt;br /&gt;
*** Duration&lt;br /&gt;
*** Project Cost&lt;br /&gt;
*** Contract Type&lt;br /&gt;
*** End Date&lt;br /&gt;
*** Project Status&lt;br /&gt;
*** Project Funding&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (instructions)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (instructions)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
=== How to fix a CD player ===&lt;br /&gt;
* http://www.kuro5hin.org/story/2004/3/24/45212/6874&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** by (author)&lt;br /&gt;
** date and time submitted&lt;br /&gt;
** tags&lt;br /&gt;
** description&lt;br /&gt;
** summary&lt;br /&gt;
** instructions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
== existing formats ==&lt;br /&gt;
Please document in [[project-formats]].&lt;br /&gt;
&lt;br /&gt;
* [http://hyperdata.org/xmlns/project/ A vocabulary for describing projects] (primarily goal-oriented)&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project] (software project specific)&lt;br /&gt;
** [http://hyperdata.org/xmlns/hdoap/profile/ hDOAP] - previous [[poshformat|microformat-like]] effort&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines, milestones, and to-do items&lt;br /&gt;
* Resources&lt;br /&gt;
** [[hCard]] for participating people&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
*** [[rel-payment]]&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== brainstorming ==&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;
== to-do ==&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Please, keep the format simple. The current brainstorms above don't follow an existing standard (existing standards must first be documented in [[project-formats]] before proceeeding). It is preferable to re-use and develop minimal modules rather than being verbose. Are these bad or good for example: the uuid:.. or scm:// ones ?&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project&amp;diff=38255</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project&amp;diff=38255"/>
		<updated>2009-03-29T03:50:29Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* brainstorming */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
This is a page for tracking the effort to develop a project microformat for authors and publishers to markup public projects like open-source software or other kinds of artistic distributions.&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
'''View each individual page as the main page omits some content.'''&lt;br /&gt;
{{formatset|project}}&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
=== scenarios ===&lt;br /&gt;
One of its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== real world examples ==&lt;br /&gt;
&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (summary)&lt;br /&gt;
** how (instructions)&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator (author)&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
*** Project Acronym&lt;br /&gt;
*** Project Reference&lt;br /&gt;
*** Start Date&lt;br /&gt;
*** Duration&lt;br /&gt;
*** Project Cost&lt;br /&gt;
*** Contract Type&lt;br /&gt;
*** End Date&lt;br /&gt;
*** Project Status&lt;br /&gt;
*** Project Funding&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (instructions)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (instructions)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
=== How to fix a CD player ===&lt;br /&gt;
* http://www.kuro5hin.org/story/2004/3/24/45212/6874&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** by (author)&lt;br /&gt;
** date and time submitted&lt;br /&gt;
** tags&lt;br /&gt;
** description&lt;br /&gt;
** summary&lt;br /&gt;
** instructions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
== existing formats ==&lt;br /&gt;
Please document in [[project-formats]].&lt;br /&gt;
&lt;br /&gt;
* [http://hyperdata.org/xmlns/project/ A vocabulary for describing projects] (primarily goal-oriented)&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project] (software project specific)&lt;br /&gt;
** [http://hyperdata.org/xmlns/hdoap/profile/ hDOAP] - previous [[poshformat|microformat-like]] effort&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines, milestones, and to-do items&lt;br /&gt;
* Resources&lt;br /&gt;
** [[hCard]] for participating people&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
*** [[rel-payment]]&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== brainstorming ==&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The projecta format is based on a set of fields common to numerous project sites and formats in use today on the web.  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;
== to-do ==&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Please, keep the format simple. The current brainstorms above don't follow an existing standard (existing standards must first be documented in [[project-formats]] before proceeeding). It is preferable to re-use and develop minimal modules rather than being verbose. Are these bad or good for example: the uuid:.. or scm:// ones ?&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38254</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38254"/>
		<updated>2009-03-29T03:38:57Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Digestion */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  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;
&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;
=== 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;
==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;
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;Duration&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38253</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38253"/>
		<updated>2009-03-29T03:38:06Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Format */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  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;
&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;
=== 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;
==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;
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;
Added field named &amp;quot;type&amp;quot; (re-used from [[hreview|hReview]]) with options &amp;quot;abstract&amp;quot; and &amp;quot;practical&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;goals&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;instructions&amp;quot; (re-used from [[hrecipe|hRecipe]]).&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;accomplishments&amp;quot;.&amp;lt;br /&amp;gt;&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38228</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38228"/>
		<updated>2009-03-25T05:21:14Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Field details */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. serves as the title for the project.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as the title for the project.&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;instructions&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the [http://grammartips.homestead.com/caps.html formatted text] corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, instructions, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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;
Toby, what do you suggest?&lt;br /&gt;
&lt;br /&gt;
====Digestion====&lt;br /&gt;
Added field named &amp;quot;type&amp;quot; (re-used from [[hreview|hReview]]) with options &amp;quot;abstract&amp;quot; and &amp;quot;practical&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;goals&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;instructions&amp;quot; (re-used from [[hrecipe|hRecipe]]).&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;accomplishments&amp;quot;.&amp;lt;br /&amp;gt;&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38227</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38227"/>
		<updated>2009-03-25T05:11:05Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Field details */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. serves as the title for the project.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as the title for the project.&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;instructions&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, instructions, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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;
Toby, what do you suggest?&lt;br /&gt;
&lt;br /&gt;
====Digestion====&lt;br /&gt;
Added field named &amp;quot;type&amp;quot; (re-used from [[hreview|hReview]]) with options &amp;quot;abstract&amp;quot; and &amp;quot;practical&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;goals&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;instructions&amp;quot; (re-used from [[hrecipe|hRecipe]]).&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;accomplishments&amp;quot;.&amp;lt;br /&amp;gt;&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project&amp;diff=38226</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project&amp;diff=38226"/>
		<updated>2009-03-25T05:10:29Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* brainstorming */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
This is a page for tracking the effort to develop a project microformat for authors and publishers to markup public projects like open-source software or other kinds of artistic distributions.&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
'''View each individual page as the main page omits some content.'''&lt;br /&gt;
{{formatset|project}}&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
=== scenarios ===&lt;br /&gt;
One of its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== real world examples ==&lt;br /&gt;
&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (summary)&lt;br /&gt;
** how (instructions)&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator (author)&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
*** Project Acronym&lt;br /&gt;
*** Project Reference&lt;br /&gt;
*** Start Date&lt;br /&gt;
*** Duration&lt;br /&gt;
*** Project Cost&lt;br /&gt;
*** Contract Type&lt;br /&gt;
*** End Date&lt;br /&gt;
*** Project Status&lt;br /&gt;
*** Project Funding&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (instructions)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (instructions)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
=== How to fix a CD player ===&lt;br /&gt;
* http://www.kuro5hin.org/story/2004/3/24/45212/6874&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** by (author)&lt;br /&gt;
** date and time submitted&lt;br /&gt;
** tags&lt;br /&gt;
** description&lt;br /&gt;
** summary&lt;br /&gt;
** instructions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
== existing formats ==&lt;br /&gt;
Please document in [[project-formats]].&lt;br /&gt;
&lt;br /&gt;
* [http://hyperdata.org/xmlns/project/ A vocabulary for describing projects] (primarily goal-oriented)&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project] (software project specific)&lt;br /&gt;
** [http://hyperdata.org/xmlns/hdoap/profile/ hDOAP] - previous [[poshformat|microformat-like]] effort&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines, milestones, and to-do items&lt;br /&gt;
* Resources&lt;br /&gt;
** [[hCard]] for participating people&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
*** [[rel-payment]]&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== brainstorming ==&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. serves as the title for the project.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as the title for the project..&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;instructions&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== markup sample ===&lt;br /&gt;
&amp;lt;strong&amp;gt;Note: this markup sample is not based on any [[project-examples]] implied schema, and therefore is an &amp;lt;em&amp;gt;a priori&amp;lt;/em&amp;gt; brainstorm that is not suitable for a microformat.&amp;lt;/strong&amp;gt;&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;project&amp;quot; id=&amp;quot;urn:uuid:233f6e5d-2ad2-4b7e-a3fe-1b90ef2fef57&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img class=&amp;quot;logo&amp;quot; src=&amp;quot;...&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Microformats&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;desc&amp;quot;&amp;gt;An initiative to extract common patterns from POSH&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Some informations&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://microformats.org/&amp;quot; rel=&amp;quot;home&amp;quot;&amp;gt;The primary home page of the project.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;source&amp;quot;&amp;gt;Here you can find its source code.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;release&amp;quot;&amp;gt;Get the releases.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;-- Every hCard is looked as a participant [including venues? ] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Project's tags&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;open&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;format&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;standard&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
=== CSS selection specification ===&lt;br /&gt;
&amp;lt;strong&amp;gt;Note: this markup sample is not based on any [[project-examples]] implied schema, and therefore is an &amp;lt;em&amp;gt;a priori&amp;lt;/em&amp;gt; brainstorm that is not suitable for a microformat.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A good way to describe the structure, is to look at it trough the view of CSS selectors. Designers sometimes need wrappers, which makes it hard to keep a strict structure. If you used jQuery, you know what I mean.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
.project[@id] : is an UUID (see http://ietf.org/rfc/rfc4122.txt).&lt;br /&gt;
A unique identifier for the project.&lt;br /&gt;
It is used to resolve name clashes.&lt;br /&gt;
.project .name : the content describes the project name.&lt;br /&gt;
Should not appear more that one time per project.&lt;br /&gt;
.project IMG.logo : the src is a link to the logo.&lt;br /&gt;
Can have different sizes with by adding &amp;quot;low | mid | high&amp;quot; classes.&lt;br /&gt;
.project A[@rel=home] : a project's home page&lt;br /&gt;
.project A[@rel=source] : a link to the project's source.&lt;br /&gt;
If it is a scm, it is generally solved by using different uris.&lt;br /&gt;
Like git:// or bzr:// or http+git://&lt;br /&gt;
.project A[@rel=release] : the linked pages contains file releases.&lt;br /&gt;
This page can contain hRelease microformat.&lt;br /&gt;
.project A[@rel=...] : many extensions can be imagined, like :&lt;br /&gt;
 &amp;quot;blog | wiki | parent-project | ...&amp;quot;&lt;br /&gt;
.project .tag : the content describes a project tag. You can&lt;br /&gt;
have as many as you wish.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== to-do ==&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Please, keep the format simple. The current brainstorms above don't follow an existing standard (existing standards must first be documented in [[project-formats]] before proceeeding). It is preferable to re-use and develop minimal modules rather than being verbose. Are these bad or good for example: the uuid:.. or scm:// ones ?&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38225</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38225"/>
		<updated>2009-03-25T05:09:42Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Schema */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. serves as the title for the project.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a one sentence summary of the project.&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;instructions&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, instructions, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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;
Toby, what do you suggest?&lt;br /&gt;
&lt;br /&gt;
====Digestion====&lt;br /&gt;
Added field named &amp;quot;type&amp;quot; (re-used from [[hreview|hReview]]) with options &amp;quot;abstract&amp;quot; and &amp;quot;practical&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;goals&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;instructions&amp;quot; (re-used from [[hrecipe|hRecipe]]).&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;accomplishments&amp;quot;.&amp;lt;br /&amp;gt;&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project&amp;diff=38223</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project&amp;diff=38223"/>
		<updated>2009-03-25T01:15:03Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* 43things */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
This is a page for tracking the effort to develop a project microformat for authors and publishers to markup public projects like open-source software or other kinds of artistic distributions.&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
'''View each individual page as the main page omits some content.'''&lt;br /&gt;
{{formatset|project}}&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
=== scenarios ===&lt;br /&gt;
One of its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== real world examples ==&lt;br /&gt;
&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (summary)&lt;br /&gt;
** how (instructions)&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator (author)&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
*** Project Acronym&lt;br /&gt;
*** Project Reference&lt;br /&gt;
*** Start Date&lt;br /&gt;
*** Duration&lt;br /&gt;
*** Project Cost&lt;br /&gt;
*** Contract Type&lt;br /&gt;
*** End Date&lt;br /&gt;
*** Project Status&lt;br /&gt;
*** Project Funding&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (instructions)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (instructions)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
=== How to fix a CD player ===&lt;br /&gt;
* http://www.kuro5hin.org/story/2004/3/24/45212/6874&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** by (author)&lt;br /&gt;
** date and time submitted&lt;br /&gt;
** tags&lt;br /&gt;
** description&lt;br /&gt;
** summary&lt;br /&gt;
** instructions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
== existing formats ==&lt;br /&gt;
Please document in [[project-formats]].&lt;br /&gt;
&lt;br /&gt;
* [http://hyperdata.org/xmlns/project/ A vocabulary for describing projects] (primarily goal-oriented)&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project] (software project specific)&lt;br /&gt;
** [http://hyperdata.org/xmlns/hdoap/profile/ hDOAP] - previous [[poshformat|microformat-like]] effort&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines, milestones, and to-do items&lt;br /&gt;
* Resources&lt;br /&gt;
** [[hCard]] for participating people&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
*** [[rel-payment]]&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== brainstorming ==&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. one sentence.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a one sentence summary of the project.&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;instructions&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== markup sample ===&lt;br /&gt;
&amp;lt;strong&amp;gt;Note: this markup sample is not based on any [[project-examples]] implied schema, and therefore is an &amp;lt;em&amp;gt;a priori&amp;lt;/em&amp;gt; brainstorm that is not suitable for a microformat.&amp;lt;/strong&amp;gt;&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;project&amp;quot; id=&amp;quot;urn:uuid:233f6e5d-2ad2-4b7e-a3fe-1b90ef2fef57&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img class=&amp;quot;logo&amp;quot; src=&amp;quot;...&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Microformats&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;desc&amp;quot;&amp;gt;An initiative to extract common patterns from POSH&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Some informations&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://microformats.org/&amp;quot; rel=&amp;quot;home&amp;quot;&amp;gt;The primary home page of the project.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;source&amp;quot;&amp;gt;Here you can find its source code.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;release&amp;quot;&amp;gt;Get the releases.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;-- Every hCard is looked as a participant [including venues? ] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Project's tags&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;open&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;format&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;standard&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
=== CSS selection specification ===&lt;br /&gt;
&amp;lt;strong&amp;gt;Note: this markup sample is not based on any [[project-examples]] implied schema, and therefore is an &amp;lt;em&amp;gt;a priori&amp;lt;/em&amp;gt; brainstorm that is not suitable for a microformat.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A good way to describe the structure, is to look at it trough the view of CSS selectors. Designers sometimes need wrappers, which makes it hard to keep a strict structure. If you used jQuery, you know what I mean.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
.project[@id] : is an UUID (see http://ietf.org/rfc/rfc4122.txt).&lt;br /&gt;
A unique identifier for the project.&lt;br /&gt;
It is used to resolve name clashes.&lt;br /&gt;
.project .name : the content describes the project name.&lt;br /&gt;
Should not appear more that one time per project.&lt;br /&gt;
.project IMG.logo : the src is a link to the logo.&lt;br /&gt;
Can have different sizes with by adding &amp;quot;low | mid | high&amp;quot; classes.&lt;br /&gt;
.project A[@rel=home] : a project's home page&lt;br /&gt;
.project A[@rel=source] : a link to the project's source.&lt;br /&gt;
If it is a scm, it is generally solved by using different uris.&lt;br /&gt;
Like git:// or bzr:// or http+git://&lt;br /&gt;
.project A[@rel=release] : the linked pages contains file releases.&lt;br /&gt;
This page can contain hRelease microformat.&lt;br /&gt;
.project A[@rel=...] : many extensions can be imagined, like :&lt;br /&gt;
 &amp;quot;blog | wiki | parent-project | ...&amp;quot;&lt;br /&gt;
.project .tag : the content describes a project tag. You can&lt;br /&gt;
have as many as you wish.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== to-do ==&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Please, keep the format simple. The current brainstorms above don't follow an existing standard (existing standards must first be documented in [[project-formats]] before proceeeding). It is preferable to re-use and develop minimal modules rather than being verbose. Are these bad or good for example: the uuid:.. or scm:// ones ?&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38222</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38222"/>
		<updated>2009-03-25T01:12:40Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Digestion */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. one sentence.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a one sentence summary of the project.&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;instructions&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, instructions, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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;
Toby, what do you suggest?&lt;br /&gt;
&lt;br /&gt;
====Digestion====&lt;br /&gt;
Added field named &amp;quot;type&amp;quot; (re-used from [[hreview|hReview]]) with options &amp;quot;abstract&amp;quot; and &amp;quot;practical&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;goals&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;instructions&amp;quot; (re-used from [[hrecipe|hRecipe]]).&amp;lt;br /&amp;gt;&lt;br /&gt;
Added field named &amp;quot;accomplishments&amp;quot;.&amp;lt;br /&amp;gt;&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project&amp;diff=38221</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project&amp;diff=38221"/>
		<updated>2009-03-25T01:10:50Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* real world examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
This is a page for tracking the effort to develop a project microformat for authors and publishers to markup public projects like open-source software or other kinds of artistic distributions.&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
'''View each individual page as the main page omits some content.'''&lt;br /&gt;
{{formatset|project}}&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
=== scenarios ===&lt;br /&gt;
One of its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== real world examples ==&lt;br /&gt;
&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (summary)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator (author)&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
*** Project Acronym&lt;br /&gt;
*** Project Reference&lt;br /&gt;
*** Start Date&lt;br /&gt;
*** Duration&lt;br /&gt;
*** Project Cost&lt;br /&gt;
*** Contract Type&lt;br /&gt;
*** End Date&lt;br /&gt;
*** Project Status&lt;br /&gt;
*** Project Funding&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (instructions)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (instructions)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
=== How to fix a CD player ===&lt;br /&gt;
* http://www.kuro5hin.org/story/2004/3/24/45212/6874&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** by (author)&lt;br /&gt;
** date and time submitted&lt;br /&gt;
** tags&lt;br /&gt;
** description&lt;br /&gt;
** summary&lt;br /&gt;
** instructions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
== existing formats ==&lt;br /&gt;
Please document in [[project-formats]].&lt;br /&gt;
&lt;br /&gt;
* [http://hyperdata.org/xmlns/project/ A vocabulary for describing projects] (primarily goal-oriented)&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project] (software project specific)&lt;br /&gt;
** [http://hyperdata.org/xmlns/hdoap/profile/ hDOAP] - previous [[poshformat|microformat-like]] effort&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines, milestones, and to-do items&lt;br /&gt;
* Resources&lt;br /&gt;
** [[hCard]] for participating people&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
*** [[rel-payment]]&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== brainstorming ==&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. one sentence.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a one sentence summary of the project.&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;instructions&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== markup sample ===&lt;br /&gt;
&amp;lt;strong&amp;gt;Note: this markup sample is not based on any [[project-examples]] implied schema, and therefore is an &amp;lt;em&amp;gt;a priori&amp;lt;/em&amp;gt; brainstorm that is not suitable for a microformat.&amp;lt;/strong&amp;gt;&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;project&amp;quot; id=&amp;quot;urn:uuid:233f6e5d-2ad2-4b7e-a3fe-1b90ef2fef57&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img class=&amp;quot;logo&amp;quot; src=&amp;quot;...&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Microformats&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;desc&amp;quot;&amp;gt;An initiative to extract common patterns from POSH&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Some informations&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://microformats.org/&amp;quot; rel=&amp;quot;home&amp;quot;&amp;gt;The primary home page of the project.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;source&amp;quot;&amp;gt;Here you can find its source code.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;release&amp;quot;&amp;gt;Get the releases.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;-- Every hCard is looked as a participant [including venues? ] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Project's tags&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;open&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;format&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;standard&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
=== CSS selection specification ===&lt;br /&gt;
&amp;lt;strong&amp;gt;Note: this markup sample is not based on any [[project-examples]] implied schema, and therefore is an &amp;lt;em&amp;gt;a priori&amp;lt;/em&amp;gt; brainstorm that is not suitable for a microformat.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A good way to describe the structure, is to look at it trough the view of CSS selectors. Designers sometimes need wrappers, which makes it hard to keep a strict structure. If you used jQuery, you know what I mean.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
.project[@id] : is an UUID (see http://ietf.org/rfc/rfc4122.txt).&lt;br /&gt;
A unique identifier for the project.&lt;br /&gt;
It is used to resolve name clashes.&lt;br /&gt;
.project .name : the content describes the project name.&lt;br /&gt;
Should not appear more that one time per project.&lt;br /&gt;
.project IMG.logo : the src is a link to the logo.&lt;br /&gt;
Can have different sizes with by adding &amp;quot;low | mid | high&amp;quot; classes.&lt;br /&gt;
.project A[@rel=home] : a project's home page&lt;br /&gt;
.project A[@rel=source] : a link to the project's source.&lt;br /&gt;
If it is a scm, it is generally solved by using different uris.&lt;br /&gt;
Like git:// or bzr:// or http+git://&lt;br /&gt;
.project A[@rel=release] : the linked pages contains file releases.&lt;br /&gt;
This page can contain hRelease microformat.&lt;br /&gt;
.project A[@rel=...] : many extensions can be imagined, like :&lt;br /&gt;
 &amp;quot;blog | wiki | parent-project | ...&amp;quot;&lt;br /&gt;
.project .tag : the content describes a project tag. You can&lt;br /&gt;
have as many as you wish.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== to-do ==&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Please, keep the format simple. The current brainstorms above don't follow an existing standard (existing standards must first be documented in [[project-formats]] before proceeeding). It is preferable to re-use and develop minimal modules rather than being verbose. Are these bad or good for example: the uuid:.. or scm:// ones ?&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38220</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38220"/>
		<updated>2009-03-25T00:59:45Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Centralized Implementations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (summary)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator (author)&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
*** Project Acronym&lt;br /&gt;
*** Project Reference&lt;br /&gt;
*** Start Date&lt;br /&gt;
*** Duration&lt;br /&gt;
*** Project Cost&lt;br /&gt;
*** Contract Type&lt;br /&gt;
*** End Date&lt;br /&gt;
*** Project Status&lt;br /&gt;
*** Project Funding&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (instructions)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (instructions)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
=== How to fix a CD player ===&lt;br /&gt;
* http://www.kuro5hin.org/story/2004/3/24/45212/6874&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** by (author)&lt;br /&gt;
** date and time submitted&lt;br /&gt;
** tags&lt;br /&gt;
** description&lt;br /&gt;
** summary&lt;br /&gt;
** instructions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38219</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38219"/>
		<updated>2009-03-25T00:47:41Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Digestion */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. one sentence.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a one sentence summary of the project.&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;instructions&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, instructions, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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;
Toby, what do you suggest?&lt;br /&gt;
&lt;br /&gt;
====Digestion====&lt;br /&gt;
Added field named &amp;quot;type&amp;quot; (re-used from [[hreview|hReview]]) with options &amp;quot;abstract&amp;quot; and &amp;quot;practical&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Added field named &amp;quot;goals&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Added field named &amp;quot;instructions&amp;quot; (re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
Added field named &amp;quot;accomplishments&amp;quot;.&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project&amp;diff=38218</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project&amp;diff=38218"/>
		<updated>2009-03-25T00:46:32Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* brainstorming */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
This is a page for tracking the effort to develop a project microformat for authors and publishers to markup public projects like open-source software or other kinds of artistic distributions.&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
'''View each individual page as the main page omits some content.'''&lt;br /&gt;
{{formatset|project}}&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
=== scenarios ===&lt;br /&gt;
One of its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== real world examples ==&lt;br /&gt;
&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things.com ===&lt;br /&gt;
* http://43things.com&lt;br /&gt;
How I did a project&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material&lt;br /&gt;
** Gauge&lt;br /&gt;
** directions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
== existing formats ==&lt;br /&gt;
Please document in [[project-formats]].&lt;br /&gt;
&lt;br /&gt;
* [http://hyperdata.org/xmlns/project/ A vocabulary for describing projects] (primarily goal-oriented)&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project] (software project specific)&lt;br /&gt;
** [http://hyperdata.org/xmlns/hdoap/profile/ hDOAP] - previous [[poshformat|microformat-like]] effort&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines, milestones, and to-do items&lt;br /&gt;
* Resources&lt;br /&gt;
** [[hCard]] for participating people&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
*** [[rel-payment]]&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== brainstorming ==&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. one sentence.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a one sentence summary of the project.&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;instructions&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== markup sample ===&lt;br /&gt;
&amp;lt;strong&amp;gt;Note: this markup sample is not based on any [[project-examples]] implied schema, and therefore is an &amp;lt;em&amp;gt;a priori&amp;lt;/em&amp;gt; brainstorm that is not suitable for a microformat.&amp;lt;/strong&amp;gt;&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;project&amp;quot; id=&amp;quot;urn:uuid:233f6e5d-2ad2-4b7e-a3fe-1b90ef2fef57&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img class=&amp;quot;logo&amp;quot; src=&amp;quot;...&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Microformats&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;desc&amp;quot;&amp;gt;An initiative to extract common patterns from POSH&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Some informations&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://microformats.org/&amp;quot; rel=&amp;quot;home&amp;quot;&amp;gt;The primary home page of the project.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;source&amp;quot;&amp;gt;Here you can find its source code.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;release&amp;quot;&amp;gt;Get the releases.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;-- Every hCard is looked as a participant [including venues? ] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Project's tags&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;open&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;format&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;standard&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
=== CSS selection specification ===&lt;br /&gt;
&amp;lt;strong&amp;gt;Note: this markup sample is not based on any [[project-examples]] implied schema, and therefore is an &amp;lt;em&amp;gt;a priori&amp;lt;/em&amp;gt; brainstorm that is not suitable for a microformat.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A good way to describe the structure, is to look at it trough the view of CSS selectors. Designers sometimes need wrappers, which makes it hard to keep a strict structure. If you used jQuery, you know what I mean.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
.project[@id] : is an UUID (see http://ietf.org/rfc/rfc4122.txt).&lt;br /&gt;
A unique identifier for the project.&lt;br /&gt;
It is used to resolve name clashes.&lt;br /&gt;
.project .name : the content describes the project name.&lt;br /&gt;
Should not appear more that one time per project.&lt;br /&gt;
.project IMG.logo : the src is a link to the logo.&lt;br /&gt;
Can have different sizes with by adding &amp;quot;low | mid | high&amp;quot; classes.&lt;br /&gt;
.project A[@rel=home] : a project's home page&lt;br /&gt;
.project A[@rel=source] : a link to the project's source.&lt;br /&gt;
If it is a scm, it is generally solved by using different uris.&lt;br /&gt;
Like git:// or bzr:// or http+git://&lt;br /&gt;
.project A[@rel=release] : the linked pages contains file releases.&lt;br /&gt;
This page can contain hRelease microformat.&lt;br /&gt;
.project A[@rel=...] : many extensions can be imagined, like :&lt;br /&gt;
 &amp;quot;blog | wiki | parent-project | ...&amp;quot;&lt;br /&gt;
.project .tag : the content describes a project tag. You can&lt;br /&gt;
have as many as you wish.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== to-do ==&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Please, keep the format simple. The current brainstorms above don't follow an existing standard (existing standards must first be documented in [[project-formats]] before proceeeding). It is preferable to re-use and develop minimal modules rather than being verbose. Are these bad or good for example: the uuid:.. or scm:// ones ?&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38217</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38217"/>
		<updated>2009-03-24T23:34:12Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* RX-8 iPod Install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (summary)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator (author)&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
*** Project Acronym&lt;br /&gt;
*** Project Reference&lt;br /&gt;
*** Start Date&lt;br /&gt;
*** Duration&lt;br /&gt;
*** Project Cost&lt;br /&gt;
*** Contract Type&lt;br /&gt;
*** End Date&lt;br /&gt;
*** Project Status&lt;br /&gt;
*** Project Funding&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (instructions)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (instructions)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38216</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38216"/>
		<updated>2009-03-24T23:33:48Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Poncho */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (summary)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator (author)&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
*** Project Acronym&lt;br /&gt;
*** Project Reference&lt;br /&gt;
*** Start Date&lt;br /&gt;
*** Duration&lt;br /&gt;
*** Project Cost&lt;br /&gt;
*** Contract Type&lt;br /&gt;
*** End Date&lt;br /&gt;
*** Project Status&lt;br /&gt;
*** Project Funding&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (instructions)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (steps)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=projecta&amp;diff=38215</id>
		<title>projecta</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=projecta&amp;diff=38215"/>
		<updated>2009-03-24T23:32:27Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: &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;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The projecta format is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] standards.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The projecta format is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. one sentence.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a one sentence summary of the project.&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;instructions&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, instructions, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38214</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38214"/>
		<updated>2009-03-24T23:28:21Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Field details */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. one sentence.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a one sentence summary of the project.&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;instructions&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, instructions, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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;
Toby, what do you suggest?&lt;br /&gt;
&lt;br /&gt;
====Digestion====&lt;br /&gt;
Added field named &amp;quot;type&amp;quot; (re-used from [[hreview|hReview]]) with options &amp;quot;abstract&amp;quot; and &amp;quot;practical&amp;quot;.&lt;br /&gt;
Added field named &amp;quot;goals&amp;quot;.&lt;br /&gt;
Added field named &amp;quot;instructions&amp;quot; (re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
Added field named &amp;quot;accomplishments&amp;quot;.&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38213</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38213"/>
		<updated>2009-03-24T23:26:54Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Format Development */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. one sentence.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a one sentence summary of the project.&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;steps&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, instructions, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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;
Toby, what do you suggest?&lt;br /&gt;
&lt;br /&gt;
====Digestion====&lt;br /&gt;
Added field named &amp;quot;type&amp;quot; (re-used from [[hreview|hReview]]) with options &amp;quot;abstract&amp;quot; and &amp;quot;practical&amp;quot;.&lt;br /&gt;
Added field named &amp;quot;goals&amp;quot;.&lt;br /&gt;
Added field named &amp;quot;instructions&amp;quot; (re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
Added field named &amp;quot;accomplishments&amp;quot;.&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38212</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38212"/>
		<updated>2009-03-24T23:19:02Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Format */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''version'''. optional. text.&lt;br /&gt;
** '''summary'''. optional. text. one sentence.&lt;br /&gt;
** '''type'''. optional. abstract | practical.&lt;br /&gt;
** '''project''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''author'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''description'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** '''goals'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''instructions'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''accomplishments'''. optional. text with valid HTML '''&amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** '''requirements'''. optional. text {{may}} include valid HTML markup e.g. paragraphs or a list. &lt;br /&gt;
** '''tags'''. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** '''permalink'''. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a one sentence summary of the project.&lt;br /&gt;
&lt;br /&gt;
'''type''':: This optional field &amp;quot;type&amp;quot; provides the type of project, one of the following: abstract, practical.  If omitted, then in some cases the project type may be inferred. For projects of type &amp;quot;abstract&amp;quot; {{should}} have &amp;quot;goals&amp;quot; and/or &amp;quot;accomplishments&amp;quot; fields completed.  For projects of type &amp;quot;practical&amp;quot; {{should}} have &amp;quot;steps&amp;quot; field completed.&lt;br /&gt;
&lt;br /&gt;
'''project''':: This required field {{must}} have at a minimum the name (&amp;quot;fn&amp;quot; - the formatted text corresponding to the name) of ''the'' project (a projecta describes only one project), {{may}} provide at least one URI (&amp;quot;url&amp;quot;) for the project, and {{may}} provide at least one URL to a photo or depiction (&amp;quot;photo&amp;quot;) of the project. However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the project element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''goals''':: This optional field documents the project's goals.&lt;br /&gt;
&lt;br /&gt;
'''instructions''':: This optional field documents the instructions required to complete the project. Re-used from [[hrecipe|hRecipe]].&lt;br /&gt;
&lt;br /&gt;
'''accomplishments''':: This optional field documents the project's accomplishments.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], and [[hrecipe|hRecipe]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, instructions, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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;
What do you suggest?&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38207</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38207"/>
		<updated>2009-03-24T21:43:30Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Schema */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]] and [[hcalendar|hCalendar]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;version&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;'''. required. text. the name of the project.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;'''. optional. text. one sentence.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;project&amp;lt;/code&amp;gt;''' info. required. ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''&amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** requirements. optional. text with optional '''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' to products or other projects.&lt;br /&gt;
** steps. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** tags. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** permalink. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''title''':: This required field {{must}} have at a minimum the name of the project.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a one sentence summary of the project.&lt;br /&gt;
&lt;br /&gt;
'''project info''':: This required field {{must}} have at a minimum the name.  However, when using item info subproperties (&amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the item element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: The optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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;
What do you suggest?&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38206</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38206"/>
		<updated>2009-03-24T21:42:54Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Projecta */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]] and [[hcalendar|hCalendar]].&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;version&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;'''. required. text. the name of the project.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;'''. optional. text. one sentence &lt;br /&gt;
** '''&amp;lt;code&amp;gt;project&amp;lt;/code&amp;gt;''' info. required. ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''&amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** requirements. optional. text with optional '''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' to products or other projects.&lt;br /&gt;
** steps. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** tags. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** permalink. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''title''':: This required field {{must}} have at a minimum the name of the project.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a one sentence summary of the project.&lt;br /&gt;
&lt;br /&gt;
'''project info''':: This required field {{must}} have at a minimum the name.  However, when using item info subproperties (&amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the item element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: The optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the input of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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;
What do you suggest?&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38201</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38201"/>
		<updated>2009-03-22T05:58:05Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* 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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] standards.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* Projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;version&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;project&amp;lt;/code&amp;gt;''' info. required. ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''&amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** requirements. optional. text with optional '''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' to products or other projects.&lt;br /&gt;
** steps. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** tags. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** permalink. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a title for the project itself.&lt;br /&gt;
&lt;br /&gt;
'''project info''':: This required field {{must}} have at a minimum the name  However, when using item info subproperties (&amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the item element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: The optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
The projecta format is intended to be used in conjunction with MediaWiki which will require a username to submit a new project. The username will be represented with an hCard.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the written opinion of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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;
What do you suggest?&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38182</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38182"/>
		<updated>2009-03-18T05:02:25Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* CORDIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (summary)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator (author)&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
*** Project Acronym&lt;br /&gt;
*** Project Reference&lt;br /&gt;
*** Start Date&lt;br /&gt;
*** Duration&lt;br /&gt;
*** Project Cost&lt;br /&gt;
*** Contract Type&lt;br /&gt;
*** End Date&lt;br /&gt;
*** Project Status&lt;br /&gt;
*** Project Funding&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (steps)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (steps)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38181</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38181"/>
		<updated>2009-03-18T04:54:49Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Format */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] standards.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* Projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;version&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;project&amp;lt;/code&amp;gt;''' info. required. ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''&amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** requirements. optional. text with optional '''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' to products or other projects.&lt;br /&gt;
** steps. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** tags. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** permalink. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a title for the project itself.&lt;br /&gt;
&lt;br /&gt;
'''project info''':: This required field {{must}} have at a minimum the name  However, when using item info subproperties (&amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the item element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: The optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
The projecta format is intended to be used in conjunction with MediaWiki which will require a username to submit a new project. The username will be represented with an hCard.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the written opinion of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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;
What do you suggest?&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38180</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38180"/>
		<updated>2009-03-18T04:49:24Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* 43things */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (summary)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (steps)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (steps)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38179</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38179"/>
		<updated>2009-03-18T04:44:38Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: Undo revision 38178 by Crojecta (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (steps)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (steps)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38178</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38178"/>
		<updated>2009-03-18T04:43:31Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* CORDIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (steps)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (steps)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38177</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38177"/>
		<updated>2009-03-18T04:42:36Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* RX-8 iPod Install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (steps)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (steps)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38176</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38176"/>
		<updated>2009-03-18T04:41:20Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Poncho */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material (requirements)&lt;br /&gt;
** Gauge (notes)&lt;br /&gt;
** directions (steps)&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (steps)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** Notes (notes)&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38175</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38175"/>
		<updated>2009-03-18T04:40:32Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* RX-8 iPod Install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material&lt;br /&gt;
** Gauge&lt;br /&gt;
** directions&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (steps)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** Notes (notes)&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38174</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38174"/>
		<updated>2009-03-18T04:37:18Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* RX-8 iPod Install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material&lt;br /&gt;
** Gauge&lt;br /&gt;
** directions&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (steps)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** Notes&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38173</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38173"/>
		<updated>2009-03-18T04:33:41Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* RX-8 iPod Install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material&lt;br /&gt;
** Gauge&lt;br /&gt;
** directions&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
How to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (steps)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** Notes (Bullets)&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38172</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38172"/>
		<updated>2009-03-18T04:33:20Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material&lt;br /&gt;
** Gauge&lt;br /&gt;
** directions&lt;br /&gt;
&lt;br /&gt;
=== RX-8 iPod Install ===&lt;br /&gt;
how to install an iPod into an RX-8&lt;br /&gt;
* http://www.whatsmyip.org/ipodrx8/&lt;br /&gt;
&lt;br /&gt;
** title&lt;br /&gt;
** author&lt;br /&gt;
** date&lt;br /&gt;
** Car Compatibility List (summary)&lt;br /&gt;
** Basic Idea (steps)&lt;br /&gt;
** Tools Needed (requirements)&lt;br /&gt;
** Notes (Bullets)&lt;br /&gt;
** WARNING&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=projecta&amp;diff=38171</id>
		<title>projecta</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=projecta&amp;diff=38171"/>
		<updated>2009-03-18T03:38:19Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Field details */&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;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The projecta format is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] standards.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* Projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;version&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;project&amp;lt;/code&amp;gt;'''. info. required. ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** requirements. optional. text with optional '''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' to products or other projects.&lt;br /&gt;
** steps. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** tags. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** permalink. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a title for the project itself.&lt;br /&gt;
&lt;br /&gt;
'''project info''':: This required field {{must}} have at a minimum the name  However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the item element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: This optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
The projecta format is intended to be used in conjunction with MediaWiki which will require a username to submit a new project. The username will be represented with an hCard.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the written opinion of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''steps''':: Steps are represented using an ordered list of tasks required to complete the project. Represented as an ordered list with list elements.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] microformats: &amp;lt;code&amp;gt;version, summary, fn, url, photo, description, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=projecta&amp;diff=38170</id>
		<title>projecta</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=projecta&amp;diff=38170"/>
		<updated>2009-03-18T03:36:41Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Schema */&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;
== Format ==&lt;br /&gt;
=== In General ===&lt;br /&gt;
The projecta format is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] standards.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* Projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;version&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;project&amp;lt;/code&amp;gt;'''. info. required. ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** requirements. optional. text with optional '''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' to products or other projects.&lt;br /&gt;
** steps. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** tags. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** permalink. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a title for the project itself.&lt;br /&gt;
&lt;br /&gt;
'''project info''':: This required field {{must}} have at a minimum the name  However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the item element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: The optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
The projecta format is intended to be used in conjunction with MediaWiki which will require a username to submit a new project. The username will be represented with an hCard.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the written opinion of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''steps''':: Steps are represented using an ordered list of tasks required to complete the project. Represented as an ordered list with list elements.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] microformats: &amp;lt;code&amp;gt;version, summary, fn, url, photo, description, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38167</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38167"/>
		<updated>2009-03-18T01:18:52Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Project Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek]&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material&lt;br /&gt;
** Gauge&lt;br /&gt;
** directions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project&amp;diff=38143</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project&amp;diff=38143"/>
		<updated>2009-03-13T10:09:35Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
This is a page for tracking the effort to develop a project microformat for authors and publishers to markup public projects like open-source software or other kinds of artistic distributions.&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
'''View each individual page as the main page omits some content.'''&lt;br /&gt;
{{formatset|project}}&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
=== scenarios ===&lt;br /&gt;
One of its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== real world examples ==&lt;br /&gt;
&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things.com ===&lt;br /&gt;
* http://43things.com&lt;br /&gt;
How I did a project&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material&lt;br /&gt;
** Gauge&lt;br /&gt;
** directions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
== existing formats ==&lt;br /&gt;
Please document in [[project-formats]].&lt;br /&gt;
&lt;br /&gt;
* [http://hyperdata.org/xmlns/project/ A vocabulary for describing projects] (primarily goal-oriented)&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project] (software project specific)&lt;br /&gt;
** [http://hyperdata.org/xmlns/hdoap/profile/ hDOAP] - previous [[poshformat|microformat-like]] effort&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines, milestones, and to-do items&lt;br /&gt;
* Resources&lt;br /&gt;
** [[hCard]] for participating people&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
*** [[rel-payment]]&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== brainstorming ==&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* Projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;version&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;project&amp;lt;/code&amp;gt;''' info. required. ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''&amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** requirements. optional. text with optional '''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' to products or other projects.&lt;br /&gt;
** steps. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** tags. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** permalink. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a title for the project itself.&lt;br /&gt;
&lt;br /&gt;
'''project info''':: This required field {{must}} have at a minimum the name  However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the item element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: The optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
The projecta format is intended to be used in conjunction with MediaWiki which will require a username to submit a new project. The username will be represented with an hCard.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the written opinion of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''steps''':: Steps are represented using an ordered list of tasks required to complete the project. Represented as an ordered list with list elements.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] microformats: &amp;lt;code&amp;gt;version, summary, fn, url, photo, description, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== markup sample ===&lt;br /&gt;
&amp;lt;strong&amp;gt;Note: this markup sample is not based on any [[project-examples]] implied schema, and therefore is an &amp;lt;em&amp;gt;a priori&amp;lt;/em&amp;gt; brainstorm that is not suitable for a microformat.&amp;lt;/strong&amp;gt;&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;project&amp;quot; id=&amp;quot;urn:uuid:233f6e5d-2ad2-4b7e-a3fe-1b90ef2fef57&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img class=&amp;quot;logo&amp;quot; src=&amp;quot;...&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Microformats&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;desc&amp;quot;&amp;gt;An initiative to extract common patterns from POSH&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Some informations&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://microformats.org/&amp;quot; rel=&amp;quot;home&amp;quot;&amp;gt;The primary home page of the project.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;source&amp;quot;&amp;gt;Here you can find its source code.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;release&amp;quot;&amp;gt;Get the releases.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;-- Every hCard is looked as a participant [including venues? ] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Project's tags&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;open&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;format&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;standard&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
=== CSS selection specification ===&lt;br /&gt;
&amp;lt;strong&amp;gt;Note: this markup sample is not based on any [[project-examples]] implied schema, and therefore is an &amp;lt;em&amp;gt;a priori&amp;lt;/em&amp;gt; brainstorm that is not suitable for a microformat.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A good way to describe the structure, is to look at it trough the view of CSS selectors. Designers sometimes need wrappers, which makes it hard to keep a strict structure. If you used jQuery, you know what I mean.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
.project[@id] : is an UUID (see http://ietf.org/rfc/rfc4122.txt).&lt;br /&gt;
A unique identifier for the project.&lt;br /&gt;
It is used to resolve name clashes.&lt;br /&gt;
.project .name : the content describes the project name.&lt;br /&gt;
Should not appear more that one time per project.&lt;br /&gt;
.project IMG.logo : the src is a link to the logo.&lt;br /&gt;
Can have different sizes with by adding &amp;quot;low | mid | high&amp;quot; classes.&lt;br /&gt;
.project A[@rel=home] : a project's home page&lt;br /&gt;
.project A[@rel=source] : a link to the project's source.&lt;br /&gt;
If it is a scm, it is generally solved by using different uris.&lt;br /&gt;
Like git:// or bzr:// or http+git://&lt;br /&gt;
.project A[@rel=release] : the linked pages contains file releases.&lt;br /&gt;
This page can contain hRelease microformat.&lt;br /&gt;
.project A[@rel=...] : many extensions can be imagined, like :&lt;br /&gt;
 &amp;quot;blog | wiki | parent-project | ...&amp;quot;&lt;br /&gt;
.project .tag : the content describes a project tag. You can&lt;br /&gt;
have as many as you wish.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== to-do ==&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Please, keep the format simple. The current brainstorms above don't follow an existing standard (existing standards must first be documented in [[project-formats]] before proceeeding). It is preferable to re-use and develop minimal modules rather than being verbose. Are these bad or good for example: the uuid:.. or scm:// ones ?&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38142</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38142"/>
		<updated>2009-03-13T02:19:54Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Project Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com Derek] &lt;br /&gt;
&lt;br /&gt;
There are two kinds 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;
__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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material&lt;br /&gt;
** Gauge&lt;br /&gt;
** directions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project&amp;diff=38141</id>
		<title>project</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project&amp;diff=38141"/>
		<updated>2009-03-13T02:09:26Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* real world examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Project&amp;lt;/h1&amp;gt;&lt;br /&gt;
This is a page for tracking the effort to develop a project microformat for authors and publishers to markup public projects like open-source software or other kinds of artistic distributions.&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
{{formatset|project}}&lt;br /&gt;
&lt;br /&gt;
== problem statement ==&lt;br /&gt;
=== scenarios ===&lt;br /&gt;
One of its primary intent is to allow robots to automatically classify projects in a freshmeat &amp;lt;!-- ? --&amp;gt; manner by browsing the web.&lt;br /&gt;
[[User:ZimbaTm|ZimbaTm]] 08:31, 12 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
== real world examples ==&lt;br /&gt;
&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things.com ===&lt;br /&gt;
* http://43things.com&lt;br /&gt;
How I did a project&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material&lt;br /&gt;
** Gauge&lt;br /&gt;
** directions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&lt;br /&gt;
&lt;br /&gt;
== existing formats ==&lt;br /&gt;
Please document in [[project-formats]].&lt;br /&gt;
&lt;br /&gt;
* [http://hyperdata.org/xmlns/project/ A vocabulary for describing projects] (primarily goal-oriented)&lt;br /&gt;
* [http://usefulinc.com/doap/ DOAP: Description of a Project] (software project specific)&lt;br /&gt;
** [http://hyperdata.org/xmlns/hdoap/profile/ hDOAP] - previous [[poshformat|microformat-like]] effort&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique Program Evaluation and Review Technique]&lt;br /&gt;
&lt;br /&gt;
== Related microformats ==&lt;br /&gt;
* [[hCalendar]] for timelines, milestones, and to-do items&lt;br /&gt;
* Resources&lt;br /&gt;
** [[hCard]] for participating people&lt;br /&gt;
** [[product]] for stuff(?)&lt;br /&gt;
*** [[rel-payment]]&lt;br /&gt;
* [[hReview]] for debriefing&lt;br /&gt;
&lt;br /&gt;
== brainstorming ==&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* Projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;version&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;project&amp;lt;/code&amp;gt;''' info. required. ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''&amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** requirements. optional. text with optional '''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' to products or other projects.&lt;br /&gt;
** steps. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** tags. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** permalink. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a title for the project itself.&lt;br /&gt;
&lt;br /&gt;
'''project info''':: This required field {{must}} have at a minimum the name  However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the item element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: The optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
The projecta format is intended to be used in conjunction with MediaWiki which will require a username to submit a new project. The username will be represented with an hCard.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the written opinion of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''steps''':: Steps are represented using an ordered list of tasks required to complete the project. Represented as an ordered list with list elements.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] microformats: &amp;lt;code&amp;gt;version, summary, fn, url, photo, description, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== markup sample ===&lt;br /&gt;
&amp;lt;strong&amp;gt;Note: this markup sample is not based on any [[project-examples]] implied schema, and therefore is an &amp;lt;em&amp;gt;a priori&amp;lt;/em&amp;gt; brainstorm that is not suitable for a microformat.&amp;lt;/strong&amp;gt;&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;project&amp;quot; id=&amp;quot;urn:uuid:233f6e5d-2ad2-4b7e-a3fe-1b90ef2fef57&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img class=&amp;quot;logo&amp;quot; src=&amp;quot;...&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Microformats&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;desc&amp;quot;&amp;gt;An initiative to extract common patterns from POSH&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Some informations&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://microformats.org/&amp;quot; rel=&amp;quot;home&amp;quot;&amp;gt;The primary home page of the project.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;source&amp;quot;&amp;gt;Here you can find its source code.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;...&amp;quot; rel=&amp;quot;release&amp;quot;&amp;gt;Get the releases.&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;-- Every hCard is looked as a participant [including venues? ] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;h1&amp;gt;Project's tags&amp;lt;/h1&amp;gt;&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;open&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;format&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li class=&amp;quot;tag&amp;quot;&amp;gt;standard&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ul&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;
=== CSS selection specification ===&lt;br /&gt;
&amp;lt;strong&amp;gt;Note: this markup sample is not based on any [[project-examples]] implied schema, and therefore is an &amp;lt;em&amp;gt;a priori&amp;lt;/em&amp;gt; brainstorm that is not suitable for a microformat.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A good way to describe the structure, is to look at it trough the view of CSS selectors. Designers sometimes need wrappers, which makes it hard to keep a strict structure. If you used jQuery, you know what I mean.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
.project[@id] : is an UUID (see http://ietf.org/rfc/rfc4122.txt).&lt;br /&gt;
A unique identifier for the project.&lt;br /&gt;
It is used to resolve name clashes.&lt;br /&gt;
.project .name : the content describes the project name.&lt;br /&gt;
Should not appear more that one time per project.&lt;br /&gt;
.project IMG.logo : the src is a link to the logo.&lt;br /&gt;
Can have different sizes with by adding &amp;quot;low | mid | high&amp;quot; classes.&lt;br /&gt;
.project A[@rel=home] : a project's home page&lt;br /&gt;
.project A[@rel=source] : a link to the project's source.&lt;br /&gt;
If it is a scm, it is generally solved by using different uris.&lt;br /&gt;
Like git:// or bzr:// or http+git://&lt;br /&gt;
.project A[@rel=release] : the linked pages contains file releases.&lt;br /&gt;
This page can contain hRelease microformat.&lt;br /&gt;
.project A[@rel=...] : many extensions can be imagined, like :&lt;br /&gt;
 &amp;quot;blog | wiki | parent-project | ...&amp;quot;&lt;br /&gt;
.project .tag : the content describes a project tag. You can&lt;br /&gt;
have as many as you wish.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== to-do ==&lt;br /&gt;
* [[project-examples]]&lt;br /&gt;
* [[project-formats]]&lt;br /&gt;
* Lots of discussion I guess, to satisfy different kinds of projects&lt;br /&gt;
* Semantic approval of experts&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Please, keep the format simple. The current brainstorms above don't follow an existing standard (existing standards must first be documented in [[project-formats]] before proceeeding). It is preferable to re-use and develop minimal modules rather than being verbose. Are these bad or good for example: the uuid:.. or scm:// ones ?&lt;br /&gt;
&lt;br /&gt;
== Related ideas ==&lt;br /&gt;
* Release: semantic description of a project release. Possible usages : automatic tracking and/or conversion for package managers, automatic platform/mirror selection for download managers.&lt;/div&gt;</summary>
		<author><name>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38140</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38140"/>
		<updated>2009-03-13T02:08:17Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Project Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com/ Derek] &lt;br /&gt;
&lt;br /&gt;
There are two kinds 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.&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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material&lt;br /&gt;
** Gauge&lt;br /&gt;
** directions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38139</id>
		<title>project-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-examples&amp;diff=38139"/>
		<updated>2009-03-13T01:52:36Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Centralized Implementations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Project Examples =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for posting &amp;quot;projects&amp;quot; on the Web.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of project examples from real world sites for the design of a simple project [[microformat]]. -[http://crojecta.com/ Derek] &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;
== Examples on the Web ==&lt;br /&gt;
&lt;br /&gt;
== Centralized Implementations ==&lt;br /&gt;
=== Freshmeat.net ===&lt;br /&gt;
Description of the software project&lt;br /&gt;
* http://freshmeat.net&lt;br /&gt;
&lt;br /&gt;
** full project name (This is the publicly visible project name.)&lt;br /&gt;
** short project name (This will be used to generate a /projects/&amp;lt;shortname&amp;gt;/ URL for your project.)&lt;br /&gt;
** full description&lt;br /&gt;
** short description&lt;br /&gt;
** name of author&lt;br /&gt;
** email address&lt;br /&gt;
** branch name&lt;br /&gt;
** branch description&lt;br /&gt;
** license&lt;br /&gt;
** homepage&lt;br /&gt;
** Tar/GZ&lt;br /&gt;
** Tar/BZ2&lt;br /&gt;
** Zip&lt;br /&gt;
** Changelog&lt;br /&gt;
** RPM package&lt;br /&gt;
** Debian package&lt;br /&gt;
** OS X package&lt;br /&gt;
** Bittorrent&lt;br /&gt;
** BSD Ports URL&lt;br /&gt;
** Autopackage URL&lt;br /&gt;
** Jar&lt;br /&gt;
** Purchase&lt;br /&gt;
** CVS tree (cvsweb)&lt;br /&gt;
** Bug tracker&lt;br /&gt;
** Mailing list archive&lt;br /&gt;
** Mirror site&lt;br /&gt;
** Demo site&lt;br /&gt;
** version&lt;br /&gt;
** release focus&lt;br /&gt;
** Dependencies&lt;br /&gt;
&lt;br /&gt;
=== 43things ===&lt;br /&gt;
How I did a project&lt;br /&gt;
* http://43things.com&lt;br /&gt;
&lt;br /&gt;
** goal title&lt;br /&gt;
** last words (One sentence summary.)&lt;br /&gt;
** how&lt;br /&gt;
** lessons&lt;br /&gt;
** time taken&lt;br /&gt;
** resources&lt;br /&gt;
&lt;br /&gt;
=== Moldova Aid Project ===&lt;br /&gt;
A humanitarian aid project&lt;br /&gt;
* http://www.moldovaaidproject.org.uk/&lt;br /&gt;
&lt;br /&gt;
** summary&lt;br /&gt;
** achievements&lt;br /&gt;
&lt;br /&gt;
=== CORDIS ===&lt;br /&gt;
Community Research and Development Information Service&lt;br /&gt;
* [http://cordis.europa.eu/fetch?CALLER=FP7_PROJ_EN&amp;amp;ACTION=D&amp;amp;DOC=4&amp;amp;CAT=PROJ&amp;amp;QUERY=011ffa6da836:797a:027547cc&amp;amp;RCN=88231 FP7 Example]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Research area&lt;br /&gt;
** Coordinator&lt;br /&gt;
** Project description&lt;br /&gt;
** Project details&lt;br /&gt;
** Participants&lt;br /&gt;
&lt;br /&gt;
=== The World Bank === &lt;br /&gt;
Moldova Community Forestry Project&lt;br /&gt;
* [http://web.worldbank.org/external/projects/main?pagePK=64283627&amp;amp;piPK=73230&amp;amp;theSitePK=40941&amp;amp;menuPK=228424&amp;amp;Projectid=P109459 Project Details]&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** Project ID&lt;br /&gt;
** Project Status&lt;br /&gt;
** Approval Date&lt;br /&gt;
** Closing Date&lt;br /&gt;
** Total Project Cost&lt;br /&gt;
** Region&lt;br /&gt;
** Major Sector (Sector) (%)&lt;br /&gt;
** Old Major Sector&lt;br /&gt;
** Old Sector&lt;br /&gt;
** Environmental Category&lt;br /&gt;
** Bank Team Lead&lt;br /&gt;
** Borrower&lt;br /&gt;
** Implementing Agency&lt;br /&gt;
** Project Goals&lt;br /&gt;
** Available Project Documents&lt;br /&gt;
** Related Country Information&lt;br /&gt;
&lt;br /&gt;
=== Poncho ===&lt;br /&gt;
How to make a poncho&lt;br /&gt;
* http://orangmerajut.blogspot.com/2005/03/poncho_13.html&lt;br /&gt;
&lt;br /&gt;
** project title&lt;br /&gt;
** summary&lt;br /&gt;
** Material&lt;br /&gt;
** Gauge&lt;br /&gt;
** directions&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common project fields ===&lt;br /&gt;
* project (name/title|URL(s)|image)&lt;br /&gt;
* author (name|email|URL)&lt;br /&gt;
* summary&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>Crojecta</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38138</id>
		<title>project-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=project-brainstorming&amp;diff=38138"/>
		<updated>2009-03-12T10:33:47Z</updated>

		<summary type="html">&lt;p&gt;Crojecta: /* Field details */&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 is based on a set of fields common to numerous project sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] standards.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The projecta schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* Projecta ('''&amp;lt;code&amp;gt;projecta&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;version&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;project&amp;lt;/code&amp;gt;''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' )&lt;br /&gt;
** '''&amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;'''. optional. '''[[hcard|hCard]]'''.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;'''. optional. text with optional valid HTML markup.&lt;br /&gt;
** requirements. optional. text with optional '''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' to products or other projects.&lt;br /&gt;
** steps. optional. text with valid HTML '''&amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt;''') elements.&lt;br /&gt;
** tags. optional. keywords or phrases, using '''[[rel-tag]]''', each with optional rating.&lt;br /&gt;
** permalink. optional, using '''[[rel-bookmark]]''' and '''[[rel-self]]'''.&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;
'''version''':: This optional field permits projecta publishers to specify a particular version of projecta that their content uses. This field is syntax compatible with, and thus reuses the semantics of &amp;quot;VERSION&amp;quot; as defined in vCard RFC2426 section &amp;quot;3.6.9 VERSION Type Definition&amp;quot;.  The value of this field for this specification is &amp;quot;0.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional field serves as a title for the project itself.&lt;br /&gt;
&lt;br /&gt;
'''project info''':: This required field {{must}} have at a minimum the name  However, when using item info subproperties (&amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they {{must}} be nested &amp;lt;em&amp;gt;inside&amp;lt;/em&amp;gt; the item element.&lt;br /&gt;
&lt;br /&gt;
'''author''':: The optional field specifies the person who authored the project.  If the author is specified, an hCard representing the author {{must}} be provided.&lt;br /&gt;
The projecta format is intended to be used in conjunction with MediaWiki which will require a username to submit a new project. The username will be represented with an hCard.&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the written opinion of the author.  The field {{may}}  include valid HTML markup (e.g. paragraphs).  User agents {{should}} preserve any markup.&lt;br /&gt;
&lt;br /&gt;
'''requirements''':: This optional field contains the requirements of the project. The field {{may}} include links to products or other projects.&lt;br /&gt;
&lt;br /&gt;
'''steps''':: Steps are represented using an ordered list of tasks required to complete the project. Represented as an ordered list with list elements.&lt;br /&gt;
&lt;br /&gt;
'''tags''':: Tags are represented using a list of keywords or phrases (using the [[rel-tag]] microformat for each individual keyword or phrase tag) that the author associates with the project.&lt;br /&gt;
&lt;br /&gt;
'''permalink''':: This optional field is a URL for the projecta.  In addition to using the &amp;lt;code&amp;gt;&amp;lt;a href&amp;gt;&amp;lt;/code&amp;gt; tag for this field, the attribute &amp;lt;code&amp;gt;rel=&amp;quot;self bookmark&amp;quot;&amp;lt;/code&amp;gt; {{must}} be used to indicate that the hyperlink is a permalink for the project itself.  If the hyperlink already contains a &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute, then the values &amp;lt;code&amp;gt;self&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;bookmark&amp;lt;/code&amp;gt; {{must}} be included among the space-separated set of values in the attribute.  Indexers {{may}} treat the permalink of a project as a unique ID in order to identify and collate the same project from multiple sources (such as indexing a page multiple times).  The permalink {{may}} also be used to indicate or imply the origin of the project. Authors {{may}} use the classname of &amp;quot;permalink&amp;quot; on the element representing the permalink.&lt;br /&gt;
&lt;br /&gt;
The following field names have been reused from the [[hcard|hCard]], [[hcalendar|hCalendar]], and [[hreview|hReview]] microformats: &amp;lt;code&amp;gt;version, summary, url, photo, description, tags, permalink&amp;lt;/code&amp;gt;.  In addition, items and authors described by hCards {{may}} contain any hCard field.  The rel value &amp;quot;self&amp;quot; has been reused from the [http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html Atom 1.0 specification].&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>Crojecta</name></author>
	</entry>
</feed>