From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10158 invoked by alias); 5 Apr 2017 17:05:45 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 10134 invoked by uid 89); 5 Apr 2017 17:05:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=dtd, rng, our, Hx-spam-relays-external:ESMTPA X-HELO: out1-smtp.messagingengine.com Received: from out1-smtp.messagingengine.com (HELO out1-smtp.messagingengine.com) (66.111.4.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Apr 2017 17:05:42 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id BBCD920BE1; Wed, 5 Apr 2017 13:05:42 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Wed, 05 Apr 2017 13:05:42 -0400 X-ME-Sender: Received: from [192.168.1.102] (host86-179-113-198.range86-179.btcentralplus.com [86.179.113.198]) by mail.messagingengine.com (Postfix) with ESMTPA id 4BA557E5E4; Wed, 5 Apr 2017 13:05:42 -0400 (EDT) Subject: Re: [ITP] DocBook 5 + tools To: cygwin-apps@cygwin.com References: From: Jon Turney Cc: Holger Bast Message-ID: Date: Wed, 05 Apr 2017 17:05:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-04/txt/msg00015.txt.bz2 On 30/03/2017 16:39, Holger Bast wrote: > Hi there, > I'm interested in maintaining DocBook 5 schemata plus some additional tools for docbook (daps and jing-trang). I've never maintained a package before, so I think the best way for me would be starting with DocBook 5. By creating the cygport file I run into some questions that I would like to address: Thanks for doing this. For the avoidance of doubt, what license applies to this? > 1) docbook-5.0 installation path > All docbook-4.x files are installed in /usr/share/xml/docbook/ and so on. With DocBook 5 the distribution format changed and there is now one folder with all necessary information: > [...] > > I propose to put the hole distribution under > > /usr/share/xml/docbook/docbook-5.0/ > > so everything is in one place. I also had a look at Ubuntu; they put the schema-folders (dtd, rng, schematron (renamed sch), xsd and catalog-docbook5.xml) under > > /usr/share/xml/docbook/schema > > and all documentation in their doc-structure. In my opinion, putting everything at one place would be the easiest way to work with. I think the documentation should be under /usr/share/doc, both to conform with our packaging guidelines (such as they are), and for discoverability (people may know to look in /usr/share/doc for documentation)