Hugo Sales 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 years ago
..
locale 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 years ago
README 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 years ago
SimpleUrlPlugin.php 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 years ago

README

The SimpleUrl plugin shortens URLS via a SimpleUrl URL-shortener service

Installation
============
add "addPlugin('SimpleUrl');"
to the bottom of your config.php

Settings
========
serviceUrl: The URL to the SimpleUrl instance

Example
=======

addPlugin('SimpleUrl', array(
'serviceUrl' => 'http://example.org'
));