=== Short link maker ===
Contributors: wokamoto
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9S8AJCY7XB8F4&lc=JP&item_name=WordPress%20Plugins&item_number=wp%2dplugins&currency_code=JPY&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
Tags: revcanonical, links, url, shorter, shorturl
Requires at least: 2.7
Tested up to: 2.9.1
Stable tag: 0.1.1

This is a plugin creating a shorter URL of post, page and media permalink.

== Description ==

The **Short link maker** WordPress creating a shorter URL of post, page and media permalink.
The URL in the href attribute defaults to the id number of the post in question.

Example:

    `http://example.com/archives/1606 -> http://example.com/Bb`


This plugin automatically creates a link element in the <head> section of the post's page with a rel="shorturl" attribute. 
It also creates an HTTP `Link` header that also points to the shorter link.


The <link> element looks like this:

    `<link rel="shorturl" href="{url}" />`


The HTTP header is:

    `Link: <{url}>; rel=shorturl`

= Related Links =

* [Google Code Site:](http://code.google.com/p/shortlink/)

= Localization =

* Japanese (ja) - <a href="http://dogmap.jp/" title="Wataru OKAMOTO">Wataru OKAMOTO</a> (plugin author)
* Belorussian (be_BY) - <a href="http://www.fatcow.com">FatCow</a>

If you have translated into your language, please let me know.

== Installation ==

1. Upload the entire `short-link-maker` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress


== Frequently Asked Questions ==

None.


== Screenshots == 

1. Edit Posts
2. Edit Post


== Licence ==

Released under the [GPL license](http://www.gnu.org/copyleft/gpl.html).


== Changelog == 

**0.1.1 -  6 January 2010**  
Fixed a conflict with [WordPress.com Stats](http://wordpress.org/extend/plugins/stats/).

**0.1.0 - 27 October 2009**  
Initial release.
