Date: Tue, 12 Oct 1999 21:48:21 +0100 From: Tom Hukins <tom@FreeBSD.org> To: Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw> Cc: freebsd-doc@FreeBSD.ORG Subject: Re: Would you please add ftp4.tw.freebsd.org to mirror list? Message-ID: <19991012214821.C21865@hukins.freeserve.co.uk> In-Reply-To: <19991005204727.A36456@turtle.ee.ncku.edu.tw>; from Chung-Kie Tung on Tue, Oct 05, 1999 at 08:47:27PM %2B0800 References: <19991005204727.A36456@turtle.ee.ncku.edu.tw>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 05, 1999 at 08:47:27PM +0800, Chung-Kie Tung wrote: > > Our mirror path is ftp://ftp4.tw.freebsd.org/pub/FreeBSD > > Would you please add this server to the mirror site list on the > FreeBSD handbook? It would be greatly appreciated. Done! See revision 1.43 of handbook/mirrors/chapter.sgml. > By the way, the first page of www.freebsd.org will show some strange tags > like '?TD>' on my browser, I guess this is caused of using some non-english > character in the html source. It is at about line 96. > > <TD ROWSPAN="2" BGCOLOR="#990000"> </TD> > <TD BGCOLOR="#ffcc66"> </TD> > <TD BGCOLOR="#ffffff"> </TD> Well spotted! This is a tricky problem to solve. I've had a quick look into it but had no luck. Perhaps someone else on the list can help? The problem is that there is a   ( ) in the SGML source. When the SGML gets converted to HTML, the escaping is lost. I've tried putting &160# in the SGML source, but that doesn't produce the desired result either. This problem appears to be manifesting itself throughout the site. The © used in page footers is being converted to an un-escaped copyright symbol in HTML, for example. Can anyone on freebsd-doc figure out a solution to this? If not, I'll file a new PR. Regards, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991012214821.C21865>