diff options
| author | Tom Feist <shabble@metavore.org> | 2011-07-08 10:14:00 +0000 | 
|---|---|---|
| committer | Tom Feist <shabble@metavore.org> | 2011-07-08 10:14:00 +0000 | 
| commit | 31c754b728b886eadfd728f6dbdefb28f8623f80 (patch) | |
| tree | d2eb346b1986ae3c2fdc0cbd51e0f71b6b58cab9 | |
| parent | load the shorteners list, and check it against the host part of any URIs before (diff) | |
| download | irssi-scripts-31c754b728b886eadfd728f6dbdefb28f8623f80.tar.gz irssi-scripts-31c754b728b886eadfd728f6dbdefb28f8623f80.zip | |
update docs to mention urls file
| -rw-r--r-- | longify/longify-urls.pl | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/longify/longify-urls.pl b/longify/longify-urls.pl index 69d7f94..8b2691f 100644 --- a/longify/longify-urls.pl +++ b/longify/longify-urls.pl @@ -19,6 +19,8 @@ for perl modules, or somewhere that is listed in the C<$PERL5LIB> environment va  They should be placed in a subdirectory named C<IrssiX/> in whichever module directory  you choose. +=item * Copy the F<longify-urls.list> file into your F<~/.irssi/> directory. +  =item * Copy this script into your F<~/.irssi/scripts/> directory and load with  C</SCRIPT LOAD F<filename>>. @@ -67,7 +69,7 @@ THE SOFTWARE.  =item * User-configurable timeout -=item * some sort of list of shorteners? (saves having to look up every single url) +=item * deal with utf-8 (that stupid arrow site).  =back | 
