summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2003-03-31 17:14:29 +0000
committerDave Beckett <dave@dajobe.org>2003-03-31 17:14:29 +0000
commit7c772cd5e6ffb75a5526f27509acfbdafadb5ff7 (patch)
treef47d72827da7b9541ffa3ff686a5371490918793
parent501eda52346d94e3ec92ee0fba62d79bac91d2df (diff)
downloadraptor-7c772cd5e6ffb75a5526f27509acfbdafadb5ff7.tar.gz
More fixes
-rwxr-xr-xfix-groff-xhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/fix-groff-xhtml b/fix-groff-xhtml
index e24ca22f..2d959f6e 100755
--- a/fix-groff-xhtml
+++ b/fix-groff-xhtml
@@ -39,6 +39,8 @@ while(<IN>) {
s%(name|id)="([^"]+)"%my($at,$val)=($1,$2); $val =~ s/ /_/g; qq{$at="$val"};%eg;
+ s%(Dave Beckett|Institute for Learning and Research Technology .ILRT.|University of Bristol) (?:- |)(http://[^<]+)%<a href="$2">$1</a>%;
+
my $year=1900+(localtime)[5];
print OUT <<"EOT" if m%^</body>%;