aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/dev-model/book.xml
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/books/dev-model/book.xml')
-rw-r--r--en_US.ISO8859-1/books/dev-model/book.xml340
1 files changed, 164 insertions, 176 deletions
diff --git a/en_US.ISO8859-1/books/dev-model/book.xml b/en_US.ISO8859-1/books/dev-model/book.xml
index 91f3e6b981..593b777d26 100644
--- a/en_US.ISO8859-1/books/dev-model/book.xml
+++ b/en_US.ISO8859-1/books/dev-model/book.xml
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
- "../../../share/xml/freebsd45.dtd" [
+<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
+ "../../../share/xml/freebsd50.dtd" [
<!ENTITY % chapters SYSTEM "chapters.ent">
%chapters;
]>
-
<!--
- Copyright (c) 2002-2005 Niklas Saers
- All rights reserved.
@@ -32,14 +31,10 @@
-
- $FreeBSD$
-->
-
-<book lang='en'>
- <bookinfo>
- <title>A project model for the FreeBSD Project</title>
- <author>
- <firstname>Niklas</firstname>
- <surname>Saers</surname>
- </author>
+<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en">
+ <info><title>A project model for the FreeBSD Project</title>
+
+ <author><personname><firstname>Niklas</firstname><surname>Saers</surname></personname></author>
<copyright>
<year>2002-2005</year>
<holder>Niklas Saers</holder>
@@ -91,8 +86,8 @@
</revhistory>
<releaseinfo>$FreeBSD$</releaseinfo>
- </bookinfo>
- <preface id="foreword">
+ </info>
+ <preface xml:id="foreword">
<title>Foreword</title>
<para>
@@ -140,7 +135,7 @@
</preface>
- <chapter id="overview">
+ <chapter xml:id="overview">
<title>Overview</title>
@@ -193,8 +188,7 @@
</para>
<para>
- <citation><xref
- linkend="freebsd-developer-handbook"/>, Section 1.2 and 1.3</citation>
+ <citation><xref linkend="freebsd-developer-handbook"/>, Section 1.2 and 1.3</citation>
give the vision and the architectural guidelines for the
project. The vision is <quote>To produce the best UNIX-like
operating system package possible, with due respect to the
@@ -205,10 +199,10 @@
</para>
</chapter>
- <chapter id="definitions">
+ <chapter xml:id="definitions">
<title>Definitions</title>
- <section id="ref-activity" xreflabel="">
+ <section xml:id="ref-activity" xreflabel="">
<title>Activity</title>
<para>
@@ -223,7 +217,7 @@
</section>
- <section id="def-process" xreflabel="">
+ <section xml:id="def-process" xreflabel="">
<title>Process</title>
<para>
@@ -235,7 +229,7 @@
</section>
- <section id="ref-hat" xreflabel="Hat">
+ <section xml:id="ref-hat" xreflabel="Hat">
<title>Hat</title>
<para>
@@ -248,7 +242,7 @@
</section>
- <section id="ref-outcome" xreflabel="Outcome">
+ <section xml:id="ref-outcome" xreflabel="Outcome">
<title>Outcome</title>
<para>
@@ -258,8 +252,7 @@
item that must be produced to complete a project or part of a
project. Often used more narrowly in reference to an external
deliverable, which is a deliverable that is subject to approval
- by the project sponsor or customer</quote> by <citation><xref
- linkend="ref-pmbok"/></citation>.
+ by the project sponsor or customer</quote> by <citation><xref linkend="ref-pmbok"/></citation>.
Examples of
outcomes are a piece of software, a decision made or a
report written.
@@ -268,7 +261,7 @@
</section>
- <section id="ref-freebsd" xreflabel="">
+ <section xml:id="ref-freebsd" xreflabel="">
<title>FreeBSD</title>
<para>
@@ -280,7 +273,7 @@
</section>
</chapter>
- <chapter id="model-orgstruct">
+ <chapter xml:id="model-orgstruct">
<title>Organisational structure</title>
<para>
@@ -292,7 +285,7 @@
<para>
<figure>
<title>The FreeBSD Project's structure</title>
- <graphic fileref="orghierarchy"/>
+ <mediaobject><imageobject><imagedata fileref="orghierarchy"/></imageobject></mediaobject>
</figure>
</para>
@@ -350,7 +343,7 @@
<para>
<figure>
<title>The FreeBSD Project's structure with committers in categories</title>
- <graphic fileref="orghierarchy2"/>
+ <mediaobject><imageobject><imagedata fileref="orghierarchy2"/></imageobject></mediaobject>
</figure>
</para>
<para>
@@ -430,10 +423,10 @@
</chapter>
- <chapter id="methodology-model">
+ <chapter xml:id="methodology-model">
<title>Methodology model</title>
- <section id="development-model"><title>Development model</title>
+ <section xml:id="development-model"><title>Development model</title>
<para>
There is no defined model for how people write code in
@@ -444,7 +437,7 @@
<para>
<figure>
<title>J&oslash;rgenssen's model for change integration</title>
- <graphic fileref="maintenance"/>
+ <mediaobject><imageobject><imagedata fileref="maintenance"/></imageobject></mediaobject>
</figure>
</para>
@@ -581,7 +574,7 @@
</section>
- <section id="release-branches">
+ <section xml:id="release-branches">
<title>Release branches</title>
<para>
@@ -609,7 +602,7 @@
<para>
<figure>
<title>The FreeBSD release tree</title>
- <graphic fileref="branches"/>
+ <mediaobject><imageobject><imagedata fileref="branches"/></imageobject></mediaobject>
</figure>
</para>
<para>
@@ -679,7 +672,7 @@
</section>
- <section id="model-summary">
+ <section xml:id="model-summary">
<title>Model summary</title>
<para>
@@ -690,7 +683,7 @@
<para>
<figure>
<title>The overall development model</title>
- <graphic fileref="freebsd-code-model"/>
+ <mediaobject><imageobject><imagedata fileref="freebsd-code-model"/></imageobject></mediaobject>
</figure>
</para>
<para>
@@ -719,7 +712,7 @@
</chapter>
- <chapter id="sect-hats">
+ <chapter xml:id="sect-hats">
<title>Hats</title>
<para>
@@ -747,10 +740,10 @@
</para>
- <section id="general-hats">
+ <section xml:id="general-hats">
<title>General Hats</title>
- <section id="role-contributor" xreflabel="Contributor">
+ <section xml:id="role-contributor" xreflabel="Contributor">
<title>Contributor</title>
<para>
A Contributor contributes to the FreeBSD project either as a
@@ -761,7 +754,7 @@
</para>
</section>
- <section id="role-committer" xreflabel="Committer">
+ <section xml:id="role-committer" xreflabel="Committer">
<title>Committer</title>
<para>
A person who has the required privileges to add his code or documentation to the
@@ -799,7 +792,7 @@
</para>
</section>
- <section id="role-core" xreflabel="Core team">
+ <section xml:id="role-core" xreflabel="Core team">
<title>Core Team</title>
@@ -816,7 +809,7 @@
</section>
- <section id="role-maintainer" xreflabel="Maintainership">
+ <section xml:id="role-maintainer" xreflabel="Maintainership">
<title>Maintainership</title>
<para>
@@ -856,7 +849,7 @@
</section>
- <section id="official-hats">
+ <section xml:id="official-hats">
<title>Official Hats</title>
<para>
@@ -870,7 +863,7 @@
<para>
<figure>
<title>Overview of official hats</title>
- <graphic fileref="hats-overview"/>
+ <mediaobject><imageobject><imagedata fileref="hats-overview"/></imageobject></mediaobject>
</figure>
</para>
@@ -883,8 +876,7 @@
- <section id="role-doc-manager" xreflabel="Documentation
- project architect">
+ <section xml:id="role-doc-manager" xreflabel="Documentation project architect">
<title>Documentation project manager</title>
<para>
<xref linkend="sub-project-documentation"/>
@@ -897,12 +889,12 @@
Hat held by:
The DocEng team <email>doceng@FreeBSD.org</email>.
The
- <ulink url="http://www.freebsd.org/internal/doceng.html">
- DocEng Charter</ulink>.
+ <link xlink:href="http://www.freebsd.org/internal/doceng.html">
+ DocEng Charter</link>.
</para>
</section>
- <section id="role-postmaster" xreflabel="Postmaster">
+ <section xml:id="role-postmaster" xreflabel="Postmaster">
<title>Postmaster</title>
<para>
The Postmaster is responsible for mail being correctly
@@ -917,7 +909,7 @@
</para>
</section>
- <section id="role-release-coordination" xreflabel="Release Coordination">
+ <section xml:id="role-release-coordination" xreflabel="Release Coordination">
<title>Release Coordination</title>
<para>
@@ -948,16 +940,16 @@
available in the <xref linkend="process-release-engineering"/> section.
</para>
- <para id="role-releng" xreflabel="Release Engineering Team">
+ <para xml:id="role-releng" xreflabel="Release Engineering Team">
Hat held by:
the Release Engineering team <email>re@FreeBSD.org</email>.
The
- <ulink url="http://www.freebsd.org/releng/charter.html">
- Release Engineering Charter</ulink>.
+ <link xlink:href="http://www.freebsd.org/releng/charter.html">
+ Release Engineering Charter</link>.
</para>
</section>
- <section id="role-pr-cr" xreflabel="Public Relations &amp; Corporate Liaison">
+ <section xml:id="role-pr-cr" xreflabel="Public Relations &amp; Corporate Liaison">
<title>Public Relations &amp; Corporate Liaison</title>
<para>
The Public Relations &amp; Corporate Liaison's
@@ -986,7 +978,7 @@
</para>
</section>
- <section id="role-security-officer" xreflabel="Security Officer">
+ <section xml:id="role-security-officer" xreflabel="Security Officer">
<title>Security Officer</title>
<para>
The Security Officer's main responsibility is to
@@ -1010,7 +1002,7 @@
</para>
</section>
- <section id="role-repo-manager" xreflabel="Source Repository Manager">
+ <section xml:id="role-repo-manager" xreflabel="Source Repository Manager">
<title>Source Repository Manager</title>
<para>
The Source Repository Manager is the only one who is allowed
@@ -1028,7 +1020,7 @@
</para>
</section>
- <section id="role-election-manager" xreflabel="Election Manager">
+ <section xml:id="role-election-manager" xreflabel="Election Manager">
<title>Election Manager</title>
<para>
The Election Manager is responsible for the
@@ -1043,7 +1035,7 @@
</para>
</section>
- <section id="role-webmaster" xreflabel="Web site Management">
+ <section xml:id="role-webmaster" xreflabel="Web site Management">
<title>Web site Management</title>
<para>
The Web site Management hat is responsible for coordinating
@@ -1061,7 +1053,7 @@
</para>
</section>
- <section id="role-ports-manager" xreflabel="Ports Manager">
+ <section xml:id="role-ports-manager" xreflabel="Ports Manager">
<title>Ports Manager</title>
<para>
The Ports Manager acts as a liaison between
@@ -1075,12 +1067,12 @@
Hat held by:
the Ports Management Team <email>portmgr@FreeBSD.org</email>.
The
- <ulink url="http://www.freebsd.org/portmgr/charter.html">
- Portmgr charter</ulink>.
+ <link xlink:href="http://www.freebsd.org/portmgr/charter.html">
+ Portmgr charter</link>.
</para>
</section>
- <section id="role-standards" xreflabel="Standards">
+ <section xml:id="role-standards" xreflabel="Standards">
<title>Standards</title>
<para>
The Standards hat is responsible for ensuring that FreeBSD
@@ -1098,7 +1090,7 @@
</para>
</section>
- <section id="role-core-secretary" xreflabel="Core Secretary">
+ <section xml:id="role-core-secretary" xreflabel="Core Secretary">
<title>Core Secretary</title>
<para>
The Core Secretary's main responsibility is to write drafts to
@@ -1111,7 +1103,7 @@
</para>
</section>
- <section id="role-gnats" xreflabel="GNATS Administrator">
+ <section xml:id="role-gnats" xreflabel="GNATS Administrator">
<title>GNATS Administrator</title>
<para>
The GNATS Administrator is responsible for ensuring that the
@@ -1124,7 +1116,7 @@
</para>
</section>
- <section id="role-bugmeister" xreflabel="Bugmeister">
+ <section xml:id="role-bugmeister" xreflabel="Bugmeister">
<title>Bugmeister</title>
<para>
The Bugmeister is the person in charge of the problem report
@@ -1137,7 +1129,7 @@
</para>
</section>
- <section id="role-donations" xreflabel="Donations Liaison Officer">
+ <section xml:id="role-donations" xreflabel="Donations Liaison Officer">
<title>Donations Liaison Officer</title>
<para>
The task of
@@ -1146,7 +1138,7 @@
organisations willing to make a
donation. The Donations Liaison Charter is
available
- <ulink url="http://www.freebsd.org/donations/">here</ulink>
+ <link xlink:href="http://www.freebsd.org/donations/">here</link>
</para>
<para>
Hat held by:
@@ -1154,7 +1146,7 @@
</para>
</section>
- <section id="role-admin" xreflabel="Admin">
+ <section xml:id="role-admin" xreflabel="Admin">
<title>Admin</title>
<para>
(Also called <quote>FreeBSD Cluster Admin</quote>)
@@ -1181,10 +1173,10 @@
</section>
- <section id="proc-depend-hats">
+ <section xml:id="proc-depend-hats">
<title>Process dependent hats</title>
- <section id="role-problem-originator" xreflabel="Report originator">
+ <section xml:id="role-problem-originator" xreflabel="Report originator">
<title>Report originator</title>
<para>
The person originally responsible for
@@ -1193,7 +1185,7 @@
</section>
- <section id="role-bugbuster" xreflabel="Bugbuster">
+ <section xml:id="role-bugbuster" xreflabel="Bugbuster">
<title>Bugbuster</title>
<para>
A person who will either find the right
@@ -1203,7 +1195,7 @@
</para>
</section>
- <section id="role-mentor" xreflabel="Mentor">
+ <section xml:id="role-mentor" xreflabel="Mentor">
<title>Mentor</title>
<para>
A mentor is a committer who takes it upon him/her to
@@ -1215,7 +1207,7 @@
behaviour.
</para>
</section>
- <section id="role-vendor" xreflabel="Vendor">
+ <section xml:id="role-vendor" xreflabel="Vendor">
<title>Vendor</title>
<para>
The person(s) or organisation whom
@@ -1223,7 +1215,7 @@
</para>
</section>
- <section id="role-reviewer" xreflabel="Reviewer">
+ <section xml:id="role-reviewer" xreflabel="Reviewer">
<title>Reviewers</title>
<para>
People on the mailing list where the request
@@ -1235,7 +1227,7 @@
</chapter>
- <chapter id="model-processes" xreflabel="processes">
+ <chapter xml:id="model-processes" xreflabel="processes">
<title>Processes</title>
<para>
@@ -1245,7 +1237,7 @@
similar cases.
</para>
- <section id="proc-addrem-committer">
+ <section xml:id="proc-addrem-committer">
<title>Adding new and removing old committers</title>
<para>
@@ -1289,8 +1281,7 @@
admins@freebsd.org, the assigned mentor, the new committer and
core confirming the approval of a new account. The mentor then
gathers a password line, <xref linkend="tool-ssh2"/> public key and PGP key from the
- new committer and sends them to <xref
- linkend="role-admin"/>. When the new account is created, the
+ new committer and sends them to <xref linkend="role-admin"/>. When the new account is created, the
mentor activates the commit bit and guides the new committer
through the rest of the initial process.
</para>
@@ -1298,7 +1289,7 @@
<para>
<figure>
<title>Process summary: adding a new committer</title>
- <graphic fileref="proc-add-committer"/>
+ <mediaobject><imageobject><imagedata fileref="proc-add-committer"/></imageobject></mediaobject>
</figure>
</para>
@@ -1330,7 +1321,7 @@
<para>
<figure>
<title>Process summary: removing a committer</title>
- <graphic fileref="proc-rm-committer"/>
+ <mediaobject><imageobject><imagedata fileref="proc-rm-committer"/></imageobject></mediaobject>
</figure>
</para>
@@ -1378,7 +1369,7 @@
</section>
- <section id="committing">
+ <section xml:id="committing">
<title>Committing code</title>
<para>
@@ -1441,7 +1432,7 @@
<para>
<figure>
<title>Process summary: A committer commits code</title>
- <graphic fileref="proc-commit"/>
+ <mediaobject><imageobject><imagedata fileref="proc-commit"/></imageobject></mediaobject>
</figure>
</para>
@@ -1465,7 +1456,7 @@
<para>
<figure>
<title>Process summary: A contributor commits code</title>
- <graphic fileref="proc-contrib"/>
+ <mediaobject><imageobject><imagedata fileref="proc-contrib"/></imageobject></mediaobject>
</figure>
</para>
@@ -1501,7 +1492,7 @@
</section>
- <section id="process-core-election" xreflabel="Core election">
+ <section xml:id="process-core-election" xreflabel="Core election">
<title>Core election</title>
<para>
@@ -1526,9 +1517,8 @@
to submit their candidacy at least one week before the
election starts, but can refine their statements until the
voting starts. They are
- presented in the <ulink
- url="http://election.uk.freebsd.org/candidates.html">candidates
- list</ulink>. When writing their election statements, the candidates
+ presented in the <link xlink:href="http://election.uk.freebsd.org/candidates.html">candidates
+ list</link>. When writing their election statements, the candidates
must answer a few standard questions submitted by the election manager.
</para>
@@ -1565,7 +1555,7 @@
<para>
<figure>
<title>Process summary: Core elections</title>
- <graphic fileref="proc-elections"/>
+ <mediaobject><imageobject><imagedata fileref="proc-elections"/></imageobject></mediaobject>
</figure>
</para>
@@ -1603,7 +1593,7 @@
</para>
</section>
- <section id="new-features">
+ <section xml:id="new-features">
<title>Development of new features</title>
<para>
@@ -1686,7 +1676,7 @@
</section>
- <section id="model-maintenance" xreflabel="maintenance">
+ <section xml:id="model-maintenance" xreflabel="maintenance">
<title>Maintenance</title>
<para>
@@ -1718,8 +1708,7 @@
<para>
The main bulk of work that is put into the FreeBSD project is
- maintenance. <citation><xref
- linkend="jorgensen2001"/></citation>
+ maintenance. <citation><xref linkend="jorgensen2001"/></citation>
has made a figure
showing the life cycle of changes.
</para>
@@ -1727,7 +1716,7 @@
<para>
<figure>
<title>J&oslash;rgenssen's model for change integration</title>
- <graphic fileref="maintenance"/>
+ <mediaobject><imageobject><imagedata fileref="maintenance"/></imageobject></mediaobject>
</figure>
</para>
@@ -1769,7 +1758,7 @@
</section>
- <section id="model-pr">
+ <section xml:id="model-pr">
<title>Problem reporting</title>
<para>
@@ -1807,7 +1796,7 @@
<para>
<figure>
<title>Process summary: problem reporting</title>
- <graphic fileref="proc-pr"/>
+ <mediaobject><imageobject><imagedata fileref="proc-pr"/></imageobject></mediaobject>
</figure>
</para>
@@ -1843,7 +1832,7 @@
</section>
- <section id="process-reactions" xreflabel="Reacting to misbehaviour">
+ <section xml:id="process-reactions" xreflabel="Reacting to misbehaviour">
<title>Reacting to misbehaviour</title>
<para>
@@ -1904,7 +1893,7 @@
</section>
- <section id="process-release-engineering" xreflabel="release engineering">
+ <section xml:id="process-release-engineering" xreflabel="release engineering">
<title>Release engineering</title>
<para>
@@ -2044,7 +2033,7 @@
<para>
<figure>
<title>Process summary: release engineering</title>
- <graphic fileref="proc-releng"/>
+ <mediaobject><imageobject><imagedata fileref="proc-releng"/></imageobject></mediaobject>
</figure>
</para>
@@ -2067,7 +2056,7 @@
- <chapter id="tools">
+ <chapter xml:id="tools">
<title>Tools</title>
<para>
@@ -2076,7 +2065,7 @@
developed tools and are commonly used in the open source world.
</para>
- <section id="tool-svn" xreflabel="SVN">
+ <section xml:id="tool-svn" xreflabel="SVN">
<title>Subversion (SVN)</title>
<para>Subversion (<quote>SVN</quote>)
is a system to handle multiple versions of text files and
@@ -2086,7 +2075,7 @@
</para>
</section>
- <section id="tool-gnats" xreflabel="GNATS">
+ <section xml:id="tool-gnats" xreflabel="GNATS">
<title>GNATS</title>
<para>
GNATS is a maintenance database consisting of a set of tools to track bugs at a
@@ -2100,7 +2089,7 @@
</para>
</section>
- <section id="model-mailman" xreflabel="[model, Mailman]">
+ <section xml:id="model-mailman" xreflabel="[model, Mailman]">
<title>Mailman</title>
<para>
Mailman is a program that automates the
@@ -2119,7 +2108,7 @@
</para>
</section>
- <section id="tool-perforce" xreflabel="Perforce">
+ <section xml:id="tool-perforce" xreflabel="Perforce">
<title>Perforce</title>
<para>
Perforce is a commercial software configuration management
@@ -2137,7 +2126,7 @@
</section>
- <section id="tool-pgp" xreflabel="PGP">
+ <section xml:id="tool-pgp" xreflabel="PGP">
<title>Pretty Good Privacy</title>
<para>
Pretty Good Privacy, better known as PGP, is a cryptosystem
@@ -2152,7 +2141,7 @@
</para>
</section>
- <section id="tool-ssh2" xreflabel="SSH 2">
+ <section xml:id="tool-ssh2" xreflabel="SSH 2">
<title>Secure Shell</title>
<para>
Secure Shell is a standard for securely logging into a remote system
@@ -2169,7 +2158,7 @@
</chapter>
- <chapter id="sub-projects">
+ <chapter xml:id="sub-projects">
<title>Sub-projects</title>
<para>
@@ -2182,7 +2171,7 @@
</para>
- <section id="sub-project-ports" xreflabel="The Ports Subproject">
+ <section xml:id="sub-project-ports" xreflabel="The Ports Subproject">
<title>The Ports Subproject</title>
<para>
@@ -2193,16 +2182,16 @@
</para>
<para>
- <figure id="fig-ports">
+ <figure xml:id="fig-ports">
<title>Number of ports added between 1996 and 2005</title>
- <graphic fileref="portsstatus"/>
+ <mediaobject><imageobject><imagedata fileref="portsstatus"/></imageobject></mediaobject>
</figure>
</para>
<para>
<xref linkend="fig-ports"/> is taken from
- <ulink url="http://www.freebsd.org/ports/growth/status.png">
- the FreeBSD web site</ulink>. It shows the number of ports
+ <link xlink:href="http://www.freebsd.org/ports/growth/status.png">
+ the FreeBSD web site</link>. It shows the number of ports
available to FreeBSD in the period 1995 to 2005. It looks
like the curve has first grown exponentionally, and then
since the middle of 2001 grown linearly.
@@ -2252,8 +2241,7 @@
</section>
- <section id="sub-project-documentation" xreflabel="The FreeBSD
- Documentation Project">
+ <section xml:id="sub-project-documentation" xreflabel="The FreeBSD Documentation Project">
<title>The FreeBSD Documentation Project</title>
<para>
@@ -2303,57 +2291,57 @@
</chapter>
-<bibliography id="bibliography">
+<bibliography xml:id="bibliography">
<title>References</title>
- <biblioentry id="brooks" xreflabel="Brooks, 1995">
+ <biblioentry xml:id="brooks" xreflabel="Brooks, 1995">
<authorgroup>
- <author><firstname>Frederick P.</firstname><surname>Brooks</surname></author>
+ <author><personname><firstname>Frederick P.</firstname><surname>Brooks</surname></personname></author>
</authorgroup>
<copyright><year>1975</year><year>1995</year>
<holder>Pearson Education Limited</holder>
</copyright>
- <isbn>0201835959</isbn>
+ <biblioid class="isbn">0201835959</biblioid>
<publisher>
<publishername>Addison-Wesley Pub Co</publishername>
</publisher>
- <title>The Mythical Man-Month</title>
+ <citetitle>The Mythical Man-Month</citetitle>
<subtitle>Essays on Software Engineering, Anniversary Edition (2nd Edition)</subtitle>
</biblioentry>
- <biblioentry id="thesis" xreflabel="Saers, 2003">
+ <biblioentry xml:id="thesis" xreflabel="Saers, 2003">
<authorgroup>
- <author><firstname>Niklas</firstname><surname>Saers</surname></author>
+ <author><personname><firstname>Niklas</firstname><surname>Saers</surname></personname></author>
</authorgroup>
<copyright>
<year>2003</year>
</copyright>
- <title>A project model for the FreeBSD Project</title>
+ <citetitle>A project model for the FreeBSD Project</citetitle>
<subtitle>Candidatus Scientiarum thesis</subtitle>
- <bibliomisc role="url"><ulink url="http://niklas.saers.com/thesis"></ulink></bibliomisc>
+ <bibliomisc xlink:href="http://niklas.saers.com/thesis">http://niklas.saers.com/thesis</bibliomisc>
</biblioentry>
- <biblioentry id="jorgensen2001" xreflabel="J&oslash;rgensen, 2001">
+ <biblioentry xml:id="jorgensen2001" xreflabel="J&oslash;rgensen, 2001">
<authorgroup>
- <author><firstname>Niels</firstname><surname>J&oslash;rgensen</surname></author>
+ <author><personname><firstname>Niels</firstname><surname>J&oslash;rgensen</surname></personname></author>
</authorgroup>
<copyright>
<year>2001</year>
</copyright>
- <title>Putting it All in the Trunk</title>
+ <citetitle>Putting it All in the Trunk</citetitle>
<subtitle>Incremental Software Development in the FreeBSD Open Source Project</subtitle>
- <bibliomisc role="url"><ulink url="http://www.dat.ruc.dk/~nielsj/research/papers/freebsd.pdf"></ulink></bibliomisc>
+ <bibliomisc xlink:href="http://www.dat.ruc.dk/~nielsj/research/papers/freebsd.pdf">http://www.dat.ruc.dk/~nielsj/research/papers/freebsd.pdf</bibliomisc>
</biblioentry>
- <biblioentry id="ref-pmbok" xreflabel="PMI, 2000">
+ <biblioentry xml:id="ref-pmbok" xreflabel="PMI, 2000">
<authorgroup>
- <author><surname>Project Management Institute</surname></author>
+ <author><personname><surname>Project Management Institute</surname></personname></author>
</authorgroup>
<copyright><year>1996</year><year>2000</year>
<holder>Project Management Institute</holder>
</copyright>
- <isbn>1-880410-23-0</isbn>
+ <biblioid class="isbn">1-880410-23-0</biblioid>
<publisher>
<publishername>Project Management Institute</publishername>
<address>
@@ -2362,41 +2350,41 @@
<country>USA</country>
</address>
</publisher>
- <title>PMBOK Guide</title>
+ <citetitle>PMBOK Guide</citetitle>
<subtitle>A Guide to the Project Management Body of Knowledge,
2000 Edition</subtitle>
</biblioentry>
- <biblioentry id="freebsd-bylaws" xreflabel="FreeBSD, 2000A">
+ <biblioentry xml:id="freebsd-bylaws" xreflabel="FreeBSD, 2000A">
<copyright><year>2002</year>
<holder>The FreeBSD Project</holder>
</copyright>
- <title>Core Bylaws</title>
- <bibliomisc role="url"><ulink url="http://www.freebsd.org/internal/bylaws.html"></ulink></bibliomisc>
+ <citetitle>Core Bylaws</citetitle>
+ <bibliomisc xlink:href="http://www.freebsd.org/internal/bylaws.html">http://www.freebsd.org/internal/bylaws.html</bibliomisc>
</biblioentry>
- <biblioentry id="freebsd-developer-handbook" xreflabel="FreeBSD, 2002A">
+ <biblioentry xml:id="freebsd-developer-handbook" xreflabel="FreeBSD, 2002A">
<copyright><year>2002</year>
<holder>The FreeBSD Documentation Project</holder>
</copyright>
- <title>FreeBSD Developer's Handbook</title>
- <bibliomisc role="url"><ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/"></ulink></bibliomisc>
+ <citetitle>FreeBSD Developer's Handbook</citetitle>
+ <bibliomisc xlink:href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/">http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/</bibliomisc>
</biblioentry>
- <biblioentry id="bsd-election2002" xreflabel="FreeBSD, 2002B">
+ <biblioentry xml:id="bsd-election2002" xreflabel="FreeBSD, 2002B">
<copyright><year>2002</year>
<holder>The FreeBSD Project</holder>
</copyright>
- <title>Core team election 2002</title>
- <bibliomisc role="url"><ulink url="http://election.uk.freebsd.org/candidates.html"></ulink></bibliomisc>
+ <citetitle>Core team election 2002</citetitle>
+ <bibliomisc xlink:href="http://election.uk.freebsd.org/candidates.html">http://election.uk.freebsd.org/candidates.html</bibliomisc>
</biblioentry>
- <biblioentry id="freebsd-handle-pr" xreflabel="FreeBSD, 2002C">
+ <biblioentry xml:id="freebsd-handle-pr" xreflabel="FreeBSD, 2002C">
<authorgroup>
- <author><firstname>Dag-Erling</firstname><surname>Sm&oslash;rgrav</surname></author>
- <author><firstname>Hiten</firstname><surname>Pandya</surname></author>
+ <author><personname><firstname>Dag-Erling</firstname><surname>Sm&oslash;rgrav</surname></personname></author>
+ <author><personname><firstname>Hiten</firstname><surname>Pandya</surname></personname></author>
</authorgroup>
<copyright><year>2002</year>
<holder>The FreeBSD Documentation Project</holder>
@@ -2404,13 +2392,13 @@
<publisher>
<publishername>The FreeBSD Documentation Project</publishername>
</publisher>
- <title>Problem Report Handling Guidelines</title>
- <bibliomisc role="url"><ulink url="http://www.freebsd.org/doc/en/articles/pr-guidelines/article.html"></ulink></bibliomisc>
+ <citetitle>Problem Report Handling Guidelines</citetitle>
+ <bibliomisc xlink:href="http://www.freebsd.org/doc/en/articles/pr-guidelines/article.html">http://www.freebsd.org/doc/en/articles/pr-guidelines/article.html</bibliomisc>
</biblioentry>
- <biblioentry id="freebsd-send-pr" xreflabel="FreeBSD, 2002D">
+ <biblioentry xml:id="freebsd-send-pr" xreflabel="FreeBSD, 2002D">
<authorgroup>
- <author><firstname>Dag-Erling</firstname><surname>Sm&oslash;rgrav</surname></author>
+ <author><personname><firstname>Dag-Erling</firstname><surname>Sm&oslash;rgrav</surname></personname></author>
</authorgroup>
<copyright><year>2002</year>
<holder>The FreeBSD Documentation Project</holder>
@@ -2418,11 +2406,11 @@
<publisher>
<publishername>The FreeBSD Documentation Project</publishername>
</publisher>
- <title>Writing FreeBSD Problem Reports</title>
- <bibliomisc role="url"><ulink url="http://www.freebsd.org/doc/en/articles/problem-reports/article.html"></ulink></bibliomisc>
+ <citetitle>Writing FreeBSD Problem Reports</citetitle>
+ <bibliomisc xlink:href="http://www.freebsd.org/doc/en/articles/problem-reports/article.html">http://www.freebsd.org/doc/en/articles/problem-reports/article.html</bibliomisc>
</biblioentry>
- <biblioentry id="freebsd-committer" xreflabel="FreeBSD, 2001">
+ <biblioentry xml:id="freebsd-committer" xreflabel="FreeBSD, 2001">
<copyright><year>2001</year>
<holder>The FreeBSD Documentation Project</holder>
</copyright>
@@ -2430,13 +2418,13 @@
<publishername>The FreeBSD Documentation Project</publishername>
</publisher>
<!-- Version 1.146 -->
- <title>Committers Guide</title>
- <bibliomisc role="url"><ulink url="http://www.freebsd.org/doc/en/articles/committers-guide/article.html"></ulink></bibliomisc>
+ <citetitle>Committers Guide</citetitle>
+ <bibliomisc xlink:href="http://www.freebsd.org/doc/en/articles/committers-guide/article.html">http://www.freebsd.org/doc/en/articles/committers-guide/article.html</bibliomisc>
</biblioentry>
- <biblioentry id="freebsd-releng" xreflabel="FreeBSD, 2002E">
+ <biblioentry xml:id="freebsd-releng" xreflabel="FreeBSD, 2002E">
<authorgroup>
- <author><firstname>Murray</firstname><surname>Stokely</surname></author>
+ <author><personname><firstname>Murray</firstname><surname>Stokely</surname></personname></author>
</authorgroup>
<copyright><year>2002</year>
<holder>The FreeBSD Documentation Project</holder>
@@ -2445,79 +2433,79 @@
<publisher>
<publishername>The FreeBSD Documentation Project</publishername>
</publisher>
- <title>FreeBSD Release Engineering</title>
- <bibliomisc role="url"><ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/article.html"></ulink></bibliomisc>
+ <citetitle>FreeBSD Release Engineering</citetitle>
+ <bibliomisc xlink:href="http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/article.html">http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/article.html</bibliomisc>
</biblioentry>
- <biblioentry id="ref-bsd-handbook" xreflabel="FreeBSD, 2003A">
+ <biblioentry xml:id="ref-bsd-handbook" xreflabel="FreeBSD, 2003A">
<authorgroup>
- <author><surname>The FreeBSD Documentation Project</surname></author>
+ <author><personname><surname>The FreeBSD Documentation Project</surname></personname></author>
</authorgroup>
- <title>FreeBSD Handbook</title>
- <bibliomisc role="url"><ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook"></ulink></bibliomisc>
+ <citetitle>FreeBSD Handbook</citetitle>
+ <bibliomisc xlink:href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook">http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook</bibliomisc>
</biblioentry>
- <biblioentry id="freebsd-contributors" xreflabel="FreeBSD, 2002F">
+ <biblioentry xml:id="freebsd-contributors" xreflabel="FreeBSD, 2002F">
<copyright><year>2002</year>
<holder>The FreeBSD Documentation Project</holder>
</copyright>
<publisher>
<publishername>The FreeBSD Documentation Project</publishername>
</publisher>
- <title>Contributors to FreeBSD</title>
- <bibliomisc role="url"><ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/article.html"></ulink></bibliomisc>
+ <citetitle>Contributors to FreeBSD</citetitle>
+ <bibliomisc xlink:href="http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/article.html">http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/article.html</bibliomisc>
</biblioentry>
- <biblioentry id="freebsd-election" xreflabel="FreeBSD, 2002G">
+ <biblioentry xml:id="freebsd-election" xreflabel="FreeBSD, 2002G">
<copyright><year>2002</year>
<holder>The FreeBSD Project</holder>
</copyright>
<publisher>
<publishername>The FreeBSD Project</publishername>
</publisher>
- <title>Core team elections 2002</title>
- <bibliomisc role="url"><ulink url="http://election.uk.freebsd.org"></ulink></bibliomisc>
+ <citetitle>Core team elections 2002</citetitle>
+ <bibliomisc xlink:href="http://election.uk.freebsd.org">http://election.uk.freebsd.org</bibliomisc>
</biblioentry>
- <biblioentry id="freebsd-expiration-policy" xreflabel="FreeBSD, 2002H">
+ <biblioentry xml:id="freebsd-expiration-policy" xreflabel="FreeBSD, 2002H">
<copyright><year>2002</year>
<holder>The FreeBSD Project</holder>
</copyright>
<publisher>
<publishername>The FreeBSD Project</publishername>
</publisher>
- <title>Commit Bit Expiration Policy</title>
+ <citetitle>Commit Bit Expiration Policy</citetitle>
<subtitle>2002/04/06 15:35:30</subtitle>
- <bibliomisc role="url"><ulink url="http://www.freebsd.org/internal/expire-bits.html"></ulink></bibliomisc>
+ <bibliomisc xlink:href="http://www.freebsd.org/internal/expire-bits.html">http://www.freebsd.org/internal/expire-bits.html</bibliomisc>
</biblioentry>
- <biblioentry id="freebsd-new-account" xreflabel="FreeBSD, 2002I">
+ <biblioentry xml:id="freebsd-new-account" xreflabel="FreeBSD, 2002I">
<copyright><year>2002</year>
<holder>The FreeBSD Project</holder>
</copyright>
<publisher>
<publishername>The FreeBSD Project</publishername>
</publisher>
- <title>New Account Creation Procedure</title>
+ <citetitle>New Account Creation Procedure</citetitle>
<subtitle>2002/08/19 17:11:27</subtitle>
- <bibliomisc role="url"><ulink url="http://www.freebsd.org/internal/new-account.html"></ulink></bibliomisc>
+ <bibliomisc xlink:href="http://www.freebsd.org/internal/new-account.html">http://www.freebsd.org/internal/new-account.html</bibliomisc>
</biblioentry>
- <biblioentry id="freebsd-doceng-charter" xreflabel="FreeBSD, 2003B">
+ <biblioentry xml:id="freebsd-doceng-charter" xreflabel="FreeBSD, 2003B">
<copyright><year>2002</year>
<holder>The FreeBSD Documentation Project</holder>
</copyright>
<publisher>
<publishername>The FreeBSD Documentation Project</publishername>
</publisher>
- <title>FreeBSD DocEng Team Charter</title>
+ <citetitle>FreeBSD DocEng Team Charter</citetitle>
<subtitle>2003/03/16 12:17</subtitle>
- <bibliomisc role="url"><ulink url="http://www.freebsd.org/internal/doceng.html"></ulink></bibliomisc>
+ <bibliomisc xlink:href="http://www.freebsd.org/internal/doceng.html">http://www.freebsd.org/internal/doceng.html</bibliomisc>
</biblioentry>
- <biblioentry id="ref-freebsd-trenches" xreflabel="Lehey, 2002">
+ <biblioentry xml:id="ref-freebsd-trenches" xreflabel="Lehey, 2002">
<authorgroup>
- <author><firstname>Greg</firstname><surname>Lehey</surname></author>
+ <author><personname><firstname>Greg</firstname><surname>Lehey</surname></personname></author>
</authorgroup>
<copyright><year>2002</year>
<holder>Greg Lehey</holder>
@@ -2525,9 +2513,9 @@
<publisher>
<publishername>Greg Lehey</publishername>
</publisher>
- <title>Two years in the trenches</title>
+ <citetitle>Two years in the trenches</citetitle>
<subtitle>The evolution of a software project</subtitle>
- <bibliomisc role="url"><ulink url="http://www.lemis.com/grog/In-the-trenches.pdf"></ulink></bibliomisc>
+ <bibliomisc xlink:href="http://www.lemis.com/grog/In-the-trenches.pdf">http://www.lemis.com/grog/In-the-trenches.pdf</bibliomisc>
</biblioentry>
</bibliography>