From owner-freebsd-www@FreeBSD.ORG Sat Aug 25 16:58:19 2012 Return-Path: Delivered-To: www@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E71B106564A; Sat, 25 Aug 2012 16:58:19 +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 2CCB28FC15; Sat, 25 Aug 2012 16:58:18 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 5A92914E7FE1; Sat, 25 Aug 2012 18:58:17 +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 3m0eEmkNnsEc; Sat, 25 Aug 2012 18:58:16 +0200 (CEST) Received: from [192.168.1.117] (catv-80-98-232-12.catv.broadband.hu [80.98.232.12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id C48F314E7C30; Sat, 25 Aug 2012 18:58:16 +0200 (CEST) Message-ID: <50390426.40604@FreeBSD.org> Date: Sat, 25 Aug 2012 18:58:14 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120604 Thunderbird/14.0a2 MIME-Version: 1.0 To: Hiroki Sato References: <50326A70.5020009@FreeBSD.org> <20120826.002845.1234591490988245305.hrs@allbsd.org> In-Reply-To: <20120826.002845.1234591490988245305.hrs@allbsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2012 16:58:19 -0000 On 2012.08.25. 17:28, Hiroki Sato wrote: > ga> - - Convert id names to lowercase to avoid mixing different styles and for > ga> better readability > > I am concerned about the impact of this change. There are many links > to pages inwww.freebsd.org and converting the ids can break them. It is an important point but actually they are mostly header id and class names. There were a couple of other ones in these files: art.sgml logo.sgml java/howhelp.sgml The third one is extremely outdated and the first two is about logos and banners, which - I think - is not such type of content that usually people link from outside. With this in mind, do you think it is still a problem? If so, I can revert those files. Gabor