gnu-social/plugins/ClientSideShorten
Brion Vibber b1a68e15b7 Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
Conflicts:
	lib/default.php
	lib/util.php
	plugins/UrlShortener/UrlShortenerPlugin.php (has been removed?)
2010-06-10 15:37:06 -07:00
..
locale Update gettext localisation files. 2010-04-30 01:45:54 +02:00
ClientSideShortenPlugin.php Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x 2010-06-10 15:37:06 -07:00
README add ClientSideShortenPlugin 2010-04-21 17:14:54 -04:00
shorten.js use the new maxNoticeLength and maxUrlLength functionality introduced in commit 14adb7cc41 2010-05-03 21:25:10 -04:00
shorten.php Assigning my copyrights to the Free Software Foundation 2010-05-27 18:27:33 -04:00

README

ClientSideShorten causes the web interface's notice form to automatically shorten urls as they entered, and before the notice is submitted.

Installation
============
Add "addPlugin('ClientSideShorten');" to the bottom of your config.php
That's it!