Make the attribution page look nicer.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 3 Jun 2003 23:03:50 +0000 (23:03 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 3 Jun 2003 23:03:50 +0000 (23:03 +0000)
(This used to be commit f6a86d7b5ce30879dc6c37a4abaedf37e7c30301)

docs/docbook/projdoc/Bugs.xml
docs/docbook/projdoc/Compiling.xml
docs/docbook/projdoc/samba-doc.xml
docs/docbook/xslt/generate-attributions.xsl

index b2ff6d3d96280ea4f373e4e5783d1f9eaf5a76b7..07630fdaddd742f7ccc5115f16e936bf06cf1e68 100644 (file)
@@ -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>
 
index 07251d7ed9e94c2ef4d9600ad3f2f0a2414d7867..fd890a20ec8ef78305637224e432773f5ce78be4 100644 (file)
@@ -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>
index bd4fa7db43a20111ab6baee63175ec435f81a7fc..a89846dce56107b650807499a47c13345bf3262f 100644 (file)
@@ -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>
index e3d6ce25cd0b51d56c5db0aeba97b4381d9f2a9b..87c1c5ad6ce28ac7ef327c0c36fa4a7a4f16d4ac 100644 (file)
@@ -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">