o Convert the "Further Reading" section from an appendix to a

bibliography containing multiple bibliodiv's, and move the text
  description of the bibliography to an abstract element within the
  bibliography tag
o Add a link to OpenPAM's Source Forge Web page.

Sponsored by:	DARPA, NAI Labs
This commit is contained in:
Chris Costello 2002-02-28 15:03:07 +00:00
parent ece5259841
commit 8780066e72
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12325

View file

@ -833,13 +833,15 @@ sshd password required pam_permit.so</programlisting>
<para><!--XXX-->This section has not yet been written.</para>
</appendix>
<appendix id="pam-further">
<bibliography id="pam-further">
<title id="pam-further.title">Further Reading</title>
<para>This is a list of documents relevant to PAM and related
issues. It is by no means complete.</para>
<abstract>
<para>This is a list of documents relevant to PAM and related
issues. It is by no means complete.</para>
</abstract>
<bibliography>
<bibliodiv>
<title>Papers</title>
<biblioentry>
@ -898,9 +900,9 @@ sshd password required pam_permit.so</programlisting>
<pubdate>October 6, 1999</pubdate>
</biblioentry>
</bibliography>
</bibliodiv>
<bibliography>
<bibliodiv>
<title>User Manuals</title>
<biblioentry>
@ -912,6 +914,21 @@ sshd password required pam_permit.so</programlisting>
<!-- an introduction to configuring and using PAM, from Sun
-->
</biblioentry>
</bibliography>
</appendix>
</bibliodiv>
<bibliodiv>
<title>Related Web pages</title>
<biblioentry>
<title><ulink url="http://openpam.sourceforge.net/">OpenPAM at
Source Forge</ulink></title>
<author>
<lastname>Sm&oslash;rgrav</lastname>
<firstname>Dag-Erling</firstname>
</author>
</biblioentry>
</bibliodiv>
</bibliography>
</article>