gnu-social/plugins/ClientSideShorten
Brion Vibber e79034e163 Merge branch '0.9.x' into 1.0.x
Conflicts:
	plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po
2010-12-16 15:56:19 -08:00
..
locale Localisation updates from http://translatewiki.net. 2010-12-16 16:30:30 +01:00
ClientSideShortenPlugin.php Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x 2010-10-04 12:54:36 -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 Superfluous whitespace removed. 2010-09-20 19:46:01 +02: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!