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:
parent
ece5259841
commit
8780066e72
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12325
1 changed files with 25 additions and 8 deletions
|
@ -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ørgrav</lastname>
|
||||
|
||||
<firstname>Dag-Erling</firstname>
|
||||
</author>
|
||||
</biblioentry>
|
||||
</bibliodiv>
|
||||
</bibliography>
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue