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