README 312 B

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