a9c365a5eb
Ran composer update and locale updater |
||
---|---|---|
.. | ||
locale | ||
README | ||
TightUrlPlugin.php |
The TightUrl plugin shortens URLS via a TightUrl URL-shortener service Installation ============ add "addPlugin('TightUrl');" to the bottom of your config.php Settings ======== serviceUrl: The URL to the TightUrl instance Example ======= addPlugin('TightUrl', array( 'serviceUrl' => 'http://example.org' ));