--- txt2html-1.28/txt2html.dict Tue May 23 08:10:26 2000
+++ txt2html.dict Thu Mar 8 11:02:54 2001
@@ -11,13 +11,14 @@
#
# Some people like to mark URLs explicitly
-/<URL:\s*(\S+?)\s*>/ -> $1
+/<URL:\s*(\S+?)\s*>/ -hi-> <URL:$1>
# Urls: :
|snews:[\w\.]+| -> $&
|news:[\w\.]+| -> $&
|nntp:[\w/\.:+\-]+| -> $&
+|<(http:[\w/\.:\@+\-~\%#?=&;,]+[\w/])>| -hi-> <$1>
|http:[\w/\.:\@+\-~\%#?=&;,]+[\w/]| -> $&
|shttp:[\w/\.:+\-~\%#?=&;,]+| -> $&
|https:[\w/\.:+\-~\%#?=&;,]+| -> $&