From 79edd840acf0f444bd423d2fc2c30f244b77f621 Mon Sep 17 00:00:00 2001 From: ryanmcgrath Date: Mon, 13 Sep 2010 02:21:27 -0700 Subject: [PATCH] Migrated from generic-functions v2 --- Generic-Functions.textile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Generic-Functions.textile b/Generic-Functions.textile index 58288ce..2cc152e 100644 --- a/Generic-Functions.textile +++ b/Generic-Functions.textile @@ -1,15 +1,13 @@ -h1. Generic Tango Functions - The following functions serve basic needs, both in terms of the library itself, and some auxiliary functions. -shortenURL() +shortenURL() Returns a specified url shortened by is.gd. The choice of url shortener can be overridden if necessary. Most url shorteners have API limits; be sure to investigate this before you use this in a widespread manner. Parameters: - url_to_shorten: (Required) The url that you want shortened. - shortener: (Optional) The url of your desired shortener API. Defaults to http://is.gd/api.php. - query: (Required if overriding default service) The name of the url parameter you're passing to the service. + * url_to_shorten: (Required) The url that you want shortened. + * shortener: (Optional) The url of your desired shortener API. Defaults to http://is.gd/api.php. + * query: (Required if overriding default service) The name of the url parameter you're passing to the service.