/* URL Shorteners */
[stratum0-wiki.git] / UrlShorteners.mw
index fc226f3..5ebc43a 100644 (file)
@@ -1,8 +1,31 @@
+== URL Shorteners ==
+
 kleine sammlung von URL shortener websites:
 
-{| border="1" cellspacing="0"
+{| class="prettytable"
 !site
-!API?
+!APIs
+!Example
+|-
+| [http://bit.ly bit.ly]
+| [http://code.google.com/p/bitly-api/wiki/ApiDocumentation api.bit.ly]
+| requires a personal key o_O
+|-
+| [http://goo.gl goo.gl]
+| http://code.google.com/apis/urlshortener/
+| JSON: http://code.google.com/apis/urlshortener/v1/getting_started.html#shorten
+|-
+| [http://tinyurl.com tinyurl.com]
+| [http://nerdpress.org/2009/10/15/tiny-urls-mit-php-und-de-tinyurl-api/ 1]
+| http://tinyurl.com/api-create.php?url=http://www.guckes.net/
+|}
+
+== TODO ==
+
+{| class="prettytable"
+!site
+!APIs
+!Example
 |-
 | [http://307.to 307.to]
 |-
@@ -12,8 +35,6 @@ kleine sammlung von URL shortener websites:
 |-
 | [http://bacn.me bacn.me]
 |-
-| [http://bit.ly bit.ly]
-|-
 | [http://bloat.me bloat.me]
 |-
 | [http://budurl.com budurl.com]
@@ -36,8 +57,6 @@ kleine sammlung von URL shortener websites:
 |-
 | [http://ff.im ff.im]
 |-
-| [http://goo.gl goo.gl]
-|-
 | [http://href.in href.in]
 |-
 | [http://idek.net idek.net]
@@ -124,8 +143,6 @@ kleine sammlung von URL shortener websites:
 |-
 | [http://tinysong.com tinysong.com]
 |-
-| [http://tinyurl.com tinyurl.com]
-|-
 | [http://togoto.us togoto.us]
 |-
 | [http://tra.kz tra.kz]
@@ -164,3 +181,7 @@ kleine sammlung von URL shortener websites:
 |-
 | [http://zurl.ws zurl.ws]
 |}
+
+== Remarks ==
+
+* the API of bit.lt resides on the host '''api.bit.ly''' - good choice!
This page took 0.027323 seconds and 4 git commands to generate.