viewing source for "README"

last commit

commit 1d8a9a5b849edcd41f2947af2ddb279e75d9646d Author: Andrew Rader <andrew.r.rader@gmail.com> Date: Sun Feb 3 10:42:14 2008 -0800
README: updated to markdown version, also removed SVN info

source code

01: # Shrinky Link for Wordpress! #
02: 
03: This is a very simple plugin that filters comments and/or posts (both are
04: optional) for links, and will shrink the link in the following optional
05: ways:
06: 
07:   * To a defined word or phrase
08:   * To a number of characters
09:   * Trim url scheme (http://, ftp://, etc)
10:   * Trim www
11:   * Display the domain after the link (like slashdot)
12: 
13: This is run whenever a comment is DISPLAYED, no changes are made to the actual
14: post, so no data is lost.
15: 
16: This plugin is known to work in Wordpress 2.0 and 2.1, but most likely works in
17: 1.5 as well.
18: 
19: ## Installation ##
20: 
21: Unpackage contents to wp-content/plugins/ so that shrinkylink.php and
22: shrinky-ui.php are in a shrinkylink folder under plugins. Enable the plugin from
23: the Dashboard, and setup any options under Options->Shrinky Link. And that's it!