Re: Release.sgml markup

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Release.sgml markup
Date: 2003-07-21 12:36:13
Message-ID: 1058790972.30101.17.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Mon, 2003-07-21 at 07:50, Peter Eisentraut wrote:
> Rod Taylor writes:
>
> > Attached is the new file based on itemizedlists blocks, and simplelist
> > blocks for the names.
> >
> > Simplelist was used with the intent that stylesheets would dictate
> > surrounding brackets at some point in the future.
>
> I don't understand that. The names are quite obviously not lists, and I

They are lists. Sometimes of 1 name, sometimes of 2, sometimes several.
(Bob, Joe, Tom) <- List of 3 names, or am I missing something obvious?

A small set of items with minimal decoration is exactly what Simplelist
is for. In this specific case, they are inline lists.

As for the brackets. Currently they are a part of the content in order
to achieve a specific style in the output of the resulting page. The
data could be tabular (items on left, names to right), different type of
bracket, removed entirely for different outputs, or perhaps different
names would be processed in different ways (Bruce could be hyperlinked
to his homepage via the stylesheet for HTML output only) -- thus it is
the job of the stylesheets to manage.

But, if you don't want simplelists, feel free to:

s/<simplelist><member>//
s/</member></simplelist>//
s/</member><member>/, /

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-07-21 13:36:47 Re: Eliminate information_schema from oid2name listing
Previous Message Andreas Pflug 2003-07-21 09:33:54 Re: ruleutils with pretty-print option