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

0 commit comments

Comments
 (0)