README 322 B

12345678910111213141516171819
  1. The SimpleUrl plugin shortens URLS via a SimpleUrl URL-shortener service
  2. Installation
  3. ============
  4. add "addPlugin('SimpleUrl');"
  5. to the bottom of your config.php
  6. Settings
  7. ========
  8. serviceUrl: The URL to the SimpleUrl instance
  9. Example
  10. =======
  11. addPlugin('SimpleUrl', array(
  12. 'serviceUrl' => 'http://example.org'
  13. ));