diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-06-03 23:03:50 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-06-03 23:03:50 +0000 |
commit | a84b9c6a8010d4a738539a5aaf880b8ec44ded07 (patch) | |
tree | 26603ad7f8eeb2b07e9e82ee8050a15d6f0d0188 /docs | |
parent | 9916cef9b56ec4bcc502d95e8de086323613d746 (diff) | |
download | samba-a84b9c6a8010d4a738539a5aaf880b8ec44ded07.tar.gz samba-a84b9c6a8010d4a738539a5aaf880b8ec44ded07.tar.bz2 samba-a84b9c6a8010d4a738539a5aaf880b8ec44ded07.zip |
Make the attribution page look nicer.
(This used to be commit f6a86d7b5ce30879dc6c37a4abaedf37e7c30301)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/projdoc/Bugs.xml | 6 | ||||
-rw-r--r-- | docs/docbook/projdoc/Compiling.xml | 6 | ||||
-rw-r--r-- | docs/docbook/projdoc/samba-doc.xml | 8 | ||||
-rw-r--r-- | docs/docbook/xslt/generate-attributions.xsl | 5 |
4 files changed, 11 insertions, 14 deletions
diff --git a/docs/docbook/projdoc/Bugs.xml b/docs/docbook/projdoc/Bugs.xml index b2ff6d3d96..07630fdadd 100644 --- a/docs/docbook/projdoc/Bugs.xml +++ b/docs/docbook/projdoc/Bugs.xml @@ -2,11 +2,7 @@ <chapterinfo> &author.jelmer; - <author> - <affiliation> - <orgname>Samba Team</orgname> - </affiliation> - </author> + <author><surname>Someone; Tridge or Karl Auer perhaps?</surname></author> <pubdate> 27 June 1997 </pubdate> </chapterinfo> diff --git a/docs/docbook/projdoc/Compiling.xml b/docs/docbook/projdoc/Compiling.xml index 07251d7ed9..fd890a20ec 100644 --- a/docs/docbook/projdoc/Compiling.xml +++ b/docs/docbook/projdoc/Compiling.xml @@ -1,11 +1,7 @@ <chapter id="compiling"> <chapterinfo> - <author> - <affiliation> - <orgname>Samba Team</orgname> - </affiliation> - </author> &author.jelmer; + <author><surname>Someone; Jerry perhaps?</surname></author> <pubdate> 22 May 2001 </pubdate> <pubdate> 18 March 2003 </pubdate> diff --git a/docs/docbook/projdoc/samba-doc.xml b/docs/docbook/projdoc/samba-doc.xml index bd4fa7db43..a89846dce5 100644 --- a/docs/docbook/projdoc/samba-doc.xml +++ b/docs/docbook/projdoc/samba-doc.xml @@ -24,7 +24,7 @@ The most recent version of this document can be found at <ulink url="http://www.samba.org/">http://www.samba.org/</ulink> on the "Documentation" page. Please send updates to <ulink url="mailto:jelmer@samba.org">Jelmer Vernooij</ulink>, -<ulink url="mailto:jht@samba.org">John H Terpstra</ulink> or +<ulink url="mailto:jht@samba.org">John H. Terpstra</ulink> or <ulink url="mailto:jerry@samba.org">Gerald (Jerry) Carter</ulink>. </para> @@ -47,7 +47,11 @@ distribution. A copy can be found on-line at <ulink url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink> </para> -&attributions; +<sect1> + <title>Attributions</title> + + &attributions; +</sect1> </legalnotice> </bookinfo> diff --git a/docs/docbook/xslt/generate-attributions.xsl b/docs/docbook/xslt/generate-attributions.xsl index e3d6ce25cd..87c1c5ad6c 100644 --- a/docs/docbook/xslt/generate-attributions.xsl +++ b/docs/docbook/xslt/generate-attributions.xsl @@ -21,8 +21,9 @@ <xsl:template match="chapter"> <xsl:element name="varlistentry"> <xsl:element name="term"> - <xsl:element name="xref"> - <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute> + <xsl:element name="link"> + <xsl:attribute name="linkend"><xsl:value-of select="@id"/></xsl:attribute> + <xsl:value-of select="title"/> </xsl:element> </xsl:element> <xsl:element name="listitem"> |