<?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=AcelvArroa</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=AcelvArroa"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/AcelvArroa"/>
	<updated>2026-05-16T02:33:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-license-fr&amp;diff=37245</id>
		<title>rel-license-fr</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-license-fr&amp;diff=37245"/>
		<updated>2009-01-05T09:04:02Z</updated>

		<summary type="html">&lt;p&gt;AcelvArroa: eraclilierv&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;bocdron&lt;br /&gt;
= rel=&amp;quot;license&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Rel-License est un format simple, ouvert pour indiquer les licences de contenus qui sont embarquables dans le (X)HTML, Atom, RSS, et le XML arbitraire. Rel-License est l'un des nombreux [[microformats-fr|microformats]] standards ouverts.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== SpÃ©cification 06-02-2005 ==&lt;br /&gt;
=== Auteur ===&lt;br /&gt;
[http://tantek.com/ Tantek Ãelik], ([http://technorati.com Technorati, Inc.], prÃ©cÃ©demment chez [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
(traduction franÃ§aise [[Christophe Ducamp]])&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
Selon la release dans le domaine public sur [[User:Tantek|ma page utilisateur]], cette spÃ©cification est diffusÃ©e dans le domaine public.&lt;br /&gt;
&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement-fr}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement-fr}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
Rel-License est l'un des nombreux MicroFormats.  En ajoutant &amp;lt;code&amp;gt;rel=&amp;quot;license&amp;quot;&amp;lt;/code&amp;gt; Ã  un hyperlien, une page indique que la destination de cet hyperlien est une licence pour la page en cours, par exemple pour l'hyperlien suivant : &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
L'auteur indique que la page est sous une licence Creative Commons PaternitÃ© 2.0.&lt;br /&gt;
&lt;br /&gt;
== Plusieurs Licences ==&lt;br /&gt;
Plusieurs hyperliens comme rel=&amp;quot;license&amp;quot; indiquent que la page est disponible sous n'importe laquelle des licences mises en rÃ©fÃ©rence. Par exemple, les hyperliens suivants pourraient Ãªtre utilisÃ©s pour dÃ©clarer qu'une page est disponible soit sous une licence &amp;quot;Creative Commons PaternitÃ© 2.0&amp;quot; ou une licence Apache 2.0 :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;http://creativecommons.org/licenses/by/2.0/&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;cc by 2.0&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://www.apache.org/licenses/LICENSE-2.0&amp;quot; rel=&amp;quot;license&amp;quot;&amp;gt;Apache 2.0&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Profil XMDP ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&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/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     DÃ©finition HTML4 de l'attribut 'rel'.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Voici une valeur supplÃ©mentaire.&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;license&amp;quot;&amp;gt;licence&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indique que la ressource rÃ©fÃ©rencÃ©e est une licence pour la page de rÃ©fÃ©rence.&amp;lt;/dd&amp;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;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ImplÃ©mentations ==&lt;br /&gt;
* [http://www.webstandards.org/action/dwtf/microformats/ Dreamweaver Extension suite] extrait du [http://webstandards.org/ Web Standards Project] permet la publication de liens rel-license Ã  partir de Dreamweaver 8. Inclut les (cc) par dÃ©faut.&lt;br /&gt;
* [http://placenamehere.com/TXP/pnh_mf/ pnh_mf] est un plugin pour [http://textpattern.com/ Textpattern] qui supporte l'embarquement de rel-license et d'autres microformats dans les gabarits et billets de blogs. Ecrit par [http://placenamehere.com/ Chris Casciano].&lt;br /&gt;
* [http://creativecommons.org/license/ Choix de Licence Creative Commons (cc)]&lt;br /&gt;
* [http://search.yahoo.com/cc Recherche Yahoo! (cc)] (semble prendre le link-rel dedans pas d'Ã©lÃ©ments liens)&lt;br /&gt;
* [http://www.google.com/support/bin/answer.py?answer=29508 Google &amp;quot;Usage Rights&amp;quot; search] (semble aussi prendre le link-rel dedans pas d'Ã©lÃ©ments liens)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Liste de Licences ==&lt;br /&gt;
''Ajoutez svp toutes les licences qui pourraient s'avÃ©rer ici utiles.''&lt;br /&gt;
* [http://creativecommons.org CC]&lt;br /&gt;
** [http://fr.creativecommons.org/ CC] en franÃ§ais&lt;br /&gt;
* [http://www.opensource.org/licenses/ Open Source Initiative] licences -- essentiellement centrÃ©es sur le logiciel&lt;br /&gt;
* [http://fr.wikipedia.org/wiki/Licence_Art_Libre licence art libre] (fr)&lt;br /&gt;
&lt;br /&gt;
== RÃ©ferences ==&lt;br /&gt;
=== RÃ©fÃ©rences Normatives  ===&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
=== RÃ©fÃ©rences &amp;quot;Informatives&amp;quot; ===&lt;br /&gt;
* 20040211 rel=&amp;quot;license&amp;quot; a d'abord Ã©tÃ© proposÃ©e en prÃ©sentation [http://tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics] Ã  &amp;quot;2004 O'Reilly Emerging Technologies Conference&amp;quot;, San Diego, CA, USA.&lt;br /&gt;
* 20040225 [http://tantek.com/log/2004/02.html#d25t1805 Thorough discussion of rel=&amp;quot;license&amp;quot;] couvre les avantages et possibilitÃ©s de prÃ©sentations. &lt;br /&gt;
* [http://creativecommons.org/licenses/by/2.0/deed.fr Licence Creative Commons PaternitÃ© 2.0]&lt;br /&gt;
* [http://www.apache.org/licenses/LICENSE-2.0 Licence Apache 2.0]&lt;br /&gt;
* contribution provenant de http://developers.technorati.com/wiki/RelLicense&lt;br /&gt;
* [http://microformatique.com/?p=60 Know your rel-license at Microformatique]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Voir aussi ==&lt;br /&gt;
* Voir [[rellicense-issues-fr|problÃ©matiques rel-license]] pour les problÃ©matiques qui ont Ã©tÃ© soulevÃ©es par ce [[microformat-fr|microformat]].&lt;br /&gt;
* [[rel-faq-fr|rel-faq]]&lt;/div&gt;</summary>
		<author><name>AcelvArroa</name></author>
	</entry>
</feed>