brunoccast c7afe2f86c [TRANSLATION] Update Plugin POs 5 gadi atpakaļ
..
locale c7afe2f86c [TRANSLATION] Update Plugin POs 5 gadi atpakaļ
PtitUrlPlugin.php 46f98b3142 [VersionBump] 1.19.0, fairly late 5 gadi atpakaļ
README a614205663 Add plugin READMEs 8 gadi atpakaļ

README

The PtitUrl plugin shortens URLS via a PtitUrl URL-shortener service

Installation
============
add "addPlugin('PtitUrl');"
to the bottom of your config.php

Settings
========
serviceUrl: The URL to the PtitUrl instance

Example
=======

addPlugin('PtitUrl', array(
'serviceUrl' => 'http://example.org'
));