Changes between Version 4 and Version 5 of PlinkPot
- Timestamp:
- Jul 10, 2007, 2:10:14 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlinkPot
v4 v5 1 1 = PlinkPot = 2 2 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 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. 4 4 5 5 From the [http://linkpot.net/ LinkPot] site: … … 7 7 !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. 8 8 9 To use PlinkPot, first download it: 9 10 10 * [browser:plinkpot/linkpot View]11 11 * [browser:plinkpot/linkpot?format=raw Download] 12 12 * Checkout: `svn co http://svn.bleah.co.uk/repos/misc/plinkpot/` 13 14 Simply pass a URL on the command-line: 15 {{{ 16 linkpot URL 17 }}} 18 Example: 19 {{{ 20 $ linkpot 'http://atchoo.org/videos/omfm/' 21 http://linkpot.net/beard/ 22 }}} 23 24 To use PlinkPot in [http://irssi.org/ irssi] create an alias to execute it: 25 {{{ 26 /alias POT exec -o linkpot 'URI'` 27 }}} 28 Now `/pot http://atchoo.org/videos/omfm/` will output `http://linkpot.net/beard/`.