Re: "Sitemap" webpage

2001-07-06 Thread Tomohiro KUBOTA
Hi, At Fri, 6 Jul 2001 18:53:57 +0200 (CEST), peter karlsson <[EMAIL PROTECTED]> wrote: > I have committed a fix now. It seems to work on my local machine (I > can't read Japanese, but I can see that there is no mis-encoding left). Thanks. I checked. I found many items read only "Debian". The

Re: "Sitemap" webpage

2001-07-06 Thread peter karlsson
Tomohiro KUBOTA: > Could someone CVS committer please implement this to > webwml/english/sitemap.wml ? I have committed a fix now. It seems to work on my local machine (I can't read Japanese, but I can see that there is no mis-encoding left). -- \\// peter - http://www.softwolves.pp.se/ Stat

Re: "Sitemap" webpage

2001-07-06 Thread Tomohiro KUBOTA
Hi, At Fri, 6 Jul 2001 17:21:34 +0200, Josip Rodin <[EMAIL PROTECTED]> wrote: >> my $title = `egrep '^#use .* title=' $page `; chomp $title; >> $title =~ s/^#use .* title="([^"]+)".*$/$1/; > I suppose we could just change that regexp to match everything after the > opening double quote up to

Re: "Sitemap" webpage

2001-07-06 Thread Josip Rodin
On Fri, Jul 06, 2001 at 09:36:50PM +0900, Tomohiro KUBOTA wrote: > I checked webwml/english/sitemap.wml and found: > > my $title = `egrep '^#use .* title=' $page `; chomp $title; > $title =~ s/^#use .* title="([^"]+)".*$/$1/; > > This seems to be the code to extract title for sitemap items.

Re: "Sitemap" webpage

2001-07-06 Thread Tomohiro KUBOTA
Hi, At 06 Jul 2001 08:46:08 +0900, Olaf Meeuwissen <[EMAIL PROTECTED]> wrote: > But some sites screw up the charset :-( Claiming to use one encoding > and using another. Yes. We must not do such a poor mistake! :-) > Hmm, that sounds like it could be an inconsistency in the parser rules > (n