buttons: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
m (Reverted edits by 766nj57 (Talk) to last version by Tantek)
Line 1: Line 1:
HOW THING OUT
<entry-title>Microformats Buttons</entry-title>
HOW ANYTHING OUT
 
HOW EVERYTHING OUT
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]
HOW UNIVERSE OUT
 
HOW MAKE THING OUT
==Licensing==
HOW MAKE ANYTHING OUT
If you add <del>links to</del> buttons you have designed, '''please
HOW MAKE EVERYTHING OUT
*'''upload them to this wiki''' to guard against ending up with tons of broken images on this page
HOW MAKE UNIVERSE OUT
*'''also include a statement''' that you do one of the following:
HOW THING BE OUT
**release them into the public domain
HOW ANYTHING BE OUT
**hold copyright, but release all rights as to it use
HOW EVERYTHING BE OUT
**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].
HOW UNIVERSE BE OUT
 
HOW MAKE THING BE OUT
Thank you.
HOW MAKE ANYTHING BE OUT
 
HOW MAKE EVERYTHING BE OUT
* 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. - [[User:RobCrowther|Rob Crowther]]
HOW MAKE UNIVERSE BE OUT
 
HOW THING OUT
* 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]]
HOW ANYTHING OUT
 
HOW EVERYTHING OUT
* Images below hosted at hauntedpalace.net and flickr.com/photos.hauntedpalace (POSH logos and palette cheatsheet) are available under the [http://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike 3.0 license]. &#8212; [[:User:CarlaHufstedler|Carla Hufstedler]]
HOW UNIVERSE OUT
 
HOW MAKE THING OUT
== Buttons ==
HOW MAKE ANYTHING OUT
 
HOW MAKE EVERYTHING OUT
=== Microformat Button ===
HOW MAKE UNIVERSE OUT
{{main|spread-microformats}}
HOW THING BE OUT
 
HOW ANYTHING BE OUT
Simple microformats logo-text:
HOW EVERYTHING BE OUT
 
HOW UNIVERSE BE OUT
small transparent PNG:
HOW MAKE THING BE OUT
http://microformats.org/wiki/skins/Microformats/images/logo.gif
HOW MAKE ANYTHING BE OUT
 
HOW MAKE EVERYTHING BE OUT
large transparent PNG:
HOW MAKE UNIVERSE BE OUT
http://simplebits.com/bits/microformats/microformats-logo.png
HOW THING OUT
 
HOW ANYTHING OUT
See [[spread-microformats]] for SVG and more.
HOW EVERYTHING OUT
 
HOW UNIVERSE OUT
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.
HOW MAKE THING OUT
 
HOW MAKE ANYTHING OUT
http://www.crowley.nl/images/microformats.png
HOW MAKE EVERYTHING OUT
 
HOW MAKE UNIVERSE OUT
I already have a "I use
HOW THING BE OUT
http://www.crowley.nl/images/microformats.png" on my blog: http://doncrowley.blogspot.com/
HOW ANYTHING BE OUT
 
HOW EVERYTHING BE OUT
- Don Crowley
HOW UNIVERSE BE OUT
 
HOW MAKE THING BE OUT
* http://www.boogdesign.com/images/buttons/microformat.png
HOW MAKE ANYTHING BE OUT
* http://www.boogdesign.com/images/buttons/microformat_enabled.png
HOW MAKE EVERYTHING BE OUT
* http://www.boogdesign.com/images/buttons/emf_green.png
HOW MAKE UNIVERSE BE OUT
* http://www.boogdesign.com/images/buttons/mfe_green.png
HOW THING OUT
* http://www.boogdesign.com/images/buttons/mwmf_green.png
HOW ANYTHING OUT
* http://www.boogdesign.com/images/buttons/smf_green.png
HOW EVERYTHING OUT
* http://www.boogdesign.com/images/buttons/emf_white.png
HOW UNIVERSE OUT
* http://www.boogdesign.com/images/buttons/mfe_white.png
HOW MAKE THING OUT
* http://www.boogdesign.com/images/buttons/mwmf_white.png
HOW MAKE ANYTHING OUT
* http://www.boogdesign.com/images/buttons/smf_white.png
HOW MAKE EVERYTHING OUT
 
HOW MAKE UNIVERSE OUT
=== [[hcalendar|hCalendar]] ===
HOW THING BE OUT
* http://rbach.priv.at/2006/buttons/hcal.png
HOW ANYTHING BE OUT
* http://www.boogdesign.com/images/buttons/microformat_hcalendar.png
HOW EVERYTHING BE OUT
* CSS-powered button from [http://www.midgard-project.org/community/events/ Midgard CMS - Event calendar]:
HOW UNIVERSE BE OUT
 
HOW MAKE THING BE OUT
<span class="badge" style="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;"><span style="background: #000; border-right: 1px solid #000; color: #fff; padding: 1px 0.75em; margin-right: 0.1em;">&#8250;&#8250;&#8250;</span> hCalendar</span>
HOW MAKE ANYTHING BE OUT
 
HOW MAKE EVERYTHING BE OUT
 
HOW MAKE UNIVERSE BE OUT
Code (white space added for readability):
HOW THING OUT
 
HOW ANYTHING OUT
<pre><nowiki>
HOW EVERYTHING OUT
<span class="badge"
HOW UNIVERSE OUT
      style="float: left; font: 9px Geneva, Verdana, sans-serif; padding: 0 1em 1px 0;
HOW MAKE THING OUT
      border: 1px solid #000; background: #D1940C; color: #fff; text-decoration: none;
HOW MAKE ANYTHING OUT
      text-align: center;">
HOW MAKE EVERYTHING OUT
<span style="background: #000; border-right: 1px solid #000; color: #fff; padding: 1px 0.75em;
HOW MAKE UNIVERSE OUT
      margin-right: 0.1em;">
HOW THING BE OUT
&amp;#8250;&amp;#8250;&amp;#8250;
HOW ANYTHING BE OUT
</span>
HOW EVERYTHING BE OUT
hCalendar
HOW UNIVERSE BE OUT
</span>
HOW MAKE THING BE OUT
</nowiki></pre>
HOW MAKE ANYTHING BE OUT
 
HOW MAKE EVERYTHING BE OUT
=== [[hcard|hCard]] ===
HOW MAKE UNIVERSE BE OUT
* http://www.crowley.nl/images/hcard.png (mirror: http://www.davidjanes.com/images/mf_hcard.png)
HOW THING OUT
* http://rbach.priv.at/2006/buttons/hcard.png
HOW ANYTHING OUT
* http://www.boogdesign.com/images/buttons/microformat_hcard.png
HOW EVERYTHING OUT
* CSS-powered button, as evidenced at [http://re-run.com/about/microformat-badges microformat badges @ re-run]
HOW UNIVERSE OUT
* http://notizblog.org/wp-content/plugins/save-microformats/icon-hcard.png
HOW MAKE THING OUT
 
HOW MAKE ANYTHING OUT
=== [[rel-license]] ===
HOW MAKE EVERYTHING OUT
* http://rbach.priv.at/2006/buttons/license.png
HOW MAKE UNIVERSE OUT
* http://www.boogdesign.com/images/buttons/microformat_rellicense.png
HOW THING BE OUT
 
HOW ANYTHING BE OUT
=== [[rel-nofollow]] ===
HOW EVERYTHING BE OUT
* http://rbach.priv.at/2006/buttons/nofollow.png
HOW UNIVERSE BE OUT
* http://www.boogdesign.com/images/buttons/microformat_relnofollow.png
HOW MAKE THING BE OUT
 
HOW MAKE ANYTHING BE OUT
=== [[rel-tag]] ===
HOW MAKE EVERYTHING BE OUT
* http://rbach.priv.at/2006/buttons/rel-tag.png
HOW MAKE UNIVERSE BE OUT
* http://rbach.priv.at/2006/buttons/tag.png
HOW THING OUT
* http://www.boogdesign.com/images/buttons/microformat_reltag.png
HOW ANYTHING OUT
 
HOW EVERYTHING OUT
=== [[vote-links|VoteLinks]] ===
HOW UNIVERSE OUT
* http://rbach.priv.at/2006/buttons/votelinks.png
HOW MAKE THING OUT
* http://www.boogdesign.com/images/buttons/microformat_votelinks.png
HOW MAKE ANYTHING OUT
 
HOW MAKE EVERYTHING OUT
=== [http://gmpg.org/xfn/ XFN] ===
HOW MAKE UNIVERSE OUT
* http://rbach.priv.at/2006/buttons/xfn.png
HOW THING BE OUT
* http://www.boogdesign.com/images/buttons/microformat_xfn.png
HOW ANYTHING BE OUT
 
HOW EVERYTHING BE OUT
=== [http://gmpg.org/xmdp/ XMDP] ===
HOW UNIVERSE BE OUT
* http://rbach.priv.at/2006/buttons/xmdp.png
HOW MAKE THING BE OUT
* http://www.boogdesign.com/images/buttons/microformat_xmdp.png
HOW MAKE ANYTHING BE OUT
 
HOW MAKE EVERYTHING BE OUT
=== [[xoxo|XOXO]] ===
HOW MAKE UNIVERSE BE OUT
* http://rbach.priv.at/2006/buttons/xoxo.png
HOW THING OUT
* http://www.boogdesign.com/images/buttons/microformat_xoxo.png
HOW ANYTHING OUT
 
HOW EVERYTHING OUT
===CSS Styles for microformats===
HOW UNIVERSE OUT
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)
HOW MAKE THING OUT
 
HOW MAKE ANYTHING OUT
[http://creativecommons.org/licenses/by-sa/3.0/us/ License]
HOW MAKE EVERYTHING OUT
[http://alyosha.bendebury.net/microformat-css.zip Zip]
HOW MAKE UNIVERSE OUT
 
HOW THING BE OUT
 
HOW ANYTHING BE OUT
== CSS Buttons ==
HOW EVERYTHING BE OUT
As there are new microformats happening all the time I set about making a CSS button that looks like the ''handmade'' versions. This is the result.
HOW UNIVERSE BE OUT
 
HOW MAKE THING BE OUT
The file with the CSS and the two images required (logo and background) can be downloaded from [http://thebeastlybeasts.co.uk/css/microformat_css.zip The Beastly Beasts].
HOW MAKE ANYTHING BE OUT
 
HOW MAKE EVERYTHING BE OUT
Extract the microformat directory and the files in it to /css so that you have:<br />
HOW MAKE UNIVERSE BE OUT
/css/microformat/microformat.css<br />
HOW THING OUT
/css/microformat/background.png<br />
HOW ANYTHING OUT
/css/microformat/logo.png
HOW EVERYTHING OUT
 
HOW UNIVERSE OUT
If your paths are different a bit of editing is needed.
HOW MAKE THING OUT
 
HOW MAKE ANYTHING OUT
The XHTML to create a button is:
HOW MAKE EVERYTHING OUT
<pre><tag class="microformat-button microformat-type"><span></span>microformat-type</tag></pre>
HOW MAKE UNIVERSE OUT
 
HOW THING BE OUT
For example, an hCard button with a link to the spec:
HOW ANYTHING BE OUT
<pre><a href="http://microformats.org/wiki/hcard" title="Microformat enabled" class="microformat-button hcard"><span></span>hcard</a></pre>
HOW EVERYTHING BE OUT
 
HOW UNIVERSE BE OUT
== Buttons for draft formats ==
HOW MAKE THING BE OUT
 
HOW MAKE ANYTHING BE OUT
These may be subject to change if the names of the formats change when they are released.
HOW MAKE EVERYTHING BE OUT
 
HOW MAKE UNIVERSE BE OUT
=== [[adr]] ===
HOW THING OUT
* http://rbach.priv.at/2006/buttons/adr.png
HOW ANYTHING OUT
 
HOW EVERYTHING OUT
=== [[geo]] ===
HOW UNIVERSE OUT
* http://rbach.priv.at/2006/buttons/geo.png
HOW MAKE THING OUT
 
HOW MAKE ANYTHING OUT
=== [[hatom|hAtom]] ===
HOW MAKE EVERYTHING OUT
* http://rbach.priv.at/2006/buttons/hatom.png
HOW MAKE UNIVERSE OUT
 
HOW THING BE OUT
=== [[hresume|hResume]] ===
HOW ANYTHING BE OUT
* http://rbach.priv.at/2006/buttons/hresume.png
HOW EVERYTHING BE OUT
* http://www.boogdesign.com/images/buttons/microformat_hresume.png
HOW UNIVERSE BE OUT
 
HOW MAKE THING BE OUT
=== [[hreview|hReview]] ===
HOW MAKE ANYTHING BE OUT
* http://rbach.priv.at/2006/buttons/hreview.png
HOW MAKE EVERYTHING BE OUT
 
HOW MAKE UNIVERSE BE OUT
=== [[rel-directory]] ===
HOW THING OUT
* http://rbach.priv.at/2006/buttons/directory.png
HOW ANYTHING OUT
 
HOW EVERYTHING OUT
=== [[rel-enclosure]] ===
HOW UNIVERSE OUT
* http://rbach.priv.at/2006/buttons/enclosure.png
HOW MAKE THING OUT
 
HOW MAKE ANYTHING OUT
=== [[rel-home]] ===
HOW MAKE EVERYTHING OUT
* http://rbach.priv.at/2006/buttons/rel-home.png
HOW MAKE UNIVERSE OUT
* http://rbach.priv.at/2006/buttons/home.png
HOW THING BE OUT
 
HOW ANYTHING BE OUT
=== [[relpayment-research|rel-payment]] ===
HOW EVERYTHING BE OUT
* http://rbach.priv.at/2006/buttons/payment.png
HOW UNIVERSE BE OUT
 
HOW MAKE THING BE OUT
=== [[robots-exclusion|Robots Exclusion]] ===
HOW MAKE ANYTHING BE OUT
* http://rbach.priv.at/2006/buttons/robots.png
HOW MAKE EVERYTHING BE OUT
 
HOW MAKE UNIVERSE BE OUT
=== [[xfolk|xFolk]] ===
HOW THING OUT
* http://rbach.priv.at/2006/buttons/xfolk.png
HOW ANYTHING OUT
 
HOW EVERYTHING OUT
== Make your own buttons ==
HOW UNIVERSE OUT
=== Style 1 ===
HOW MAKE THING OUT
 
HOW MAKE ANYTHING OUT
Example: http://www.crowley.nl/images/hcard.png
HOW MAKE EVERYTHING OUT
 
HOW MAKE UNIVERSE OUT
Use the [http://kalsey.com/tools/buttonmaker/ Kalsey Button Maker] with the following settings:
HOW THING BE OUT
* Outer border: #666666
HOW ANYTHING BE OUT
* Inner border: #ffffff
HOW EVERYTHING BE OUT
* Bar position: 25 pixels from the left
HOW UNIVERSE BE OUT
* Left box text: &gt;&gt;&gt;
HOW MAKE THING BE OUT
* Left box background: #000000
HOW MAKE ANYTHING BE OUT
* Left box text color: #ffffff
HOW MAKE EVERYTHING BE OUT
* Left box text start: 7 pixels from the left
HOW MAKE UNIVERSE BE OUT
* Right box text: (The name of the microformat goes here)
HOW THING OUT
* Right box background: #31757b
HOW ANYTHING OUT
* Right box text color: #ffffff
HOW EVERYTHING OUT
* Right box text start: 3 pixels from the bar
HOW UNIVERSE OUT
 
HOW MAKE THING OUT
=== Style 2 ===
HOW MAKE ANYTHING OUT
 
HOW MAKE EVERYTHING OUT
Example: http://rbach.priv.at/2006/buttons/hcal.png
HOW MAKE UNIVERSE OUT
 
HOW THING BE OUT
# Get the font [http://www.kottke.org/plus/type/silkscreen/ Silkscreen]
HOW ANYTHING BE OUT
# Install [http://www.imagemagick.org/ ImageMagick]
HOW EVERYTHING BE OUT
# Get the blank icon (http://rbach.priv.at/2006/buttons/blank.png)
HOW UNIVERSE BE OUT
# Type:
HOW MAKE THING BE OUT
<pre>convert blank.png
HOW MAKE ANYTHING BE OUT
-fill white
HOW MAKE EVERYTHING BE OUT
-font Silkscreen
HOW MAKE UNIVERSE BE OUT
-pointsize 8
HOW THING OUT
+antialias 
HOW ANYTHING OUT
-draw "text 28,10 'button label'"
HOW EVERYTHING OUT
output.png
HOW UNIVERSE OUT
</pre>
HOW MAKE THING OUT
 
HOW MAKE ANYTHING OUT
= Microformats Logos =
HOW MAKE EVERYTHING OUT
 
HOW MAKE UNIVERSE OUT
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.]
HOW THING BE OUT
 
HOW ANYTHING BE OUT
http://microformats.org/img/logo.gif
HOW EVERYTHING BE OUT
 
HOW UNIVERSE BE OUT
<div style="position: relative; top:-46px; left:180px">
HOW MAKE THING BE OUT
<div style="background-color:#679A06; width:30px; height: 30px; left:1px; top:10px; position:absolute; -moz-border-radius:5pt;"></div>
HOW MAKE ANYTHING BE OUT
 
HOW MAKE EVERYTHING BE OUT
<div style="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;"></div>
HOW MAKE UNIVERSE BE OUT
 
HOW THING OUT
<div style="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;"></div>
HOW ANYTHING OUT
 
HOW EVERYTHING OUT
<div style="font-family:Arial Narrow,Arial,sans-serif;font-size:17.5pt;letter-spacing:0px;color:#676767; position: absolute; left:44px; top: -6px">
HOW UNIVERSE OUT
<span style="padding-left:9;color:#111111;vertical-align:40%">micro</span><span style="vertical-align:40%;padding-left:1pt">formats</span>
HOW MAKE THING OUT
</div>
HOW MAKE ANYTHING OUT
</div>
HOW MAKE EVERYTHING OUT
 
HOW MAKE UNIVERSE OUT
 
HOW THING BE OUT
== Palette ==
HOW ANYTHING BE OUT
 
HOW EVERYTHING BE OUT
 
HOW UNIVERSE BE OUT
<div style="background-color:#AEE219; width:8em; height: 4ex;">#AEE219</div>
HOW MAKE THING BE OUT
 
HOW MAKE ANYTHING BE OUT
<div style="background-color:#85BC07; width:8em; height: 4ex;">#85BC07</div>
HOW MAKE EVERYTHING BE OUT
 
HOW MAKE UNIVERSE BE OUT
<div style="background-color:#679A06; width:8em; height: 4ex;">#679A06</div>
HOW THING OUT
 
HOW ANYTHING OUT
<br />
HOW EVERYTHING OUT
I created a cheatsheet using [http://bighugelabs.com/flickr/ Big Huge Lab]'s Badgemaker:<br />
HOW UNIVERSE OUT
[http://flickr.com/photos/hauntedpalace/1296783076/ http://farm2.static.flickr.com/1231/1296783076_1d6fe8a1f8_m_d.jpg]
HOW MAKE THING OUT
--[[User:CarlaHufstedler|Carla]] 12:11, 1 Sep 2007 (PDT)
HOW MAKE ANYTHING OUT
 
HOW MAKE EVERYTHING OUT
 
HOW MAKE UNIVERSE OUT
 
HOW THING BE OUT
=Wiki buttons=
HOW ANYTHING BE OUT
For use on this wiki.
HOW EVERYTHING BE OUT
*{{NewMarker}} - <nowiki>{{NewMarker}}</nowiki>
HOW UNIVERSE BE OUT
*{{SuccessMarker}} - <nowiki>{{SuccessMarker}}</nowiki>
HOW MAKE THING BE OUT
*{{UpdateMarker}} - <nowiki>{{UpdateMarker}}</nowiki>
HOW MAKE ANYTHING BE OUT
 
HOW MAKE EVERYTHING BE OUT
= Requests =
HOW MAKE UNIVERSE BE OUT
 
HOW THING OUT
* Logos for all microformats
HOW ANYTHING OUT
 
HOW EVERYTHING OUT
* When someone has time, these should be repeated on the page for each respective format.
HOW UNIVERSE OUT
 
HOW MAKE THING OUT
==See also==
HOW MAKE ANYTHING OUT
 
HOW MAKE EVERYTHING OUT
{{branding-see-also}}
HOW MAKE UNIVERSE OUT
* <span class="POSH logos">[[posh#Spread_POSH|POSH logos and buttons]]</span>
HOW THING BE OUT
HOW ANYTHING BE OUT
HOW EVERYTHING BE OUT
HOW UNIVERSE BE OUT
HOW MAKE THING BE OUT
HOW MAKE ANYTHING BE OUT
HOW MAKE EVERYTHING BE OUT
HOW MAKE UNIVERSE BE OUT
HOW THING OUT
HOW ANYTHING OUT
HOW EVERYTHING OUT
HOW UNIVERSE OUT
HOW MAKE THING OUT
HOW MAKE ANYTHING OUT
HOW MAKE EVERYTHING OUT
HOW MAKE UNIVERSE OUT
HOW THING BE OUT
HOW ANYTHING BE OUT
HOW EVERYTHING BE OUT
HOW UNIVERSE BE OUT
HOW MAKE THING BE OUT
HOW MAKE ANYTHING BE OUT
HOW MAKE EVERYTHING BE OUT
HOW MAKE UNIVERSE BE OUT
HOW THING OUT
HOW ANYTHING OUT
HOW EVERYTHING OUT
HOW UNIVERSE OUT
HOW MAKE THING OUT
HOW MAKE ANYTHING OUT
HOW MAKE EVERYTHING OUT
HOW MAKE UNIVERSE OUT
HOW THING BE OUT
HOW ANYTHING BE OUT
HOW EVERYTHING BE OUT
HOW UNIVERSE BE OUT
HOW MAKE THING BE OUT
HOW MAKE ANYTHING BE OUT
HOW MAKE EVERYTHING BE OUT
HOW MAKE UNIVERSE BE OUT
HOW THING OUT
HOW ANYTHING OUT
HOW EVERYTHING OUT
HOW UNIVERSE OUT
HOW MAKE THING OUT
HOW MAKE ANYTHING OUT
HOW MAKE EVERYTHING OUT
HOW MAKE UNIVERSE OUT
HOW THING BE OUT
HOW ANYTHING BE OUT
HOW EVERYTHING BE OUT
HOW UNIVERSE BE OUT
HOW MAKE THING BE OUT
HOW MAKE ANYTHING BE OUT
HOW MAKE EVERYTHING BE OUT
HOW MAKE UNIVERSE BE OUT
HOW THING OUT
HOW ANYTHING OUT
HOW EVERYTHING OUT
HOW UNIVERSE OUT
HOW MAKE THING OUT
HOW MAKE ANYTHING OUT
HOW MAKE EVERYTHING OUT
HOW MAKE UNIVERSE OUT
HOW THING BE OUT
HOW ANYTHING BE OUT
HOW EVERYTHING BE OUT
HOW UNIVERSE BE OUT
HOW MAKE THING BE OUT
HOW MAKE ANYTHING BE OUT
HOW MAKE EVERYTHING BE OUT
HOW MAKE UNIVERSE BE OUT
HOW THING OUT
HOW ANYTHING OUT
HOW EVERYTHING OUT
HOW UNIVERSE OUT
HOW MAKE THING OUT
HOW MAKE ANYTHING OUT
HOW MAKE EVERYTHING OUT
HOW MAKE UNIVERSE OUT
HOW THING BE OUT
HOW ANYTHING BE OUT
HOW EVERYTHING BE OUT
HOW UNIVERSE BE OUT
HOW MAKE THING BE OUT
HOW MAKE ANYTHING BE OUT
HOW MAKE EVERYTHING BE OUT
HOW MAKE UNIVERSE BE OUT

Revision as of 05:39, 20 August 2013

<entry-title>Microformats Buttons</entry-title>

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. - Tantek

Licensing

If you add links to buttons you have designed, please

  • upload them to this wiki to guard against ending up with tons of broken images on this page
  • also include a statement that you do one of the following:
    • release them into the public domain
    • hold copyright, but release all rights as to it use
    • license them under a specified free license, e.g. consider using a Creative Commons license, such as cc-by-3.0.

Thank you.

Buttons

Microformat Button

Main article: spread-microformats

Simple microformats logo-text:

small transparent PNG: logo.gif

large transparent PNG: microformats-logo.png

See spread-microformats for SVG and more.

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.

microformats.png

I already have a "I use microformats.png" on my blog: http://doncrowley.blogspot.com/

- Don Crowley

  • microformat.png
  • microformat_enabled.png
  • emf_green.png
  • mfe_green.png
  • mwmf_green.png
  • smf_green.png
  • emf_white.png
  • mfe_white.png
  • mwmf_white.png
  • smf_white.png

hCalendar

››› hCalendar


Code (white space added for readability):

<span class="badge" 
      style="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;">
 <span style="background: #000; border-right: 1px solid #000; color: #fff; padding: 1px 0.75em; 
       margin-right: 0.1em;">
 &#8250;&#8250;&#8250;
 </span> 
 hCalendar
</span>

hCard

rel-license

  • license.png
  • microformat_rellicense.png

rel-nofollow

  • nofollow.png
  • microformat_relnofollow.png

rel-tag

  • rel-tag.png
  • tag.png
  • microformat_reltag.png

VoteLinks

  • votelinks.png
  • microformat_votelinks.png

XFN

  • xfn.png
  • microformat_xfn.png

XMDP

  • xmdp.png
  • microformat_xmdp.png

XOXO

  • xoxo.png
  • microformat_xoxo.png

CSS Styles for microformats

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. Mac Lover 13:25, 13 Apr 2007 (PDT)

License Zip


CSS Buttons

As there are new microformats happening all the time I set about making a CSS button that looks like the handmade versions. This is the result.

The file with the CSS and the two images required (logo and background) can be downloaded from The Beastly Beasts.

Extract the microformat directory and the files in it to /css so that you have:
/css/microformat/microformat.css
/css/microformat/background.png
/css/microformat/logo.png

If your paths are different a bit of editing is needed.

The XHTML to create a button is:

<tag class="microformat-button microformat-type"><span></span>microformat-type</tag>

For example, an hCard button with a link to the spec:

<a href="http://microformats.org/wiki/hcard" title="Microformat enabled" class="microformat-button hcard"><span></span>hcard</a>

Buttons for draft formats

These may be subject to change if the names of the formats change when they are released.

adr

  • adr.png

geo

  • geo.png

hAtom

  • hatom.png

hResume

  • hresume.png
  • microformat_hresume.png

hReview

  • hreview.png

rel-directory

  • directory.png

rel-enclosure

  • enclosure.png

rel-home

  • rel-home.png
  • home.png

rel-payment

  • payment.png

Robots Exclusion

  • robots.png

xFolk

  • xfolk.png

Make your own buttons

Style 1

Example: hcard.png

Use the Kalsey Button Maker with the following settings:

  • Outer border: #666666
  • Inner border: #ffffff
  • Bar position: 25 pixels from the left
  • Left box text: >>>
  • Left box background: #000000
  • Left box text color: #ffffff
  • Left box text start: 7 pixels from the left
  • Right box text: (The name of the microformat goes here)
  • Right box background: #31757b
  • Right box text color: #ffffff
  • Right box text start: 3 pixels from the bar

Style 2

Example: hcal.png

  1. Get the font Silkscreen
  2. Install ImageMagick
  3. Get the blank icon (blank.png)
  4. Type:
convert blank.png 
 -fill white 
 -font Silkscreen 
 -pointsize 8 
 +antialias  
 -draw "text 28,10 'button label'" 
 output.png

Microformats Logos

Rohit is a very poor CSS hacker, but gave it his best shot. He also rendered it at 72 and 18 points.

logo.gif

microformats


Palette

#AEE219
#85BC07
#679A06


I created a cheatsheet using Big Huge Lab's Badgemaker:
1296783076_1d6fe8a1f8_m_d.jpg --Carla 12:11, 1 Sep 2007 (PDT)


Wiki buttons

For use on this wiki.

  • new! - {{NewMarker}}
  • Success! - {{SuccessMarker}}
  • updated! - {{UpdateMarker}}

Requests

  • Logos for all microformats
  • When someone has time, these should be repeated on the page for each respective format.

See also