buttons: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (Reverted edits by [[Special:Contributions/000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)
(14 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<h1>Microformats Buttons</h1>
<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. - [http://tantek.com/log/ Tantek]
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]
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]


==Licensing==
==Licensing==
 
If you add <del>links to</del> buttons you have designed, '''please
If you add links to buttons you have designed, '''please also include a statement''' that you do one of the following:
*'''upload them to this wiki''' to guard against ending up with tons of broken images on this page
*release them into the public domain
*'''also include a statement''' that you do one of the following:
*hold copyright, but release all rights as to it use
**release them into the public domain
*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].
**hold copyright, but release all rights as to it use
**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].


Thank you.
Thank you.


* 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
* 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]]


* 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]]
* 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]]
* 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]]


* 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]]
* 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]]
__TOC__


== Buttons ==
== Buttons ==


=== Microformat Button ===
=== Microformat Button ===
{{main|spread-microformats}}
Simple microformats logo-text:
small transparent PNG:
http://microformats.org/wiki/skins/Microformats/images/logo.gif
large transparent PNG:
http://simplebits.com/bits/microformats/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.
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.


Line 75: Line 82:
* http://www.boogdesign.com/images/buttons/microformat_hcard.png
* http://www.boogdesign.com/images/buttons/microformat_hcard.png
* CSS-powered button, as evidenced at [http://re-run.com/about/microformat-badges microformat badges @ re-run]
* CSS-powered button, as evidenced at [http://re-run.com/about/microformat-badges microformat badges @ re-run]
* http://notizblog.org/wp-content/plugins/save-microformats/icon-hcard.png


=== [[rel-license]] ===
=== [[rel-license]] ===
Line 142: Line 150:
=== [[hatom|hAtom]] ===
=== [[hatom|hAtom]] ===
* http://rbach.priv.at/2006/buttons/hatom.png
* http://rbach.priv.at/2006/buttons/hatom.png
* http://files.synaesthetic.net/microformats/hatom.png


=== [[hresume|hResume]] ===
=== [[hresume|hResume]] ===
Line 202: Line 209:
  +antialias   
  +antialias   
  -draw "text 28,10 'button label'"  
  -draw "text 28,10 'button label'"  
output.png
</pre>
=== Style 3 ===
Example: http://files.synaesthetic.net/microformats/hatom.png
# Get the font [http://www.kottke.org/plus/type/silkscreen/ Silkscreen]
# Install [http://www.imagemagick.org/ ImageMagick]
# Get the blank icon (http://files.synaesthetic.net/microformats/button2-blank.png)
# Type:
<pre>convert button2-blank.png
-fill white
-font Silkscreen
-pointsize 8
+antialias 
-draw "text 20,10 'button label'"
  output.png
  output.png
</pre>
</pre>
Line 240: Line 230:
</div>
</div>


The following logo as a transparent PNG (linked here from my own server; if you use it, please copy it for yourself):
http://files.synaesthetic.net/microformats/microformats1.png


== Palette ==
== Palette ==

Revision as of 11:50, 15 September 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