From 34e6536caf900ca1ee54d72dedb00fd2eb56bf89 Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 3 Jul 2003 07:22:24 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1006 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- staticweb/manbuilder.pl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/staticweb/manbuilder.pl b/staticweb/manbuilder.pl index 872506f2..1e9e95d7 100755 --- a/staticweb/manbuilder.pl +++ b/staticweb/manbuilder.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: manbuilder.pl,v 1.3 2003/07/03 06:57:35 in2 Exp $ +# $Id: manbuilder.pl,v 1.4 2003/07/03 07:22:24 in2 Exp $ use lib '/home/bbs/bin/'; use strict; use OurNet::FuzzyIndex; @@ -46,13 +46,6 @@ sub build($$) push @tdir, ["$doffset/$fn", $bfh{"$_.title"}]; my $c = $bfh{"$_.content"}; $idx->insert("$doffset/$fn", $c); - - $c =~ s/\/>/gs; - $c =~ s/\"/"/gs; - $c =~ s/\'/'/gs; - $c =~ s/ / /gs; - $c =~ s/\n/
\n/gs; $db{"$doffset/$fn"} = $c; } } -- cgit v1.2.3