Subversion Repositories wimsdev

Rev

Rev 5678 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5678 Rev 10939
Line 4... Line 4...
4
!! On utilise une librairie perl pour convertir au format URI correct : liburi-perl
4
!! On utilise une librairie perl pour convertir au format URI correct : liburi-perl
5
!! Au besoin, installez cell-ci : 
5
!! Au besoin, installez cell-ci :
6
!! debian : apt-get install liburi-perl
6
!! Debian : apt-get install liburi-perl
7
!! Mac : port install install p5-uri
7
!! Mac : port install p5-uri
-
 
8
!!       or via CPAN : sudo cpan install URI::URL
8
 
9
 
9
!set url=!sh echo "$url" | perl -e 'use URI::Escape; print uri_unescape(<>)';
10
!set url=!sh echo "$url" | perl -e 'use URI::Escape; print uri_unescape(<>)';
10
 
11
 
11
!set script_out=$url
12
!set script_out=$url