svn commit: samba-docs r187 - in trunk: manpages xslt

jelmer at samba.org jelmer at samba.org
Sun Aug 8 19:14:52 GMT 2004


Author: jelmer
Date: 2004-08-08 19:14:52 +0000 (Sun, 08 Aug 2004)
New Revision: 187
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk&rev=187&nolog=1
Log:
Stylescript fixes

Modified:
   trunk/manpages/smbclient.1.xml
   trunk/xslt/expand-sambadoc.xsl
   trunk/xslt/pearson.xsl

Changeset:
Modified: trunk/manpages/smbclient.1.xml
===================================================================
--- trunk/manpages/smbclient.1.xml	2004-08-08 19:00:05 UTC (rev 186)
+++ trunk/manpages/smbclient.1.xml	2004-08-08 19:14:52 UTC (rev 187)
@@ -20,6 +20,25 @@
 <refsynopsisdiv>
 	<cmdsynopsis>
 		<command>smbclient</command>
+		<arg choice="opt">-b &lt;buffer size&gt;</arg>
+		<arg choice="opt">-d debuglevel</arg>
+		<arg choice="opt">-L &lt;netbios name&gt;</arg>
+		<arg choice="opt">-U username</arg>
+		<arg choice="opt">-I destinationIP</arg>
+		<arg choice="opt">-M &lt;netbios name&gt;</arg>
+		<arg choice="opt">-m maxprotocol</arg>
+		<arg choice="opt">-A authfile</arg>
+		<arg choice="opt">-N</arg>
+		<arg choice="opt">-i scope</arg>
+		<arg choice="opt">-O &lt;socket options&gt;</arg>
+		<arg choice="opt">-p port</arg>
+		<arg choice="opt">-R &lt;name resolve order&gt;</arg>
+		<arg choice="opt">-s &lt;smb config file&gt;</arg>
+		<arg choice="opt">-k</arg>
+	</cmdsynopsis>
+		
+	<cmdsynopsis>
+		<command>smbclient</command>
 		<arg choice="req">servicename</arg>
 		<arg choice="opt">password</arg>
 		<arg choice="opt">-b &lt;buffer size&gt;</arg>
@@ -32,7 +51,6 @@
 		<arg choice="opt">-A authfile</arg>
 		<arg choice="opt">-N</arg>
 		<arg choice="opt">-l logdir</arg>
-		<arg choice="opt">-L &lt;netbios name&gt;</arg>
 		<arg choice="opt">-I destinationIP</arg>
 		<arg choice="opt">-E</arg>
 		<arg choice="opt">-c &lt;command string&gt;</arg>

Modified: trunk/xslt/expand-sambadoc.xsl
===================================================================
--- trunk/xslt/expand-sambadoc.xsl	2004-08-08 19:00:05 UTC (rev 186)
+++ trunk/xslt/expand-sambadoc.xsl	2004-08-08 19:14:52 UTC (rev 187)
@@ -232,6 +232,9 @@
 			</xsl:attribute>
 
 			<xsl:element name="title">
+				<xsl:if test="imagedescription = ''">
+					<xsl:message><xsl:text>imagedescription of image with id </xsl:text><xsl:value-of select="@id"/><xsl:text> is empty.</xsl:text></xsl:message>
+				</xsl:if>
 				<xsl:value-of select="imagedescription"/>
 			</xsl:element>
 			<xsl:element name="mediaobject">

Modified: trunk/xslt/pearson.xsl
===================================================================
--- trunk/xslt/pearson.xsl	2004-08-08 19:00:05 UTC (rev 186)
+++ trunk/xslt/pearson.xsl	2004-08-08 19:14:52 UTC (rev 187)
@@ -808,6 +808,12 @@
    <xsl:template match="author">
 	   <xsl:apply-templates/>,
    </xsl:template>
+
+   <xsl:template match="editor">
+	   <!--FIXME: More information referring to editor ? -->
+	   <xsl:apply-templates/>,
+   </xsl:template>
+
    <xsl:template match="othername">
 	   <xsl:apply-templates/>
    </xsl:template>
@@ -982,6 +988,16 @@
 	<xsl:template match="authorgroup">
 		<xsl:apply-templates/>
 	</xsl:template>
+
+	<xsl:template match="formalpara">
+		<!--FIXME-->
+	</xsl:template>
+
+	<xsl:template match="citerefentry"/><!--FIXME-->
+	<xsl:template match="term"/><!--FIXME-->
+	<xsl:template match="substeps"/><!--FIXME-->
+	<xsl:template match="seealso"/><!--FIXME-->
+	<xsl:template match="affiliation"/><!--FIXME-->
 </xsl:stylesheet>
 
 



More information about the samba-cvs mailing list