. Add &a.scop; to the developer entities.

.   Add reference to en/developers.sgml in projects/cvsweb.sgml to
    suck in the developer entities.
.   Fix &email; entity in projects/cvsweb.sgml
This commit is contained in:
Giorgos Keramidas 2002-07-04 01:29:33 +00:00
parent edc01c3ab3
commit baabfcc201
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13560
2 changed files with 5 additions and 3 deletions

View file

@ -6,7 +6,7 @@ allows multiple documents to use the abbreviated entities, and allows
us to update author names, or the representation of those names (such us to update author names, or the representation of those names (such
as adding email addresses), by just editing a single file. as adding email addresses), by just editing a single file.
$FreeBSD: www/en/developers.sgml,v 1.18 2002/06/19 23:17:54 mike Exp $ $FreeBSD: www/en/developers.sgml,v 1.19 2002/06/28 22:04:23 mike Exp $
--> -->
@ -64,6 +64,7 @@ $FreeBSD: www/en/developers.sgml,v 1.18 2002/06/19 23:17:54 mike Exp $
<!ENTITY a.re "re@FreeBSD.org"> <!ENTITY a.re "re@FreeBSD.org">
<!ENTITY a.robert "Robert&nbsp;Drehmel"> <!ENTITY a.robert "Robert&nbsp;Drehmel">
<!ENTITY a.rwatson "Robert Watson"> <!ENTITY a.rwatson "Robert Watson">
<!ENTITY a.scop "Ville Skytt&auml;">
<!ENTITY a.sheldonh "Sheldon&nbsp;Hearn"> <!ENTITY a.sheldonh "Sheldon&nbsp;Hearn">
<!ENTITY a.sobomax "Maxim Sobolev"> <!ENTITY a.sobomax "Maxim Sobolev">
<!ENTITY a.steve "Steve Price"> <!ENTITY a.steve "Steve Price">

View file

@ -1,9 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/cvsweb.sgml,v 1.3 2002/06/29 09:07:08 nik Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/cvsweb.sgml,v 1.4 2002/07/03 20:29:39 scop Exp $">
<!ENTITY title 'FreeBSD CVSweb Project'> <!ENTITY title 'FreeBSD CVSweb Project'>
<!ENTITY email 'freebsd-cvsweb> <!ENTITY email 'freebsd-cvsweb'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
]> ]>
<html> <html>