Changes between Version 4 and Version 5 of PlinkPot


Ignore:
Timestamp:
Jul 10, 2007, 2:10:14 PM (17 years ago)
Author:
simon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlinkPot

    v4 v5  
    11= PlinkPot =
    22
    3 PlinkPot is a command-line tool for generating short URLs using [http://linkpot.net/ LinkPot]. The URLs, instead of using random strings of characters use  real words, making them easier to read out and remember.
     3PlinkPot is a command-line tool for generating short URLs using [http://linkpot.net/ LinkPot]. The URLs, instead of using random strings of characters use real words, making them easier to read out and remember.
    44
    55From the [http://linkpot.net/ LinkPot] site:
     
    77  !LinkPot allows you to convert long, complicated and hard-to-read-out-loud URLs into simple URLs containing real words. !LinkPot links are ideal for things like podcasts, or any situation where you are required to pass on a link verbally rather than via text. Also, they're great to send to mobile phones, as the words will be easily picked up by predictive text systems.
    88
     9To use PlinkPot, first download it:
    910
    10  * [browser:plinkpot/linkpot View]
    1111 * [browser:plinkpot/linkpot?format=raw Download]
    1212 * Checkout: `svn co http://svn.bleah.co.uk/repos/misc/plinkpot/`
     13
     14Simply pass a URL on the command-line:
     15{{{
     16linkpot URL
     17}}}
     18Example:
     19{{{
     20$ linkpot 'http://atchoo.org/videos/omfm/'
     21http://linkpot.net/beard/
     22}}}
     23
     24To use PlinkPot in [http://irssi.org/ irssi] create an alias to execute it:
     25{{{
     26/alias POT exec -o linkpot 'URI'`
     27}}}
     28Now `/pot http://atchoo.org/videos/omfm/` will output `http://linkpot.net/beard/`.