Re: Texinfo docs/target

Lists: pgsql-docs
From: Andreas Seltenreich <andreas+pg(at)gate450(dot)dyndns(dot)org>
To: pgsql-docs(at)postgresql(dot)org
Subject: Texinfo docs/target
Date: 2005-11-19 21:41:34
Message-ID: 87br0gmi29.fsf@gate450.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

I've been using a texinfo (more precisely: info) version of the docs
for some weeks now, and really came to love it. It is still the
version I mentioned here:
<http://archives.postgresql.org/pgsql-general/2005-10/msg01813.php>

Now I'm wondering, if it'd be worth fixing the index and some minor
encoding deficiencies (e.g. medium-length dashes end up as "[mdash]"),
and adding Autoconf support in order to make it a proper target.

I remember other requests for info-docs on the lists than the above,
but it is rather hard to search for them :-/.

regards,
Andreas
--


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andreas Seltenreich <andreas+pg(at)gate450(dot)dyndns(dot)org>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Texinfo docs/target
Date: 2005-11-19 22:07:48
Message-ID: 200511192307.48944.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Andreas Seltenreich wrote:
> Now I'm wondering, if it'd be worth fixing the index and some minor
> encoding deficiencies (e.g. medium-length dashes end up as
> "[mdash]"), and adding Autoconf support in order to make it a proper
> target.

We probably won't ship it with the default distribution, but I don't see
any harm in at least providing build support for it initially.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


From: Andreas Seltenreich <andreas+pg(at)gate450(dot)dyndns(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Texinfo docs/target
Date: 2006-09-29 04:32:27
Message-ID: 87ejtvz410.fsf@gate450.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:

> Andreas Seltenreich wrote:
>> Now I'm wondering, if it'd be worth fixing the index and some minor
>> encoding deficiencies (e.g. medium-length dashes end up as
>> "[mdash]"), and adding Autoconf support in order to make it a proper
>> target.
>
> We probably won't ship it with the default distribution, but I don't see
> any harm in at least providing build support for it initially.

The index seems to work with more recent versions of DB2X, and the
apparent encoding problems turned out to be an overlook in the
postgres.xml target.

I had to run makeinfo with the --no-validate option, mostly because
the info design doesn't allow duplicate node names. However, it
doesn't seem to impair navigation besides addressing nodes by name,
and since most of the duplicate names are nodes like "Changes" in the
release notes section, I don't think it will be more of a nuisance
than being unable to look up Pi in the index...

I figured adding autoconf support for db2x/info wouldn't be very wise
as long as the experimental postgres.xml target the new rules depend
on doesn't have any either.

Patch attached.

regards,
andreas

Attachment Content-Type Size
Makefile.diff text/x-patch 1.4 KB

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andreas Seltenreich <andreas+pg(at)gate450(dot)dyndns(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-docs(at)postgresql(dot)org
Subject: Re: Texinfo docs/target
Date: 2006-10-03 00:43:46
Message-ID: 200610030043.k930hks24460@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

---------------------------------------------------------------------------

Andreas Seltenreich wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>
> > Andreas Seltenreich wrote:
> >> Now I'm wondering, if it'd be worth fixing the index and some minor
> >> encoding deficiencies (e.g. medium-length dashes end up as
> >> "[mdash]"), and adding Autoconf support in order to make it a proper
> >> target.
> >
> > We probably won't ship it with the default distribution, but I don't see
> > any harm in at least providing build support for it initially.
>
> The index seems to work with more recent versions of DB2X, and the
> apparent encoding problems turned out to be an overlook in the
> postgres.xml target.
>
> I had to run makeinfo with the --no-validate option, mostly because
> the info design doesn't allow duplicate node names. However, it
> doesn't seem to impair navigation besides addressing nodes by name,
> and since most of the duplicate names are nodes like "Changes" in the
> release notes section, I don't think it will be more of a nuisance
> than being unable to look up Pi in the index...
>
> I figured adding autoconf support for db2x/info wouldn't be very wise
> as long as the experimental postgres.xml target the new rules depend
> on doesn't have any either.
>
> Patch attached.
>
> regards,
> andreas
>

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andreas Seltenreich <andreas+pg(at)gate450(dot)dyndns(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-docs(at)postgresql(dot)org
Subject: Re: Texinfo docs/target
Date: 2006-10-03 21:13:24
Message-ID: 200610032113.k93LDOK20486@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs


Patch applied. Thanks.

---------------------------------------------------------------------------

Andreas Seltenreich wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>
> > Andreas Seltenreich wrote:
> >> Now I'm wondering, if it'd be worth fixing the index and some minor
> >> encoding deficiencies (e.g. medium-length dashes end up as
> >> "[mdash]"), and adding Autoconf support in order to make it a proper
> >> target.
> >
> > We probably won't ship it with the default distribution, but I don't see
> > any harm in at least providing build support for it initially.
>
> The index seems to work with more recent versions of DB2X, and the
> apparent encoding problems turned out to be an overlook in the
> postgres.xml target.
>
> I had to run makeinfo with the --no-validate option, mostly because
> the info design doesn't allow duplicate node names. However, it
> doesn't seem to impair navigation besides addressing nodes by name,
> and since most of the duplicate names are nodes like "Changes" in the
> release notes section, I don't think it will be more of a nuisance
> than being unable to look up Pi in the index...
>
> I figured adding autoconf support for db2x/info wouldn't be very wise
> as long as the experimental postgres.xml target the new rules depend
> on doesn't have any either.
>
> Patch attached.
>
> regards,
> andreas
>

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: Andreas Seltenreich <andreas+pg(at)gate450(dot)dyndns(dot)org>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-docs(at)postgresql(dot)org
Subject: Re: Texinfo docs/target
Date: 2006-10-05 00:53:17
Message-ID: 87u02jzipu.fsf@gate450.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Bruce Momjian writes:

> Patch applied. Thanks.

Here's a small update to pass the basename of the target as a
stylesheet parameter. This makes the resulting info file work
properly when compressed or split. It also prevents Debian's
"install-info" script from choking.

Thanks,
andreas

Attachment Content-Type Size
Makefile.diff text/x-patch 580 bytes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andreas Seltenreich <andreas+pg(at)gate450(dot)dyndns(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-docs(at)postgresql(dot)org
Subject: Re: Texinfo docs/target
Date: 2006-10-05 02:04:41
Message-ID: 200610050204.k9524fE29736@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Andreas Seltenreich wrote:
> Bruce Momjian writes:
>
> > Patch applied. Thanks.
>
> Here's a small update to pass the basename of the target as a
> stylesheet parameter. This makes the resulting info file work
> properly when compressed or split. It also prevents Debian's
> "install-info" script from choking.

Applied. Thanks.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +