Add plugin READMEs
This commit is contained in:
18
plugins/TightUrl/README
Normal file
18
plugins/TightUrl/README
Normal file
@@ -0,0 +1,18 @@
|
||||
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'
|
||||
));
|
||||
|
Reference in New Issue
Block a user