Hugo Sales 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 년 전
..
locale 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 년 전
README 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 년 전
TightUrlPlugin.php 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 년 전

README

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'
));