From owner-freebsd-doc@FreeBSD.ORG Thu Aug 30 16:39:16 2012 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1552B106566C; Thu, 30 Aug 2012 16:39:16 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id BABD48FC12; Thu, 30 Aug 2012 16:39:15 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id C9A3114E804D; Thu, 30 Aug 2012 18:39:13 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 50SwEKF_Noqi; Thu, 30 Aug 2012 18:39:13 +0200 (CEST) Received: from [192.168.1.101] (D94162B4.catv.pool.telekom.hu [217.65.98.180]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 2B9C714E7F08; Thu, 30 Aug 2012 18:39:13 +0200 (CEST) Message-ID: <503F9734.7010209@FreeBSD.org> Date: Thu, 30 Aug 2012 18:39:16 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Hiroki Sato References: <50392481.1070708@FreeBSD.org> <20120829.221019.266908030257017857.hrs@allbsd.org> <503E7E70.2050504@FreeBSD.org> <20120831.005244.2295575122657925960.hrs@allbsd.org> In-Reply-To: <20120831.005244.2295575122657925960.hrs@allbsd.org> X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: doceng@FreeBSD.org, doc@FreeBSD.org, www@FreeBSD.org Subject: Re: [CALL FOR REVIEW] doc and www converted to XML X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2012 16:39:16 -0000 Em 30-08-2012 17:52, Hiroki Sato escreveu: > Gabor Kovesdan wrote in > <503E7E70.2050504@FreeBSD.org>: > > ga> Em 29-08-2012 15:10, Hiroki Sato escreveu: ga> > 1. Convert ids > to upper-case and use them. No compatibility ga> > problem. ga> > > ga> > 2. Use lower-case ids. Links from pages outside of ga> > > www.FreeBSD.org may be broken. ga> > ga> > 3. Convert the existing > ids to upper-case but use lower case for ga> > newly-added ones. > It works but not consistent. ga> ga> 4. Use some kind of > redirection at the HTTP level. > > Let's forget about HTTP level solution. On the mirror servers it > does not work. I think it is much less probable that someone links to a mirror that's why I ignored this factor. > One compromise solution would be adding an additional anchor with > upper-case ids just after the normal (lower-case) one by XSLT only > for HTML output. It is relatively easy and should not be harmful. > How about this? I've also thought of this and this also looks as a good compromise. We should do it for chapter and sectX, right? Or is there something else? Before, we agreed that the XML migration should be done in various steps but then it means there will be a short interim period until we get it right with XSLT. Do you think it is acceptable? Gabor