Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7558da6

Browse files
committed
Make use of <email> tag for marking up email addresses.
1 parent 0db1a95 commit 7558da6

22 files changed

+70
-86
lines changed

doc/src/sgml/charset.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.4 2000/12/20 00:44:49 ishii Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.5 2000/12/22 21:51:57 petere Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -235,7 +235,7 @@ perl: warning: Falling back to the standard locale ("C").
235235
<title>Author</title>
236236

237237
<para>
238-
<ulink url="mailto:ishii@postgresql.org">Tatsuo Ishii</ulink>,
238+
Tatsuo Ishii (<email>ishii@postgresql.org</email>),
239239
last updated 2000-03-22.
240240
Check <ulink
241241
url="http://www.sra.co.jp/people/t-ishii/PostgreSQL/">Tatsuo's
@@ -670,7 +670,7 @@ Jan 26, 1999
670670
* Add support for Big5 for fronend encoding
671671
(you need to create a database with EUC_TW to use Big5)
672672
* Add regression test case for EUC_TW
673-
(contributed by <ulink url="mailto:jonahkuo@mail.ttn.com.tw">Jonah Kuo</ulink>)
673+
(contributed by Jonah Kuo <email>jonahkuo@mail.ttn.com.tw</email>)
674674

675675
Dec 15, 1998
676676
* Bugs related to SQL_ASCII support fixed
@@ -701,7 +701,7 @@ April 21, 1998 some enhancements/fixes
701701
* add octet_length()
702702
* add --with-mb option to configure
703703
* new regression tests for EUC_KR
704-
(contributed by <ulink url="mailto:hong@lunaris.hanmesoft.co.kr">Soonmyung. Hong</ulink>)
704+
(contributed by Soonmyung Hong <email>hong@lunaris.hanmesoft.co.kr</email>)
705705
* add some test cases to the EUC_JP regression test
706706
* fix problem in regress/regress.sh in case of System V
707707
* fix toupper(), tolower() to handle 8bit chars
@@ -730,7 +730,7 @@ is not necceary in 6.5.1 - Tatsuo]
730730
Version: 0.91 for PgSQL 6.5
731731
Author: Pavel Behal
732732
Revised by: Tatsuo Ishii
733-
Email: <ulink url="mailto:behal@opf.slu.cz">behal@opf.slu.cz</ulink>
733+
Email: behal@opf.slu.cz
734734
Licence: The Same as PostgreSQL
735735

736736
Sorry for my Eglish and C code, I'm not native :-)

doc/src/sgml/compiler.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Para>
1515
<Note>
1616
<Para>
17-
Contributed by <ULink url="mailto:geek+@cmu.edu">Brian Gallew</ULink>
17+
Contributed by Brian Gallew (<email>geek+@cmu.edu</email>)
1818
</Para>
1919
</Note>
2020
</para>

doc/src/sgml/cvs.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.12 2000/12/22 18:57:49 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.13 2000/12/22 21:51:57 petere Exp $
33
CVS code repository
44
Thomas Lockhart
55
-->
@@ -44,7 +44,7 @@ Thomas Lockhart
4444
<note>
4545
<title>Author</title>
4646
<para>
47-
Written by <ulink url="mailto:scrappy@hub.org">Marc G. Fournier</ulink> on 1998-11-05.
47+
Written by Marc G. Fournier (<email>scrappy@hub.org</email>) on 1998-11-05
4848
</para>
4949
</note>
5050
</para>
@@ -294,7 +294,7 @@ $ chmod -R go-w pgsql
294294
the <productname>Postgres</productname> source tree
295295
is <productname>CVSup</productname>.
296296
<productname>CVSup</productname> was developed by
297-
<ulink url="mailto:jdp@polstra.com">John Polstra</ulink> to
297+
John Polstra (<email>jdp@polstra.com</email>) to
298298
distribute CVS repositories and other file trees for
299299
<ulink url="http://www.freebsd.org">the FreeBSD project</ulink>.
300300
</para>

doc/src/sgml/datetime.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.14 2000/12/21 22:55:27 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.15 2000/12/22 21:51:57 petere Exp $
33
Date/time details
44
-->
55

@@ -637,8 +637,7 @@ Date/time details
637637

638638
<note>
639639
<para>
640-
Contributed by
641-
<ulink url="mailto:jose@sferacarta.com">Jos� Soares</ulink>.
640+
Contributed by Jos� Soares (<email>jose@sferacarta.com</email>)
642641
</para>
643642
</note>
644643

doc/src/sgml/ecpg.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.17 2000/09/29 20:21:33 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.18 2000/12/22 21:51:57 petere Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -31,8 +31,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.17 2000/09/29 20:21:33 petere
3131
<para>
3232
This describes an embedded <acronym>SQL</acronym> in <acronym>C</acronym>
3333
package for <productname>Postgres</productname>.
34-
It is written by <ulink url="mailto:linus@epact.se">Linus Tolke</ulink>
35-
and <ulink url="mailto:meskes@debian.org">Michael Meskes</ulink>.
34+
It was written by Linus Tolke (<email>linus@epact.se</email>)
35+
and Michael Meskes (<email>meskes@debian.org</email>).
3636
The package is installed with the <productname>Postgres</> distribution.
3737

3838
<note>

doc/src/sgml/geqo.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.14 2000/12/16 22:44:47 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.15 2000/12/22 21:51:57 petere Exp $
33
Genetic Optimizer
44
-->
55

@@ -34,7 +34,7 @@ Genetic Optimizer
3434
<note>
3535
<title>Author</title>
3636
<para>
37-
Written by <ulink url="mailto:utesch@aut.tu-freiberg.de">Martin Utesch</ulink>
37+
Written by Martin Utesch (<email>utesch@aut.tu-freiberg.de</email>)
3838
for the Institute of Automatic Control at the University of Mining and Technology in Freiberg, Germany.
3939
</para>
4040
</note>

doc/src/sgml/gist.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ And there is more interesting reading at the Berkely database site at
2525
<Note>
2626
<Title>Author</Title>
2727
<Para>
28-
This extraction from an e-mail sent by
29-
<ULink url="mailto:selkovjr@mcs.anl.gov">Eugene Selkov Jr.</ULink>
28+
This extraction from an email sent by
29+
Eugene Selkov, Jr. (<email>selkovjr@mcs.anl.gov</email>)
3030
contains good information
3131
on GiST. Hopefully we will learn more in the future and update this information.
3232
- thomas 1998-03-01

doc/src/sgml/history.sgml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.11 2000/12/21 22:55:27 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.12 2000/12/22 21:51:57 petere Exp $
33
-->
44

55
<sect1 id="history">
@@ -96,10 +96,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.11 2000/12/21 22:55:27 pet
9696
<title><productname>Postgres95</productname></title>
9797

9898
<para>
99-
In 1994,
100-
<ulink url="mailto:ayu@informix.com">Andrew Yu</ulink>
101-
and
102-
<ulink url="http://http.cs.berkeley.edu/~jolly/">Jolly Chen</ulink>
99+
In 1994, Andrew Yu and Jolly Chen
103100
added a SQL language interpreter to <productname>Postgres</productname>.
104101
<productname>Postgres95</productname> was subsequently released to
105102
the Web to find its own way in the world as an

doc/src/sgml/indexcost.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/indexcost.sgml,v 2.5 2000/09/29 20:21:34 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/indexcost.sgml,v 2.6 2000/12/22 21:51:57 petere Exp $
33
-->
44

55
<chapter id="indexcost">
@@ -9,8 +9,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/indexcost.sgml,v 2.5 2000/09/29 20:21
99
<title>Author</title>
1010

1111
<para>
12-
Written by <ulink url="mailto:tgl@sss.pgh.pa.us">Tom Lane</ulink>
13-
on 2000-01-24.
12+
Written by Tom Lane (<email>tgl@sss.pgh.pa.us</email>) on 2000-01-24
1413
</para>
1514
</note>
1615

doc/src/sgml/indices.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ SELECT am.amname AS acc_name,
160160
<note>
161161
<title>Author</title>
162162
<para>
163-
Written by
164-
<ulink url="mailto:herouth@oumail.openu.ac.il">Herouth Maoz</ulink>
163+
Written by Herouth Maoz (<email>herouth@oumail.openu.ac.il</email>).
165164
This originally appeared on the User's Mailing List on 1998-03-02
166165
in response to the question:
167166
"What is the difference between PRIMARY KEY and UNIQUE constraints?".
@@ -325,8 +324,8 @@ CREATE MEMSTORE ON &lt;table&gt; COLUMNS &lt;cols&gt;
325324
<note>
326325
<title>Author</title>
327326
<para>
328-
This is from a reply to a question on the e-mail list
329-
by <ulink url="mailto:aoki@CS.Berkeley.EDU">Paul M. Aoki</ulink>
327+
This is from a reply to a question on the email list
328+
by Paul M. Aoki (<email>aoki@CS.Berkeley.EDU</email>)
330329
on 1998-08-11.
331330
<!--
332331
Paul M. Aoki | University of California at Berkeley

doc/src/sgml/info.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.9 2000/09/29 20:21:34 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.10 2000/12/22 21:51:57 petere Exp $
33
-->
44

55
<sect1 id="resources">
@@ -125,7 +125,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.9 2000/09/29 20:21:34 petere
125125
<listitem>
126126
<para>
127127
The
128-
<ulink url="mailto:pgsql-general@postgresql.org">pgsql-general</ulink>
128+
<email>pgsql-general@postgresql.org</email>
129129
(<ulink url="http://www.postgresql.org/mhonarc/pgsql-general/">archive</ulink>)
130130
mailing list is a good place to have user questions answered.
131131
Other mailing lists are available; consult the Info Central section of the
@@ -152,8 +152,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.9 2000/09/29 20:21:34 petere
152152
Even those without a lot of experience can provide corrections and
153153
minor changes in the documentation, and that is a good way to start.
154154
The
155-
<ulink url="mailto:pgsql-docs@postgresql.org">pgsql-docs</ulink>
156-
(<ulink url="http://www.PostgreSQL.ORG/mhonarc/pgsql-docs/">archive</ulink>)
155+
<email>pgsql-docs@postgresql.org</email>
156+
(<ulink url="http://www.postgresql.org/mhonarc/pgsql-docs/">archive</ulink>)
157157
mailing list is the place to get going.
158158
</para>
159159
</listitem>

doc/src/sgml/jdbc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.17 2000/12/22 18:57:49 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.18 2000/12/22 21:51:58 petere Exp $
33
-->
44

55
<chapter id="jdbc">
@@ -9,7 +9,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.17 2000/12/22 18:57:49
99
<note>
1010
<title>Author</title>
1111
<para>
12-
Written by <ulink url="mailto:peter@retep.org.uk">Peter T. Mount</ulink>, the
12+
Written by Peter T. Mount (<email>peter@retep.org.uk</email>), the
1313
author of the <acronym>JDBC</acronym> driver.
1414
</para>
1515
</note>

doc/src/sgml/keys.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/keys.sgml,v 1.6 2000/12/22 18:57:49 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/keys.sgml,v 1.7 2000/12/22 21:51:58 petere Exp $
33
Indices and Keys
44
-->
55

@@ -19,8 +19,8 @@ Indices and Keys
1919
<note>
2020
<title>Author</title>
2121
<para>
22-
Written by
23-
<ulink url="mailto:herouth@oumail.openu.ac.il">Herouth Maoz</ulink>
22+
Written by Herouth Maoz
23+
(<email>herouth@oumail.openu.ac.il</email>)
2424
</para>
2525
</note>
2626

doc/src/sgml/libpgeasy.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.3 2000/05/18 14:24:31 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.4 2000/12/22 21:51:58 petere Exp $
33
-->
44

55
<chapter id="pgeasy-chapter">
@@ -10,8 +10,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.3 2000/05/18 14:24
1010

1111
<para>
1212
Written by Bruce Momjian
13-
(<ulink url="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</ulink>)
14-
and last updated 2000-03-30.
13+
(<email>pgman@candle.pha.pa.us</email>)
14+
and last updated 2000-03-30
1515
</para>
1616
</note>
1717

doc/src/sgml/lisp.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/lisp.sgml,v 2.3 2000/05/02 20:01:52 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/lisp.sgml,v 2.4 2000/12/22 21:51:58 petere Exp $
33
-->
44

55
<chapter id="lisp">
@@ -15,9 +15,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/lisp.sgml,v 2.3 2000/05/02 20:01:52 t
1515
<note>
1616
<title>Author</title>
1717
<para>
18-
Written by
19-
<ulink url="mailto:emarsden@mail.dotcom.fr">Eric Marsden</ulink>
20-
on 21 Jul 1999.
18+
Written by Eric Marsden <email>emarsden@mail.dotcom.fr</email>
19+
on 1999-07-21
2120
</para>
2221
</note>
2322

doc/src/sgml/mvcc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.10 2000/10/11 18:29:52 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.11 2000/12/22 21:51:58 petere Exp $
33
-->
44

55
<chapter id="mvcc">
@@ -11,7 +11,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.10 2000/10/11 18:29:52 tgl Ex
1111
(MVCC)
1212
is an advanced technique for improving database performance in a
1313
multi-user environment.
14-
<ulink url="mailto:vadim@krs.ru">Vadim Mikheev</ulink> provided
14+
Vadim Mikheev (<email>vadim@krs.ru</email>) provided
1515
the implementation for <productname>Postgres</productname>.
1616
</para>
1717
</abstract>

doc/src/sgml/notation.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.12 2000/12/22 19:31:56 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.13 2000/12/22 21:51:58 petere Exp $
33
-->
44

55
<sect1 id="terminology">
@@ -101,8 +101,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.12 2000/12/22 19:31:56 pe
101101
the notation for
102102
flagging commands is not universally consistant throughout the
103103
documentation set.
104-
Please report problems to
105-
<ulink url="mailto:docs@postgresql.org">the Documentation Mailing List</ulink>.
104+
Please report problems to the documentation mailing list
105+
<email>pgsql-docs@postgresql.org</email>.
106106
</para>
107107
</note>
108108

doc/src/sgml/odbc.sgml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/odbc.sgml,v 1.19 2000/12/22 18:57:49 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/odbc.sgml,v 1.20 2000/12/22 21:51:58 petere Exp $
33
-->
44

55
<chapter id="odbc">
@@ -21,8 +21,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/odbc.sgml,v 1.19 2000/12/22 18:57:49
2121

2222
<note>
2323
<para>
24-
Background information originally by
25-
<ulink url="mailto:tgoeke@xpressway.com">Tim Goeke</ulink>
24+
Background information originally by Tim Goeke
25+
(<email>tgoeke@xpressway.com</email>)
2626
</para>
2727
</note>
2828

@@ -523,8 +523,8 @@ TextAsLongVarchar=0
523523
The September release of ApplixWare v4.4.1 (the first release with official
524524
<acronym>ODBC</acronym> support under Linux) shows problems when usernames
525525
exceed eight (8) characters in length.
526-
Problem description ontributed by
527-
<ulink url="mailto:scampbell@lear.com">Steve Campbell</ulink>.
526+
Problem description ontributed by Steve Campbell
527+
(<email>scampbell@lear.com</email>).
528528
</para>
529529
</listitem>
530530
</varlistentry>
@@ -537,9 +537,8 @@ TextAsLongVarchar=0
537537
<title>Author</title>
538538

539539
<para>
540-
Contributed by
541-
<ulink url="mailto:scampbell@lear.com">Steve Campbell</ulink> on
542-
1998-10-20.
540+
Contributed by Steve Campbell (<email>scampbell@lear.com</email>),
541+
1998-10-20
543542
</para>
544543
</note>
545544

0 commit comments

Comments
 (0)