README 371 B

123456789101112131415161718
  1. The LilUrl plugin shortens URLs via a lilURL instance.
  2. See: http://lilurl.sourceforge.net/
  3. Installation
  4. ============
  5. add "addPlugin('LilUrl', array('serviceUrl' => 'http://example.org'));"
  6. to the bottom of your config.php
  7. Settings
  8. ========
  9. serviceUrl: The URL to the LilUrl instance.
  10. Example
  11. =======
  12. addPlugin('LilUrl', array('serviceUrl' => 'http://example.org'));