[opendemo-cvs] CVS: opendemo/tools wpu,1.17,1.18
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2004-07-10 17:04:38
|
Update of /cvsroot/opendemo/opendemo/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25178 Modified Files: wpu Log Message: copy current version from LMPC Index: wpu =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/wpu,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** wpu 30 May 2004 18:45:40 -0000 1.17 --- wpu 10 Jul 2004 17:04:30 -0000 1.18 *************** *** 304,312 **** } out: s#<#<#g; s#>#>#g; s#([^\s("]+@[^\s),]+)#<a href="mailto:$1">$1</a>#g; ! s#(http:[^\s]+[^\.\s])#<a href="$1">$1</a>#g; s#(ftp:[^\s]+[^\.\s])#<a href="$1">$1</a>#g; push @body, $_; } --- 304,315 ---- } out: + s#<(http[^>]+)>#[[[$1]]]#g; s#<#<#g; s#>#>#g; s#([^\s("]+@[^\s),]+)#<a href="mailto:$1">$1</a>#g; ! s#(http:[^\s]+[^\.\s\]])#<a href="$1">$1</a>#g; s#(ftp:[^\s]+[^\.\s])#<a href="$1">$1</a>#g; + s#\[\[\[#<#g; + s#]]]#>#g; push @body, $_; } |