<?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=Smyles</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=Smyles"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Smyles"/>
	<updated>2026-04-25T03:38:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hnews&amp;diff=41562</id>
		<title>hnews</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hnews&amp;diff=41562"/>
		<updated>2009-12-23T16:56:06Z</updated>

		<summary type="html">&lt;p&gt;Smyles: Corrected from &amp;quot;class name&amp;quot; to &amp;quot;rel value of&amp;quot; to match the brainstorming proposal&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hNews 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
hNews is a microformat for news content. hNews extends [http://microformats.org/wiki/hatom hAtom], introducing a number of fields that more completely describe a journalistic work. hNews also introduces another data format, [[principles-brainstorming#rel-principles_specification|rel-principles]], a format that describes the journalistic principles upheld by the journalist or news organization that has published the news item. hNews will be one of several open standards.&lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&lt;br /&gt;
;Editor/Author&lt;br /&gt;
:[[:User:JonathanMalek|Jonathan Malek]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
;Contributors&lt;br /&gt;
:[[:User:Smyles|Stuart Myles]] ([http://www.ap.org Associated Press]) &lt;br /&gt;
:[[:User:Martinjemoore|Martin Moore]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:MarkNg|Mark Ng]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:Tbmartinwiki|Todd B. Martin]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on the authors' user pages ([[:User:JonathanMalek|Jonathan Malek]]) this specification is released into the public domain. &lt;br /&gt;
&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hNews is a microformat for identifying semantic information in news stories. It builds on [[hAtom]], while adding a number of fields that more completely define a journalistic work. hNews can be thought of as inheriting from [[hAtom]], since parsers and tools that do not understand the hNews extensions can still parse the [[hAtom]] content. However, those parsers and applications that understand hNews can enable a richer set of semantic actions on news stories.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&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;
=== In General ===&lt;br /&gt;
hNews extends hAtom. As the hAtom draft format notes, &amp;quot;Atom provides a lot more functionality than we need for a 'blog post' microformat, so we've taken the minimal number of elements needed.&amp;quot; News stories typically introduce more fields (for instance, the publishing organization) than the current 0.1 draft of hAtom, and those fields are very important when reading or evaluating a news story. We focus on those fields that enable the development of semantic actions around news: license, principles, dateline (geo) and source organization.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hNews schema consists of the following: &lt;br /&gt;
&lt;br /&gt;
* hNews ('''&amp;lt;code&amp;gt;hnews&amp;lt;/code&amp;gt;''') and '''&amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;'''.  required. Using [[hAtom]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;'''. required. Using [[hCard]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;'''. optional. Using text or [[hCard]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;'''. optional. Using [[geo]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;'''. recommended. Using a [[licensing-brainstorming#item_as_container|brainstorm proposal]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;principles&amp;lt;/code&amp;gt;'''. recommended. Using the draft microformat [[principles-brainstorming#rel-principles_specification|rel-principles]].&lt;br /&gt;
&lt;br /&gt;
[*] Some required elements have defaults if missing, see below.&lt;br /&gt;
&lt;br /&gt;
=== Field and Element Details ===&lt;br /&gt;
&lt;br /&gt;
==== hAtom Fields ====&lt;br /&gt;
&lt;br /&gt;
===== Entry =====&lt;br /&gt;
* an hNews story {{must}} be encoded as an [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;.&lt;br /&gt;
* if an hNews story cannot be parsed as an [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;, it is invalid hNews.&lt;br /&gt;
&lt;br /&gt;
==== Additional Fields ====&lt;br /&gt;
&lt;br /&gt;
===== Source Organization =====&lt;br /&gt;
* a Source Organization element is identified by the class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Source Organization represents the originating organization for the news story.&lt;br /&gt;
* a Source Organization {{must}} be encoded in an [[hCard]].&lt;br /&gt;
* if the Source Organization is missing &lt;br /&gt;
** find the [[algorithm-nearest-in-parent]] element(s) with class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt; and that is/are a valid [[hCard]]&lt;br /&gt;
** otherwise the entry is invalid hNews&lt;br /&gt;
&lt;br /&gt;
===== Dateline =====&lt;br /&gt;
* a dateline element is identified by the class name &amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;.&lt;br /&gt;
* dateline represents the location where the news story was written or filed (see [http://en.wikipedia.org/wiki/Dateline dateline] for more details).&lt;br /&gt;
* a dateline element {{may}} be encoded in an [[hCard]].&lt;br /&gt;
* a news story {{should}} have a dateline element.&lt;br /&gt;
* dateline sometimes also includes the publish date of the news story. In such cases, use the [[datetime-design-pattern]] to encode the date.&lt;br /&gt;
&lt;br /&gt;
===== Geo =====&lt;br /&gt;
* a geo element is identified by the class name &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;&lt;br /&gt;
* geo represents the geographic coordinates of relevant locations in the news story.&lt;br /&gt;
* a geo element should be encoded in a [[geo]].&lt;br /&gt;
* in those cases where the latitude and longitude represent the dateline, a variant of [[geo]] should be used (see [http://microformats.org/wiki/geo-brainstorming#Geo_improvements Geo Improvements] for an example).&lt;br /&gt;
&lt;br /&gt;
===== License =====&lt;br /&gt;
* a license element is identified by the rel value of &amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;.&lt;br /&gt;
* a license element {{must}} be encoded as described in this [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
* a news story {{should}} include a license element.&lt;br /&gt;
&lt;br /&gt;
===== Principles =====&lt;br /&gt;
* a principles element is identified by &amp;lt;code&amp;gt;rel-principles&amp;lt;/code&amp;gt;.&lt;br /&gt;
* principles represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
* a principles element {{must}} be encoded in [[principles-brainstorming#rel-principles_specification|rel-principles]].&lt;br /&gt;
* a news story {{should}} include principles.&lt;br /&gt;
* principles {{should}} be linked to using the icons http://labs.ap.org/principles-button-blue.png or http://labs.ap.org/principles-book-blue.png.&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt&amp;gt;class&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/global.html#adef-class&amp;quot;&amp;gt;&lt;br /&gt;
   HTML4 definition of the 'class' attribute.&amp;lt;/a&amp;gt;&lt;br /&gt;
  This meta data profile defines some 'class' attribute values (class names) &lt;br /&gt;
  and their meanings as suggested by a &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://www.w3.org/TR/WD-htmllink-970328#profile&amp;quot;&amp;gt;&lt;br /&gt;
   draft of &amp;quot;Hypertext Links in HTML&amp;quot;&amp;lt;/a&amp;gt;.&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;hnews&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to describe semantic information associated with news stories.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;source-org&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The originating organization for the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;dateline&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the location where the news story was filed.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;geo&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents geographic coordinates of relevant locations in the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
         &amp;lt;dt&amp;gt;item-license&amp;lt;/dt&amp;gt;&lt;br /&gt;
         &amp;lt;dd&amp;gt;&lt;br /&gt;
         Represents the license for the story.&lt;br /&gt;
         &amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;/dl&amp;gt;&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
         &amp;lt;dt&amp;gt;principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
         &amp;lt;dd&amp;gt;&lt;br /&gt;
         Represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
         &amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;/dl&amp;gt;&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
See [[hnews-examples]].&lt;br /&gt;
&lt;br /&gt;
=== Examples in the wild ===&lt;br /&gt;
&lt;br /&gt;
See [[hnews-examples-in-wild]].&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0]&lt;br /&gt;
* [[hatom|hAtom]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[licensing-brainstorming#item_as_container_license|item-license brainstorm]]&lt;br /&gt;
* [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2119.txt RFC2119]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc4287.txt RFC4287] (Atom 1.0)&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* Other news efforts: see [[news-formats]].&lt;br /&gt;
&lt;br /&gt;
== Work in progress ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. &lt;br /&gt;
&lt;br /&gt;
=== Version 0.1 ===&lt;br /&gt;
&lt;br /&gt;
Version 0.1 was drafted August 2008.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
* See [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
* hnews&lt;br /&gt;
* [[news-brainstorming]]: thoughts for improving hNews. &lt;br /&gt;
* [[hnews-faq|hNews FAQ]]: if you have any questions about hNews, check here, and if you don't find answers, add your questions!&lt;br /&gt;
* [[hnews-issues]]: please add any issues with the specification to the issues page.&lt;br /&gt;
* [[news-formats]]: existing news and news management schemas.&lt;br /&gt;
* [[news-examples]]: examples of news formats on the web.&lt;br /&gt;
** [[hnews-examples]]: examples of how to implement hNews.&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;br /&gt;
[[Category:hNews]]&lt;/div&gt;</summary>
		<author><name>Smyles</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hnews&amp;diff=41561</id>
		<title>hnews</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hnews&amp;diff=41561"/>
		<updated>2009-12-23T16:54:47Z</updated>

		<summary type="html">&lt;p&gt;Smyles: Fixed the link for the rel item-license brainstorming proposal&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hNews 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
hNews is a microformat for news content. hNews extends [http://microformats.org/wiki/hatom hAtom], introducing a number of fields that more completely describe a journalistic work. hNews also introduces another data format, [[principles-brainstorming#rel-principles_specification|rel-principles]], a format that describes the journalistic principles upheld by the journalist or news organization that has published the news item. hNews will be one of several open standards.&lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&lt;br /&gt;
;Editor/Author&lt;br /&gt;
:[[:User:JonathanMalek|Jonathan Malek]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
;Contributors&lt;br /&gt;
:[[:User:Smyles|Stuart Myles]] ([http://www.ap.org Associated Press]) &lt;br /&gt;
:[[:User:Martinjemoore|Martin Moore]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:MarkNg|Mark Ng]] ([http://mediastandardstrust.org Media Standards Trust])&lt;br /&gt;
:[[:User:Tbmartinwiki|Todd B. Martin]] ([http://www.ap.org Associated Press])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Per the public domain release on the authors' user pages ([[:User:JonathanMalek|Jonathan Malek]]) this specification is released into the public domain. &lt;br /&gt;
&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hNews is a microformat for identifying semantic information in news stories. It builds on [[hAtom]], while adding a number of fields that more completely define a journalistic work. hNews can be thought of as inheriting from [[hAtom]], since parsers and tools that do not understand the hNews extensions can still parse the [[hAtom]] content. However, those parsers and applications that understand hNews can enable a richer set of semantic actions on news stories.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&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;
=== In General ===&lt;br /&gt;
hNews extends hAtom. As the hAtom draft format notes, &amp;quot;Atom provides a lot more functionality than we need for a 'blog post' microformat, so we've taken the minimal number of elements needed.&amp;quot; News stories typically introduce more fields (for instance, the publishing organization) than the current 0.1 draft of hAtom, and those fields are very important when reading or evaluating a news story. We focus on those fields that enable the development of semantic actions around news: license, principles, dateline (geo) and source organization.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
The hNews schema consists of the following: &lt;br /&gt;
&lt;br /&gt;
* hNews ('''&amp;lt;code&amp;gt;hnews&amp;lt;/code&amp;gt;''') and '''&amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;'''.  required. Using [[hAtom]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;'''. required. Using [[hCard]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;'''. optional. Using text or [[hCard]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;'''. optional. Using [[geo]].[*]&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;'''. recommended. Using a [[licensing-brainstorming#item_as_container|brainstorm proposal]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;principles&amp;lt;/code&amp;gt;'''. recommended. Using the draft microformat [[principles-brainstorming#rel-principles_specification|rel-principles]].&lt;br /&gt;
&lt;br /&gt;
[*] Some required elements have defaults if missing, see below.&lt;br /&gt;
&lt;br /&gt;
=== Field and Element Details ===&lt;br /&gt;
&lt;br /&gt;
==== hAtom Fields ====&lt;br /&gt;
&lt;br /&gt;
===== Entry =====&lt;br /&gt;
* an hNews story {{must}} be encoded as an [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;.&lt;br /&gt;
* if an hNews story cannot be parsed as an [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;, it is invalid hNews.&lt;br /&gt;
&lt;br /&gt;
==== Additional Fields ====&lt;br /&gt;
&lt;br /&gt;
===== Source Organization =====&lt;br /&gt;
* a Source Organization element is identified by the class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Source Organization represents the originating organization for the news story.&lt;br /&gt;
* a Source Organization {{must}} be encoded in an [[hCard]].&lt;br /&gt;
* if the Source Organization is missing &lt;br /&gt;
** find the [[algorithm-nearest-in-parent]] element(s) with class name &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt; and that is/are a valid [[hCard]]&lt;br /&gt;
** otherwise the entry is invalid hNews&lt;br /&gt;
&lt;br /&gt;
===== Dateline =====&lt;br /&gt;
* a dateline element is identified by the class name &amp;lt;code&amp;gt;dateline&amp;lt;/code&amp;gt;.&lt;br /&gt;
* dateline represents the location where the news story was written or filed (see [http://en.wikipedia.org/wiki/Dateline dateline] for more details).&lt;br /&gt;
* a dateline element {{may}} be encoded in an [[hCard]].&lt;br /&gt;
* a news story {{should}} have a dateline element.&lt;br /&gt;
* dateline sometimes also includes the publish date of the news story. In such cases, use the [[datetime-design-pattern]] to encode the date.&lt;br /&gt;
&lt;br /&gt;
===== Geo =====&lt;br /&gt;
* a geo element is identified by the class name &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt;&lt;br /&gt;
* geo represents the geographic coordinates of relevant locations in the news story.&lt;br /&gt;
* a geo element should be encoded in a [[geo]].&lt;br /&gt;
* in those cases where the latitude and longitude represent the dateline, a variant of [[geo]] should be used (see [http://microformats.org/wiki/geo-brainstorming#Geo_improvements Geo Improvements] for an example).&lt;br /&gt;
&lt;br /&gt;
===== License =====&lt;br /&gt;
* a license element is identified by the class name &amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt;.&lt;br /&gt;
* a license element {{must}} be encoded as described in this [http://microformats.org/wiki/licensing-brainstorming#item_as_container license brainstorm proposal].&lt;br /&gt;
* a news story {{should}} include a license element.&lt;br /&gt;
&lt;br /&gt;
===== Principles =====&lt;br /&gt;
* a principles element is identified by &amp;lt;code&amp;gt;rel-principles&amp;lt;/code&amp;gt;.&lt;br /&gt;
* principles represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
* a principles element {{must}} be encoded in [[principles-brainstorming#rel-principles_specification|rel-principles]].&lt;br /&gt;
* a news story {{should}} include principles.&lt;br /&gt;
* principles {{should}} be linked to using the icons http://labs.ap.org/principles-button-blue.png or http://labs.ap.org/principles-book-blue.png.&lt;br /&gt;
&lt;br /&gt;
=== XMDP Profile ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt&amp;gt;class&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/global.html#adef-class&amp;quot;&amp;gt;&lt;br /&gt;
   HTML4 definition of the 'class' attribute.&amp;lt;/a&amp;gt;&lt;br /&gt;
  This meta data profile defines some 'class' attribute values (class names) &lt;br /&gt;
  and their meanings as suggested by a &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://www.w3.org/TR/WD-htmllink-970328#profile&amp;quot;&amp;gt;&lt;br /&gt;
   draft of &amp;quot;Hypertext Links in HTML&amp;quot;&amp;lt;/a&amp;gt;.&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;hnews&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to describe semantic information associated with news stories.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;source-org&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The originating organization for the news story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;dateline&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents the location where the news story was filed.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;geo&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Represents geographic coordinates of relevant locations in the story.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
         &amp;lt;dt&amp;gt;item-license&amp;lt;/dt&amp;gt;&lt;br /&gt;
         &amp;lt;dd&amp;gt;&lt;br /&gt;
         Represents the license for the story.&lt;br /&gt;
         &amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;/dl&amp;gt;&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;dt&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
      &amp;lt;dl&amp;gt;&lt;br /&gt;
         &amp;lt;dt&amp;gt;principles&amp;lt;/dt&amp;gt;&lt;br /&gt;
         &amp;lt;dd&amp;gt;&lt;br /&gt;
         Represents the statement of principles and ethics used by the news organization that produced the news story.&lt;br /&gt;
         &amp;lt;/dd&amp;gt;&lt;br /&gt;
      &amp;lt;/dl&amp;gt;&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
See [[hnews-examples]].&lt;br /&gt;
&lt;br /&gt;
=== Examples in the wild ===&lt;br /&gt;
&lt;br /&gt;
See [[hnews-examples-in-wild]].&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0]&lt;br /&gt;
* [[hatom|hAtom]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[geo]]&lt;br /&gt;
* [[licensing-brainstorming#item_as_container_license|item-license brainstorm]]&lt;br /&gt;
* [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2119.txt RFC2119]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc4287.txt RFC4287] (Atom 1.0)&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* Other news efforts: see [[news-formats]].&lt;br /&gt;
&lt;br /&gt;
== Work in progress ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. &lt;br /&gt;
&lt;br /&gt;
=== Version 0.1 ===&lt;br /&gt;
&lt;br /&gt;
Version 0.1 was drafted August 2008.&lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
* See [http://www.technorati.com/cosmos/referer.html blogs discussing this page].&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
* hnews&lt;br /&gt;
* [[news-brainstorming]]: thoughts for improving hNews. &lt;br /&gt;
* [[hnews-faq|hNews FAQ]]: if you have any questions about hNews, check here, and if you don't find answers, add your questions!&lt;br /&gt;
* [[hnews-issues]]: please add any issues with the specification to the issues page.&lt;br /&gt;
* [[news-formats]]: existing news and news management schemas.&lt;br /&gt;
* [[news-examples]]: examples of news formats on the web.&lt;br /&gt;
** [[hnews-examples]]: examples of how to implement hNews.&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;br /&gt;
[[Category:hNews]]&lt;/div&gt;</summary>
		<author><name>Smyles</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hnews-issues&amp;diff=41512</id>
		<title>hnews-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hnews-issues&amp;diff=41512"/>
		<updated>2009-12-09T19:03:35Z</updated>

		<summary type="html">&lt;p&gt;Smyles: /* Open Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hNews issues &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
These are externally raised issues about [[hnews|hNews]] with broadly varying degrees of merit.  Thus some issues are REJECTED for a number of obvious reasons (but still documented here in case they are re-raised), and others contain longer discussions.  Some issues may be ACCEPTED and perhaps cause changes or improved explanations in the draft.  &lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT''': Please read the [[hnews-faq|hNews FAQ]] before giving any feedback or raising any issues as your feedback/issues may already be resolved/answered.&lt;br /&gt;
&lt;br /&gt;
Submitted issues may (and probably will) be edited and rewritten for better terseness, clarity, calmness, rationality, and as neutral a point of view as possible. Write your issues well. — [http://tantek.com/ Tantek]&lt;br /&gt;
&lt;br /&gt;
Please add new issues to the '''top''' of the list.  Please follow-up to resolved/rejected issues with new information rather than resubmitting such issues.  Duplicate issue additions will be reverted.&lt;br /&gt;
&lt;br /&gt;
See related [[hatom-issues]] and [[hcard-issues]].&lt;br /&gt;
&lt;br /&gt;
== Template ==&lt;br /&gt;
&lt;br /&gt;
{{issues-format}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
=== Open Issues ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{OpenIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-11-16&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:gut1975|Guthrie Collin]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Allowable number of item-licenses?&amp;lt;/strong&amp;gt;. In the news world, different news companies sometimes share the copyright on specific works, and this arrangement results in two copyright statements appearing for one piece of content. Modeling this relationship in the hNews world would result in two or more &amp;quot;item-license&amp;quot; elements, with each item-license element potentially linking to a separate license for each news company. Hence, I think the hNews format should explicitly allow more than one item-license for each &amp;quot;hnews hentry&amp;quot; container. Thoughts?&lt;br /&gt;
** If as you say &amp;quot;In the news world, different news companies sometimes share the copyright on specific works, and this arrangement results in two copyright statements appearing for one piece of content&amp;quot; then please provide URLs to real world examples that demonstrate as such. Absent any such examples, we must not change hNews for an otherwise assumed to be theoretical example, per microformats [[process]] and [[principles]]. [[User:Tantek|Tantek]] 23:51, 16 November 2009 (UTC)&lt;br /&gt;
** Some examples are:&amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;[http://sports.yahoo.com/nhl/preview?gid=2006122911 Capitals-Devils Preview on Yahoo!] which was created under a joint arrangement between AP and STATS, Inc (scroll to page bottom).&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;[http://www.kcbd.com/global/story.asp?s=11520396 Colo. medical pot &amp;amp; taxes on KCBD 11 in Lubbock, TX] which was an AP story but since AP and some of its customers have special copyright arrangements, KCBD and its parent company also share copyright on the content (see bottom of page).&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;As you can see, it's somewhat inefficient to have the license separate from the content in this way, and I think the hNews schema should permit multiple item-license elements for these situations. [[User:gut1975|Guthrie Collin]] 16:21, 17 November 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{OpenIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-10-20&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MilesD|Miles De Feyter]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;News, Commentary, and Opinion pieces as they relate to hNews&amp;lt;/strong&amp;gt;. An interesting comment came up today when looking at how to use hNews on other AOL properties outside of our main news site, and that is, some of our sites are both news and commentary. Let's take our sports site for example http://www.fanhouse.com/ &lt;br /&gt;
&lt;br /&gt;
This site reports on sports news with article headlines such as: &lt;br /&gt;
[http://www.fanhouse.com/news/nfl/big-ben-tops-pass-rankings/723353 Big Ben tops pass rankings]&lt;br /&gt;
&lt;br /&gt;
But fanhouse.com also has some obvious opinion pieces such as:&lt;br /&gt;
[http://kevin-blackistone.fanhouse.com/2009/10/19/ail-to-the-redskins-worst-run-franchise-on-the-planet/ Fail to the Redskins: Worst-Run Franchise on the Planet]&lt;br /&gt;
&lt;br /&gt;
Currently we have one publishing system for all of our content within Fanhouse whether it be feed driven, in house publisher, news content, or commentary. So at the moment if one thing gets hNews it all does. &lt;br /&gt;
&lt;br /&gt;
Have you given this situation thought? My initial thinking is that perhaps this is where a principles statement specific to Fanhouse could account for the different types of content being labeled hNews. &lt;br /&gt;
** Very glad you brought this up. We've given this alot of thought. I think your initial thinking is right. Right now the place to distinguish differences such as these (e.g. reporting from opinion) is within the principles statement. But this is something I think would benefit significantly from further development (i.e. the development of additional hNews criteria)  [[User:Martinjemoore|Martin Moore]]&lt;br /&gt;
** I believe that hNews is applicable to many types of news, ranging from reporting facts, to analysis pieces, opinion and columns.  It is not unusual for a given piece of news to be a mix of two or three &amp;quot;types&amp;quot;.  Really, the purpose of hNews is allow for the common structural components of news to be more clearly marked up.  The exact content is less important than the form.  However, I also see that there is also value for a publisher of hNews to be able to self-classify the &amp;quot;type&amp;quot; of content.  One way to do this would be to use rel-tag to indicate how the publisher would like to describe the hNews-encoded content (as commentary, opinion, analysis, interview, satire or whatever). [[User:Smyles|Stuart Myles]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{OpenIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-10-14&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MarkNg|MarkNg]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;adr for dateline&amp;lt;/strong&amp;gt;. From [http://twitter.com/pigsonthewing/status/4831500605 Andy Mabbett on Twitter] : hNews microformat spec &amp;quot;dateline. optional. Using text or hCard&amp;quot; should read &amp;quot;dateline. optional. Using text, adr or hCard&amp;quot;.&lt;br /&gt;
** Seems like a useful extra to me, any objections ? [[User:MarkNg|MarkNg]]&lt;br /&gt;
** Agreed, makes sense. --[[User:JonathanMalek|JonathanMalek]] 00:57, 15 October 2009 (UTC)&lt;br /&gt;
** +1 to addition of optional &amp;quot;adr&amp;quot; markup of &amp;quot;dateline&amp;quot;, but should also allow &amp;quot;geo&amp;quot; markup of &amp;quot;dateline&amp;quot; as well. i.e. change: &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;* a dateline element MAY be encoded in an hCard.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt; to &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;* a dateline element MAY be encoded with an [[adr]], [[geo]], or [[hCard]] on the same element.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt; [[User:Tantek|Tantek]] 19:57, 15 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Resolved Issues ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ResolvedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-10-15&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:TobyInk|TobyInk]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;XMDP defines 'principles' incorrectly.&amp;lt;/strong&amp;gt; The XMDP for hNews defines 'principles' as a class, whereas the rest of the draft refers to it as a link type (i.e. 'rel' value).&lt;br /&gt;
** ACCEPTED SPEC UPDATE. FIXED: thanks for pointing that out.  I believe the updated profile reflects that correctly now. --[[User:JonathanMalek|JonathanMalek]] 15:37, 15 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ResolvedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-11-13&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:gut1975|Guthrie Collin]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;The item-license element is incorrectly described as a class&amp;lt;/strong&amp;gt;. The XMDP profile and element description for item-license in hNews describes the element as a class attribute value, however, the [http://microformats.org/wiki/licensing-brainstorming#item_as_container Licensing Brainstorming] proposal describes this field as a link type. In addition, the hNews examples purport item-license as a link type. Which item-license description is correct? &lt;br /&gt;
** ACCEPTED SPEC UPDATE. FIXED: the correct  description is as a link (rel).  The profile has been updated to reflect that correctly. --[[User:JonathanMalek|JonathanMalek]] 18:44, 13 November 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Closed Issues ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-10-09&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Miles De Feyter&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Implementation of item-license as it relates to hNews&amp;lt;/strong&amp;gt;. Reading through the item-license brainstorm it seems to indicate that &amp;quot;item-license&amp;quot; would need to be nested within something with the class of &amp;quot;item&amp;quot;. So as this relates to hNews is the suggestion to then have an articles containing div have the three class names of &amp;quot;hnews hentry item&amp;quot;?&lt;br /&gt;
** At this point, Miles, that is correct (following the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] concept and guidance).  I expect we'll see changes around item-license (it's still just brainstorming), but for the time being, the third class name &amp;quot;item&amp;quot; is needed. --[[User:JonathanMalek|JonathanMalek]] 16:25, 12 October 2009 (UTC)&lt;br /&gt;
** Added to [[hnews-faq]] --[[User:JonathanMalek|JonathanMalek]] 02:19, 14 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-09-28&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:MilesD|Miles De Feyter]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Principles as a requirement&amp;lt;/strong&amp;gt;. Working for a publishing company that owns and operates a large number of different organizations I'd love to incorporate hNews within our publishing system. The hNews requirement for a principles statement could pose a problem though or at least make rolling out hNews a more involved process then it would be otherwise. The issue is, I would now have to go to each product owner and ask then to provide this principles statement to link to. So my concern is now rather then just making a change to the publishing system to support hNews there is this requirement for some supporting content. And due to the nature of the content I can only assume our legal dep. would need to sign off as well, further complicating the adoption of hNews.&lt;br /&gt;
** +1 I agree that the &amp;quot;principles&amp;quot; property (and probably all other others) should be optional. [[User:Tantek|Tantek]] 18:29, 29 September 2009 (UTC)&lt;br /&gt;
*** I think it's important to explain why principles is a requirement. hnews is essentially a specialization of hAtom. Its purpose is to distinguish news on the web. Hence the description of source organisation, license and principles. Of these, principles is the only one which consistently distinguishes news on the web from other content (eg. commercial, government). In the future it should be distinguished further by making the principles themselves machine readable (but that is for a later date). Most professional news organisations adhere to a Statement of Principles (e.g. see http://en.wikipedia.org/wiki/Journalism_ethics_and_standards and http://www.journalism.org/resources/ethics_codes). If a site wants to mark up its content but does not want to distinguish it as news, then wouldn't it be easiest to use hAtom? [[User:martinjemoore|Martin Moore]] 9:00, 20 September 2009 (UTC)&lt;br /&gt;
*** Having discussed this issue at length outside this brainstorming, we understand some of the concerns of the microformat community regarding 'must', but are still convinced of the criticality of principles to hNews - therefore recommend downgrading from 'must' to 'should'. [[User:martinjemoore|Martin Moore]] 14:00, 7 October 2009 (UTC)&lt;br /&gt;
**** Accepted and implemented in 0.1.  In keeping with the general direction here, we've changed &amp;lt;code&amp;gt;item-license&amp;lt;/code&amp;gt; as well, and would consider adopting the same with &amp;lt;code&amp;gt;source-org&amp;lt;/code&amp;gt; as well, if it proves to present the same problems. --[[User:JonathanMalek|JonathanMalek]] 00:53, 15 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCalendar instead of dateline?&amp;lt;/strong&amp;gt; Would an [[hCalendar]] event (which can contain an hCard location) make sense for a dateline, or is the 'date' part more often omitted?&lt;br /&gt;
** Confusingly, the journalistic term &amp;quot;dateline&amp;quot; isn't anything to do with a date or time.  It is the location from which a report is filed and is generally the main location associated with a story.  Generally, a dateline consists of a city (e.g. &amp;quot;Rome&amp;quot;) but could be the name of a ship at sea or even a space station. [[User:Stuart Myles|Stuart Myles]] 21:12, 24 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;hCard instead of geo?&amp;lt;/strong&amp;gt;  Is geo really in use here, or would using an hCard (that can contain geo) be a better way of representing locations referred to in the story, as more human readable?&lt;br /&gt;
** The reason for geo being highlighted (as an optional field) is to promote at least one location identifier in the story--preferably the most appropriate single location on a map for that particular story.  Geo does not have to be related to dateline, but in some [http://labs.ap.org/wiki/hNews examples] we've worked on, we show the two collapsed into a single field. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** For locations referred to in the story, I agree--publishers should be using [[hCard]] with the contained geo to markup the locations themselves.  One of the concepts I've struggled with is drawing an admittedly arbitrary line between the metadata ''about'' a story from the metadata ''within'' a story.  For the former, we've focused on simplicity and minimalism, primarily as a means to encourage adoption.  That has meant preferring [[rel-tag]] over in-line entity extraction and markup using compound microformats.  For the latter, we feel that the field is open: use whatever microformat fits your purpose, however you can--the more, the better.  This lets publishers with minimal technology capabilities at least get started by tweaking a few templates in their CMS, while those more technically inclined aren't limited by the simplicity of the format to a paucity of data. --[[User:JonathanMalek|JonathanMalek]] 23:53, 24 August 2009 (UTC)&lt;br /&gt;
** Also, dateline can be text or [[hCard]], as noted in the [[news-brainstorming#Common_News_Fields|Common News Fields]] section. --[[User:JonathanMalek|JonathanMalek]] 18:17, 24 September 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ClosedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;18:32, 24 August 2009 (UTC)&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Kevin Marks|Kevin Marks]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;What is item-license?&amp;lt;/strong&amp;gt;  Using [[rel-license]] presumably?&lt;br /&gt;
** We're working off the [[licensing-brainstorming#item_as_container|licensing-brainstorming]] discussions for this.  Our concern with [[rel-license]] was its definition as applying to an entire page, rather than an item within a page.  The current discussions around licensing definitely address that. --[[User:JonathanMalek|JonathanMalek]] 00:02, 25 August 2009 (UTC)&lt;br /&gt;
*** +1 using item-license for news-brainstorming makes sense. [[User:Tantek|Tantek]] 22:32, 27 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Smyles</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:Smyles&amp;diff=41027</id>
		<title>User:Smyles</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:Smyles&amp;diff=41027"/>
		<updated>2009-10-12T16:47:03Z</updated>

		<summary type="html">&lt;p&gt;Smyles: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Stuart Myles - Deputy Director of Schema Standards at The Associated Press - http://twitter.com/smyles&lt;/div&gt;</summary>
		<author><name>Smyles</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:Smyles&amp;diff=41026</id>
		<title>User:Smyles</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:Smyles&amp;diff=41026"/>
		<updated>2009-10-12T16:43:37Z</updated>

		<summary type="html">&lt;p&gt;Smyles: New page: http://twitter.com/smyles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://twitter.com/smyles&lt;/div&gt;</summary>
		<author><name>Smyles</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=licensing-brainstorming&amp;diff=40868</id>
		<title>licensing-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=licensing-brainstorming&amp;diff=40868"/>
		<updated>2009-09-29T19:34:12Z</updated>

		<summary type="html">&lt;p&gt;Smyles: /* class license without hyperlink */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Licensing Brainstorming&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Brainstorming proposals toward a [[licensing]] microformat per the microformats [[process]].&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
Set of classes pertinent to supporting licensing and attribution requirements and complements.  These classes could be used at webpage level or within relevant microformats, e.g., [[media-info]].&lt;br /&gt;
&lt;br /&gt;
=== reuse limitations ===&lt;br /&gt;
[[rel-license]] has already been specified to apply to the entire document, and thus many current [[implementations]] (e.g. [[search engines]]) already assume that whenever they see rel=&amp;quot;license&amp;quot; that it applies to the whole page.&lt;br /&gt;
&lt;br /&gt;
If we tried to re-use [[rel-license]] in the licensing microformat to refer to part of a page or an external resource, existing implementations would mis-interpret such a use as applying to the whole page.&lt;br /&gt;
&lt;br /&gt;
Thus in order to not break backward compatibility with existing rel-license implementations, if we want something like [[rel-license]] for the licensing microformat, we must use a new rel value.&lt;br /&gt;
&lt;br /&gt;
=== table of possible properties ===&lt;br /&gt;
The first column may be too URL-centric, see notes for parent work, may apply to others.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Overly descriptive strawman not intended to conform with any convention&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;[[existing-classes|Existing class(es)]]; source&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Notes&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;work title&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;fn; hCard&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;See [[licensing-examples#Attribution_with_work_title|examples#title]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;attribution name, creator?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;author; hAtom, [[hcard]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Might be a vcard with fn, may also be an organization&lt;br /&gt;
&amp;lt;br/&amp;gt;See [[licensing-examples#Attribution_to_creator|examples#attribution]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;attribution url&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;url; hCard&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;An author might have a url, should this be taken as the attribution url? If a work has a url, should it be taken as the attribution url?&lt;br /&gt;
&amp;lt;br/&amp;gt;See [[licensing-examples#Attribution_with_link_required|examples#link]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;donation url&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;payment; rel-payment&amp;lt;br/&amp;gt;&lt;br /&gt;
offer; hListing&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;How to disambiguate from commercial licensing and purchase?&lt;br /&gt;
&amp;lt;br/&amp;gt;See [[licensing-examples#Donation_related_to_work|examples#donation]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;commercial licensing url&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;payment; rel-payment&amp;lt;br/&amp;gt;&lt;br /&gt;
sell, offer; hListing&amp;lt;br/&amp;gt;&lt;br /&gt;
copyright; HTML LinkType&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;How to disambiguate from donation and purchase?&lt;br /&gt;
&amp;lt;br/&amp;gt;See [[licensing-examples#Commercial_licensing|examples#commercial]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;purchase url&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;payment; rel-payment&amp;lt;br/&amp;gt;&lt;br /&gt;
sell, offer; hListing&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;How to disambiguate from donation and commercial licensing?&lt;br /&gt;
&amp;lt;br/&amp;gt;See [[licensing-examples#Purchase_related_media|examples#purchase]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;content hash&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;checksum, sha1; [[hash-examples]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;See [[licensing-examples#License_notice_with_content_hash|examples#hash]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;provenance url&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; See [[licensing-examples#Rights_provenance.2Fwarranty.2Fidemnification|examples#provenance]] &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;parent work &amp;lt;em&amp;gt;url?&amp;lt;/em&amp;gt;, derivitave-source&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Should this be a url? Maybe it should be a TBD &amp;quot;media&amp;quot; microformat which may be otherwise described.&lt;br /&gt;
&amp;lt;br/&amp;gt;See [[licensing-examples#Attribution_to_derivative.27s_source_work|examples#derivative]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Probably should be a URL -- a uf can have a #URL if it has an id.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;attribution, copied-source&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Shows where the media was immediately copied from (not necessarily the same as its original source).  Has the same challenges as derivative-source.  Perhaps use the approach loosely outlined in [[licensing-brainstorming#Attribution_Challenges|Attribution Challenges]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;source&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Like 'copied-source' but points to the original source.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Attribution Challenges ===&lt;br /&gt;
Tags dealing with specifying sources and tracking a piece of media's path through the Web (any of the -source tags above) are a little ambiguous in terms of what they can reference.  For instance when specifying a derivative work it could be from another image on the Internet, in which case an URL would be appropriate, or it could be a quotation from a magazine or other &amp;quot;real&amp;quot; world source where an URL doesn't really work.  Perhaps we can encourage the content of these 'media source' tags to be one of the following:&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;th&amp;gt;Media source type&amp;lt;/th&amp;gt;&lt;br /&gt;
 &amp;lt;th&amp;gt;Format&amp;lt;/th&amp;gt;&lt;br /&gt;
 &amp;lt;th&amp;gt;Notes&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;td&amp;gt;Internet source&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td&amp;gt;An URL&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;td&amp;gt;Person&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td&amp;gt;[[hcard]]&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;td&amp;gt;Publication &amp;lt;br /&amp;gt;(book, magazine, etc.)&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td&amp;gt;[[citation]]&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td&amp;gt;Citation appears to be heavily weighed towards academia but it looks like it should work for most purposes&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
 &amp;lt;td&amp;gt;Film/Video&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td&amp;gt; ?? &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td&amp;gt;I'm not sure about this one.  Would citation stretch over visual media? Perhaps [[media-info]]?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== containing vs being contained ===&lt;br /&gt;
Based on the markup in the [[licensing-examples]], in may be useful to consider two ways that licensing information could be expressed:&lt;br /&gt;
# A license microformat that contains the item on the page that is being licensed, as well as the license URL and attribution requirements (if any).&lt;br /&gt;
# A license microformat that contains just a link to the license URL, and has:&lt;br /&gt;
#* a) an ID reference to the item outside the licensing markup OR implied item applicability by a containing [[media-info]], [[hAtom]] hentry etc.&lt;br /&gt;
#* b) and contains OR has an ID reference to the attribution requirements (if any)&lt;br /&gt;
&lt;br /&gt;
Both these options should be explored, and tried out with markup from actual [[licensing-examples]] to see which of today's use cases each option would work well/better with.&lt;br /&gt;
&lt;br /&gt;
It may be that we want/need a licensing microformat that allows for either method (containing or being contained) of indicating the license.&lt;br /&gt;
&lt;br /&gt;
== brainstorms ==&lt;br /&gt;
Various thoughts, proposals, strawman examples of how licensing information could be marked up.&lt;br /&gt;
&lt;br /&gt;
=== class attribution ===&lt;br /&gt;
Perhaps there should be an 'attribution' class which might hint that a fn or url should be used for attribution?  Something like (webpage scope):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;url attribution fn&amp;quot; href=&amp;quot;http://example.com&amp;quot;&amp;gt;My First Cookbook&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;fn attribution&amp;quot;&amp;gt;J Doe&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by/2.5/&amp;quot;&amp;gt;(cc)&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rel=&amp;quot;payment&amp;quot; href=&amp;quot;http://paypal.com/...&amp;quot;&amp;gt;don't let me starve&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== media info with attribution ====&lt;br /&gt;
Here is an example of [[media-info]] with class 'attribution'.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;media&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;img class=&amp;quot;url attribution mediaitem&amp;quot; src=&amp;quot;http://example.com/cake.jpg&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Picture of a giant cake&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;author vcard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;fn attribution&amp;quot;&amp;gt;J Doe&amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by-nc/2.5/&amp;quot;&amp;gt;(cc)&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;payment&amp;quot; href=&amp;quot;http://paypal.com/...&amp;quot;&amp;gt;don't let me &amp;lt;s&amp;gt;starve&amp;lt;/s&amp;gt;eat cake&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;payment&amp;quot; href=&amp;quot;http://artdelivery.example&amp;quot;&amp;gt;buy this pic, framed&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;payment&amp;quot; href=&amp;quot;http://photoclearing.example&amp;quot;&amp;gt;get commercial rights&amp;lt;/a&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== reuse CC vocabulary ===&lt;br /&gt;
Here is an example using the Creative Commons vocabulary, with CamelCase conventions converted to dash separated lowercase words per microformats [[naming-principles]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;license&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a rev=&amp;quot;license&amp;quot; href=&amp;quot;http://example.org/work&amp;quot;&amp;gt;The work&amp;lt;/a&amp;gt; &lt;br /&gt;
  is licensed under the &lt;br /&gt;
  &amp;lt;a rel=&amp;quot;legal-code&amp;quot; href=&amp;quot;http://example.org/foo&amp;quot;&amp;gt;Foo License&amp;lt;/a&amp;gt;. &lt;br /&gt;
  Summary: it permits &lt;br /&gt;
  &amp;lt;abbr title=&amp;quot;derivative-works&amp;quot; class=&amp;quot;permits&amp;quot;&amp;gt;derivative works&amp;lt;/abbr&amp;gt; &lt;br /&gt;
  but requires &lt;br /&gt;
  &amp;lt;abbr title=&amp;quot;attribution&amp;quot; class=&amp;quot;requires&amp;quot;&amp;gt;attribution&amp;lt;/abbr&amp;gt;. &lt;br /&gt;
  The credit to give when reusing the work is &lt;br /&gt;
  &amp;quot;&amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;a href=&amp;quot;http://tobyinkster.co.uk&amp;quot; class=&amp;quot;fn url attribution-name&amp;quot; rel=&amp;quot;attribution-url&amp;quot;&amp;gt;&lt;br /&gt;
     Toby Inkster&lt;br /&gt;
    &amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;quot;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The microformat could use the following terms:&lt;br /&gt;
&lt;br /&gt;
* '''license''' {1} (root class name)&lt;br /&gt;
** legal-code ? (rel value, not class)&lt;br /&gt;
** ''more-permissions'' * (rel value, not class)&lt;br /&gt;
** ''permits'' * (&amp;quot;reproduction&amp;quot; | &amp;quot;distribution&amp;quot; | &amp;quot;derivative-works&amp;quot;) &amp;quot;high-income-nation-use&amp;quot; and &amp;quot;sharing&amp;quot; are deprecated by Creative Commons, they were used in the retired DevNations and Sampling licences.&lt;br /&gt;
** ''requires'' * (&amp;quot;copyright-notices&amp;quot; | &amp;quot;attribution&amp;quot; | &amp;quot;share-alike&amp;quot; | &amp;quot;source-code&amp;quot;)&lt;br /&gt;
** ''prohibits'' * (&amp;quot;commercial-use&amp;quot;)&lt;br /&gt;
** ''jurisdiction'' * (text | hCard | adr)&lt;br /&gt;
** attribution-name ?&lt;br /&gt;
** attribution-url ? (rel value, not class)&lt;br /&gt;
** deprecated-on ? (ISO date)&lt;br /&gt;
&lt;br /&gt;
The license linked to using rel=&amp;quot;legal-code&amp;quot; (if any) should be taken to be the definitive license. When such a license is present, the &amp;quot;permits&amp;quot;, &amp;quot;requires&amp;quot;, &amp;quot;prohibits&amp;quot; and &amp;quot;jurisdiction&amp;quot; classes are taken to be merely advisory. When no &amp;quot;legal-code&amp;quot; license is linked to, these classes are definitive.&lt;br /&gt;
&lt;br /&gt;
[[rel-license]] {{should}} be used to link from the work to the license (an ID attribute on the license will help). A license {{may}} link back to the work using rev=&amp;quot;license&amp;quot;, but forward links are preferred.&lt;br /&gt;
&lt;br /&gt;
As an extension to the creative commons vocabulary (which focuses on open-source-like licenses) a payment URL {{may}} be linked to using an anchor element simultaneously carrying class=&amp;quot;requires&amp;quot; and rel=&amp;quot;payment&amp;quot;. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;requires&amp;quot; rel=&amp;quot;payment&amp;quot; href=&amp;quot;https://payment.example.org&amp;quot;&amp;gt;buy&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If [[rel-payment]] is used without a class of &amp;quot;requires&amp;quot;, then the link is taken to be an optional payment link - i.e. a donation.&lt;br /&gt;
&lt;br /&gt;
==== ccREL issues  ====&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
* '''license proliferation anti-pattern.''' The ''permits'', ''requires'', ''prohibits'' properties enable (and thus encourage) a combinatorial explosion in license proliferation, which is well known/understood to be a bad thing in open source circles as well as in/by the Creative Commons community itself - e.g. in a presentation on 2005-11-03, Lawrence Lessig indicated that license proliferation was a threat to [http://www.flickr.com/photos/tantek/85610375/ interoperability], and that that was one of the biggest problems that the open source and content communities needed to address.  Note that this is an issue with ccREL itself, independent of the syntax, whether converted to microformats class names or not. [[User:Tantek|Tantek]] 21:50, 29 May 2009 (UTC)&lt;br /&gt;
** Doesn't &amp;quot;proliferation&amp;quot; indicate a measure of growth?  I'm not sure I see that in the industry I work in (it may be applicable to other industries, or the open source community).  In the industry I work in, licenses are prolific.  With each business deal, it seems, there are new license terms and conditions.  That's the measure as it stands today--nothing in an REL that I can see would proliferate licenses further.  In fact, forcing current licenses into existing RELs (ccREL being just one) is a near futile effort.  It ''forces'' simplification.  When it comes down to it, it seems to me that expressing licenses in a REL that tools can parse and act on, enriching user experience, findability and interactiveness can only be a good thing.  This isn't--I don't think--about license proliferation, as the licenses are already proliferated.  Instead, this seems to be (and here, speaking from experience, so take it as anecdotal), about putting the cat back in the bag in many cases.  Maybe just the industry I work in?  [[User:JonathanMalek|Jonathan]]&lt;br /&gt;
*** Jonathan, it may be that the industry you work in, license proliferation is already a problem, in fact, one might even say that it was a problem ''before'' the creation of Creative Commons (CC), and that CC was in some part created to simplify/standardize on a small handful of licenses that would/could be easily understood and reused directly by content authors/creators/publishers *without* necessarily needing business deals (or lawyers potentially) to both *share* content, and *reuse* content. The point of fighting license proliferation is to both discourage *further* proliferation, and to make non-proliferation *easier* (cheaper) and thus more popular over time (as compared to one-off business deals etc.). In addition, technology should not be used to simply rubberstamp an existing practice (e.g. the microformats [[process]] itself contains a lot of critical analyses/simplifications of existing practices), and technology should especially not be used to promote what has been recognized as undesirable (even if common) practices, like license proliferation.  [[User:Tantek|Tantek]] 03:45, 19 August 2009 (UTC)&lt;br /&gt;
*** regarding enriching user experience (UX), proliferation does the opposite (makes the user interface *worse*), as it forces users to try to understand more and more different variants of licenses.  What actually enhances/enriches UX/UI is *re-use* of standard licenses which people are comfortable with. This has shown to be true in the open source world, in the wiki world (Wikipedia GFDL/CC-SA recent convergence demonstrates this), and in the content search world with the Creative Commons search interfaces that look for specific *licenses*, rather than expressions of rights. [[User:Tantek|Tantek]] 03:45, 19 August 2009 (UTC)&lt;br /&gt;
** The ''requires'' and ''prohibits'' properties should only be seen as refinements of the ''permits'' properties. ccREL is merely expressing licences, on top of copyright, so copyright is always the basis and thus all rights are reserved. Only permissions need to be expressed with ccREL. There is absolutely no need to fully model the permissions/prohibitions/requirements of Copyright. If you only plan to offer copyrighted content without any licenses applied to it, you may want to think about adding an &amp;quot;informative&amp;quot; statement like &amp;quot;all rights reserved&amp;quot;. ccREL may not be useful in that case, except perhaps its ability to add cc+ additional information like payments, more permissions, etc. [[User:Patrickp|Patrickp]] 14:14, 18 August 2009 (UTC)&lt;br /&gt;
*** Even &amp;quot;refinements&amp;quot; can be viewed as divergence/proliferation and thus still contribute to the anti-pattern. [[User:Tantek|Tantek]] 19:27, 18 August 2009 (UTC)&lt;br /&gt;
*** &amp;quot;no need&amp;quot; is irrelevant - the point is that ccREL might even *enable* a specific piece of content to model any of numerous combinations of permissions/prohibitions/requirements, all of which amount to divergent/proliferant licenses, which makes those features undesirable. [[User:Tantek|Tantek]] 19:27, 18 August 2009 (UTC)&lt;br /&gt;
*** The only way to avoid content-specific license proliferation is to set the explicit design goal to *exclude* any rights enumeration related *features* (whether permits/prohibits/requires/optional or not), and to design a [[licensing]] microformat that instead only uses licenses by *reference*, with hyperlinks (e.g. to Creative Commons licenses as is existing common practice) to encourage data visibility, as the [[rel-license]] microformat has well established. [[User:Tantek|Tantek]] 19:27, 18 August 2009 (UTC)&lt;br /&gt;
* '''Rights Expression Language is proliferant framing''' - &amp;quot;REL&amp;quot; the specific unique aspect of the name of ccREL, &amp;quot;Rights Expression Language&amp;quot;, encourages  the framing that it is acceptable to *express* *rights* (more than one, hence combinatorics result) in a (computer) *language*. The effect is highly undesirable as documented in the '''license proliferation anti-pattern''' issue and thus we should not only discourage any re-use of ccREL in microformats, but also discourage any use of ccREL at all, as well as discourage development of a &amp;quot;rights&amp;quot; microformat, because all of those propagate the undesirable license proliferant frame of the &amp;quot;REL&amp;quot; portion of &amp;quot;ccREL&amp;quot;. [[User:Tantek|Tantek]]&lt;br /&gt;
* '''enumerated values are a known i18n problem.''' The above mapping creates a new en-us content enumeration ('derivative-works', etc). Shown here in &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; form, which as in hCard, will not internationalize acceptably. As per the advice we given to page authors, further use of the [[value-class-pattern]] as a DRY-violating get-out for this should be an absolute last resort to specification authors too. (Personally, I'd favour declaring prescribed enumeration an anti-pattern for future development.) --[[User:BenWard|BenWard]] 22:28, 29 May 2009 (UTC)&lt;br /&gt;
** +1 I agree with Ben Ward, new enumerations will likely be problematic and should be avoided. -- [[User:Tantek|Tantek]] 18:02, 31 July 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== rel item license ===&lt;br /&gt;
Since [[rel-license]] already applies to an entire page, we likely need another rel value to indicate that a license only applies to a specific item on or referenced by the page.  Thus:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;rel=&amp;quot;item-license&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== class license ===&lt;br /&gt;
Licensing information about an item could be contained in an element with class name &amp;quot;license&amp;quot;, e.g.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;license&amp;quot;&amp;gt;&lt;br /&gt;
  This &lt;br /&gt;
  &amp;lt;span class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;photo.jpg&amp;quot;&amp;gt;photograph&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  is licensed under a&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;item-license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by-nc/2.0/deed.en&amp;quot;&amp;gt;&lt;br /&gt;
   Creative Commons attribution non-commercial 2.0 license&lt;br /&gt;
  &amp;lt;/a&amp;gt;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== class license without hyperlink ===&lt;br /&gt;
Licensing information about an item could be contained in an element with a class name &amp;quot;license&amp;quot;, without a hyperlink to another page, e.g.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;license&amp;quot;&amp;gt;&lt;br /&gt;
Copyright 1996, Example Corporation. All rights reserved.&lt;br /&gt;
No part of this work may be reproduced or used in any form, without prior written permission of the&lt;br /&gt;
publisher, except in the case of brief quotations embodied in reviews. Making copies of any part of this&lt;br /&gt;
work for any purpose other than your own personal use is a violation of United States copyright laws.&lt;br /&gt;
For information, contact Example Corporation, 555 East 555th Street, San Francisco, CA 16399.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== class names license and attribution ===&lt;br /&gt;
&lt;br /&gt;
Attribution information could be added with the above-mentioned class name 'attribution':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;license&amp;quot;&amp;gt;&lt;br /&gt;
  This &lt;br /&gt;
  &amp;lt;span class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;photo.jpg&amp;quot;&amp;gt;photograph&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  is licensed under a&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;item-license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by-nc/2.0/deed.en&amp;quot;&amp;gt;&lt;br /&gt;
   Creative Commons attribution non-commercial 2.0 license&lt;br /&gt;
  &amp;lt;/a&amp;gt;.&lt;br /&gt;
  Please provide the following attribution with any re-use of the photo:&lt;br /&gt;
  &amp;lt;div class=&amp;quot;attribution&amp;quot;&amp;gt;&lt;br /&gt;
   Photo by Mary Smith.&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
with hyperlinks in attribution:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;license&amp;quot;&amp;gt;&lt;br /&gt;
  This &lt;br /&gt;
  &amp;lt;span class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;photo.jpg&amp;quot;&amp;gt;photograph&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  is licensed under a&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;item-license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by-nc/2.0/deed.en&amp;quot;&amp;gt;&lt;br /&gt;
   Creative Commons attribution non-commercial 2.0 license&lt;br /&gt;
  &amp;lt;/a&amp;gt;.&lt;br /&gt;
  Please provide the following attribution with hyperlinks to the original and author with any re-use of the photo:&lt;br /&gt;
  &amp;lt;div class=&amp;quot;attribution&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;a href=&amp;quot;photo.jpg&amp;quot;&amp;gt;Photo&amp;lt;/a&amp;gt; &lt;br /&gt;
   by &lt;br /&gt;
   &amp;lt;a href=&amp;quot;http://mary.example.com/&amp;quot;&amp;gt;Mary Smith&amp;lt;/a&amp;gt;.&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== item as container ===&lt;br /&gt;
It may be possible to simplify even further and only use the containing class &amp;quot;item&amp;quot; with rel=&amp;quot;item-license&amp;quot; to indicate the scope of the thing that is being licensed, the license, and any optional attribution.&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;span style=&amp;quot;font-size:smaller&amp;quot;&amp;gt;short URL for this section&amp;lt;/span&amp;gt;&lt;br /&gt;
:http://tr.im/ufitc&lt;br /&gt;
&lt;br /&gt;
Here is an example of a chunk of hypertext content that is being licensed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;... blog post or article text content ...&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;p&amp;gt;This is licensed under a&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;item-license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by-nc/2.0/deed.en&amp;quot;&amp;gt;&lt;br /&gt;
   Creative Commons attribution non-commercial 2.0 license&amp;lt;/a&amp;gt;.&lt;br /&gt;
  &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To specify a license on an external resource like a photograph, we can use a new class name &amp;quot;item-url&amp;quot; to identify the external resource as being the actual item:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
  This &lt;br /&gt;
  &amp;lt;a class=&amp;quot;item-url&amp;quot; href=&amp;quot;photo.jpg&amp;quot;&amp;gt;photograph&amp;lt;/a&amp;gt;&lt;br /&gt;
  is licensed under a&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;item-license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by-nc/2.0/deed.en&amp;quot;&amp;gt;&lt;br /&gt;
   Creative Commons attribution non-commercial 2.0 license&lt;br /&gt;
  &amp;lt;/a&amp;gt;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''item-url details:'''&lt;br /&gt;
* Authors should provide one item-url for an external resource that is being licensed.&lt;br /&gt;
* If more than one item-url is provided, they are assumed to be copies/mirrors/versions (perhaps different resolutions) of the same item, and all have the same license and attribution terms (if any) applied to them, e.g. a link to the photo and embedding a thumbnail or small version of the photo:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
  This &lt;br /&gt;
  &amp;lt;a class=&amp;quot;item-url&amp;quot; href=&amp;quot;photo.jpg&amp;quot;&amp;gt;photograph:&lt;br /&gt;
   &amp;lt;img class=&amp;quot;item-url&amp;quot; href=&amp;quot;smallphoto.jpg&amp;quot; alt=&amp;quot;small version of a photograph&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;/a&amp;gt;&lt;br /&gt;
  is licensed under a&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;item-license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by-nc/2.0/deed.en&amp;quot;&amp;gt;&lt;br /&gt;
   Creative Commons attribution non-commercial 2.0 license&lt;br /&gt;
  &amp;lt;/a&amp;gt;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== item with attribution ====&lt;br /&gt;
Attribution information could be added with the class name 'attribution':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
  This &lt;br /&gt;
  &amp;lt;a class=&amp;quot;item-url&amp;quot; href=&amp;quot;photo.jpg&amp;quot;&amp;gt;photograph&amp;lt;/a&amp;gt;&lt;br /&gt;
  is licensed under a&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;item-license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by-nc/2.0/deed.en&amp;quot;&amp;gt;&lt;br /&gt;
   Creative Commons attribution non-commercial 2.0 license&lt;br /&gt;
  &amp;lt;/a&amp;gt;.&lt;br /&gt;
  Please provide the following attribution with any re-use of the photo:&lt;br /&gt;
  &amp;lt;div class=&amp;quot;attribution&amp;quot;&amp;gt;&lt;br /&gt;
   Photo by Mary Smith.&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== item with hyperlink attribution ====&lt;br /&gt;
With hyperlinks in attribution:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
  This &lt;br /&gt;
  &amp;lt;a class=&amp;quot;item-url&amp;quot; href=&amp;quot;photo.jpg&amp;quot;&amp;gt;photograph&amp;lt;/a&amp;gt;&lt;br /&gt;
  is licensed under a&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;item-license&amp;quot; href=&amp;quot;http://creativecommons.org/licenses/by-nc/2.0/deed.en&amp;quot;&amp;gt;&lt;br /&gt;
   Creative Commons attribution non-commercial 2.0 license&lt;br /&gt;
  &amp;lt;/a&amp;gt;.&lt;br /&gt;
  Please provide the following attribution with hyperlinks to the original and author with any re-use of the photo:&lt;br /&gt;
  &amp;lt;div class=&amp;quot;attribution&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;a href=&amp;quot;photo.jpg&amp;quot;&amp;gt;Photo&amp;lt;/a&amp;gt; &lt;br /&gt;
   by &lt;br /&gt;
   &amp;lt;a href=&amp;quot;http://mary.example.com/&amp;quot;&amp;gt;Mary Smith&amp;lt;/a&amp;gt;.&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== to do ==&lt;br /&gt;
* Examples with [[hAtom]] and [[hMedia]]&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[licensing]]&lt;br /&gt;
* [[licensing-examples]]&lt;br /&gt;
* [[licensing-formats]]&lt;br /&gt;
* [[licensing-brainstorming]]&lt;/div&gt;</summary>
		<author><name>Smyles</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40319</id>
		<title>news-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=news-brainstorming&amp;diff=40319"/>
		<updated>2009-08-24T21:15:24Z</updated>

		<summary type="html">&lt;p&gt;Smyles: /* Common News Fields */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= News Brainstorming =&lt;br /&gt;
&lt;br /&gt;
There have been several efforts to define data formats for news content.  Almost all have focused on the interchange of news content between systems and organizations, and so contain dozens (if not hundreds) of fields that are targeted at &amp;quot;news management&amp;quot;--a mix of content management, metadata management, versioning and other operations undertaken by news organizations.&lt;br /&gt;
&lt;br /&gt;
This page serves to document the brainstorming and ideas resulting from analysis of news examples from real world sites and systems for the design of a simple news [[microformat]].  - [[User:JonathanMalek|Jonathan Malek]] &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Jonathan Malek&lt;br /&gt;
* Stuart Myles&lt;br /&gt;
* Martin Moore&lt;br /&gt;
* Mark Ng&lt;br /&gt;
* Todd Martin&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[news-examples]]&lt;br /&gt;
* [[news-formats]]&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
While there are dozens of formats used on thousands of news sites, there is no single standardized format for presentation of news on the web.  Having a standardized news format for web publishing would significantly benefit readers, aggregators, search engines and researchers alike.  With no standard format for news, search engines are forced to parse unstructured data, and errors can be costly (see ''[http://www.wired.com/threatlevel/2008/09/six-year-old-st/ Wired.com], 2008'').&lt;br /&gt;
&lt;br /&gt;
== Thoughts on a Microformat for News ==&lt;br /&gt;
&lt;br /&gt;
We found significant overlap with [[hAtom]], and simplified an initial effort at a data format for news away from describing any fields already in [[hAtom]], or the superset [http://www.atomenabled.org/ Atom], with the expectation that future versions of that draft specification would approach feature parity.  Instead, we focused on those news fields not in [[hAtom]].&lt;br /&gt;
&lt;br /&gt;
In much the same way that one extends [http://www.atomenabled.org/ Atom], we are looking to extend [[hAtom]] with the most vital news-specific fields.&lt;br /&gt;
&lt;br /&gt;
The fields we've selected are a combination of the common fields from many of the news formats currently in use, and the introduction of one new field, '''principles'''.&lt;br /&gt;
&lt;br /&gt;
=== Common News Fields ===&lt;br /&gt;
&lt;br /&gt;
* [[hAtom]] fields&lt;br /&gt;
* '''source-org''': the source organization for this particular news story--should be considered different from the [http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.source atom:source element] because it does not represent the source feed, but rather the source organization (and so should use [[hCard]]).  We're using ''source-org'' to avoid name conflict with [[hAtom]] should the draft decide to include the ''atom:source'' element.&lt;br /&gt;
* '''dateline''': using text or [[hCard]], not to be confused with date (see [http://en.wikipedia.org/wiki/Dateline dateline] for more information).&lt;br /&gt;
** would an [[hCalendar]] event (which can contain an hCard location) make sense for a dateline, or is the 'date' part more often omitted? [[User:Kevin Marks|Kevin Marks]] 18:32, 24 August 2009 (UTC)&lt;br /&gt;
** Confusingly, the journalistic term &amp;quot;dateline&amp;quot; isn't anything to do with a date or time.  It is the location from which a report is filed and is generally the main location associated with a story.  Generally, a dateline consists of a city (e.g. &amp;quot;Rome&amp;quot;) but could be the name of a ship at sea or even a space station. [[User:Stuart Myles|Stuart Myles]] 21:12, 24 August 2009 (UTC)&lt;br /&gt;
* '''geo''': using [[geo]], a simple way of providing the information necessary for services for readers around local news content&lt;br /&gt;
** is geo really in use here, or would using an hCard (that can contain geo) be a better way of representing locations referred to in the story, as more human readable? [[User:Kevin Marks|Kevin Marks]] 18:32, 24 August 2009 (UTC) &lt;br /&gt;
* '''item-license''': to express licensing around the item&lt;br /&gt;
** using [[rel-license]] presumably? [[User:Kevin Marks|Kevin Marks]] 18:32, 24 August 2009 (UTC)&lt;br /&gt;
* '''principles''': using the draft format [http://newscredit.org/development/newscredit-specification/rel-principles-specification/ rel-principles]&lt;br /&gt;
&lt;br /&gt;
== Naming ==&lt;br /&gt;
&lt;br /&gt;
Here are candidate names for a news microformat:&lt;br /&gt;
&lt;br /&gt;
* hNews&lt;/div&gt;</summary>
		<author><name>Smyles</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=news-examples&amp;diff=40203</id>
		<title>news-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=news-examples&amp;diff=40203"/>
		<updated>2009-08-13T20:51:38Z</updated>

		<summary type="html">&lt;p&gt;Smyles: /* News on publisher sites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= News Examples =&lt;br /&gt;
&lt;br /&gt;
This page serves to document the current list of news examples from real world sites for the design of a simple news [[microformat]]. -[http://jonathanmalek.com/wp Jonathan Malek] &lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Jonathan Malek&lt;br /&gt;
* Stuart Myles&lt;br /&gt;
* Martin Moore&lt;br /&gt;
* Mark Ng&lt;br /&gt;
* Ben Campbell&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
There have been several efforts to define data formats for textual news content: most focus on the exchange of news information between organizations, rather than the presentation of news on the web.  Where presentation has been considered, it has more often than not been without a focus on exposing the semantic value present in each story.  And finally, in those cases where there has been an effort to use a [[microformat]] or similar means of exposing semantic value (for example, using [[hAtom]] to markup a blog post), the data format does not fully describe the news story, leaving important data unparseable.&lt;br /&gt;
&lt;br /&gt;
== Real World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== News hosted on aggregator sites ===&lt;br /&gt;
&lt;br /&gt;
* [http://news.yahoo.com Yahoo! News]&lt;br /&gt;
** Source: Associated Press&lt;br /&gt;
*** Headline&lt;br /&gt;
*** [http://en.wikipedia.org/wiki/Byline Byline]&lt;br /&gt;
*** Source Organization&lt;br /&gt;
*** Updated date and time&lt;br /&gt;
*** Content&lt;br /&gt;
**** [http://en.wikipedia.org/wiki/Dateline Dateline]&lt;br /&gt;
*** Contributor declaration&lt;br /&gt;
*** License or Copyright statement&lt;br /&gt;
*** Categories&lt;br /&gt;
** Source: Reuters&lt;br /&gt;
*** Headline&lt;br /&gt;
*** Source Organization&lt;br /&gt;
*** Updated date and time&lt;br /&gt;
*** Content&lt;br /&gt;
**** [http://en.wikipedia.org/wiki/Dateline Dateline]&lt;br /&gt;
**** Entities (inline)&lt;br /&gt;
*** [http://en.wikipedia.org/wiki/Byline Byline]&lt;br /&gt;
*** Contributor declaration&lt;br /&gt;
*** License or Copyright statement&lt;br /&gt;
*** Categories&lt;br /&gt;
** Source: McClatchy Newspapers&lt;br /&gt;
*** Headline&lt;br /&gt;
*** Source Organization&lt;br /&gt;
*** [http://en.wikipedia.org/wiki/Byline Byline]&lt;br /&gt;
*** Updated date time&lt;br /&gt;
*** Content&lt;br /&gt;
**** [http://en.wikipedia.org/wiki/Dateline Dateline]&lt;br /&gt;
**** Entities (inline)&lt;br /&gt;
*** Contributor declaration&lt;br /&gt;
*** Related Stories&lt;br /&gt;
&lt;br /&gt;
=== News on publisher sites ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.sacbee.com Sacramento Bee]&lt;br /&gt;
** Headline&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Byline Byline]&lt;br /&gt;
*** Journalist contact&lt;br /&gt;
** Created (published) date time&lt;br /&gt;
** Updated date time&lt;br /&gt;
** Content&lt;br /&gt;
** Contributor declaration&lt;br /&gt;
** Categories (tags)&lt;br /&gt;
* [http://www.reuters.com Reuters]&lt;br /&gt;
** Headline&lt;br /&gt;
** Updated date time&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Byline Byline]&lt;br /&gt;
*** Title&lt;br /&gt;
*** Contact&lt;br /&gt;
** Content&lt;br /&gt;
*** [http://en.wikipedia.org/wiki/Dateline Dateline]&lt;br /&gt;
*** Entities (inline)&lt;br /&gt;
** License or Copyright statement&lt;br /&gt;
* [http://www.nytimes.com New York Times]&lt;br /&gt;
** Headline&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Byline Byline]&lt;br /&gt;
** Created date (no time)&lt;br /&gt;
** Content&lt;br /&gt;
*** [http://en.wikipedia.org/wiki/Dateline Dateline]&lt;br /&gt;
*** Entities (inline)&lt;br /&gt;
** Contributor declaration&lt;br /&gt;
** Related Stories/Past Coverage&lt;br /&gt;
* [http://www.guardian.co.uk The Guardian]&lt;br /&gt;
** Headline&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Byline Byline]&lt;br /&gt;
** Created date and time&lt;br /&gt;
** Updated date time&lt;br /&gt;
** Content&lt;br /&gt;
*** [http://en.wikipedia.org/wiki/Dateline Dateline]&lt;br /&gt;
*** Entities (inline)&lt;br /&gt;
** Contributor declaration&lt;br /&gt;
** Article history&lt;br /&gt;
** Related Stories/Past Coverage&lt;br /&gt;
&lt;br /&gt;
''Notes:'' Inline Entities can be thought of as a form of rel-tag inline with the rest of the story.  Typically, the links take you to an &amp;quot;authority&amp;quot; page that contains a list of links to stories related to the entity.&lt;br /&gt;
&lt;br /&gt;
== Analysis of Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Common news fields ===&lt;br /&gt;
* headline&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Byline Byline]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Dateline Dateline]&lt;br /&gt;
* content&lt;br /&gt;
* published date time&lt;br /&gt;
* updated date time&lt;br /&gt;
* categories (tags)&lt;br /&gt;
* source organization (which may differ from journalist's organization)&lt;br /&gt;
* license&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[news-formats]]&lt;br /&gt;
* [[news-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
= Original news-examples rationale =&lt;br /&gt;
&lt;br /&gt;
Microformats have many benefits for news reporting:&lt;br /&gt;
&lt;br /&gt;
* Distributed Reporting&lt;br /&gt;
&lt;br /&gt;
News can be reported on various platforms and services, and be identified, aggregated, and re-distributed to local aggregators and wire services. &lt;br /&gt;
&lt;br /&gt;
* Pro-Am Journalism&lt;br /&gt;
&lt;br /&gt;
Microformats allow anyone to report news without needing to use an exclusive or proprietary application. So long as other services can perform searches or real-time analysis of incoming items, news content can be recognized. &lt;br /&gt;
&lt;br /&gt;
* Topical Filtration &lt;br /&gt;
&lt;br /&gt;
As the volume of news increases, rel-tags and more news-specific microformats can be by topic-specific services to filter news content.&lt;br /&gt;
&lt;br /&gt;
* Content-Type Filtration&lt;br /&gt;
&lt;br /&gt;
Specific news-related content such as statistics and quotes can be laid out automatically into [http://en.wikipedia.org/wiki/Infographic infographics]&lt;br /&gt;
and generally better-formatted presentation.&lt;/div&gt;</summary>
		<author><name>Smyles</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=news-formats&amp;diff=40202</id>
		<title>news-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=news-formats&amp;diff=40202"/>
		<updated>2009-08-13T19:11:56Z</updated>

		<summary type="html">&lt;p&gt;Smyles: /* XML News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ANPA 1312 ==&lt;br /&gt;
&lt;br /&gt;
In the late 1970's, the NAA [http://www.naa.org/ Newspaper Association of America] standardized the seven bit news text transmission spec as ANPA 1312. It is still widely used in North and South America to transmit news from agencies to newspapers and web sites.&lt;br /&gt;
&lt;br /&gt;
== IPTC 7901 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.iptc.org/cms/site/index.html?channel=CH0109 IPTC 7901]&lt;br /&gt;
&lt;br /&gt;
In the early 1980's, IPTC [http://www.iptc.org http://www.iptc.org] published the IPTC 7901 &amp;quot;Recommended Text Transmission Format&amp;quot; [http://www.iptc.org/std/IPTC7901/1.0/specification/7901V5.pdf IPTC 7901 1995 Spec in PDF].  IPTC 7901 is based on NAA's ANPA format, although it has better support for internationalization of text.&lt;br /&gt;
&lt;br /&gt;
== NITF ==&lt;br /&gt;
&lt;br /&gt;
[http://www.nitf.org http://www.nitf.org]&lt;br /&gt;
&lt;br /&gt;
NITF is the IPTC's News Industry Text Format. This widely-used format defines the content and structure of news text articles using XML DTD and Schema. It allows for a rich set of metadata to be supplied about a news article, both in the envelope and embedded in the text.&lt;br /&gt;
&lt;br /&gt;
== NewsML ==&lt;br /&gt;
&lt;br /&gt;
[http://www.iptc.org/cms/site/index.html?channel=CH0106 NewsML 1]&lt;br /&gt;
[http://www.iptc.org/cms/site/index.html?channel=CH0111 NewsML-G2]&lt;br /&gt;
&lt;br /&gt;
IPTC's NewsML is XML markup for specifying the structure and relationship metadata for the exchange of news items. IPTC continues to maintain both the original NewsML 1 and NewsML-G2, the latest version of NewsML, which is part of the family of G2 standards [http://www.iptc.org/cms/site/single.html?channel=CH0087&amp;amp;document=CMS1206527645546 IPTC G2 Standards]&lt;br /&gt;
&lt;br /&gt;
== XML News ==&lt;br /&gt;
&lt;br /&gt;
[http://www.xmlnews.org/XMLNews/ XML News]&lt;br /&gt;
&lt;br /&gt;
XMLNews consists of two specifications - XMLNews-Story (a news text format, based in part on IPTC's NITF) and XMLNews-Meta (a format for news metadata format, which leverages W3C's RDF [http://www.w3.org/RDF/ W3C RDF]). Various news providers and aggregators have used XMLNews, although the specifications are no longer actively maintained.&lt;br /&gt;
&lt;br /&gt;
== PRISM ==&lt;br /&gt;
&lt;br /&gt;
[http://www.idealliance.org/industry_resources/intelligent_content_informed_workflow/prism Publishing Requirements for Industry Standard Metadata]&lt;br /&gt;
&lt;br /&gt;
PRISM is a set of XML metadata standards originally created by a consortium of magazine publishers.  The standard is now managed by IDEAlliance [http://www.idealliance.org/]. The format can be expressed in either XML or RDF and it leverages standard vocabularies and date type formats, including some from Dublin Core and ISO.&lt;/div&gt;</summary>
		<author><name>Smyles</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=news-formats&amp;diff=40201</id>
		<title>news-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=news-formats&amp;diff=40201"/>
		<updated>2009-08-13T19:03:10Z</updated>

		<summary type="html">&lt;p&gt;Smyles: /* NewsML */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ANPA 1312 ==&lt;br /&gt;
&lt;br /&gt;
In the late 1970's, the NAA [http://www.naa.org/ Newspaper Association of America] standardized the seven bit news text transmission spec as ANPA 1312. It is still widely used in North and South America to transmit news from agencies to newspapers and web sites.&lt;br /&gt;
&lt;br /&gt;
== IPTC 7901 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.iptc.org/cms/site/index.html?channel=CH0109 IPTC 7901]&lt;br /&gt;
&lt;br /&gt;
In the early 1980's, IPTC [http://www.iptc.org http://www.iptc.org] published the IPTC 7901 &amp;quot;Recommended Text Transmission Format&amp;quot; [http://www.iptc.org/std/IPTC7901/1.0/specification/7901V5.pdf IPTC 7901 1995 Spec in PDF].  IPTC 7901 is based on NAA's ANPA format, although it has better support for internationalization of text.&lt;br /&gt;
&lt;br /&gt;
== NITF ==&lt;br /&gt;
&lt;br /&gt;
[http://www.nitf.org http://www.nitf.org]&lt;br /&gt;
&lt;br /&gt;
NITF is the IPTC's News Industry Text Format. This widely-used format defines the content and structure of news text articles using XML DTD and Schema. It allows for a rich set of metadata to be supplied about a news article, both in the envelope and embedded in the text.&lt;br /&gt;
&lt;br /&gt;
== NewsML ==&lt;br /&gt;
&lt;br /&gt;
[http://www.iptc.org/cms/site/index.html?channel=CH0106 NewsML 1]&lt;br /&gt;
[http://www.iptc.org/cms/site/index.html?channel=CH0111 NewsML-G2]&lt;br /&gt;
&lt;br /&gt;
IPTC's NewsML is XML markup for specifying the structure and relationship metadata for the exchange of news items. IPTC continues to maintain both the original NewsML 1 and NewsML-G2, the latest version of NewsML, which is part of the family of G2 standards [http://www.iptc.org/cms/site/single.html?channel=CH0087&amp;amp;document=CMS1206527645546 IPTC G2 Standards]&lt;br /&gt;
&lt;br /&gt;
== XML News ==&lt;br /&gt;
&lt;br /&gt;
[http://www.xmlnews.org/XMLNews/ XML News]&lt;br /&gt;
&lt;br /&gt;
XMLNews consists of two specifications - XMLNews-Story (a news text format, based in part on IPTC's NITF) and XMLNews-Meta (a format for news metadata format, which leverages W3C's RDF [http://www.w3.org/RDF/ W3C RDF]). Various news providers and aggregators have used XMLNews, although the specifications are no longer actively maintained.&lt;/div&gt;</summary>
		<author><name>Smyles</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=news-formats&amp;diff=40200</id>
		<title>news-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=news-formats&amp;diff=40200"/>
		<updated>2009-08-13T18:51:23Z</updated>

		<summary type="html">&lt;p&gt;Smyles: /* ANPA 1312 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ANPA 1312 ==&lt;br /&gt;
&lt;br /&gt;
In the late 1970's, the NAA [http://www.naa.org/ Newspaper Association of America] standardized the seven bit news text transmission spec as ANPA 1312. It is still widely used in North and South America to transmit news from agencies to newspapers and web sites.&lt;br /&gt;
&lt;br /&gt;
== IPTC 7901 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.iptc.org/cms/site/index.html?channel=CH0109 IPTC 7901]&lt;br /&gt;
&lt;br /&gt;
In the early 1980's, IPTC [http://www.iptc.org http://www.iptc.org] published the IPTC 7901 &amp;quot;Recommended Text Transmission Format&amp;quot; [http://www.iptc.org/std/IPTC7901/1.0/specification/7901V5.pdf IPTC 7901 1995 Spec in PDF].  IPTC 7901 is based on NAA's ANPA format, although it has better support for internationalization of text.&lt;br /&gt;
&lt;br /&gt;
== NITF ==&lt;br /&gt;
&lt;br /&gt;
[http://www.nitf.org http://www.nitf.org]&lt;br /&gt;
&lt;br /&gt;
NITF is the IPTC's News Industry Text Format. This widely-used format defines the content and structure of news text articles using XML DTD and Schema. It allows for a rich set of metadata to be supplied about a news article, both in the envelope and embedded in the text.&lt;br /&gt;
&lt;br /&gt;
== NewsML ==&lt;br /&gt;
&lt;br /&gt;
[http://www.iptc.org/cms/site/index.html?channel=CH0106 NewsML 1]&lt;br /&gt;
[http://www.iptc.org/cms/site/index.html?channel=CH0111 NewsML-G2]&lt;br /&gt;
&lt;br /&gt;
IPTC's NewsML is XML markup for specifying the structure and relationship metadata for the exchange of news items. IPTC continues to maintain both the original NewsML 1 and NewsML-G2, the latest version of NewsML, which is part of the family of G2 standards [http://www.iptc.org/cms/site/single.html?channel=CH0087&amp;amp;document=CMS1206527645546 IPTC G2 Standards]&lt;/div&gt;</summary>
		<author><name>Smyles</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=news-formats&amp;diff=40199</id>
		<title>news-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=news-formats&amp;diff=40199"/>
		<updated>2009-08-13T18:31:06Z</updated>

		<summary type="html">&lt;p&gt;Smyles: New page: == NITF ==  [http://www.nitf.org http://www.nitf.org]  NITF is the IPTC's News Industry Text Format. This widely-used format defines the content and structure of news text articles using X...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== NITF ==&lt;br /&gt;
&lt;br /&gt;
[http://www.nitf.org http://www.nitf.org]&lt;br /&gt;
&lt;br /&gt;
NITF is the IPTC's News Industry Text Format. This widely-used format defines the content and structure of news text articles using XML DTD and Schema. It allows for a rich set of metadata to be supplied about a news article, both in the envelope and embedded in the text.&lt;br /&gt;
&lt;br /&gt;
== NewsML ==&lt;br /&gt;
&lt;br /&gt;
[http://www.iptc.org/cms/site/index.html?channel=CH0106 NewsML 1]&lt;br /&gt;
[http://www.iptc.org/cms/site/index.html?channel=CH0111 NewsML-G2]&lt;br /&gt;
&lt;br /&gt;
IPTC's NewsML is XML markup for specifying the structure and relationship metadata for the exchange of news items. IPTC continues to maintain both the original NewsML 1 and NewsML-G2, the latest version of NewsML, which is part of the family of G2 standards [http://www.iptc.org/cms/site/single.html?channel=CH0087&amp;amp;document=CMS1206527645546 IPTC G2 Standards]&lt;/div&gt;</summary>
		<author><name>Smyles</name></author>
	</entry>
</feed>