rel-license-pt-br: Difference between revisions
No edit summary |
DroncHialc (talk | contribs) m (taelteltb) |
||
Line 1: | Line 1: | ||
eltoloze | |||
= rel="license" = | = rel="license" = | ||
'''Rel-License''' | '''Rel-License''' é um simples e aberto microformato para indicação de conteúdo de licença que estiver embutido em um (X)HTML, Atom, RSS e o arbitrário XML. | ||
Rel-License | Rel-License é um dos muitos [[microformats-pt-br|microformatos]] de padrão aberto. | ||
__TOC__ | __TOC__ | ||
== | == Especificação 2005-02-06 == | ||
=== Autor === | === Autor === | ||
[http://tantek.com/ Tantek | [http://tantek.com/ Tantek Ãelik], [http://technorati.com Technorati, Inc.] (anteriormente da [http://microsoft.com/ Microsoft Corporation]) | ||
=== Copyright === | === Copyright === | ||
Line 17: | Line 18: | ||
{{MicroFormatPatentStatement}} | {{MicroFormatPatentStatement}} | ||
== | == Sumário == | ||
Rel-License | Rel-License é um dos muitos MicroFormatos. Por inclusão <code>rel="license"</code> é para um hyperlink, uma página indica que o destino daquele hyperlink é licenciado para a página atual. Ex. com o seguite hyperlink: | ||
<pre><nowiki> | <pre><nowiki> | ||
Line 25: | Line 26: | ||
</nowiki></pre> | </nowiki></pre> | ||
o autor indica que a | o autor indica que a página está licenciada sob Creative Commons 2.0 Attribution Required license. | ||
== Multiplas | == Multiplas Licenças == | ||
Multiple such rel="license" hyperlinks indica que a | Multiple such rel="license" hyperlinks indica que a página está disponÃvel sobre alguma licença referida. Ex:. a seguinte licença poderia ser usada para declarar que a página está disponÃvel sob Commons 2.0 Attribution Required ou licença Apache 2.0: | ||
<pre><nowiki><a href="http://creativecommons.org/licenses/by/2.0/" rel="license">cc by 2.0</a> | <pre><nowiki><a href="http://creativecommons.org/licenses/by/2.0/" rel="license">cc by 2.0</a> | ||
Line 49: | Line 50: | ||
</nowiki></pre> | </nowiki></pre> | ||
== | == Implementações == | ||
* [http://www.webstandards.org/action/dwtf/microformats/ Dreamweaver Extension suite] from the [http://webstandards.org/ Web Standards Project] enables the authoring of rel-license links from within Dreamweaver 8. Includes (cc) defaults. | * [http://www.webstandards.org/action/dwtf/microformats/ Dreamweaver Extension suite] from the [http://webstandards.org/ Web Standards Project] enables the authoring of rel-license links from within Dreamweaver 8. Includes (cc) defaults. | ||
* [http://placenamehere.com/TXP/pnh_mf/ pnh_mf] is a plugin for [http://textpattern.com/ Textpattern] that supports embedding rel license and other microformats in templates and blog posts. Written by [http://placenamehere.com/ Chris Casciano]. | * [http://placenamehere.com/TXP/pnh_mf/ pnh_mf] is a plugin for [http://textpattern.com/ Textpattern] that supports embedding rel license and other microformats in templates and blog posts. Written by [http://placenamehere.com/ Chris Casciano]. | ||
Line 61: | Line 62: | ||
=== Referencias Informativas === | === Referencias Informativas === | ||
* 20040211 rel="license" primeira proposta na | * 20040211 rel="license" primeira proposta na apresentação [http://tantek.com/presentations/2004etech/realworldsemanticspres.html semantica no mundo real] em 2004 O'Reilly Emerging Technologies Conference, San Diego, CA, USA. | ||
* 20040225 [http://tantek.com/log/2004/02.html#d25t1805 Completa | * 20040225 [http://tantek.com/log/2004/02.html#d25t1805 Completa discussão de rel="license"] incluindo vantagens e apresentação de possibilidades. | ||
* [http://creativecommons.org/licenses/by/2.0/ Creative Commons 2.0 By (Attribution Required) license] | * [http://creativecommons.org/licenses/by/2.0/ Creative Commons 2.0 By (Attribution Required) license] | ||
* [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 license] | * [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 license] | ||
* Contribuido de http://developers.technorati.com/wiki/RelLicense | * Contribuido de http://developers.technorati.com/wiki/RelLicense | ||
== ver | == ver também == | ||
* Veja [[rellicense-issues]] para assuntos o qual tem sido levantado com esse [[microformats|microformato]]. | * Veja [[rellicense-issues]] para assuntos o qual tem sido levantado com esse [[microformats|microformato]]. |
Revision as of 07:33, 5 January 2009
eltoloze
rel="license"
Rel-License é um simples e aberto microformato para indicação de conteúdo de licença que estiver embutido em um (X)HTML, Atom, RSS e o arbitrário XML.
Rel-License é um dos muitos microformatos de padrão aberto.
Especificação 2005-02-06
Autor
Tantek Ãelik, Technorati, Inc. (anteriormente da Microsoft Corporation)
Copyright
This specification is (C) 2004-2024 by the authors. However, the authors intend to submit (or already have submitted, see details in the spec) this specification to a standards body with a liberal copyright/licensing policy such as the GMPG, IETF, and/or W3C. Anyone wishing to contribute should read their copyright principles, policies and licenses (e.g. the GMPG Principles) and agree to them, including licensing of all contributions under all required licenses (e.g. CC-by 1.0 and later), before contributing.
Patentes
This specification is subject to a royalty free patent policy, e.g. per the W3C Patent Policy, and IETF RFC3667 & RFC3668.
Sumário
Rel-License é um dos muitos MicroFormatos. Por inclusão rel="license"
é para um hyperlink, uma página indica que o destino daquele hyperlink é licenciado para a página atual. Ex. com o seguite hyperlink:
<a href="http://creativecommons.org/licenses/by/2.0/" rel="license">cc by 2.0</a>
o autor indica que a página está licenciada sob Creative Commons 2.0 Attribution Required license.
Multiplas Licenças
Multiple such rel="license" hyperlinks indica que a página está disponÃvel sobre alguma licença referida. Ex:. a seguinte licença poderia ser usada para declarar que a página está disponÃvel sob Commons 2.0 Attribution Required ou licença Apache 2.0:
<a href="http://creativecommons.org/licenses/by/2.0/" rel="license">cc by 2.0</a> <a href="http://www.apache.org/licenses/LICENSE-2.0" rel="license">Apache 2.0</a>
XMDP profile
<dl class="profile"> <dt id="rel">rel</dt> <dd><p> <a rel="help" href="http://www.w3.org/TR/html401/struct/links.html#adef-rel"> HTML4 definition of the 'rel' attribute.</a> Here is an additional value.</p> <dl> <dt id="license">license</dt> <dd>Indicates that the referred resource is a license for the referring page.</dd> </dl> </dd> </dl>
Implementações
- Dreamweaver Extension suite from the Web Standards Project enables the authoring of rel-license links from within Dreamweaver 8. Includes (cc) defaults.
- pnh_mf is a plugin for Textpattern that supports embedding rel license and other microformats in templates and blog posts. Written by Chris Casciano.
- Creative Commons (cc) license chooser
- Yahoo! (cc) search
- Google "Usage Rights" search
Referencias
Referencias Normativa
Referencias Informativas
- 20040211 rel="license" primeira proposta na apresentação semantica no mundo real em 2004 O'Reilly Emerging Technologies Conference, San Diego, CA, USA.
- 20040225 Completa discussão de rel="license" incluindo vantagens e apresentação de possibilidades.
- Creative Commons 2.0 By (Attribution Required) license
- Apache 2.0 license
- Contribuido de http://developers.technorati.com/wiki/RelLicense
ver também
- Veja rellicense-issues para assuntos o qual tem sido levantado com esse microformato.