Re: Patch to readd documentation

From: Kris Jurka <books(at)ejurka(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Patch to readd documentation
Date: 2004-01-24 19:18:00
Message-ID: Pine.LNX.4.33.0401241408300.8206-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sat, 24 Jan 2004, Peter Eisentraut wrote:

> Kris Jurka wrote:
> > I looked around to see how other projects handle this type of thing
> > and it seemed like a number of them packaged the xsl stylesheets as
> > part of the package.
>
> We would be on the wrong side of that inclusion: the JDBC driver is 1.2
> MB, the XSL stylesheets are 12 MB.

I'm not suggesting trying to manage the stylesheets like any other piece
of source code. We would put the compressed archive in the repository
that would be expanded on demand. Further if size is an issue we could
trim the stylesheets to only those that we needed to build the
documentation. The size is also why I suggested creating a new cvs
module, so it wouldn't clutter the main source.

> I am firmly opposed to any sort of inclusion of other packages in the
> name of convenience. People who are not able or willing to install
> software should use the prebuilt packages. And it's not like
> installing Saxon or XSL stylesheets is a great challenge. They should
> be included in recent versions of free operating systems.
>

Installing the software is only half of the problem. There is no
configure to go out and locate the required files. Your build
instructions require modifying both the classpath and the ant command
line which I personally found a pain. Finally as a java project we are
not dealing with just "recent versions of free operating systems." You
had suggested adding a way to pull the stylesheets on demand over http.
Why not make this part of the documentation distribution?

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Eisentraut 2004-01-24 20:27:03 Re: Patch to readd documentation
Previous Message Peter Eisentraut 2004-01-24 14:53:23 Re: Patch to readd documentation