Import of Empire 4.2.12

This commit is contained in:
Markus Armbruster 2003-08-23 12:23:04 +00:00
commit d8b7fdfae1
817 changed files with 126589 additions and 0 deletions

8
info/ls2html.pl Normal file
View file

@ -0,0 +1,8 @@
#!/usr/local/bin/perl
printf("<pre>\n");
while (<>) {
s/([\w\.\-]+)\.html/<a href=\"$1.html\">$1<\/a>/g;
print;
}
printf("</pre>\n");