From owner-svn-doc-all@FreeBSD.ORG Wed Nov 13 08:14:15 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FB7D474; Wed, 13 Nov 2013 08:14:15 +0000 (UTC) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C95B2D0F; Wed, 13 Nov 2013 08:14:14 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id CC93114D2514; Wed, 13 Nov 2013 09:14:06 +0100 (CET) X-Virus-Scanned: amavisd-new at !change-mydomain-variable!.example.com 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 cGYtsJ6e1ikZ; Wed, 13 Nov 2013 09:14:06 +0100 (CET) Received: from [192.168.0.10] (54034B4D.catv.pool.telekom.hu [84.3.75.77]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id E2CC214D2403; Wed, 13 Nov 2013 09:14:05 +0100 (CET) Message-ID: <528334CA.7070801@kovesdan.org> Date: Wed, 13 Nov 2013 09:14:02 +0100 From: =?UTF-8?B?R8OhYm9yIEvDtnZlc2TDoW4=?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Hiroki Sato Subject: Re: svn commit: r43181 - in head: . bn_BD.UTF-8/share/xml bn_BD.UTF-8/share/xsl da_DK.ISO8859-1/share/xml da_DK.ISO8859-1/share/xsl de_DE.ISO8859-1/htdocs de_DE.ISO8859-1/htdocs/community de_DE.ISO8859... References: <201311130610.rAD6Accb089921@svn.freebsd.org> In-Reply-To: <201311130610.rAD6Accb089921@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 08:14:15 -0000 On 2013.11.13. 7:10, Hiroki Sato wrote: > Author: hrs > Date: Wed Nov 13 06:10:37 2013 > New Revision: 43181 > URL:http://svnweb.freebsd.org/changeset/doc/43181 > > Log: > - Use /usr/bin/svnlite as SVN if available. > - Replace/XML/{doc,www}/ with/XML/ in SysId. > - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via > XML catalog instead. > - Change the L10N layer in freebsd-*.xsl not to use localized XSLT > stylesheets directly. > - Move share/xsl/* to share/xml and remove share/xsl. > - Remove obsolete share/web2c/pdftex.def. Thanks for the improvements! But why removing the share/xsl directory? Personally, I liked the separation of the stylesheets. The share/xml directories have been like big melting pots: they have XML databases, DTDs, entity sets, common includes and now XSLT stylesheets as well. Gabor