Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asx4U-0005j3-Fp for pgsql-docs@arkaria.postgresql.org; Wed, 20 Apr 2016 18:41:54 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1asx4T-0004zC-TQ for pgsql-docs@arkaria.postgresql.org; Wed, 20 Apr 2016 18:41:53 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1asx47-0004Y3-Od for pgsql-docs@postgresql.org; Wed, 20 Apr 2016 18:41:31 +0000 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1asx43-0005eF-St for pgsql-docs@postgresql.org; Wed, 20 Apr 2016 18:41:31 +0000 Received: by mail-lb0-x22f.google.com with SMTP id ys16so14353571lbb.3 for ; Wed, 20 Apr 2016 11:41:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=2ndquadrant-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=cMb1TjHxZJ2nL9NNaJQTMItuPvm9zYPEwQq2ZJen5Eo=; b=XHgs88P5pKAWN3DVlpsat4yamfhpSs7o2WCQ5oA1DNFqKhgEcEqKwqgCwR8M5ZPewu WpQYG2SgZrXb5lBA9fY86Un9mCB2Rkscldy+wcX+RBh/QcQmAa4KeyuVjLYXmP1lsC+s Y4BmQRW/oDjGdbgSRSED307iLprsvAcIvybV0J+ZY36GloRMfNfBvsdONZrmRdFnB3x8 f68VVclXJ8KKluUwdWSB4YHAHnJnsrn4+N+rbEWvwMDFXLDlxdjfjjRmnVuDy0VHtykX nP3kZO+7PKm0FVmoxTu5zCFcseW9q1/L7ar0eoHpmhcmu+S7a3TEpOhhEFKadf5IEcEo 6vdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=cMb1TjHxZJ2nL9NNaJQTMItuPvm9zYPEwQq2ZJen5Eo=; b=fm2RpczgqdkOZqEm21whdRUT03QTIGRfaxP27hFkLXNpdmHbziOq/JLGDIOYqeXFbK DnzBaJv/T5Y2OUmgt/5VqAZUVQx/mFGNFB5EnSsMW0vTOPI8pQqaNn5Kvl9MQ3aYzMom uiEfbw6hXy3yWuBh5ly/+gEgH1D71tkOoCXdDQm/5yE289sY4bXWm/v0KTqFwkSMBecu 5dC/dLOr0PsxB9FfdjpO099viScSn8BXENoEFxRlwMDh3ZUp3LPQe+FdamuQ4rkOsWF1 67a/eHTOwToKKSJ7eb4+iQrfeyKUJ0tJFeq7XI1rvgMdFp6wqFVukc/WjHuX8DDwd19Z nuxA== X-Gm-Message-State: AOPr4FX6jMOjHGxKcZOMqgbLCW3U12Gz3LE5M5b5gO2aO4l6CM6vKFhUsJZMvdiSA05bO/UWtvc+55bbxGc5b+vA MIME-Version: 1.0 X-Received: by 10.112.97.162 with SMTP id eb2mr4327353lbb.132.1461177686966; Wed, 20 Apr 2016 11:41:26 -0700 (PDT) Received: by 10.25.81.76 with HTTP; Wed, 20 Apr 2016 11:41:26 -0700 (PDT) In-Reply-To: <57179283.6080704@purtz.de> References: <57179283.6080704@purtz.de> Date: Wed, 20 Apr 2016 19:41:26 +0100 Message-ID: Subject: Re: Docbook 5.x From: Simon Riggs To: =?UTF-8?Q?J=C3=BCrgen_Purtz?= Cc: pgsql-docs@postgresql.org Content-Type: multipart/alternative; boundary=001a1133b56cfc62ac0530eef080 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --001a1133b56cfc62ac0530eef080 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 20 April 2016 at 15:30, J=C3=BCrgen Purtz wrote: > What I have done so far is: > > - Conversion of sgml files to valid xml syntax with a perl skript. I > failed to use 'osx' or 'spam'. > - Conversion of these xml files to Docbook5.x format using xsltproc > and Docbooks xslt-migration skripts. > - Creation of html files using xsltproc and Docbooks xslt skripts. > - Creation of fo files using xsltproc and Docbooks xslt skripts. > - Creation of pdf files using fop. > - The conversions needs less than 10 minutes on a Intel i5 processor. > > So you believe you have/can convert between the two formats accurately, s= o we can change things in a single commit? What verification is offered? Possible? And that is ready to go now? Will you post your perl script, or the patch? Other projects use the same file formats, e.g. Slony, XL etc If an automatic migration is possible do we need to change at all? --=20 Simon Riggs http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services --001a1133b56cfc62ac0530eef080 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 20 April 2016 at 15:30, J=C3=BCrgen Purtz <juergen@purt= z.de> wrote:
=C2=A0
What I have done so f= ar is:
  • Conversion of sgml files to valid xml syntax with a perl skript. I failed to use 'osx' or 'spam'.
  • Conversion of these xml files to Docbook5.x format using xsltproc and Docbooks xslt-migration skripts.
  • Creation of html files using xsltproc and Docbooks xslt skripts.
  • Creation of fo files using xsltproc and Docbooks xslt skripts.
  • Creation of pdf files using fop.
  • The conversions needs less than 10 minutes on a Intel i5 processor.
So you believe you have/can convert between the tw= o formats accurately, so we can change things in a single commit?

What verification is offered? Po= ssible?

And that is ready to go now? Will yo= u post your perl script, or the patch? Other projects use the same file for= mats, e.g. Slony, XL etc

If an automatic migration= is possible do we need to change at all?

--
=
Simon Riggs =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=C2= =A0=C2=A0http://www.2ndQuadrant.com/
PostgreSQL De= velopment, 24x7 Support, Remote DBA, Training & Services
--001a1133b56cfc62ac0530eef080--