<?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=Mac+Lover</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=Mac+Lover"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Mac_Lover"/>
	<updated>2026-05-15T12:45:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-license&amp;diff=18502</id>
		<title>rel-license</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-license&amp;diff=18502"/>
		<updated>2007-04-14T02:10:26Z</updated>

		<summary type="html">&lt;p&gt;Mac Lover: /* List of Licenses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= rel=&amp;quot;license&amp;quot; =&lt;br /&gt;
&lt;br /&gt;
Rel-License is a simple, open, format for indicating content licenses which is  embedable in (X)HTML, Atom, RSS, and arbitrary XML. Rel-License is one of several [[microformats|microformat]] open standards.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Specification 2005-02-06 ==&lt;br /&gt;
=== Author ===&lt;br /&gt;
[http://tantek.com/ Tantek Çelik], [http://technorati.com Technorati, Inc.] (formerly of [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2004}}&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
Rel-License is one of several MicroFormats.  By adding &amp;lt;code&amp;gt;rel=&amp;quot;license&amp;quot;&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink is license for the current page. E.g. with the following hyperlink:&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;
the author indicates that the page is licensed under a Creative Commons 2.0 Attribution Required license.&lt;br /&gt;
&lt;br /&gt;
== Multiple Licenses ==&lt;br /&gt;
Multiple such rel=&amp;quot;license&amp;quot; hyperlinks indicate that the page is available under any of the referred licenses.  E.g. the following hyperlinks could be used to declare that a page is available under either a Creative Commons 2.0 Attribution Required license or the Apache 2.0 license:&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;
== XMDP profile ==&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;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value.&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;license&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource is a license for the referring page.&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;
== Implementations ==&lt;br /&gt;
* [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.&lt;br /&gt;
* [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].&lt;br /&gt;
* [http://creativecommons.org/license/ Creative Commons (cc) license chooser]&lt;br /&gt;
* [http://search.yahoo.com/cc Yahoo! (cc) search]&lt;br /&gt;
* [http://www.google.com/support/bin/answer.py?answer=29508 Google &amp;quot;Usage Rights&amp;quot; search]&lt;br /&gt;
&lt;br /&gt;
== List of Licenses ==&lt;br /&gt;
[http://creativecommons.org CC]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* 20040211 rel=&amp;quot;license&amp;quot; first proposed in presentation [http://tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics] at 2004 O'Reilly Emerging Technologies Conference, 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;] including advantages and presentation possibilities. &lt;br /&gt;
* [http://creativecommons.org/licenses/by/2.0/ Creative Commons 2.0 By (Attribution Required) license]&lt;br /&gt;
* [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 license]&lt;br /&gt;
* Contributed from 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;
== see also ==&lt;br /&gt;
* [[rellicense-issues]] - issues which have been raised with this microformat.&lt;br /&gt;
* [[rel-faq]]&lt;/div&gt;</summary>
		<author><name>Mac Lover</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:Mac_Lover&amp;diff=33009</id>
		<title>User:Mac Lover</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:Mac_Lover&amp;diff=33009"/>
		<updated>2007-04-13T20:26:18Z</updated>

		<summary type="html">&lt;p&gt;Mac Lover: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p&amp;gt;Hello. As you know, my internet alias is Mac Lover. I am currently learning php and I can code xhtml, html, css,and wikimarkup.. I am the author of the microformats stylesheet. My personal site is found [http://alyosha.bendebury.net here], and my page on wikipedia is [http://en.wikipedia.org/wiki/User:Mac_Lover here]. I am new to the idea of microformats, but I understand their purpose and will try to give back to the community.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Microformats Work&amp;lt;/h2&amp;gt;&lt;br /&gt;
Microformats Stylesheet (download [http://alyosha.bendebury.net/microformat-css.zip here] (.zip))&lt;/div&gt;</summary>
		<author><name>Mac Lover</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:Mac_Lover&amp;diff=15562</id>
		<title>User:Mac Lover</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:Mac_Lover&amp;diff=15562"/>
		<updated>2007-04-13T20:25:58Z</updated>

		<summary type="html">&lt;p&gt;Mac Lover: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p&amp;gt;Hello. As you know, my internet alias is Mac Lover. I am currently learning php and I can code xhtml, html, css,and wikimarkup.. I am the author of the microformats stylesheet. My personal site is found [http://alyosha.bendebury.net|here], and my page on wikipedia is [http://en.wikipedia.org/wiki/User:Mac_Lover|here]. I am new to the idea of microformats, but I understand their purpose and will try to give back to the community.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Microformats Work&amp;lt;/h2&amp;gt;&lt;br /&gt;
Microformats Stylesheet (download [http://alyosha.bendebury.net/microformat-css.zip here] (.zip))&lt;/div&gt;</summary>
		<author><name>Mac Lover</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=buttons&amp;diff=17654</id>
		<title>buttons</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=buttons&amp;diff=17654"/>
		<updated>2007-04-13T20:25:51Z</updated>

		<summary type="html">&lt;p&gt;Mac Lover: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Microformats Buttons&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There have been requests for buttons for various microformats. Either badges, or buttons that do something with the specific microformats. This page keeps a list of buttons, and requests as well. - [http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
Added hosted buttons for all the microformats, including the draft ones, as well as instructions on how to make your own buttons. (14 May 2006) - [http://www.wackomenace.co.uk/ Ruben]&lt;br /&gt;
&lt;br /&gt;
==Licensing==&lt;br /&gt;
&lt;br /&gt;
If you add links to buttons you have designed, '''please also include a statement''' that you do one of the following:&lt;br /&gt;
*release them into the public domain&lt;br /&gt;
*hold copyright, but release all rights as to it use&lt;br /&gt;
*license them under a specified free license, e.g. consider using a [http://creativecommons.org/ Creative Commons] license, such as [http://creativecommons.org/licenses/by/3.0 cc-by-3.0].&lt;br /&gt;
&lt;br /&gt;
Thank you.&lt;br /&gt;
&lt;br /&gt;
* Images below hosted at boogdesign.com are available under [http://creativecommons.org/licenses/by/2.0/ CC Attribution 2.0 License], see [http://www.boogdesign.com/buttons.html my buttons page] for the Photoshop files if you need them. - Rob Crowther&lt;br /&gt;
&lt;br /&gt;
* Images below hosted at rbach.priv.at are available under [http://creativecommons.org/licenses/by/3.0 cc-by-3.0 license]. - [[User:RobertBachmann|Robert Bachmann]]&lt;br /&gt;
&lt;br /&gt;
* Images below hosted at synaesthetic.net are available under the [http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 license]. -- [[User:Kwilson|Kenn Wilson]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Buttons ==&lt;br /&gt;
&lt;br /&gt;
=== Microformat Button ===&lt;br /&gt;
I've made a button for microformats. Since there are so many microformats and with more to come, just indicating support/ use of might be a good generic approach. The image is free to use. Please copy it to your own hosting account and not link to it.&lt;br /&gt;
&lt;br /&gt;
http://www.crowley.nl/images/microformats.png&lt;br /&gt;
&lt;br /&gt;
I already have a &amp;quot;I use &lt;br /&gt;
http://www.crowley.nl/images/microformats.png&amp;quot; on my blog: http://doncrowley.blogspot.com/&lt;br /&gt;
&lt;br /&gt;
- Don Crowley&lt;br /&gt;
&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_enabled.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/emf_green.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/mfe_green.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/mwmf_green.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/smf_green.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/emf_white.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/mfe_white.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/mwmf_white.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/smf_white.png&lt;br /&gt;
&lt;br /&gt;
=== [[hcalendar|hCalendar]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/hcal.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
* CSS-powered button from [http://www.midgard-project.org/community/events/ Midgard CMS - Event calendar]: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;badge&amp;quot; style=&amp;quot;float: left; font: 9px Geneva, Verdana, sans-serif; padding: 0 1em 1px 0; border: 1px solid #000; background: #D1940C; color: #fff; text-decoration: none; text-align: center;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;background: #000; border-right: 1px solid #000; color: #fff; padding: 1px 0.75em; margin-right: 0.1em;&amp;quot;&amp;gt;&amp;amp;#8250;&amp;amp;#8250;&amp;amp;#8250;&amp;lt;/span&amp;gt; hCalendar&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Code (white space added for readability):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;badge&amp;quot; &lt;br /&gt;
      style=&amp;quot;float: left; font: 9px Geneva, Verdana, sans-serif; padding: 0 1em 1px 0;&lt;br /&gt;
      border: 1px solid #000; background: #D1940C; color: #fff; text-decoration: none;&lt;br /&gt;
      text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span style=&amp;quot;background: #000; border-right: 1px solid #000; color: #fff; padding: 1px 0.75em; &lt;br /&gt;
       margin-right: 0.1em;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;amp;amp;#8250;&amp;amp;amp;#8250;&amp;amp;amp;#8250;&lt;br /&gt;
 &amp;lt;/span&amp;gt; &lt;br /&gt;
 hCalendar&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[hcard|hCard]] ===&lt;br /&gt;
* http://www.crowley.nl/images/hcard.png (mirror: http://www.davidjanes.com/images/mf_hcard.png)&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/hcard.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_hcard.png&lt;br /&gt;
* CSS-powered button, as evidenced at [http://re-run.com/about/microformat-badges microformat badges @ re-run]&lt;br /&gt;
&lt;br /&gt;
=== [[rel-license]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/license.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_rellicense.png&lt;br /&gt;
&lt;br /&gt;
=== [[rel-nofollow]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/nofollow.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_relnofollow.png&lt;br /&gt;
&lt;br /&gt;
=== [[rel-tag]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/rel-tag.png&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/tag.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_reltag.png&lt;br /&gt;
&lt;br /&gt;
=== [[vote-links|VoteLinks]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/votelinks.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_votelinks.png&lt;br /&gt;
&lt;br /&gt;
=== [http://gmpg.org/xfn/ XFN] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/xfn.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_xfn.png&lt;br /&gt;
&lt;br /&gt;
=== [http://gmpg.org/xmdp/ XMDP] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/xmdp.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_xmdp.png&lt;br /&gt;
&lt;br /&gt;
=== [[xoxo|XOXO]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/xoxo.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_xoxo.png&lt;br /&gt;
&lt;br /&gt;
===CSS Styles for microformats===&lt;br /&gt;
I'm not sure wether this can be under buttons, but I don't know where else to put it. This is a stylesheet containing styles for most microformats. And, it's automatic. I release it under the cc by-sa. Please note that I am new to microformats, and if you can improve this, please do. [[User:Mac Lover|Mac Lover]] 13:25, 13 Apr 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/3.0/us/ License]&lt;br /&gt;
[http://alyosha.bendebury.net/microformat-css.zip Zip]&lt;br /&gt;
&lt;br /&gt;
== Buttons for draft formats ==&lt;br /&gt;
&lt;br /&gt;
These may be subject to change if the names of the formats change when they are released.&lt;br /&gt;
&lt;br /&gt;
=== [[adr]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/adr.png&lt;br /&gt;
&lt;br /&gt;
=== [[geo]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/geo.png&lt;br /&gt;
&lt;br /&gt;
=== [[hatom|hAtom]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/hatom.png&lt;br /&gt;
* http://files.synaesthetic.net/common/images/buttons/hatom.png&lt;br /&gt;
&lt;br /&gt;
=== [[hresume|hResume]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/hresume.png&lt;br /&gt;
* http://www.boogdesign.com/images/buttons/microformat_hresume.png&lt;br /&gt;
&lt;br /&gt;
=== [[hreview|hReview]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/hreview.png&lt;br /&gt;
&lt;br /&gt;
=== [[rel-directory]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/directory.png&lt;br /&gt;
&lt;br /&gt;
=== [[rel-enclosure]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/enclosure.png&lt;br /&gt;
&lt;br /&gt;
=== [[rel-home]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/rel-home.png&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/home.png&lt;br /&gt;
&lt;br /&gt;
=== [[relpayment-research|rel-payment]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/payment.png&lt;br /&gt;
&lt;br /&gt;
=== [[robots-exclusion|Robots Exclusion]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/robots.png&lt;br /&gt;
&lt;br /&gt;
=== [[xfolk|xFolk]] ===&lt;br /&gt;
* http://rbach.priv.at/2006/buttons/xfolk.png&lt;br /&gt;
&lt;br /&gt;
== Make your own buttons ==&lt;br /&gt;
=== Style 1 ===&lt;br /&gt;
&lt;br /&gt;
Example: http://www.crowley.nl/images/hcard.png&lt;br /&gt;
&lt;br /&gt;
Use the [http://kalsey.com/tools/buttonmaker/ Kalsey Button Maker] with the following settings:&lt;br /&gt;
* Outer border: #666666&lt;br /&gt;
* Inner border: #ffffff&lt;br /&gt;
* Bar position: 25 pixels from the left&lt;br /&gt;
* Left box text: &amp;amp;gt;&amp;amp;gt;&amp;amp;gt;&lt;br /&gt;
* Left box background: #000000&lt;br /&gt;
* Left box text colour: #ffffff&lt;br /&gt;
* Left box text start: 7 pixels from the left&lt;br /&gt;
* Right box text: (The name of the microformat goes here)&lt;br /&gt;
* Right box background: #31757b&lt;br /&gt;
* Right box text colour: #ffffff&lt;br /&gt;
* Right box text start: 3 pixels from the bar&lt;br /&gt;
&lt;br /&gt;
=== Style 2 ===&lt;br /&gt;
&lt;br /&gt;
Example: http://rbach.priv.at/2006/buttons/hcal.png&lt;br /&gt;
&lt;br /&gt;
# Get the font [http://www.kottke.org/plus/type/silkscreen/ Silkscreen]&lt;br /&gt;
# Install [http://www.imagemagick.org/ ImageMagick]&lt;br /&gt;
# Get the blank icon (http://rbach.priv.at/2006/buttons/blank.png)&lt;br /&gt;
# Type: &lt;br /&gt;
&amp;lt;pre&amp;gt;convert blank.png &lt;br /&gt;
 -fill white &lt;br /&gt;
 -font Silkscreen &lt;br /&gt;
 -pointsize 8 &lt;br /&gt;
 +antialias  &lt;br /&gt;
 -draw &amp;quot;text 28,10 'button label'&amp;quot; &lt;br /&gt;
 output.png&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Style 3 ===&lt;br /&gt;
&lt;br /&gt;
Example: http://files.synaesthetic.net/common/images/buttons/hatom.png&lt;br /&gt;
&lt;br /&gt;
# Get the font [http://www.kottke.org/plus/type/silkscreen/ Silkscreen]&lt;br /&gt;
# Install [http://www.imagemagick.org/ ImageMagick]&lt;br /&gt;
# Get the blank icon (http://files.synaesthetic.net/public/microformats/button2-blank.png)&lt;br /&gt;
# Type: &lt;br /&gt;
&amp;lt;pre&amp;gt;convert button2-blank.png &lt;br /&gt;
 -fill white &lt;br /&gt;
 -font Silkscreen &lt;br /&gt;
 -pointsize 8 &lt;br /&gt;
 +antialias  &lt;br /&gt;
 -draw &amp;quot;text 20,10 'button label'&amp;quot; &lt;br /&gt;
 output.png&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Microformats Logos =&lt;br /&gt;
Rohit is a very poor CSS hacker, but gave it his best shot. He also [http://labs.commerce.net/~rohit/µf-logo.html  rendered it at 72 and 18 points.] &lt;br /&gt;
&lt;br /&gt;
http://microformats.org/img/logo.gif&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: relative; top:-46px; left:180px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#679A06; width:30px; height: 30px; left:1px; top:10px; position:absolute; -moz-border-radius:5pt;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#85BC07; width:22px; height: 22px; left:11.5px; top:6px; position:absolute; border-left: 2px solid white;border-bottom: 2px solid white; -moz-border-radius:4pt;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#AEE219; width:14px; height: 14px; left:22.5px; top:4px; position:absolute; border-left: 2px solid white;border-bottom: 2px solid white;-moz-border-radius:2pt;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-family:Arial Narrow,Arial,sans-serif;font-size:17.5pt;letter-spacing:0px;color:#676767; position: absolute; left:44px; top: -6px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;padding-left:9;color:#111111;vertical-align:40%&amp;quot;&amp;gt;micro&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;vertical-align:40%;padding-left:1pt&amp;quot;&amp;gt;formats&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following logo as a transparent PNG (linked here from my own server; if you use it, please copy it for yourself):&lt;br /&gt;
&lt;br /&gt;
http://files.synaesthetic.net/public/microformats/microformats1.png&lt;br /&gt;
&lt;br /&gt;
==Palette==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#AEE219; width:8em; height: 4ex;&amp;quot;&amp;gt;#AEE219&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#85BC07; width:8em; height: 4ex;&amp;quot;&amp;gt;#85BC07&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#679A06; width:8em; height: 4ex;&amp;quot;&amp;gt;#679A06&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Wiki buttons=&lt;br /&gt;
For use on this wiki.&lt;br /&gt;
*{{NewMarker}} - &amp;lt;nowiki&amp;gt;{{NewMarker}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*{{SuccessMarker}} - &amp;lt;nowiki&amp;gt;{{SuccessMarker}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*{{UpdateMarker}} - &amp;lt;nowiki&amp;gt;{{UpdateMarker}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Requests =&lt;br /&gt;
&lt;br /&gt;
* Logos for all microformats&lt;br /&gt;
&lt;br /&gt;
* When someone has time, these should be repeated on the page for each respective format.&lt;/div&gt;</summary>
		<author><name>Mac Lover</name></author>
	</entry>
</feed>