=== 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.6
Tested up to: 2.8.5
Stable tag: 0.1.0

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.
This plugin automatically creates a link element in the <head> section of the post's page with a rel="shorturl" attribute. 
The URL in the href attribute defaults to the id number of the post in question.
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/)

== 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 == 

None.

== Licence ==

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

== Changelog == 

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