Another round of fixes (projdoc -> howto) for images
authorAlexander Bokovoy <ab@samba.org>
Thu, 8 Apr 2004 13:18:48 +0000 (13:18 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:45:46 +0000 (08:45 -0500)
(This used to be commit 80aa81950e7cf341b87b0f7b77850d080a67f9a6)

docs/howto/Group-Mapping.xml
docs/howto/PDC.xml
docs/howto/Winbind.xml
docs/xslt/expand-sambadoc.xsl

index 41860d175738844c107dd5c34bc2772446a583cc..9e5b7488289d6f2008c802b5197e82f0ac755631 100644 (file)
 
        <figure id="idmap-sid2gid"><title>IDMAP: group SID to GID resolution.</title>
        <mediaobject>
-       <imageobject role="latex"><imagedata fileref="projdoc/imagefiles/idmap-sid2gid" scale="50" scalefit="1"/></imageobject>
-       <imageobject><imagedata fileref="projdoc/imagefiles/idmap-sid2gid.png" scale="50" scalefit="1"/></imageobject>
+       <imageobject role="latex"><imagedata fileref="howto/imagefiles/idmap-sid2gid" scale="50" scalefit="1"/></imageobject>
+       <imageobject><imagedata fileref="howto/imagefiles/idmap-sid2gid.png" scale="50" scalefit="1"/></imageobject>
        </mediaobject>
        </figure>
 
        <figure id="idmap-gid2sid"><title>IDMAP: GID resolution to matching SID.</title>
        <mediaobject>
-       <imageobject role="latex"><imagedata fileref="projdoc/imagefiles/idmap-gid2sid" scale="50" scalefit="1"/></imageobject>
-       <imageobject><imagedata fileref="projdoc/imagefiles/idmap-gid2sid.png" scale="50" scalefit="1"/></imageobject>
+       <imageobject role="latex"><imagedata fileref="howto/imagefiles/idmap-gid2sid" scale="50" scalefit="1"/></imageobject>
+       <imageobject><imagedata fileref="howto/imagefiles/idmap-gid2sid.png" scale="50" scalefit="1"/></imageobject>
        </mediaobject>
        </figure>
 
@@ -77,8 +77,8 @@
 
        <figure id="idmap-store-gid2sid"><title>IDMAP storing group mappings.</title>
        <mediaobject>
-       <imageobject role="latex"><imagedata fileref="projdoc/imagefiles/idmap-store-gid2sid" scale="50" scalefit="1"/></imageobject>
-       <imageobject><imagedata fileref="projdoc/imagefiles/idmap-store-gid2sid.png" scale="50" scalefit="1"/></imageobject>
+       <imageobject role="latex"><imagedata fileref="howto/imagefiles/idmap-store-gid2sid" scale="50" scalefit="1"/></imageobject>
+       <imageobject><imagedata fileref="howto/imagefiles/idmap-store-gid2sid.png" scale="50" scalefit="1"/></imageobject>
        </mediaobject>
        </figure>
 
index 6d3fa64a24e9be93b326bd0367663d02e2a9dc3a..09947ca522e52140c3828e2489c1d4eae0d1e96f 100644 (file)
@@ -33,8 +33,8 @@ network clients.
 
 <figure id="domain-example"><title>An Example Domain.</title>
 <mediaobject>
-<imageobject role="latex"><imagedata fileref="projdoc/imagefiles/domain" width="4in" height="3in" scalefit="1"/></imageobject>
-<imageobject><imagedata fileref="projdoc/imagefiles/domain.png" scale="50" scalefit="1"/></imageobject>
+<imageobject role="latex"><imagedata fileref="howto/imagefiles/domain" width="4in" height="3in" scalefit="1"/></imageobject>
+<imageobject><imagedata fileref="howto/imagefiles/domain.png" scale="50" scalefit="1"/></imageobject>
 </mediaobject>
 </figure>
 
index 909c54e7e0f23b772efdc816ee40766769afc3cb..66bbe992256714ce2f7ba2549808d80ad6ab7497 100644 (file)
@@ -91,8 +91,8 @@
 
        <!--    <figure id="winbind_idmap"><title></title>
        <mediaobject>
-       <imageobject role="latex"><imagedata fileref="projdoc/imagefiles/idmap_winbind_no_loop" scale="50" scalefit="1"/></imageobject>
-       <imageobject><imagedata fileref="projdoc/imagefiles/idmap_winbind_no_loop.png" scale="50" scalefit="1"/></imageobject>
+       <imageobject role="latex"><imagedata fileref="howto/imagefiles/idmap_winbind_no_loop" scale="50" scalefit="1"/></imageobject>
+       <imageobject><imagedata fileref="howto/imagefiles/idmap_winbind_no_loop.png" scale="50" scalefit="1"/></imageobject>
        </mediaobject>
        </figure>-->
 
index d72725ab26de2d658beb110be57a0bbdd268f7fa..217f621f80c10a3ee3db6ca0294c790974dfc950 100644 (file)
                                        <xsl:attribute name="role"><xsl:text>latex</xsl:text></xsl:attribute>
                                        <xsl:element name="imagedata">
                                                <xsl:attribute name="fileref">
-                                                       <xsl:text>projdoc/imagefiles/</xsl:text><xsl:value-of select="imagefile"/></xsl:attribute>
+                                                       <xsl:text>howto/imagefiles/</xsl:text><xsl:value-of select="imagefile"/></xsl:attribute>
                                                <xsl:attribute name="scale">
                                                        <xsl:choose>
                                                                <xsl:when test="@scale != ''">
                                <xsl:element name="imageobject">
                                        <xsl:element name="imagedata">
                                                <xsl:attribute name="fileref">
-                                                       <xsl:text>projdoc/imagefiles/</xsl:text><xsl:value-of select="imagefile"/><xsl:text>.png</xsl:text></xsl:attribute>
+                                                       <xsl:text>howto/imagefiles/</xsl:text><xsl:value-of select="imagefile"/><xsl:text>.png</xsl:text></xsl:attribute>
                                                <xsl:attribute name="scale"><xsl:text>50</xsl:text></xsl:attribute>
                                                <xsl:attribute name="scalefit"><xsl:text>1</xsl:text></xsl:attribute>
                                        </xsl:element>