english sub directories: cgi, commercial, gallery, gifs which are redundant and will never be translated and the spanish sub directories: doc-es, docs-es Submitted by: "Jesus Rodriguez" <jesusr@ncsa.es> Fix Makefiles errors. `Make all install' runs fine. Currently, many the links to the sub directories cgi, commercial, gallery, gifs are broken. The links should point to the English orginal files.
9 lines
260 B
Perl
Executable file
9 lines
260 B
Perl
Executable file
#!/usr/bin/perl -np
|
|
# Copyright (c) Juli 1998 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
|
|
#
|
|
# clickable - Make URL clickable
|
|
#
|
|
# $Id: clickable.pl,v 1.1.1.1 1999-02-08 19:26:11 wosch Exp $
|
|
|
|
s/</</g;
|
|
s%((http|ftp)://[^\s"\)\>,;]+)%<A HREF="$1">$1</A>%gi;
|