<?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=RodBegbie</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=RodBegbie"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/RodBegbie"/>
	<updated>2026-04-23T09:47:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=xfolk&amp;diff=7687</id>
		<title>xfolk</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=xfolk&amp;diff=7687"/>
		<updated>2006-07-06T18:17:34Z</updated>

		<summary type="html">&lt;p&gt;RodBegbie: /* Many more examples */  added Groovy Links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; xFolk (RC1) &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
xFolk is a simple and open format for publishing collections of bookmarks. It better enables services for improving user experience and sharing data in web-based bookmarking software.  xFolk may be embedded in (X)HTML, Atom, RSS, and arbitrary XML. It is one of several open [[microformats|microformat]] standards.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&lt;br /&gt;
=== Editor/Author ===&lt;br /&gt;
[http://thecommunityengine.com/ Bud Gibson], [http://thecommunityengine.com The Community Engine]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2005}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to: [http://www.cnbc.cmu.edu/~plaut/ David Plaut] who introduced me to the idea that items may partially belong to many categories at once.  More recently, thanks to: [http://tantek.com/ Tantek Çelik], [http://epeus.blogspot.com/ Kevin Marks], [http://steve.osdir.com/ Steve Mallet], [http://hybernaut.com/ Brian DelVecchio], and [http://blogmarks.net François Hodierne] who have contributed to the development of xFolk with thoughtful critiques and implementations.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Social bookmarking services let users save and tag bookmarks to share with other users.  Over the past year, the number of these services has mushroomed to [http://en.wikipedia.org/wiki/Social_bookmarking over 20], with popular examples including: [http://del.icio.us del.icio.us], [http://furl.com furl], [http://de.lirio.us de.lirio.us], [http://jots.com jots], and [http://blogmarks.net blogmarks].  &lt;br /&gt;
&lt;br /&gt;
Lack of an open, interoperable data standard is a major issue in using social bookmarking services.  An open standard would make it possible to easily collect social bookmark data and remix it to invent new services along the lines of  [http://gataga.com gataga]'s experimental bookmark search engine.  An open standard would also make it possible to write javascripts that work across services [http://johnvey.com/features/deliciousdirector/ as some currently do for del.icio.us], enabling across-the-board improvements in user experience.&lt;br /&gt;
&lt;br /&gt;
xFolk is an open social bookmarking standard that aims to achieve both benefits.  Social bookmarking services that adopt xFolk will continue to differentiate themselves with data services.  But, the data itself will be easy to manipulate by third party scripts and easy to share.  As a result, bookmarking services will be able to offer a wider array of options to their users at low cost and focus on what truly differentiates them.  Individuals or groups operating standalone bookmark repositories will have access to a wider array of functionality than they can produce on their own.&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
Extensive analysis of social bookmarking services and linkblogs, reported on [http://thecommunityengine.com/home/archives/xfolk elsewhere], reveals that the data published by both bookmarking services and '''many''' different linkblogs are described by the following implied schema:&lt;br /&gt;
&lt;br /&gt;
* A bookmarked or tagged link.&lt;br /&gt;
* A title for the entry.&lt;br /&gt;
* Tags for the link.&lt;br /&gt;
* An extended description or summary of the link.&lt;br /&gt;
&lt;br /&gt;
As demonstrated in early iterations of the xFolk standard, this general schema can be translated into markup by:&lt;br /&gt;
&lt;br /&gt;
# creating a container element for each entry of class &amp;lt;code&amp;gt;xfolkentry&amp;lt;/code&amp;gt;, &lt;br /&gt;
# using an &amp;lt;a&amp;gt; element for the bookmarked or tagged link of class &amp;lt;code&amp;gt;taggedlink&amp;lt;/code&amp;gt;, &lt;br /&gt;
# using title attribute for the tagged link &amp;lt;a&amp;gt; element, if it exists, as the entry title, otherwise using the element value,&lt;br /&gt;
# using [[reltag|RelTag]] for the tags, and&lt;br /&gt;
# using a container element of class &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;, such as &amp;amp;lt;p&amp;gt;, for any extended description or summary.&lt;br /&gt;
&lt;br /&gt;
A given xFolk entry will always contain a tagged link including a title with all other elements optional.  Entries may have more than one tag as well as more than one element of class &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;.  Multiple elements of class &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; are ordered by default document order. Semantic elements within xFolk entries may be nested at arbitray depths.&lt;br /&gt;
&lt;br /&gt;
Many social bookmarking systems exist, each with its own markup conventions.  Further, many people are already publishing personal link blogs.  xFolk is designed with ease of adapting to these current practices as a primary goal.  Therefore, few assumptions are made as to the exact kinds of elements used for an xFolk entry.  Rather, the work of defining semantics is left entirely to the class and rel (in the case of [[reltag]]) attribute values.&lt;br /&gt;
&lt;br /&gt;
It is expected that developers will use [http://www.w3.org/TR/xpath XPath] or equivalent syntax in accessing xFolk entry elements.  a requirement for XPath is that the (X)HTML document be well-formed but not necessarily valid.  Thus, while undesirable, it is possible to serviceably use xFolk in an (X)HTML document that does not validate.&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
&lt;br /&gt;
See the [[xfolk-profile|xFolk profile]] for the [http://gmpg.org/xmdp XMDP] profile of xFolk.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Here is a sample bookmark as displayed in [http://del.icio.us del.icio.us]'s standard markup.  Lines where the value of elements' class attributes must change to conform to xFolk are marked with a comment at the end.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;amp;lt;div class=&amp;quot;post&amp;quot;&amp;amp;gt; &amp;lt;!--will change--&amp;gt;&lt;br /&gt;
  &amp;amp;lt;div&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;a class=&amp;quot;delLink&amp;quot; href=&amp;quot;http://www.sifry.com/alerts/archives/000306.html&amp;quot;&amp;amp;gt; &amp;lt;!--will change--&amp;gt;&lt;br /&gt;
      Sifry's Alerts: Technorati launches Related Tags&lt;br /&gt;
    &amp;amp;lt;/a&amp;amp;gt; &lt;br /&gt;
  &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
  &amp;amp;lt;div class=&amp;quot;extended&amp;quot;&amp;amp;gt; &amp;lt;!--will change--&amp;gt;&lt;br /&gt;
    Ever wanted to see what posts are related to other posts, what tags &lt;br /&gt;
    are related to others? Now you can! Just check under the Tag &lt;br /&gt;
    description on most tag pages, like this one, or this one, and you'll&lt;br /&gt;
    see the patterns. Can you smell the emergence?&lt;br /&gt;
  &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
  &amp;amp;lt;div class=&amp;quot;meta&amp;quot;&amp;amp;gt;&lt;br /&gt;
    to&lt;br /&gt;
    &amp;amp;lt;a class=&amp;quot;delNav&amp;quot; href=&amp;quot;/fpgibson/folksonomy&amp;quot;&amp;amp;gt;folksonomy&amp;amp;lt;/a&amp;amp;gt; &amp;lt;!--will change--&amp;gt;&lt;br /&gt;
    &amp;amp;lt;a class=&amp;quot;delNav&amp;quot; href=&amp;quot;/fpgibson/technorati&amp;quot;&amp;amp;gt;technorati&amp;amp;lt;/a&amp;amp;gt; &amp;lt;!--will change--&amp;gt;&lt;br /&gt;
    ... &amp;amp;lt;a class=&amp;quot;delNav&amp;quot; href=&amp;quot;/url/cbcabf7de070fdb46598ee679367be49&amp;quot;&amp;amp;gt;&lt;br /&gt;
    and 1 other person&lt;br /&gt;
    &amp;amp;lt;/a&amp;amp;gt;&lt;br /&gt;
    ... on 2005-04-09&lt;br /&gt;
  &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The equivalent in xFolk is as follows.  Comments are placed at the end of lines where class attribute changes were required. &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;amp;lt;div class=&amp;quot;xfolkentry&amp;quot;&amp;amp;gt; &amp;lt;!-- changed --&amp;gt;&lt;br /&gt;
  &amp;amp;lt;div&amp;amp;gt;&lt;br /&gt;
    &amp;amp;lt;a class=&amp;quot;taggedlink&amp;quot; href=&amp;quot;http://www.sifry.com/alerts/archives/000306.html&amp;quot;&amp;amp;gt; &amp;lt;!-- changed --&amp;gt;&lt;br /&gt;
      Sifry's Alerts: Technorati launches Related Tags&lt;br /&gt;
    &amp;amp;lt;/a&amp;amp;gt; &lt;br /&gt;
  &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
  &amp;amp;lt;div class=&amp;quot;description&amp;quot;&amp;amp;gt; &amp;lt;!-- changed --&amp;gt;&lt;br /&gt;
    Ever wanted to see what posts are related to other posts, what tags &lt;br /&gt;
    are related to others? Now you can! Just check under the Tag &lt;br /&gt;
    description on most tag pages, like this one, or this one, and you'll&lt;br /&gt;
    see the patterns. Can you smell the emergence?&lt;br /&gt;
  &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
  &amp;amp;lt;div class=&amp;quot;meta&amp;quot;&amp;amp;gt;&lt;br /&gt;
    to&lt;br /&gt;
    &amp;amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;/fpgibson/folksonomy&amp;quot;&amp;amp;gt;folksonomy&amp;amp;lt;/a&amp;amp;gt; &amp;lt;!-- changed --&amp;gt;&lt;br /&gt;
    &amp;amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;/fpgibson/technorati&amp;quot;&amp;amp;gt;technorati&amp;amp;lt;/a&amp;amp;gt; &amp;lt;!-- changed --&amp;gt;&lt;br /&gt;
    ... &amp;amp;lt;a class=&amp;quot;delNav&amp;quot; href=&amp;quot;/url/cbcabf7de070fdb46598ee679367be49&amp;quot;&amp;amp;gt;&lt;br /&gt;
    and 1 other person&lt;br /&gt;
    &amp;amp;lt;/a&amp;amp;gt;&lt;br /&gt;
    ... on 2005-04-09&lt;br /&gt;
  &amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Converting markup to be conformant with xFolk is almost always this easy.  The advantage of xFolk is that it provides one set of class attributes that can be reused across all services and link blogs, almost always with no loss of granularity.  The next section presents several more examples to illustrate this point.&lt;br /&gt;
&lt;br /&gt;
== Many more examples ==&lt;br /&gt;
&lt;br /&gt;
We have numerous examples to help developers incorporate xFolk into their sites.&lt;br /&gt;
&lt;br /&gt;
=== In the wild ===&lt;br /&gt;
&lt;br /&gt;
These are real live examples of functioning systems that publish bookmarks in xFolk.  These are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing etc.  If you publish using xFolk, feel free to add it to the top of this list.  Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
* [http://waferbaby.com/hussy waferbaby's Hussy] currently publishes links using xFolk.&lt;br /&gt;
* [http://smarking.com/ Smarking] currently publishes all shared links (including search results) using xFolk.&lt;br /&gt;
* [http://unalog.com unalog] currently publishes all shared links (including search results) using xFolk.&lt;br /&gt;
* [http://de.lirio.us de.lirio.us] currently publishes its bookmarks using xFolk (with the deprecated class attribute &amp;lt;code&amp;gt;extended&amp;lt;/code&amp;gt; in place of &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;, see [[xfolk-profile | the XMDP]]).&lt;br /&gt;
* [http://dev.blogmarks.net/wiki/BlogSync blogmarks] currently exports bookmarks to blogs in xFolk (scroll down to the export example on the page; the deprecated class attribute &amp;lt;code&amp;gt;extended&amp;lt;/code&amp;gt; is used in place of &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;, see [[xfolk-profile | the XMDP]]).&lt;br /&gt;
* [http://thecommunityengine.com The Community Engine] uses xFolk (with the deprecated class attribute &amp;lt;code&amp;gt;extended&amp;lt;/code&amp;gt; in place of &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;, see [[xfolk-profile | the XMDP]]) for its [http://thecommunityengine.com/home main entries] and for its [http://thecommunityengine.com/webcites republished bookmarks].&lt;br /&gt;
* [http://groovymother.com/links/ Groovy Links] is a link blog which is marked up with xFolk.&lt;br /&gt;
&lt;br /&gt;
=== Additional social bookmarking services ===&lt;br /&gt;
&lt;br /&gt;
This example illustrates how xFolk may be applied to one additional service:&lt;br /&gt;
&lt;br /&gt;
* [[xfolk-scuttle | scuttle]]&lt;br /&gt;
&lt;br /&gt;
=== Link blogs ===&lt;br /&gt;
&lt;br /&gt;
Social bookmarking services are only the most recent examples of people publishing links.  Link blogs have been around almost since the beginning of blogging.  They represent somewhat more of a challenge for xFolk because their markup tends to be less semantic from the outset.  The following examples illustrate some particular challenges and how they can be overcome.&lt;br /&gt;
&lt;br /&gt;
* [[xfolk-kottke | kottke]]&lt;br /&gt;
* [[xfolk-pollas | pollas]]&lt;br /&gt;
* [[xfolk-jacobian | jacobian]]&lt;br /&gt;
* [[xfolk-julian-bez | julian-bez]]&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
The following implementations have been developed which generate or use xFolk. If you have an xFolk implementation, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&lt;br /&gt;
* [http://claimid.com claimID] has implemented xFolk for people's links.&lt;br /&gt;
* [http://ma.gnolia.com ma.gnolia] now supports xFolk.&lt;br /&gt;
* [http://smarking.com/ Smarking.com] (a social bookmarking service) marks up their tagged links with xFolk! Hat tip: [http://3spots.blogspot.com/2006/05/social-bookmarking-smarking.html 3spots: Social + bookMARKING = Smarking] which itself is an [[hreview|hReview]].&lt;br /&gt;
* [http://blog.codeeg.com/2006/03/20/flock-tails-flocktails/ Flocktails] - port of Tails extension for Flock 0.5.12 that looks for hCards, hCalendar, xFolk and hReview and tosses them into a handy topbar&lt;br /&gt;
* [http://blog.codeeg.com/tails-firefox-extension/ Tails is a Firefox Extension] that will display the presence of microformats ([[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], [[xfolk|xFolk]]) on a webpage.&lt;br /&gt;
* Bud Gibson and Mike Migurski [http://thecommunityengine.com/home/archives/2005/09/vegomatic_an_al.html have written] [http://thecommunityengine.com/veg-o-matic veg-o-matic], an xFolk reblogging tool and service.&lt;br /&gt;
* [http://inside.glnetworks.de/ Martin Rehfeld] has updated the work of [http://blogmatrix.blogmatrix.com/ David Janes] and produced a [[Greasemonkey]] [http://inside.glnetworks.de/2006/06/05/microformats-have-arrived-in-firefox-15-greasemonkey-06/ script] that finds many microformat elements, including xFolk and [http://blog.davidjanes.com/mtarchives/2005_08.html#003379 provides a popup menu of actions]. ''This will work with FireFox 1.5+/GreaseMonkey 0.6.4+ now.''&lt;br /&gt;
* [http://www.midgard-project.org/midcom-permalink-6416db7e1f0e297b4cf3dcc285702a8d net.nemein.bookmarks], the bookmark manager in [http://www.midgard-project.org/ Midgard CMS] uses xFolk as the native output format, with added &amp;lt;code&amp;gt;abbr class=posted&amp;lt;/code&amp;gt; for publication date and &amp;lt;code&amp;gt;abbr class=poster&amp;lt;/code&amp;gt; for user who added the bookmark. See [http://bergie.iki.fi/links/ example]&lt;br /&gt;
* [http://de.lirio.us de.lirio.us] currently publishes its bookmarks using xFolk 0.4 (the class attribute &amp;lt;code&amp;gt;extended&amp;lt;/code&amp;gt; is used in place of description).&lt;br /&gt;
* [http://dev.blogmarks.net/wiki/BlogSync blogmarks] currently exports bookmarks to blogs in xFolk 0.4 (scroll down to the export example on the page; the class attribute &amp;lt;code&amp;gt;extended&amp;lt;/code&amp;gt; is used in place of &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://thecommunityengine.com/home/archives/xfolk articles about xFolk]&lt;br /&gt;
* [http://thecommunityengine.com/home/archives/tags/microformats articles about the business value of microformats]&lt;br /&gt;
* [http://gataga.com gataga social bookmark search engine]&lt;br /&gt;
* [http://johnvey.com/features/deliciousdirector/ an ajax based interface for del.icio.us]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Social_bookmarking social bookmarking defined at wikipedia]&lt;br /&gt;
&lt;br /&gt;
=== Similar Work ===&lt;br /&gt;
* [[hreview | hReview]]&lt;br /&gt;
&lt;br /&gt;
== Work in progress ==&lt;br /&gt;
Although this specification has recently begun to stabilize as indicated by the version RC1, it is still a work in progress.  If warranted, I am prepared to go through multiple release candidates to achieve the narrow purpose of making bookmark entries more genrally accessible with as with as light weight a format as possible.  All changes since the last iteration have been motivated by the implementation experience of developers attempting to achieve this narrow aim.  Further changes will also most likely be motivated by implementation concerns.  See &amp;quot;future directions&amp;quot; below for additional microformat possibilities.&lt;br /&gt;
&lt;br /&gt;
=== Changes since xFolk 0.4 ===&lt;br /&gt;
The class attribute value &amp;lt;code&amp;gt;extended&amp;lt;/code&amp;gt; was deprecated in favor &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; to better conform with other microformat usage and some requests during implementation.  The other change has been to allow use of multiple elements of class &amp;lt;code&amp;gt;extended&amp;lt;/code&amp;gt; based on some use cases discovered in implementation.&lt;br /&gt;
&lt;br /&gt;
=== Future directions ===&lt;br /&gt;
There are several extensions one might imagine for xFolk.  Frequently, these extensions are best achieved by combining xFolk with another microformat.  For instance, one might want to indicate his or her evaluation of the bookmarked item.  This might be achieved by using [[vote-links | Vote Links]] or [[hreview | hReview]] with xFolk.&lt;br /&gt;
&lt;br /&gt;
One can also imagine extending xFolk to provide data conformant with various social bookmarking service APIs, for instance to provide all bookmarks by tag.  These APIs are currently too fluid for specification in any kind of standard.  The APIs and the functionality they provide represent one way social bookmarking services and meta services can differentiate themselves.&lt;br /&gt;
&lt;br /&gt;
A companion format called &amp;quot;xFolk definition&amp;quot; is under development.  xFolk definition will provide a means of explicitly defining the tags used in social bookmarks.&lt;br /&gt;
&lt;br /&gt;
=== Brainstorming ===&lt;br /&gt;
* [[xfolk-brainstorming|xFolk brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Discussions ==&lt;br /&gt;
&lt;br /&gt;
=== Q&amp;amp;A ===&lt;br /&gt;
* If you have any questions about xFolk, check the [[xfolk-faq|xFolk FAQ]], and if you don't find answers, add your questions!&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
* Please add any issues with the specification to the separate [[xfolk-issues | xFolk issues]] document.&lt;/div&gt;</summary>
		<author><name>RodBegbie</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=music-examples&amp;diff=7044</id>
		<title>music-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=music-examples&amp;diff=7044"/>
		<updated>2006-03-24T20:54:41Z</updated>

		<summary type="html">&lt;p&gt;RodBegbie: Scribbled TODOs for me to fill out over the weekend&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Music Examples =&lt;br /&gt;
An attempt to gather together examples of pages describing, linking to, or referring to music.&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
''What is the purpose of this exploration?''&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
* [[User:RodBegbie | Rod Begbie]]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Examples of what people actually publish on the Web when discussing, linking to, referring to media.  This is focused predominantly on time based media such as audio and video, but may consider aspects of static media as well such as still images.&lt;br /&gt;
&lt;br /&gt;
== Emphasis on Practical, Simple, and Minimal ==&lt;br /&gt;
&lt;br /&gt;
Since all previous known attempts at this problem area have ended up quite complex and over-designed, this attempt will place simplicity and minimalism first and foremost.&lt;br /&gt;
&lt;br /&gt;
Thus for now, this document is deliberately restricted to examples that are:&lt;br /&gt;
* ''Actual'' examples in practice on the Web '''with URLs''' to the originals (note, all *-examples pages should be like this, but previous attempts at documenting media info examples have mostly ignored this requirement, and thus it is necessary to be explicit).&lt;br /&gt;
* Representative of ''very common'' publishing behavior on the Web.  This focus on common, representative examples is essential.  If possible, include an estimate of the number of similar examples. E.g. ~10k.&lt;br /&gt;
* Simple and minimalist.  As simple as possible.  Go read [http://microformats.org/wiki/microformats#the_microformats_principles the microformats principles] right now before proceeding any further.&lt;br /&gt;
&lt;br /&gt;
Any examples added which do not conform to these requirements will be deleted.&lt;br /&gt;
&lt;br /&gt;
Any generic analysis will also be deleted.  Analysis before examples is premature.  Once there are sufficient media-info-examples, and hopefully a simple/clean listing of [[media-info-formats]], we'll hopefully start a [[media-info-brainstorming]] page to do aggregate analysis of the examples.&lt;br /&gt;
&lt;br /&gt;
== Table of Contents ==&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Real World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Commerce Sites ===&lt;br /&gt;
* TODO: Links to Amazon, buy.com, etc.&lt;br /&gt;
&lt;br /&gt;
=== Music Journalism ===&lt;br /&gt;
* TODO:  Links to NME, Rolling Stone, Paste, Q, Pitchfork&lt;br /&gt;
* TODO:  Links to collaborative music review sites&lt;br /&gt;
&lt;br /&gt;
=== Artist pages ===&lt;br /&gt;
* TODO:  Links to official artist pages&lt;br /&gt;
* TODO:  Links to unofficial fan-run artist pages&lt;br /&gt;
* TODO:  Links to artists' myspace/tagworld pages&lt;br /&gt;
&lt;br /&gt;
=== Record Label pages ===&lt;br /&gt;
* TODO:  Warners/Sony/BMG Homepages&lt;br /&gt;
* TODO:  Indie label homepages&lt;br /&gt;
&lt;br /&gt;
=== Music database sites ===&lt;br /&gt;
* TODO:  Musicbrainz, AMG, Muse, etc.&lt;br /&gt;
&lt;br /&gt;
=== Social sites ===&lt;br /&gt;
* TODO:  Last.fm, Myspace, LiveJournal?&lt;/div&gt;</summary>
		<author><name>RodBegbie</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=music-examples&amp;diff=5529</id>
		<title>music-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=music-examples&amp;diff=5529"/>
		<updated>2006-03-24T20:37:32Z</updated>

		<summary type="html">&lt;p&gt;RodBegbie: Pasting in examples-template for now&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= [Example Title] =&lt;br /&gt;
Introductory sentence&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
''What is the purpose of this exploration?''&lt;br /&gt;
== Participants ==&lt;br /&gt;
* ''Bulleted list of who is active (or cares)''&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
''Links to public web pages, either popular or insightful''&lt;br /&gt;
=== [Example #1 (url)] ===&lt;br /&gt;
 pre&lt;br /&gt;
  escaped &amp;amp;lt;tags&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [Example #2 (url)] ===&lt;br /&gt;
 pre&lt;br /&gt;
  escaped &amp;amp;lt;tags&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
* ''Summary of common patterns discovered''&lt;br /&gt;
* ''Other attempts to solve The Problem''&lt;br /&gt;
== Proposal ==&lt;br /&gt;
* Early drafts&lt;br /&gt;
* ''Link to related pages as they become available''&lt;br /&gt;
** -brainstorming&lt;br /&gt;
** - proposal&lt;br /&gt;
** -microformat&lt;br /&gt;
== See Also ==&lt;br /&gt;
* ''Other microformats''&lt;br /&gt;
* ''Normative references for tags used''&lt;/div&gt;</summary>
		<author><name>RodBegbie</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29161</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29161"/>
		<updated>2006-03-24T20:37:11Z</updated>

		<summary type="html">&lt;p&gt;RodBegbie: /* Exploratory discussions */  adding music-examples page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOTOC__&lt;br /&gt;
= Microformats Wiki =&lt;br /&gt;
&lt;br /&gt;
'''Please read [[how-to-play]] before making any edits.'''&lt;br /&gt;
&lt;br /&gt;
'''Please read [[process]] before proposing any new microformats.'''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
What are microformats? See the [http://microformats.org/about/ about page] for an overview, and the [[introduction]] page for more info.  Recent [[press]] and [[presentations]] are also a good place for some background reading as well. Frequently asked questions are answered in the [[faq]].  Want something or want to contribute?  Help with things [[to-do]].&lt;br /&gt;
&lt;br /&gt;
One popular definition from our [http://microformats.org/discuss/ mailing list] is &amp;quot;simple conventions for embedding semantics in HTML to enable decentralized development.&amp;quot; More precisely, microformats can be defined as:&lt;br /&gt;
:simple conventions&lt;br /&gt;
:for embedding semantic markup&lt;br /&gt;
::for a specific problem domain&lt;br /&gt;
:in human-readable (X)HTML/XML documents, Atom/RSS feeds, and &amp;quot;plain&amp;quot; XML&lt;br /&gt;
::that normalize existing content usage patterns&lt;br /&gt;
::using brief, descriptive class names &lt;br /&gt;
::often based on existing interoperable standards&lt;br /&gt;
:to enable decentralized development&lt;br /&gt;
::of resources, tools, and services&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Or do you just use your browser to browse?  That's so 20th century.&amp;quot; -- [http://diveintomark.org Mark Pilgrim]&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
[[microformats|Microformats]] open standards specifications (see also: [[implementations]])&lt;br /&gt;
* [[hcalendar|hCalendar]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN] (see also: [[xfn-implementations]])&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
* [[adr|adr]]&lt;br /&gt;
* [[geo|geo]]&lt;br /&gt;
* [[hatom|hAtom]] {{NewMarker}}&lt;br /&gt;
* [[hresume|hResume]] {{NewMarker}}&lt;br /&gt;
* [[hreview|hReview]]&lt;br /&gt;
* [[rel-directory]]&lt;br /&gt;
* [[rel-enclosure]]&lt;br /&gt;
* [[relpayment-research | rel-payment]]&lt;br /&gt;
* [[robots-exclusion|Robots Exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
* [[rel-home]] {{NewMarker}}&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&lt;br /&gt;
&lt;br /&gt;
Design patterns give microformat authors a vocabulary for expressing their ideas consistently with what has already been done. ''If you're tempted to try your hand at writing a microformat '''[[process|read this first]]'''!''&lt;br /&gt;
&lt;br /&gt;
* [[abbr-design-pattern]]&lt;br /&gt;
* [[class-design-pattern]]&lt;br /&gt;
* [[datetime-design-pattern]]&lt;br /&gt;
* [[existing-classes|class names defined across all microformats]]&lt;br /&gt;
* [[include-pattern]] {{NewMarker}}&lt;br /&gt;
* [[rel-design-pattern]]&lt;br /&gt;
&lt;br /&gt;
== Exploratory discussions ==&lt;br /&gt;
Research and analysis of real-world [[examples]], existing formats, and brainstorming to motivate the microformat.&lt;br /&gt;
*[[attention]]&lt;br /&gt;
*[[blog-description-examples]]&lt;br /&gt;
*[[blog-info-examples]]&lt;br /&gt;
*[[blog-post-examples]], [[blog-post-formats]], [[blog-post-brainstorming]] (yields [[hatom|hAtom]])&lt;br /&gt;
*[[book-examples]], [[book-formats]], [[book-brainstorming]]&lt;br /&gt;
*[[chat-examples]], [[chat-formats]]&lt;br /&gt;
*[[citation|citation microformat overview]], [[citation-examples]], [[citation-formats]], [[citation-brainstorming]]&lt;br /&gt;
*[[comment-problem]], [[comment-examples]], (need to extract from [[comments-formats]])&lt;br /&gt;
*[[directory-inclusion-examples]], [[directory-inclusion-formats]]. (see also [[rel-directory]])&lt;br /&gt;
*[[distributed-conversation]], [[distributed-conversation-brainstorming]], [[distributed-conversation-examples]], [[distributed-conversation-formats]]&lt;br /&gt;
*[[forms-examples]]&lt;br /&gt;
*[[genealogy-formats]]&lt;br /&gt;
*[[hash-examples]]&lt;br /&gt;
*[[last-modified-examples]], [[last-modified-formats]], [[last-modified-brainstorming]]&lt;br /&gt;
*[[hlisting-proposal]], [[hlisting-feedback]] {{NewMarker}}&lt;br /&gt;
**[[listing-examples]], [[listing-formats]], [[listing-brainstorming]]&lt;br /&gt;
*[[location-formats]]. (see also [[adr]] and [[geo]])&lt;br /&gt;
*[[media-info-examples]]&lt;br /&gt;
*[[mfo-examples]]&lt;br /&gt;
*[[music-examples]]&lt;br /&gt;
*[[other-formats]]&lt;br /&gt;
*[[photo-note-examples]]&lt;br /&gt;
*[[recipe-examples]]&lt;br /&gt;
*[[requirements-testing]], [[requirements-testing-examples]]&lt;br /&gt;
*[[rest-examples]]&lt;br /&gt;
*[[resume-brainstorming]], [[resume-formats]]&lt;br /&gt;
*[[review-examples]], [[review-formats]] (yielded the [[hreview|hReview]] draft)&lt;br /&gt;
*[[search-results-example]]&lt;br /&gt;
*[[show-brainstorming]]&lt;br /&gt;
*[[showroll-brainstorming]]&lt;br /&gt;
*[[table-examples]]&lt;br /&gt;
*[[tagspeak-examples]]&lt;br /&gt;
*[[transit-table-examples]]&lt;br /&gt;
*[[widget-examples]], [[widget-brainstorming]]&lt;br /&gt;
*[[wiki-formats]]&lt;br /&gt;
*[[xmdp-brainstorming]] (see also [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[examples]]&lt;br /&gt;
* [[zen-garden]] {{NewMarker}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tools &amp;amp; Test Cases &amp;amp; Additional Research ==&lt;br /&gt;
&lt;br /&gt;
The first place to look for examples, code, and test cases is in the pages for each individual microformat. There are only a few cross-cutting tools and services that need to process more than one microformat. This section is intended for editors, parsers, validators, test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
*[[parsing-microformats]]&lt;br /&gt;
*[[selected-test-cases-from-the-web]]&lt;br /&gt;
*[[vcard-implementations]], [[vcard-errata]]&lt;br /&gt;
*[[icalendar-implementations]]&lt;br /&gt;
*[[faqs-for-rdf]]&lt;br /&gt;
*[[why-are-content-standards-hard]]&lt;br /&gt;
&lt;br /&gt;
== shared work areas ==&lt;br /&gt;
* [[buttons]] {{NewMarker}}&lt;br /&gt;
* [[demo]] - a page with links for quickly demonstrating microformats working in practice.&lt;br /&gt;
* [[events]] {{NewMarker}}&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[marked-for-deletion]]&lt;br /&gt;
&lt;br /&gt;
== microformats wiki in other languages ==&lt;br /&gt;
&lt;br /&gt;
You may read and edit microformats articles in &amp;lt;del&amp;gt;many different&amp;lt;/del&amp;gt; other languages&lt;br /&gt;
&lt;br /&gt;
=== microformats wiki languages with over 2 articles ===&lt;br /&gt;
&lt;br /&gt;
* [[Main_Page-fr|Français (French)]]&lt;br /&gt;
* [[Main_Page-jp|日本語 (Japanese)]] {{NewMarker}}&lt;br /&gt;
&lt;br /&gt;
=== Start a microformats wiki in another language ===&lt;br /&gt;
&lt;br /&gt;
Don't see the language you want?  Help translate the microformats wiki into another language!&lt;br /&gt;
&lt;br /&gt;
We're still figuring this out.  &lt;br /&gt;
&lt;br /&gt;
For now, see the [http://en.wikipedia.org/wiki/Wikipedia:Multilingual_coordination Wikipedia page on Multilingual coordination], and [http://meta.wikimedia.org/wiki/How_to_start_a_new_Wikipedia How to start a new Wikipedia] for some good general tips, advice, and community conventions.&lt;br /&gt;
&lt;br /&gt;
You may want to start with the list of [[stable-pages]], which are pages that are relatively stable, and have only minimal/editorial changes, which makes them much easier to keep in sync with the English versions, by using the [[Special:Watchlist|my watchlist]] feature (use it to watch the pages you've translated for changes).&lt;br /&gt;
&lt;br /&gt;
Page naming: for the translated version of a page, use the same name for the page, and simply add the RFC 3066 language identifier code as a dash suffix. E.g. for the French version, [[Main_Page]] becomes [[Main_Page-fr]], and [[how-to-play]] becomes [[how-to-play-fr]].&lt;br /&gt;
&lt;br /&gt;
==== more languages folks want to see ====&lt;br /&gt;
&lt;br /&gt;
* Chinese: 微格式 (Microformats) (see [http://msittig.blogspot.com/2005/11/since-i-translated-schedule-of.html source of translation])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div  style=&amp;quot;display:none&amp;quot;&amp;gt;&lt;br /&gt;
[l_sp]&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://test.com&amp;quot;&amp;gt; test&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>RodBegbie</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=media-info-brainstorming&amp;diff=7081</id>
		<title>media-info-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=media-info-brainstorming&amp;diff=7081"/>
		<updated>2006-02-15T23:02:35Z</updated>

		<summary type="html">&lt;p&gt;RodBegbie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Brainstroming for Media Microformat =&lt;br /&gt;
&lt;br /&gt;
This is a brainstorm for media microformat.  Examples of media-info can be found here [http://microformats.org/wiki/media-info-examples media-info-examples]&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* [http://napsterization.org/stories/ Mary Hodder]&lt;br /&gt;
* [http://onlisareinsradar.com/ Lisa Rein]&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
There are infinite ways to publish media by users, but as people try to access those remixing and aggregation become more and more prevalent, having consistent records becomes important.  Audio, photos and video show up in each other's publishing spaces, even though they are unique media objects. A photo might be next to the link for an audio piece, as it's visual artwork.  A video can be comprised of quotes of other videos, photos and audio.  Still photos can be made from videos.  All three types of objects can contain subsets of media that is tagged and described.  Having a single publishing format to relate them as needed in an organized structure makes sense.&lt;br /&gt;
&lt;br /&gt;
== Elements that come up often in practice ==&lt;br /&gt;
Here are some examples of elements that might be included because they seem to come up often in user generated media publishing, either on their own blogs or on service sites, include the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Base elements:&amp;lt;/strong&amp;gt;&lt;br /&gt;
* Title&lt;br /&gt;
* Html URL&lt;br /&gt;
* Media URL&lt;br /&gt;
* Image URL (video and audio)&lt;br /&gt;
* Tags&lt;br /&gt;
* Description / summary&lt;br /&gt;
* Quotes (subsets of the object:  a video quote and tags/description associated with it, a region annotation note for a photo, or the quote of a podcast or audio piece, with tags/description -- the technical detail for these subsets exists in the 'more info' section below)&lt;br /&gt;
* Creator&lt;br /&gt;
* License (defaults to copyright, if none exists, but it's there, by US law, and many other areas of the world)&lt;br /&gt;
&lt;br /&gt;
and for audio and visual:&lt;br /&gt;
* Duration&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Other info&amp;lt;/strong&amp;gt;:&lt;br /&gt;
(This is not the same for all types of media, and is published by users in very limited ways in practice, or is captured from the device or service or in some way, invisible to the user, and therefore often depends on a service to pick it up.  It should only appear in a publishing tool under 'more data' at then end, for enthusiast users.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;&amp;lt;strong&amp;gt;JPG&amp;lt;/strong&amp;gt;&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;&amp;lt;strong&amp;gt;Video&amp;lt;/strong&amp;gt;&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;&amp;lt;strong&amp;gt;Audio&amp;lt;/strong&amp;gt;&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Device&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Device&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Device&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Ratio&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Aspect Ratio&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;?&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;file size&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;file size&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;file size&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;.&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;audio codec&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;audio codec&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;.&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;video codec&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;.&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;.&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;bit / frame rate&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;bit rate&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Portrait or Landscape&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;.&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;.&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Region Annotation (subphotos: calculation of location, size)&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Quotes of Video (subvideo: in and out points)&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Quotes of Audio (subaudio: in and out points)&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;iPod compliant?&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;iPod compliant?&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;iPod compliant?&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Time&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Time&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Date&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Date&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Date&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Date&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Inclusion in playlist?&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Inclusion in playlist?&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Inclusion in playlist?&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>RodBegbie</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=media-info-examples&amp;diff=6655</id>
		<title>media-info-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=media-info-examples&amp;diff=6655"/>
		<updated>2006-02-15T22:59:18Z</updated>

		<summary type="html">&lt;p&gt;RodBegbie: /* Music */   Myspace info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Media Info Examples =&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* [http://tantek.com/log/ Tantek Çelik]&lt;br /&gt;
* [http://joshkinberg.com/blog/ Joshua Kinberg]&lt;br /&gt;
* [http://napsterization.org/stories/ Mary Hodder]&lt;br /&gt;
* [http://onlisareinsradar.com/ Lisa Rein]&lt;br /&gt;
* [[User:ChrisMessina | ChrisMessina]]&lt;br /&gt;
* [[User:RodBegbie | RodBegbie]]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Examples of what people actually publish on the Web when discussing, linking to, referring to media.  This is focused predominantly on time based media such as audio and video, but may consider aspects of static media as well such as still images.&lt;br /&gt;
&lt;br /&gt;
== Emphasis on Practical, Simple, and Minimal ==&lt;br /&gt;
&lt;br /&gt;
Since all previous known attempts at this problem area have ended up quite complex and over-designed, this attempt will place simplicity and minimalism first and foremost.&lt;br /&gt;
&lt;br /&gt;
Thus for now, this document is deliberately restricted to examples that are:&lt;br /&gt;
* ''Actual'' examples in practice on the Web '''with URLs''' to the originals (note, all *-examples pages should be like this, but previous attempts at documenting media info examples have mostly ignored this requirement, and thus it is necessary to be explicit).&lt;br /&gt;
* Representative of ''very common'' publishing behavior on the Web.  This focus on common, representative examples is essential.  If possible, include an estimate of the number of similar examples. E.g. ~10k.&lt;br /&gt;
* Simple and minimalist.  As simple as possible.  Go read [http://microformats.org/wiki/microformats#the_microformats_principles the microformats principles] right now before proceeding any further.&lt;br /&gt;
&lt;br /&gt;
Any examples added which do not conform to these requirements will be deleted.&lt;br /&gt;
&lt;br /&gt;
Any generic analysis will also be deleted.  Analysis before examples is premature.  Once there are sufficient media-info-examples, and hopefully a simple/clean listing of [[media-info-formats]], we'll hopefully start a [[media-info-brainstorming]] page to do aggregate analysis of the examples.&lt;br /&gt;
&lt;br /&gt;
== Table of Contents ==&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Real World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Overall Notes About Examples ===&lt;br /&gt;
These examples are organized into a short list of top level media categories, in the hopes that it will be easier to determine if there are media specific publishing behaviors, in addition to common behaviors across multiple types of media.  Some may be subcategorized and distinguished by whether it was published by an individual publisher or a service:&lt;br /&gt;
* Audio (Speech, Music)&lt;br /&gt;
* Video&lt;br /&gt;
* Photos &lt;br /&gt;
&lt;br /&gt;
The numbers after some of the examples' descriptions are based on numbers found pulling in media records at Dabble.  Others may have higher numbers and would be encouraged to restate them if that's true.&lt;br /&gt;
&lt;br /&gt;
=== Audio ===&lt;br /&gt;
==== Speech ====&lt;br /&gt;
Publication of audio speeches on blogs is often called &amp;quot;podcasting&amp;quot;.  In essence though, it is simply audio speech publishing.  Quotes of audio files are beginning to appear, and publishers are putting up files with links to other audio files they've quoted from.  Most audio appears to often have the same base elements as video and photos, with the exception of quotes.&lt;br /&gt;
&lt;br /&gt;
===== Individual Publishing of Speech =====&lt;br /&gt;
&lt;br /&gt;
* [http://www.microformats.org/blog/2005/09/30/web-essentials-audio/ Microformats: Web Essentials Audio]&lt;br /&gt;
** Appears to be composed of:&lt;br /&gt;
*** title/summary of the recording&lt;br /&gt;
*** clickable hyperlink to the recording (MP3)&lt;br /&gt;
** Contextual:&lt;br /&gt;
*** (primary) speaker is indicated in nearby text&lt;br /&gt;
&lt;br /&gt;
* [http://www.thechrispirilloshow.com/help/20060119_chuck_cummins_on_windows_vista_interface_design.phtml Chris Pirillo podcast]&lt;br /&gt;
** This example has a Title, Html URL, media URL(s), description or summary, categories/tags underneath what is viewable, and date.  +10k&lt;br /&gt;
&lt;br /&gt;
* [http://yukelzon.blogspot.com/2006/01/podcasts.html Reflog's Random Thoughts podcast]&lt;br /&gt;
** This example has a Title, Html URL, description or summary, creator, tags and publish time and date.  +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.evilgeniuschronicles.org/wordpress/2006/01/12/egc-clambake-for-january-12-2006/ Evil Genius Chronicles podcast]&lt;br /&gt;
** This example has a Title, Html URL, description or summary, quotes URLs and descriptions, licence, creator, tags and publish time and date.  +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://www(dot)bizbyjake.com/2006/01/how-are-you-doing.html media published from a blog, Jake Steinfeld's Audio Blog] NOTE: this record had trouble because mediawiki blocks any DOTbiz domains and so while this domain coincidentally has a DOTbizbyjake.com name that is not a TLD, it was still blocked in the loading of the page with this example.  So please adjust the URL manually and then visit the site.&lt;br /&gt;
** This example has a Title, Html URL, media URL, creator and publish time and date. +10k records.&lt;br /&gt;
&lt;br /&gt;
==== Music ====&lt;br /&gt;
* [http://www.somesongs.com/ somesongs]&lt;br /&gt;
** Has song title (linked to more info), artist (linked to more info), play link (to mp3), and rating&lt;br /&gt;
&lt;br /&gt;
* [http://www.bradsucks.net/music/ Brad Sucks &amp;amp;raquo; music]&lt;br /&gt;
** Has album title, song title, separate link to more info, inline flash player, and play link (to mp3)&lt;br /&gt;
&lt;br /&gt;
* [http://www.scottandrew.com/music/ Scott Andrew - lo-fi acoustic pop superhero!  &amp;gt; music &amp;gt;]&lt;br /&gt;
** Has album title, song title, album artwork, streaming link (to m3u), and play link (to mp3)&lt;br /&gt;
&lt;br /&gt;
* [http://magnatune.com/genres/rock/ Magnatune]&lt;br /&gt;
** Has artist (linked to more info), artist description, album title (linked to more info), lofi streaming link (to m3u), hifi streaming link (to m3u), link to more info, link to license info, link to purchase info.&lt;br /&gt;
&lt;br /&gt;
* [http://www.songfight.org/ SONG FIGHT!]&lt;br /&gt;
** Has theme, artist/play link (to mp3).&lt;br /&gt;
&lt;br /&gt;
* [http://www.yes.com/ Yes.com]&lt;br /&gt;
** Music played in last hour ([http://www.yes.com/lookup.php?s=WERS example])&lt;br /&gt;
*** Flash page with track play time, artist, title, cover art.  Affiliate linked to iTunes music store.&lt;br /&gt;
** Top 100 Chart ([http://www.yes.com/top100.php?s=WXKS example])&lt;br /&gt;
*** HTML page with chart position, last week's chart position, artist, title (affiliate link to iTunes music store)&lt;br /&gt;
&lt;br /&gt;
* [http://www.hearingdouble.co.uk/dumb/index2.html Portishead Remixed]&lt;br /&gt;
** Whole page is for one album (a mash-up remix of a Portishead album).  Has Album Track Number and Title (linked to mp3) and Remixer's name, plus cover art.  Also a link to the BitTorrent download of the whole album.&lt;br /&gt;
&lt;br /&gt;
* MySpace (examples: [http://myspace.com/theradioknives] [http://www.myspace.com/singsinguk] [http://www.myspace.com/arcticmonkeys])&lt;br /&gt;
** Artist pages containing embedded flash players.  Song title starts song playing on embedded player.  Download link optionally links to mp3.&lt;br /&gt;
** Link to artist's homepage, band members, influences, biography.&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
Publication of video on blogs often goes by &amp;quot;videoblogging&amp;quot;, &amp;quot;vlogging&amp;quot;, &amp;quot;VODcasting&amp;quot;, or &amp;quot;video podcasting&amp;quot;. The typical process involves publishing a direct link to the video file within the blog entry. The blog entry can, but does not have to, include an embedded video player.  Many videos include a thumbnail jpg which is clickable to the media object and player.  Some  video includes links to those other source videos, photos and audio that have been quoted.  Most videos have the same base elements as photos and audio, with the exception of quotes.&lt;br /&gt;
&lt;br /&gt;
==== Individual publishing of video ====&lt;br /&gt;
&lt;br /&gt;
* [http://FreeVlog.org FreeVlog]: the most popular tutorial on the web describing the videoblogging process by combining free tools and services (Blogger, OurMedia/Internet Archive, FeedBurner).&lt;br /&gt;
** According to this process, a videoblog entry contains:&lt;br /&gt;
*** Direct link to the video file&lt;br /&gt;
*** Clickable thumbnail image/screen capture of the video&lt;br /&gt;
*** Contextual information about the video (title, description, etc) is usually contained in the surrounding blog entry&lt;br /&gt;
&lt;br /&gt;
* [http://joshkinberg.com/popupmaker Video Pop Up Maker]&lt;br /&gt;
** This example based on the process taught at [http://FreeVlog.org FreeVlog] generates code to create a dynamic pop up window with embedded video player. The reasons for this are enumerated [http://www.unmediated.org/archives/2005/10/easily_create_p.php here]&lt;br /&gt;
&lt;br /&gt;
* [http://ryanedit.blogspot.com/2006/01/light-water-music-2.html Ryanne's Video Blog]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail url, description or summary, creator, and publish time.  +50k&lt;br /&gt;
&lt;br /&gt;
* [http://www.prototypen.com/blog/vjblog/archives/001244.html Artificial Eye: fALks world news view 05|07|11 video post]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail url, description or summary, creator, quotes URLs and description, and publish time.  +10k (quotes +5k)&lt;br /&gt;
&lt;br /&gt;
* [http://www.itsjerrytime.com/ It's JerryTime! - episodic video content]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail url and creator.  +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.bottomunion.com/Blog/ Bottom Union combined video + text blog]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail URL, description or summary, creator, tags and publish time and date. +5k blogs&lt;br /&gt;
&lt;br /&gt;
* [http://kitchenarts.blogspot.com/ KitchenArts instructional/marketing video blog]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail URL, description or summary, creator, and publish time and date. +5k blogs&lt;br /&gt;
&lt;br /&gt;
* [http://weblog.infoworld.com/udell/2005/12/06.html#a1348 Jon Udell's Weblog: Greasemonkeying Google Videomedia - blog post with quoting of video via greasemonkey plugin].  This example *may* be better suited to a study from the perspective of a citation.&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, creator, quote URLs and description, license and publish time. &amp;gt;100 records but is climbing rapidly.&lt;br /&gt;
&lt;br /&gt;
* [http://rocketboom.com/vlog/ Rocketboom daily with amanda congdon - daily video posting in a blog-like format, with quoting of video, audio photos]&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, creator, quote URLs and description, license and publish time. This example also &amp;quot;auto-plays&amp;quot;, that is, starts playing the video in the normal browser/HTML view upon loading of the page.  +20k&lt;br /&gt;
&lt;br /&gt;
==== Service publishing of video ====&lt;br /&gt;
&lt;br /&gt;
* [http://blip.tv/ blip.tv - video blogging, podcasting and sharing service]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail URL, description or summary, license, creator, tags and upload time. +1m across all hosters. +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://youtube.com/ YouTube - Broadcast Yourself - video hosting and sharing service]&lt;br /&gt;
** This example has a Title, Html URL, thumbnail URL, description or summary, license, creator, tags and upload time. +1m across all hosters. +15k records.&lt;br /&gt;
&lt;br /&gt;
* [http://mefeedia.com/ Mefeedia] - Mefeedia is the best place to find free videoblogs or video podcasts.&lt;br /&gt;
** This example has a Title, Html URL, thumbnail URL, thumbnail title, media type overlay icon, creator.&lt;br /&gt;
&lt;br /&gt;
* [http://vimeo.com/ Vimeo] - The Flickr of Video&lt;br /&gt;
** This example has a Title, thumbnail (class=moduleClipThumb), thumbnail URL, Html URL, creator.&lt;br /&gt;
&lt;br /&gt;
* [http://DailyMotion.com/ DailyMotion] - Watch, publish, share&lt;br /&gt;
** This example has a thumbnail (class=category_minilist_item_video_preview_image), with an Html URL, thumbnail URL, certain info (class=category_minilist_infos), title (class=category_minilist_item_title), href to country tag (with image icon with class=category_minilist_item_flag, image title set to country name).&lt;br /&gt;
&lt;br /&gt;
=== Photos ===&lt;br /&gt;
* A few photos online have region annotation and quoting.  But as tools are developed that are usable for mass publishers, this will likely increase.&lt;br /&gt;
* Many videos have thumbnails that are jpgs.&lt;br /&gt;
* Many videos use pictures and therefore the pictures themselves are quotes from the video.&lt;br /&gt;
* Most photos have the same elements as videos and audio, with the exception of quotes.&lt;br /&gt;
&lt;br /&gt;
==== Individual Publishing of Photos ====&lt;br /&gt;
* [http://blog.bouckenooghe.com/2005/09/01/em6-a-est-fache-avec-le-centimetre/ Blog A Brac &amp;amp;raquo; E=m6 a est fâché avec le centimètre - photo with annotated screen-caps]&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, creator, quotes and descriptions, tags/categories, and publish date and time. +200 across all individually blogged photos.&lt;br /&gt;
* [http://scribbling.net/projects/fotonotesrolloverviewer/fotonotesplugin.php?p=helicopterovernyc.jpg Scribbling.net implementation of Fotonotes Plugin demonstrating the fotonotes annotation tool for photos]&lt;br /&gt;
** This example has media url, quotes and descriptions, creator.  +200 across all individually blogged  photos.&lt;br /&gt;
&lt;br /&gt;
* For more work along the lines of 2d annotations, please see (and add to) [[photo-note-examples]].&lt;br /&gt;
&lt;br /&gt;
==== Service publishing of photos ====&lt;br /&gt;
&lt;br /&gt;
* [http://www.flickr.com/photos/500hats/50282408/ Flickr - Photo Sharing instance of a photo.]&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, quotes URLs and descriptions, licence, tags, upload time, playlist (set), license, creator, and other capture data.  +millions across all hosters. +millions of records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.webshots.com/search?query=san+francisco&amp;amp;new=1&amp;amp;source=search_results_top Webshots - Search results, gallery view.]&lt;br /&gt;
** This example has a Title, Html URL, creator, licence, Premium/Standard access.&lt;br /&gt;
&lt;br /&gt;
* [http://www.webshots.com/g/32/579-sh/25695.html Webshots - Single photo view.]&lt;br /&gt;
** This example has a Title, Html URL, creator, licence, link to creator's other photos. Three alternate download sizes, link to buy a print. Link to add as favorite. Link to next, previous photos in collection. Photo belongs to generic category (no tags). Links to related photo searches.&lt;br /&gt;
&lt;br /&gt;
== Notes on Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Mary Hodder:&lt;br /&gt;
* We are finding as we look at thousands of user generated media records, that all have titles, creator, at least a default licensing, most have tags whose functionality is made available through the hosting service (the richer the media, the more likely tagging goes toward 100%), Html and media URLs, thumbnail URLs, publishing date, and about 25% have quoting information of some sort (quotes of video or audio, and region quotes of photos).&lt;br /&gt;
* Tags apparently appear at the upload point on 61% of photos in Flickr, and within a short period, 80+% have tags.  12% of users in Flickr apparently tag photos other than their own.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Next Steps ==&lt;br /&gt;
# Add more real-world, simple, minimal examples.&lt;br /&gt;
# Research and organize existing/previous [[media-info-formats]], with a focus on formats for publishing '''common''', '''user-visible''' media information.&lt;br /&gt;
# Start [[media-info-brainstorming]] based on examples.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[media-metadata-examples]] - previous attempt to catalog and organize top down metadata systems generated by engineers and committees, as examples of elements, and includes formats which should be in a separate page.  Useful as a source of research but this microformat needs to embrace the bottomup ways users are publishing photos, video and audio online.&lt;/div&gt;</summary>
		<author><name>RodBegbie</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=media-info-examples&amp;diff=4983</id>
		<title>media-info-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=media-info-examples&amp;diff=4983"/>
		<updated>2006-02-15T22:42:19Z</updated>

		<summary type="html">&lt;p&gt;RodBegbie: Added info on Portishead Remixed album.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Media Info Examples =&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* [http://tantek.com/log/ Tantek Çelik]&lt;br /&gt;
* [http://joshkinberg.com/blog/ Joshua Kinberg]&lt;br /&gt;
* [http://napsterization.org/stories/ Mary Hodder]&lt;br /&gt;
* [http://onlisareinsradar.com/ Lisa Rein]&lt;br /&gt;
* [[User:ChrisMessina | ChrisMessina]]&lt;br /&gt;
* [[User:RodBegbie | RodBegbie]]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Examples of what people actually publish on the Web when discussing, linking to, referring to media.  This is focused predominantly on time based media such as audio and video, but may consider aspects of static media as well such as still images.&lt;br /&gt;
&lt;br /&gt;
== Emphasis on Practical, Simple, and Minimal ==&lt;br /&gt;
&lt;br /&gt;
Since all previous known attempts at this problem area have ended up quite complex and over-designed, this attempt will place simplicity and minimalism first and foremost.&lt;br /&gt;
&lt;br /&gt;
Thus for now, this document is deliberately restricted to examples that are:&lt;br /&gt;
* ''Actual'' examples in practice on the Web '''with URLs''' to the originals (note, all *-examples pages should be like this, but previous attempts at documenting media info examples have mostly ignored this requirement, and thus it is necessary to be explicit).&lt;br /&gt;
* Representative of ''very common'' publishing behavior on the Web.  This focus on common, representative examples is essential.  If possible, include an estimate of the number of similar examples. E.g. ~10k.&lt;br /&gt;
* Simple and minimalist.  As simple as possible.  Go read [http://microformats.org/wiki/microformats#the_microformats_principles the microformats principles] right now before proceeding any further.&lt;br /&gt;
&lt;br /&gt;
Any examples added which do not conform to these requirements will be deleted.&lt;br /&gt;
&lt;br /&gt;
Any generic analysis will also be deleted.  Analysis before examples is premature.  Once there are sufficient media-info-examples, and hopefully a simple/clean listing of [[media-info-formats]], we'll hopefully start a [[media-info-brainstorming]] page to do aggregate analysis of the examples.&lt;br /&gt;
&lt;br /&gt;
== Table of Contents ==&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Real World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Overall Notes About Examples ===&lt;br /&gt;
These examples are organized into a short list of top level media categories, in the hopes that it will be easier to determine if there are media specific publishing behaviors, in addition to common behaviors across multiple types of media.  Some may be subcategorized and distinguished by whether it was published by an individual publisher or a service:&lt;br /&gt;
* Audio (Speech, Music)&lt;br /&gt;
* Video&lt;br /&gt;
* Photos &lt;br /&gt;
&lt;br /&gt;
The numbers after some of the examples' descriptions are based on numbers found pulling in media records at Dabble.  Others may have higher numbers and would be encouraged to restate them if that's true.&lt;br /&gt;
&lt;br /&gt;
=== Audio ===&lt;br /&gt;
==== Speech ====&lt;br /&gt;
Publication of audio speeches on blogs is often called &amp;quot;podcasting&amp;quot;.  In essence though, it is simply audio speech publishing.  Quotes of audio files are beginning to appear, and publishers are putting up files with links to other audio files they've quoted from.  Most audio appears to often have the same base elements as video and photos, with the exception of quotes.&lt;br /&gt;
&lt;br /&gt;
===== Individual Publishing of Speech =====&lt;br /&gt;
&lt;br /&gt;
* [http://www.microformats.org/blog/2005/09/30/web-essentials-audio/ Microformats: Web Essentials Audio]&lt;br /&gt;
** Appears to be composed of:&lt;br /&gt;
*** title/summary of the recording&lt;br /&gt;
*** clickable hyperlink to the recording (MP3)&lt;br /&gt;
** Contextual:&lt;br /&gt;
*** (primary) speaker is indicated in nearby text&lt;br /&gt;
&lt;br /&gt;
* [http://www.thechrispirilloshow.com/help/20060119_chuck_cummins_on_windows_vista_interface_design.phtml Chris Pirillo podcast]&lt;br /&gt;
** This example has a Title, Html URL, media URL(s), description or summary, categories/tags underneath what is viewable, and date.  +10k&lt;br /&gt;
&lt;br /&gt;
* [http://yukelzon.blogspot.com/2006/01/podcasts.html Reflog's Random Thoughts podcast]&lt;br /&gt;
** This example has a Title, Html URL, description or summary, creator, tags and publish time and date.  +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.evilgeniuschronicles.org/wordpress/2006/01/12/egc-clambake-for-january-12-2006/ Evil Genius Chronicles podcast]&lt;br /&gt;
** This example has a Title, Html URL, description or summary, quotes URLs and descriptions, licence, creator, tags and publish time and date.  +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://www(dot)bizbyjake.com/2006/01/how-are-you-doing.html media published from a blog, Jake Steinfeld's Audio Blog] NOTE: this record had trouble because mediawiki blocks any DOTbiz domains and so while this domain coincidentally has a DOTbizbyjake.com name that is not a TLD, it was still blocked in the loading of the page with this example.  So please adjust the URL manually and then visit the site.&lt;br /&gt;
** This example has a Title, Html URL, media URL, creator and publish time and date. +10k records.&lt;br /&gt;
&lt;br /&gt;
==== Music ====&lt;br /&gt;
* [http://www.somesongs.com/ somesongs]&lt;br /&gt;
** Has song title (linked to more info), artist (linked to more info), play link (to mp3), and rating&lt;br /&gt;
&lt;br /&gt;
* [http://www.bradsucks.net/music/ Brad Sucks &amp;amp;raquo; music]&lt;br /&gt;
** Has album title, song title, separate link to more info, inline flash player, and play link (to mp3)&lt;br /&gt;
&lt;br /&gt;
* [http://www.scottandrew.com/music/ Scott Andrew - lo-fi acoustic pop superhero!  &amp;gt; music &amp;gt;]&lt;br /&gt;
** Has album title, song title, album artwork, streaming link (to m3u), and play link (to mp3)&lt;br /&gt;
&lt;br /&gt;
* [http://magnatune.com/genres/rock/ Magnatune]&lt;br /&gt;
** Has artist (linked to more info), artist description, album title (linked to more info), lofi streaming link (to m3u), hifi streaming link (to m3u), link to more info, link to license info, link to purchase info.&lt;br /&gt;
&lt;br /&gt;
* [http://www.songfight.org/ SONG FIGHT!]&lt;br /&gt;
** Has theme, artist/play link (to mp3).&lt;br /&gt;
&lt;br /&gt;
* [http://www.yes.com/ Yes.com]&lt;br /&gt;
** Music played in last hour ([http://www.yes.com/lookup.php?s=WERS example])&lt;br /&gt;
*** Flash page with track play time, artist, title, cover art.  Affiliate linked to iTunes music store.&lt;br /&gt;
** Top 100 Chart ([http://www.yes.com/top100.php?s=WXKS example])&lt;br /&gt;
*** HTML page with chart position, last week's chart position, artist, title (affiliate link to iTunes music store)&lt;br /&gt;
&lt;br /&gt;
* [http://www.hearingdouble.co.uk/dumb/index2.html Portishead Remixed]&lt;br /&gt;
** Whole page is for one album (a mash-up remix of a Portishead album).  Has Album Track Number and Title (linked to mp3) and Remixer's name, plus cover art.  Also a link to the BitTorrent download of the whole album.&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
Publication of video on blogs often goes by &amp;quot;videoblogging&amp;quot;, &amp;quot;vlogging&amp;quot;, &amp;quot;VODcasting&amp;quot;, or &amp;quot;video podcasting&amp;quot;. The typical process involves publishing a direct link to the video file within the blog entry. The blog entry can, but does not have to, include an embedded video player.  Many videos include a thumbnail jpg which is clickable to the media object and player.  Some  video includes links to those other source videos, photos and audio that have been quoted.  Most videos have the same base elements as photos and audio, with the exception of quotes.&lt;br /&gt;
&lt;br /&gt;
==== Individual publishing of video ====&lt;br /&gt;
&lt;br /&gt;
* [http://FreeVlog.org FreeVlog]: the most popular tutorial on the web describing the videoblogging process by combining free tools and services (Blogger, OurMedia/Internet Archive, FeedBurner).&lt;br /&gt;
** According to this process, a videoblog entry contains:&lt;br /&gt;
*** Direct link to the video file&lt;br /&gt;
*** Clickable thumbnail image/screen capture of the video&lt;br /&gt;
*** Contextual information about the video (title, description, etc) is usually contained in the surrounding blog entry&lt;br /&gt;
&lt;br /&gt;
* [http://joshkinberg.com/popupmaker Video Pop Up Maker]&lt;br /&gt;
** This example based on the process taught at [http://FreeVlog.org FreeVlog] generates code to create a dynamic pop up window with embedded video player. The reasons for this are enumerated [http://www.unmediated.org/archives/2005/10/easily_create_p.php here]&lt;br /&gt;
&lt;br /&gt;
* [http://ryanedit.blogspot.com/2006/01/light-water-music-2.html Ryanne's Video Blog]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail url, description or summary, creator, and publish time.  +50k&lt;br /&gt;
&lt;br /&gt;
* [http://www.prototypen.com/blog/vjblog/archives/001244.html Artificial Eye: fALks world news view 05|07|11 video post]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail url, description or summary, creator, quotes URLs and description, and publish time.  +10k (quotes +5k)&lt;br /&gt;
&lt;br /&gt;
* [http://www.itsjerrytime.com/ It's JerryTime! - episodic video content]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail url and creator.  +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.bottomunion.com/Blog/ Bottom Union combined video + text blog]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail URL, description or summary, creator, tags and publish time and date. +5k blogs&lt;br /&gt;
&lt;br /&gt;
* [http://kitchenarts.blogspot.com/ KitchenArts instructional/marketing video blog]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail URL, description or summary, creator, and publish time and date. +5k blogs&lt;br /&gt;
&lt;br /&gt;
* [http://weblog.infoworld.com/udell/2005/12/06.html#a1348 Jon Udell's Weblog: Greasemonkeying Google Videomedia - blog post with quoting of video via greasemonkey plugin].  This example *may* be better suited to a study from the perspective of a citation.&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, creator, quote URLs and description, license and publish time. &amp;gt;100 records but is climbing rapidly.&lt;br /&gt;
&lt;br /&gt;
* [http://rocketboom.com/vlog/ Rocketboom daily with amanda congdon - daily video posting in a blog-like format, with quoting of video, audio photos]&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, creator, quote URLs and description, license and publish time. This example also &amp;quot;auto-plays&amp;quot;, that is, starts playing the video in the normal browser/HTML view upon loading of the page.  +20k&lt;br /&gt;
&lt;br /&gt;
==== Service publishing of video ====&lt;br /&gt;
&lt;br /&gt;
* [http://blip.tv/ blip.tv - video blogging, podcasting and sharing service]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail URL, description or summary, license, creator, tags and upload time. +1m across all hosters. +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://youtube.com/ YouTube - Broadcast Yourself - video hosting and sharing service]&lt;br /&gt;
** This example has a Title, Html URL, thumbnail URL, description or summary, license, creator, tags and upload time. +1m across all hosters. +15k records.&lt;br /&gt;
&lt;br /&gt;
* [http://mefeedia.com/ Mefeedia] - Mefeedia is the best place to find free videoblogs or video podcasts.&lt;br /&gt;
** This example has a Title, Html URL, thumbnail URL, thumbnail title, media type overlay icon, creator.&lt;br /&gt;
&lt;br /&gt;
* [http://vimeo.com/ Vimeo] - The Flickr of Video&lt;br /&gt;
** This example has a Title, thumbnail (class=moduleClipThumb), thumbnail URL, Html URL, creator.&lt;br /&gt;
&lt;br /&gt;
* [http://DailyMotion.com/ DailyMotion] - Watch, publish, share&lt;br /&gt;
** This example has a thumbnail (class=category_minilist_item_video_preview_image), with an Html URL, thumbnail URL, certain info (class=category_minilist_infos), title (class=category_minilist_item_title), href to country tag (with image icon with class=category_minilist_item_flag, image title set to country name).&lt;br /&gt;
&lt;br /&gt;
=== Photos ===&lt;br /&gt;
* A few photos online have region annotation and quoting.  But as tools are developed that are usable for mass publishers, this will likely increase.&lt;br /&gt;
* Many videos have thumbnails that are jpgs.&lt;br /&gt;
* Many videos use pictures and therefore the pictures themselves are quotes from the video.&lt;br /&gt;
* Most photos have the same elements as videos and audio, with the exception of quotes.&lt;br /&gt;
&lt;br /&gt;
==== Individual Publishing of Photos ====&lt;br /&gt;
* [http://blog.bouckenooghe.com/2005/09/01/em6-a-est-fache-avec-le-centimetre/ Blog A Brac &amp;amp;raquo; E=m6 a est fâché avec le centimètre - photo with annotated screen-caps]&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, creator, quotes and descriptions, tags/categories, and publish date and time. +200 across all individually blogged photos.&lt;br /&gt;
* [http://scribbling.net/projects/fotonotesrolloverviewer/fotonotesplugin.php?p=helicopterovernyc.jpg Scribbling.net implementation of Fotonotes Plugin demonstrating the fotonotes annotation tool for photos]&lt;br /&gt;
** This example has media url, quotes and descriptions, creator.  +200 across all individually blogged  photos.&lt;br /&gt;
&lt;br /&gt;
* For more work along the lines of 2d annotations, please see (and add to) [[photo-note-examples]].&lt;br /&gt;
&lt;br /&gt;
==== Service publishing of photos ====&lt;br /&gt;
&lt;br /&gt;
* [http://www.flickr.com/photos/500hats/50282408/ Flickr - Photo Sharing instance of a photo.]&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, quotes URLs and descriptions, licence, tags, upload time, playlist (set), license, creator, and other capture data.  +millions across all hosters. +millions of records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.webshots.com/search?query=san+francisco&amp;amp;new=1&amp;amp;source=search_results_top Webshots - Search results, gallery view.]&lt;br /&gt;
** This example has a Title, Html URL, creator, licence, Premium/Standard access.&lt;br /&gt;
&lt;br /&gt;
* [http://www.webshots.com/g/32/579-sh/25695.html Webshots - Single photo view.]&lt;br /&gt;
** This example has a Title, Html URL, creator, licence, link to creator's other photos. Three alternate download sizes, link to buy a print. Link to add as favorite. Link to next, previous photos in collection. Photo belongs to generic category (no tags). Links to related photo searches.&lt;br /&gt;
&lt;br /&gt;
== Notes on Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Mary Hodder:&lt;br /&gt;
* We are finding as we look at thousands of user generated media records, that all have titles, creator, at least a default licensing, most have tags whose functionality is made available through the hosting service (the richer the media, the more likely tagging goes toward 100%), Html and media URLs, thumbnail URLs, publishing date, and about 25% have quoting information of some sort (quotes of video or audio, and region quotes of photos).&lt;br /&gt;
* Tags apparently appear at the upload point on 61% of photos in Flickr, and within a short period, 80+% have tags.  12% of users in Flickr apparently tag photos other than their own.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Next Steps ==&lt;br /&gt;
# Add more real-world, simple, minimal examples.&lt;br /&gt;
# Research and organize existing/previous [[media-info-formats]], with a focus on formats for publishing '''common''', '''user-visible''' media information.&lt;br /&gt;
# Start [[media-info-brainstorming]] based on examples.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[media-metadata-examples]] - previous attempt to catalog and organize top down metadata systems generated by engineers and committees, as examples of elements, and includes formats which should be in a separate page.  Useful as a source of research but this microformat needs to embrace the bottomup ways users are publishing photos, video and audio online.&lt;/div&gt;</summary>
		<author><name>RodBegbie</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:RodBegbie&amp;diff=31721</id>
		<title>User:RodBegbie</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:RodBegbie&amp;diff=31721"/>
		<updated>2006-02-15T22:34:00Z</updated>

		<summary type="html">&lt;p&gt;RodBegbie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cantankerous Scottish curmudgeon.  Keen interest in music &amp;lt;s&amp;gt;meta&amp;lt;/s&amp;gt;data.  I don't speak for my employer, natch.&lt;br /&gt;
&lt;br /&gt;
ObBlog: [http://groovymother.com groovymother...]&lt;/div&gt;</summary>
		<author><name>RodBegbie</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=media-info-examples&amp;diff=4982</id>
		<title>media-info-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=media-info-examples&amp;diff=4982"/>
		<updated>2006-02-15T22:32:05Z</updated>

		<summary type="html">&lt;p&gt;RodBegbie: Adding info on yes.com&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Media Info Examples =&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* [http://tantek.com/log/ Tantek Çelik]&lt;br /&gt;
* [http://joshkinberg.com/blog/ Joshua Kinberg]&lt;br /&gt;
* [http://napsterization.org/stories/ Mary Hodder]&lt;br /&gt;
* [http://onlisareinsradar.com/ Lisa Rein]&lt;br /&gt;
* [[User:ChrisMessina | ChrisMessina]]&lt;br /&gt;
* [[User:RodBegbie | RodBegbie]]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Examples of what people actually publish on the Web when discussing, linking to, referring to media.  This is focused predominantly on time based media such as audio and video, but may consider aspects of static media as well such as still images.&lt;br /&gt;
&lt;br /&gt;
== Emphasis on Practical, Simple, and Minimal ==&lt;br /&gt;
&lt;br /&gt;
Since all previous known attempts at this problem area have ended up quite complex and over-designed, this attempt will place simplicity and minimalism first and foremost.&lt;br /&gt;
&lt;br /&gt;
Thus for now, this document is deliberately restricted to examples that are:&lt;br /&gt;
* ''Actual'' examples in practice on the Web '''with URLs''' to the originals (note, all *-examples pages should be like this, but previous attempts at documenting media info examples have mostly ignored this requirement, and thus it is necessary to be explicit).&lt;br /&gt;
* Representative of ''very common'' publishing behavior on the Web.  This focus on common, representative examples is essential.  If possible, include an estimate of the number of similar examples. E.g. ~10k.&lt;br /&gt;
* Simple and minimalist.  As simple as possible.  Go read [http://microformats.org/wiki/microformats#the_microformats_principles the microformats principles] right now before proceeding any further.&lt;br /&gt;
&lt;br /&gt;
Any examples added which do not conform to these requirements will be deleted.&lt;br /&gt;
&lt;br /&gt;
Any generic analysis will also be deleted.  Analysis before examples is premature.  Once there are sufficient media-info-examples, and hopefully a simple/clean listing of [[media-info-formats]], we'll hopefully start a [[media-info-brainstorming]] page to do aggregate analysis of the examples.&lt;br /&gt;
&lt;br /&gt;
== Table of Contents ==&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Real World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Overall Notes About Examples ===&lt;br /&gt;
These examples are organized into a short list of top level media categories, in the hopes that it will be easier to determine if there are media specific publishing behaviors, in addition to common behaviors across multiple types of media.  Some may be subcategorized and distinguished by whether it was published by an individual publisher or a service:&lt;br /&gt;
* Audio (Speech, Music)&lt;br /&gt;
* Video&lt;br /&gt;
* Photos &lt;br /&gt;
&lt;br /&gt;
The numbers after some of the examples' descriptions are based on numbers found pulling in media records at Dabble.  Others may have higher numbers and would be encouraged to restate them if that's true.&lt;br /&gt;
&lt;br /&gt;
=== Audio ===&lt;br /&gt;
==== Speech ====&lt;br /&gt;
Publication of audio speeches on blogs is often called &amp;quot;podcasting&amp;quot;.  In essence though, it is simply audio speech publishing.  Quotes of audio files are beginning to appear, and publishers are putting up files with links to other audio files they've quoted from.  Most audio appears to often have the same base elements as video and photos, with the exception of quotes.&lt;br /&gt;
&lt;br /&gt;
===== Individual Publishing of Speech =====&lt;br /&gt;
&lt;br /&gt;
* [http://www.microformats.org/blog/2005/09/30/web-essentials-audio/ Microformats: Web Essentials Audio]&lt;br /&gt;
** Appears to be composed of:&lt;br /&gt;
*** title/summary of the recording&lt;br /&gt;
*** clickable hyperlink to the recording (MP3)&lt;br /&gt;
** Contextual:&lt;br /&gt;
*** (primary) speaker is indicated in nearby text&lt;br /&gt;
&lt;br /&gt;
* [http://www.thechrispirilloshow.com/help/20060119_chuck_cummins_on_windows_vista_interface_design.phtml Chris Pirillo podcast]&lt;br /&gt;
** This example has a Title, Html URL, media URL(s), description or summary, categories/tags underneath what is viewable, and date.  +10k&lt;br /&gt;
&lt;br /&gt;
* [http://yukelzon.blogspot.com/2006/01/podcasts.html Reflog's Random Thoughts podcast]&lt;br /&gt;
** This example has a Title, Html URL, description or summary, creator, tags and publish time and date.  +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.evilgeniuschronicles.org/wordpress/2006/01/12/egc-clambake-for-january-12-2006/ Evil Genius Chronicles podcast]&lt;br /&gt;
** This example has a Title, Html URL, description or summary, quotes URLs and descriptions, licence, creator, tags and publish time and date.  +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://www(dot)bizbyjake.com/2006/01/how-are-you-doing.html media published from a blog, Jake Steinfeld's Audio Blog] NOTE: this record had trouble because mediawiki blocks any DOTbiz domains and so while this domain coincidentally has a DOTbizbyjake.com name that is not a TLD, it was still blocked in the loading of the page with this example.  So please adjust the URL manually and then visit the site.&lt;br /&gt;
** This example has a Title, Html URL, media URL, creator and publish time and date. +10k records.&lt;br /&gt;
&lt;br /&gt;
==== Music ====&lt;br /&gt;
* [http://www.somesongs.com/ somesongs]&lt;br /&gt;
** Has song title (linked to more info), artist (linked to more info), play link (to mp3), and rating&lt;br /&gt;
&lt;br /&gt;
* [http://www.bradsucks.net/music/ Brad Sucks &amp;amp;raquo; music]&lt;br /&gt;
** Has album title, song title, separate link to more info, inline flash player, and play link (to mp3)&lt;br /&gt;
&lt;br /&gt;
* [http://www.scottandrew.com/music/ Scott Andrew - lo-fi acoustic pop superhero!  &amp;gt; music &amp;gt;]&lt;br /&gt;
** Has album title, song title, album artwork, streaming link (to m3u), and play link (to mp3)&lt;br /&gt;
&lt;br /&gt;
* [http://magnatune.com/genres/rock/ Magnatune]&lt;br /&gt;
** Has artist (linked to more info), artist description, album title (linked to more info), lofi streaming link (to m3u), hifi streaming link (to m3u), link to more info, link to license info, link to purchase info.&lt;br /&gt;
&lt;br /&gt;
* [http://www.songfight.org/ SONG FIGHT!]&lt;br /&gt;
** Has theme, artist/play link (to mp3).&lt;br /&gt;
&lt;br /&gt;
* [http://www.yes.com/top100.php?s=WXKS Yes.com]&lt;br /&gt;
** Music played in last hour ([http://www.yes.com/lookup.php?s=WERS example])&lt;br /&gt;
*** Flash page with track play time, &lt;br /&gt;
** Top 100 Chart ([http://www.yes.com/top100.php?s=WXKS example])&lt;br /&gt;
*** HTML page with chart position, last week's chart position, artist, title (affiliate link to iTunes music store)&lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
Publication of video on blogs often goes by &amp;quot;videoblogging&amp;quot;, &amp;quot;vlogging&amp;quot;, &amp;quot;VODcasting&amp;quot;, or &amp;quot;video podcasting&amp;quot;. The typical process involves publishing a direct link to the video file within the blog entry. The blog entry can, but does not have to, include an embedded video player.  Many videos include a thumbnail jpg which is clickable to the media object and player.  Some  video includes links to those other source videos, photos and audio that have been quoted.  Most videos have the same base elements as photos and audio, with the exception of quotes.&lt;br /&gt;
&lt;br /&gt;
==== Individual publishing of video ====&lt;br /&gt;
&lt;br /&gt;
* [http://FreeVlog.org FreeVlog]: the most popular tutorial on the web describing the videoblogging process by combining free tools and services (Blogger, OurMedia/Internet Archive, FeedBurner).&lt;br /&gt;
** According to this process, a videoblog entry contains:&lt;br /&gt;
*** Direct link to the video file&lt;br /&gt;
*** Clickable thumbnail image/screen capture of the video&lt;br /&gt;
*** Contextual information about the video (title, description, etc) is usually contained in the surrounding blog entry&lt;br /&gt;
&lt;br /&gt;
* [http://joshkinberg.com/popupmaker Video Pop Up Maker]&lt;br /&gt;
** This example based on the process taught at [http://FreeVlog.org FreeVlog] generates code to create a dynamic pop up window with embedded video player. The reasons for this are enumerated [http://www.unmediated.org/archives/2005/10/easily_create_p.php here]&lt;br /&gt;
&lt;br /&gt;
* [http://ryanedit.blogspot.com/2006/01/light-water-music-2.html Ryanne's Video Blog]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail url, description or summary, creator, and publish time.  +50k&lt;br /&gt;
&lt;br /&gt;
* [http://www.prototypen.com/blog/vjblog/archives/001244.html Artificial Eye: fALks world news view 05|07|11 video post]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail url, description or summary, creator, quotes URLs and description, and publish time.  +10k (quotes +5k)&lt;br /&gt;
&lt;br /&gt;
* [http://www.itsjerrytime.com/ It's JerryTime! - episodic video content]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail url and creator.  +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.bottomunion.com/Blog/ Bottom Union combined video + text blog]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail URL, description or summary, creator, tags and publish time and date. +5k blogs&lt;br /&gt;
&lt;br /&gt;
* [http://kitchenarts.blogspot.com/ KitchenArts instructional/marketing video blog]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail URL, description or summary, creator, and publish time and date. +5k blogs&lt;br /&gt;
&lt;br /&gt;
* [http://weblog.infoworld.com/udell/2005/12/06.html#a1348 Jon Udell's Weblog: Greasemonkeying Google Videomedia - blog post with quoting of video via greasemonkey plugin].  This example *may* be better suited to a study from the perspective of a citation.&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, creator, quote URLs and description, license and publish time. &amp;gt;100 records but is climbing rapidly.&lt;br /&gt;
&lt;br /&gt;
* [http://rocketboom.com/vlog/ Rocketboom daily with amanda congdon - daily video posting in a blog-like format, with quoting of video, audio photos]&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, creator, quote URLs and description, license and publish time. This example also &amp;quot;auto-plays&amp;quot;, that is, starts playing the video in the normal browser/HTML view upon loading of the page.  +20k&lt;br /&gt;
&lt;br /&gt;
==== Service publishing of video ====&lt;br /&gt;
&lt;br /&gt;
* [http://blip.tv/ blip.tv - video blogging, podcasting and sharing service]&lt;br /&gt;
** This example has a Title, Html URL, media URL, thumbnail URL, description or summary, license, creator, tags and upload time. +1m across all hosters. +10k records.&lt;br /&gt;
&lt;br /&gt;
* [http://youtube.com/ YouTube - Broadcast Yourself - video hosting and sharing service]&lt;br /&gt;
** This example has a Title, Html URL, thumbnail URL, description or summary, license, creator, tags and upload time. +1m across all hosters. +15k records.&lt;br /&gt;
&lt;br /&gt;
* [http://mefeedia.com/ Mefeedia] - Mefeedia is the best place to find free videoblogs or video podcasts.&lt;br /&gt;
** This example has a Title, Html URL, thumbnail URL, thumbnail title, media type overlay icon, creator.&lt;br /&gt;
&lt;br /&gt;
* [http://vimeo.com/ Vimeo] - The Flickr of Video&lt;br /&gt;
** This example has a Title, thumbnail (class=moduleClipThumb), thumbnail URL, Html URL, creator.&lt;br /&gt;
&lt;br /&gt;
* [http://DailyMotion.com/ DailyMotion] - Watch, publish, share&lt;br /&gt;
** This example has a thumbnail (class=category_minilist_item_video_preview_image), with an Html URL, thumbnail URL, certain info (class=category_minilist_infos), title (class=category_minilist_item_title), href to country tag (with image icon with class=category_minilist_item_flag, image title set to country name).&lt;br /&gt;
&lt;br /&gt;
=== Photos ===&lt;br /&gt;
* A few photos online have region annotation and quoting.  But as tools are developed that are usable for mass publishers, this will likely increase.&lt;br /&gt;
* Many videos have thumbnails that are jpgs.&lt;br /&gt;
* Many videos use pictures and therefore the pictures themselves are quotes from the video.&lt;br /&gt;
* Most photos have the same elements as videos and audio, with the exception of quotes.&lt;br /&gt;
&lt;br /&gt;
==== Individual Publishing of Photos ====&lt;br /&gt;
* [http://blog.bouckenooghe.com/2005/09/01/em6-a-est-fache-avec-le-centimetre/ Blog A Brac &amp;amp;raquo; E=m6 a est fâché avec le centimètre - photo with annotated screen-caps]&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, creator, quotes and descriptions, tags/categories, and publish date and time. +200 across all individually blogged photos.&lt;br /&gt;
* [http://scribbling.net/projects/fotonotesrolloverviewer/fotonotesplugin.php?p=helicopterovernyc.jpg Scribbling.net implementation of Fotonotes Plugin demonstrating the fotonotes annotation tool for photos]&lt;br /&gt;
** This example has media url, quotes and descriptions, creator.  +200 across all individually blogged  photos.&lt;br /&gt;
&lt;br /&gt;
* For more work along the lines of 2d annotations, please see (and add to) [[photo-note-examples]].&lt;br /&gt;
&lt;br /&gt;
==== Service publishing of photos ====&lt;br /&gt;
&lt;br /&gt;
* [http://www.flickr.com/photos/500hats/50282408/ Flickr - Photo Sharing instance of a photo.]&lt;br /&gt;
** This example has a Title, Html URL, media URL, description or summary, quotes URLs and descriptions, licence, tags, upload time, playlist (set), license, creator, and other capture data.  +millions across all hosters. +millions of records.&lt;br /&gt;
&lt;br /&gt;
* [http://www.webshots.com/search?query=san+francisco&amp;amp;new=1&amp;amp;source=search_results_top Webshots - Search results, gallery view.]&lt;br /&gt;
** This example has a Title, Html URL, creator, licence, Premium/Standard access.&lt;br /&gt;
&lt;br /&gt;
* [http://www.webshots.com/g/32/579-sh/25695.html Webshots - Single photo view.]&lt;br /&gt;
** This example has a Title, Html URL, creator, licence, link to creator's other photos. Three alternate download sizes, link to buy a print. Link to add as favorite. Link to next, previous photos in collection. Photo belongs to generic category (no tags). Links to related photo searches.&lt;br /&gt;
&lt;br /&gt;
== Notes on Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Mary Hodder:&lt;br /&gt;
* We are finding as we look at thousands of user generated media records, that all have titles, creator, at least a default licensing, most have tags whose functionality is made available through the hosting service (the richer the media, the more likely tagging goes toward 100%), Html and media URLs, thumbnail URLs, publishing date, and about 25% have quoting information of some sort (quotes of video or audio, and region quotes of photos).&lt;br /&gt;
* Tags apparently appear at the upload point on 61% of photos in Flickr, and within a short period, 80+% have tags.  12% of users in Flickr apparently tag photos other than their own.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Next Steps ==&lt;br /&gt;
# Add more real-world, simple, minimal examples.&lt;br /&gt;
# Research and organize existing/previous [[media-info-formats]], with a focus on formats for publishing '''common''', '''user-visible''' media information.&lt;br /&gt;
# Start [[media-info-brainstorming]] based on examples.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[media-metadata-examples]] - previous attempt to catalog and organize top down metadata systems generated by engineers and committees, as examples of elements, and includes formats which should be in a separate page.  Useful as a source of research but this microformat needs to embrace the bottomup ways users are publishing photos, video and audio online.&lt;/div&gt;</summary>
		<author><name>RodBegbie</name></author>
	</entry>
</feed>