/* URL Shorteners */
[stratum0-wiki.git] / UrlShorteners.mw
index 2a16621..5ebc43a 100644 (file)
@@ -1,6 +1,28 @@
+== URL Shorteners ==
+
 kleine sammlung von URL shortener websites:
 
-{| border="1" cellspacing="0"
+{| class="prettytable"
+!site
+!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
@@ -13,10 +35,6 @@ kleine sammlung von URL shortener websites:
 |-
 | [http://bacn.me bacn.me]
 |-
-| [http://bit.ly bit.ly]
-| [http://code.google.com/p/bitly-api/wiki/ApiDocumentation api.bit.ly]
-| requires a personal key o_O
-|-
 | [http://bloat.me bloat.me]
 |-
 | [http://budurl.com budurl.com]
@@ -39,9 +57,6 @@ kleine sammlung von URL shortener websites:
 |-
 | [http://ff.im ff.im]
 |-
-| [http://goo.gl goo.gl]
-| http://code.google.com/apis/urlshortener/
-|-
 | [http://href.in href.in]
 |-
 | [http://idek.net idek.net]
@@ -128,10 +143,6 @@ kleine sammlung von URL shortener websites:
 |-
 | [http://tinysong.com tinysong.com]
 |-
-| [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/
-|-
 | [http://togoto.us togoto.us]
 |-
 | [http://tra.kz tra.kz]
@@ -171,6 +182,6 @@ kleine sammlung von URL shortener websites:
 | [http://zurl.ws zurl.ws]
 |}
 
-= Remarks =
+== Remarks ==
 
 * the API of bit.lt resides on the host '''api.bit.ly''' - good choice!
This page took 0.027124 seconds and 4 git commands to generate.