Plugin Directory

Changeset 146255


Ignore:
Timestamp:
08/15/2009 11:44:08 PM (17 years ago)
Author:
kolev
Message:

Minor plugin info cleanup

Location:
shorturl/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shorturl/trunk/readme.txt

    r146245 r146255  
    55Requires at least: 2.7
    66Tested up to: 2.8
    7 Stable tag: 0.4
     7Stable tag: 0.4.1
    88
    99The ShortURL plugin provides short canonical permalinks to your posts and pages similarly to WordPress.com via its WP.me service.
     
    1111== Description ==
    1212
    13 The ShortURL plugin allows you to use your blog as your own URL shorterning service by implementing both the HTML and the HTTP Short URL Autodiscovery specifications. Your short URLs will be in the form of `http://domain/-code`.
     13The ShortURL plugin allows you to use your blog as your own URL shorterning service by implementing the [Short URL Auto-Discovery](http://wiki.snaplog.com/short_url) specification. Your short URLs will be in the form of `http://domain/-code`.
    1414
    15 The autodiscovery feature allows third-party services that honor it to use your own short URLs instead of generating new ones using services such as TinyURL, bit.ly, and others. This gives your posts and pages canonical short URLs that give you all SEO benefits and don't leak traffic out to external domains and will prevent linkrot. The homepage short URLs is set to just `http://domain/` as a unique feature.
     15The auto-discovery feature allows third-party services that honor it to use your own short URLs instead of generating new ones using services such as [TinyURL](http://tinyurl.com/), [bit.ly](http://bit.ly/), and others. This gives your posts and pages canonical short URLs that give you all SEO benefits and don't leak traffic out to external domains and will prevent linkrot. The homepage short URLs is set to just `http://domain/` as a unique feature.
    1616
    1717The other great benefit of the ShortURL plugin is that the generated short URLs won't break if you change the permalink structure of your blog or rename the slug of a particular post or page.
    1818
    19 Due to the recent choice of both the microformats community and WordPress.com to use `rel="shortlink"` vs the alternative proposals, the ShortURL plugin is also using it now.
     19Due to the recent choice of both the [Microformats](http://microformats.org/) community and [WordPress.com](http://wordpress.com/) to use `rel="shortlink"` vs the alternative proposals, the ShortURL plugin is also using it now.
    2020
    2121More on the topic:
    22 
    23 http://microformats.org/wiki/rel-shortlink
    24 http://en.blog.wordpress.com/2009/08/14/shorten/
     22* [Microformats Wiki: rel="shortlink"](http://microformats.org/wiki/rel-shortlink)
     23* [WP.me - shorten your links](http://en.blog.wordpress.com/2009/08/14/shorten/)
    2524
    2625== Installation ==
     
    28271. Upload `shorturl.zip` to the `/wp-content/plugins/` directory
    29281. Unzip the archive
    30 1. Activate the plugin through the 'Plugins' menu in WordPress
     291. Activate the plugin through the 'Plugins' menu in WordPress Admin
    31301. Update the settings
    3231
     
    3534= Why did you choose Short URL vs RevCanonical or shortlink specifications? =
    3635
    37 RevCanonical is not supported by HTML 5 and it seems that Short URL is getting wider support by big blogs such as Ars Technica and other sites such as php.net. We will closely monitor the developments and implement the winning specification.
     36RevCanonical is not supported by HTML 5 and it seems that [Short URL](http://wiki.snaplog.com/short_url) is getting wider support by big blogs such as [Ars Technica](http://arstechnica.com/) and other sites such as [PHP](http://php.net/). We will closely monitor the developments and implement the winning specification.
    3837
    3938= Are you planning to provide third-party URL shorteners? =
     
    5150== To Do ==
    5251
    53 * Test against WordPress 2.9 and WordPress MU
     52* Test against [WordPress](http://wordpress.org/) 2.9 and [WordPress MU](http://mu.wordpress.org/)
    5453* Add a settings page
    5554* Add a widget
    56 * Integrated with Google Analytics
    57 * Integrate with Top 3 Twitter plugins to use ShortURL instead of 3rd party services
     55* Integrated with [Google Analytics](http://www.google.com/analytics/)
     56* Integrate with Top 3 [Twitter](http://twitter.com/) plugins to use ShortURL instead of 3rd party services
    5857
    5958== Changelog ==
    6059
    61 = 08/15/2009 - Version 0.4 =
     60= 0.4.1 =
     61* Minor plugin info cleanup
     62
     63= 0.4 =
    6264* Added `[shorturl]` shortcode
    6365* Added `the_shorturl()` and `get_shorturl()` functions for use in themes
    64 * Switched to `rel="shortlink"` similarly to WP.me
     66* Switched to `rel="shortlink"` similarly to [WP.me](http://wp.me/)
    6567
    66 = 04/27/2009 - Version 0.3 =
    67 * Replaced the tilde (~) with dash (-) in the short URLs similarly to FriendFeed & Ginx, but the tilde is still supported for backward compatibility
     68= 0.3 =
     69* Replaced the tilde (~) with dash (-) in the short URLs similarly to [FriendFeed](http://friendfeed.com/) & [Ginx](http://ginx.com/), but the tilde is still supported for backward compatibility
    6870
    69 = 04/20/2009 - Version 0.2 =
     71= 0.2 =
    7072* Added a short URL for the homepage
    7173
    72 = 04/20/2009 - Version 0.1.1 =
     74= 0.1.1 =
    7375* Fixed a versioning issue
    7476
    75 = 04/20/2009 - Version 0.1 =
     77= 0.1 =
    7678* First release. Yay!
    7779
  • shorturl/trunk/shorturl.php

    r146245 r146255  
    55Description: Provides short canonical permalinks to your posts and pages similarly to WordPress.com via its WP.me service.
    66Author: Nikolay Kolev
    7 Version: 0.4
     7Version: 0.4.1
    88Author URI: http://nikolay.com/
    99*/
Note: See TracChangeset for help on using the changeset viewer.