This file is no longer used; indeed there's no indication in the

CVS tree regarding it's original purpose.
This commit is contained in:
Ceri Davies 2003-07-12 16:53:13 +00:00
parent 98dfe9aa3d
commit a3aacc3cdd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17523

View file

@ -1,9 +0,0 @@
#!/usr/bin/perl -np
# Copyright (c) Juli 1998 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
#
# clickable - Make URL clickable
#
# $FreeBSD$
s/</&lt;/g;
s%((http|ftp)://[^\s"\)\>,;]+)%<A HREF="$1">$1</A>%gi;