RE: [HACKERS] Docs

Lists: pgsql-hackers
From: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>
To: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Docs
Date: 2000-01-03 00:20:43
Message-ID: 1BF7C7482189D211B03F00805F8527F748C3BA@S-NATH-EXCH2
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Another question... how do people normally edit the docs? Is there an sgml
editor that I can use, or should I do it in some other format, and have it
converted, or what?

MikeA


From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] Docs
Date: 2000-01-03 00:51:48
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers


On 03-Jan-00 Ansley, Michael wrote:
> Another question... how do people normally edit the docs? Is there an sgml
> editor that I can use, or should I do it in some other format, and have it
> converted, or what?

I use xemacs.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com http://www.pop4.net
128K ISDN: $24.95/mo or less - 56K Dialup: $17.95/mo or less at Pop4
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>
Cc: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Docs
Date: 2000-01-03 00:52:22
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

> Another question... how do people normally edit the docs? Is there an sgml
> editor that I can use, or should I do it in some other format, and have it
> converted, or what?

They just use a standard text editor.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026


From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>
Cc: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Docs
Date: 2000-01-03 07:46:29
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

> Another question... how do people normally edit the docs? Is there an sgml
> editor that I can use, or should I do it in some other format, and have it
> converted, or what?

As Vince mentioned, xemacs is the first choice. Though I think I used
vi for a bunch of the original editing...

Check the appendix on "Documentation" for some hints on editing.

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California


From: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>, "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Docs
Date: 2000-01-03 07:57:45
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Thomas Lockhart wrote:

> > Another question... how do people normally edit the docs? Is there an sgml
> > editor that I can use, or should I do it in some other format, and have it
> > converted, or what?
>
> As Vince mentioned, xemacs is the first choice.

Now, don't go startin' no feud here... if you need a space shuttle, xemacs is
it. But if you need the One True Editor, well, of course...it's vi/vim. :)


From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
Cc: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>, "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Docs
Date: 2000-01-03 08:20:27
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

> > > Another question... how do people normally edit the docs? Is there an sgml
> > > editor that I can use, or should I do it in some other format, and have it
> > > converted, or what?
> > As Vince mentioned, xemacs is the first choice.
> Now, don't go startin' no feud here... if you need a space shuttle, xemacs is
> it. But if you need the One True Editor, well, of course...it's vi/vim. :)

Michael wasn't asking for a space shuttle, but he *was* asking for "an
sgml editor", which implied to me an editor with some knowledge of
sgml notation. afaik The AntiEditor is the only freeware tool to do
this...

btw, xemacs is preferred over emacs since the xemacs "version 6"
implementation of DTD parsing can handle the DocBook DTD, whereas the
newer emacs "version 7" implementation barfs with some internal array
error when reading our docs after parsing the DTD. These are recent
results from my Mandrake/RedHat-6.1 Linux distro.

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California


From: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>, "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Docs
Date: 2000-01-03 18:20:14
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Thomas Lockhart wrote:

> > > > Another question... how do people normally edit the docs? Is there an sgml
> > > > editor that I can use, or should I do it in some other format, and have it
> > > > converted, or what?
> > > As Vince mentioned, xemacs is the first choice.
> > Now, don't go startin' no feud here... if you need a space shuttle, xemacs is
> > it. But if you need the One True Editor, well, of course...it's vi/vim. :)
>
> Michael wasn't asking for a space shuttle, but he *was* asking for "an
> sgml editor", which implied to me an editor with some knowledge of
> sgml notation. afaik The AntiEditor is the only freeware tool to do
> this...

Vim understands sgml notation to the extent of syntax highlighting.

http://relay.nuxi.com/vim/lang.html

I don't know what xemacs does for sgml.

It appears my attempt at a little late night humor was lost. Please pardon any
offense; it was unintended.

Cheers,
Ed Loehr


From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
Cc: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>, "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Docs
Date: 2000-01-04 07:27:25
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

> Vim understands sgml notation to the extent of syntax highlighting.
> http://relay.nuxi.com/vim/lang.html
> It appears my attempt at a little late night humor was lost. Please
> pardon any offense; it was unintended.

Ah, we once again have proven to be a humorless lot ;)

Thanks for the tip regarding vim...

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California