<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/docs-xml/xslt, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/'/>
<entry>
<title>Revert "Remove XSLT script to generate image dependencies, instead rely on make"</title>
<updated>2012-07-16T14:18:46+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2012-07-16T12:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=a7d5d08191550de3205699834164ec1f7ef8aa15'/>
<id>a7d5d08191550de3205699834164ec1f7ef8aa15</id>
<content type='text'>
This reverts commit c4493c22f129b2c94f361e6f8657adc7cd2dc1c6.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=7562

Conflicts:
	docs-xml/Makefile

Autobuild-User(master): Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date(master): Mon Jul 16 16:18:46 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit c4493c22f129b2c94f361e6f8657adc7cd2dc1c6.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=7562

Conflicts:
	docs-xml/Makefile

Autobuild-User(master): Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date(master): Mon Jul 16 16:18:46 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Remove template "itemizedlist/listitem" from man.xsl</title>
<updated>2011-01-18T13:08:38+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-01-18T12:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=891bff8747bc81bee6c0f7f564c79ffbe4b15e13'/>
<id>891bff8747bc81bee6c0f7f564c79ffbe4b15e13</id>
<content type='text'>
This seems to have been basically taken from the manpages/lists.xls
from the docbook-xsl stylesheets. But it references a variable list-indent
that older versions of docbook-xsl (e.g. 1.69) do not provide.
This makes the manpage build break on older systems. Removing
the definition lets the build succeed, using the system-definition
of the itemizedlist/listitem.

The diff between the docbook's (version 1.75.1) definition of
itemizedlist/listitem and the definition in our man.xls is this:

-- with this patch
-- without this patch
@@ -53,5 +53,7 @@
   &lt;!-- * seems to require the extra space. --&gt;
   &lt;xsl:call-template name="roff-if-end"/&gt;
   &lt;xsl:apply-templates/&gt;
-  &lt;xsl:text&gt;.RE&amp;#10;&lt;/xsl:text&gt;
+  &lt;xsl:if test=" following-sibling::listitem"&gt;
+        &lt;xsl:text&gt;&amp;#10;.RE&amp;#10;&lt;/xsl:text&gt;
+  &lt;/xsl:if&gt;
 &lt;/xsl:template&gt;

I.e. the version of man.xsl made insertion if ".RE" conditional.
I hope this does not break anything severely.
The diff for e.g. the resulting winbindd.8 manpage is this:

--- with this patch
+++ witout this patch:
@@ -375,7 +375,6 @@

 \m[blue]\fBwinbind: rpc only\fR\m[]
 Setting this parameter forces winbindd to use RPC instead of LDAP to retrieve information from Domain Controllers\&amp;.
-.RE
 .SH "EXAMPLE SETUP"
 .PP
 To setup winbindd for user and group lookups plus authentication from a domain controller use something like the following setup\&amp;. This was tested on an early Red Hat Linux box\&amp;.

Cheers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This seems to have been basically taken from the manpages/lists.xls
from the docbook-xsl stylesheets. But it references a variable list-indent
that older versions of docbook-xsl (e.g. 1.69) do not provide.
This makes the manpage build break on older systems. Removing
the definition lets the build succeed, using the system-definition
of the itemizedlist/listitem.

The diff between the docbook's (version 1.75.1) definition of
itemizedlist/listitem and the definition in our man.xls is this:

-- with this patch
-- without this patch
@@ -53,5 +53,7 @@
   &lt;!-- * seems to require the extra space. --&gt;
   &lt;xsl:call-template name="roff-if-end"/&gt;
   &lt;xsl:apply-templates/&gt;
-  &lt;xsl:text&gt;.RE&amp;#10;&lt;/xsl:text&gt;
+  &lt;xsl:if test=" following-sibling::listitem"&gt;
+        &lt;xsl:text&gt;&amp;#10;.RE&amp;#10;&lt;/xsl:text&gt;
+  &lt;/xsl:if&gt;
 &lt;/xsl:template&gt;

I.e. the version of man.xsl made insertion if ".RE" conditional.
I hope this does not break anything severely.
The diff for e.g. the resulting winbindd.8 manpage is this:

--- with this patch
+++ witout this patch:
@@ -375,7 +375,6 @@

 \m[blue]\fBwinbind: rpc only\fR\m[]
 Setting this parameter forces winbindd to use RPC instead of LDAP to retrieve information from Domain Controllers\&amp;.
-.RE
 .SH "EXAMPLE SETUP"
 .PP
 To setup winbindd for user and group lookups plus authentication from a domain controller use something like the following setup\&amp;. This was tested on an early Red Hat Linux box\&amp;.

Cheers
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove XSLT script to generate image dependencies, instead rely on make</title>
<updated>2009-05-01T23:15:26+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-05-01T21:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c4493c22f129b2c94f361e6f8657adc7cd2dc1c6'/>
<id>c4493c22f129b2c94f361e6f8657adc7cd2dc1c6</id>
<content type='text'>
given that the number of image formats we use is limited.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
given that the number of image formats we use is limited.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove text chunks support. Was never built by any of the main targets,</title>
<updated>2009-05-01T23:15:26+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-05-01T21:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=86a968b0980011ed307b81fbc0734ba618d64c90'/>
<id>86a968b0980011ed307b81fbc0734ba618d64c90</id>
<content type='text'>
and one of the reasons the complex dependency system exists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and one of the reasons the complex dependency system exists.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove broken XSL-FO translation code; this has been broken for a while</title>
<updated>2009-05-01T20:49:13+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-05-01T19:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=df74a0eb78181eba58241a3ff80affe8b8270266'/>
<id>df74a0eb78181eba58241a3ff80affe8b8270266</id>
<content type='text'>
and the output was never used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and the output was never used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move expansion of Samba-specific XML elements out of xslt/latex.xsl into a</title>
<updated>2009-05-01T20:49:12+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-05-01T18:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=11b6c1137d1b0e7d37627831338ce21be2bee218'/>
<id>11b6c1137d1b0e7d37627831338ce21be2bee218</id>
<content type='text'>
separate file, for better readability. xslt/latex.xsl now only contains
tweaks to the dblatex configuration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
separate file, for better readability. xslt/latex.xsl now only contains
tweaks to the dblatex configuration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly mention licenses in all stylesheets</title>
<updated>2009-05-01T20:49:12+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-05-01T18:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=04071251b126b37203821cc3b29a81b1dade823e'/>
<id>04071251b126b37203821cc3b29a81b1dade823e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use standard LaTeX book document class rather than custom samba class.</title>
<updated>2009-05-01T20:49:10+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-05-01T15:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=21b9d8fe3e820fc1f5ddb17229a7cc9193e4a51c'/>
<id>21b9d8fe3e820fc1f5ddb17229a7cc9193e4a51c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove admon graphics - provided by dblatex now.</title>
<updated>2009-05-01T20:49:09+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-05-01T15:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=8f8962ac0bc552eb6930b00e909d131520e8eba4'/>
<id>8f8962ac0bc552eb6930b00e909d131520e8eba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also move \linebreaksign to the samba LaTeX package.</title>
<updated>2009-05-01T20:49:08+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-05-01T15:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=0d390de77ccd8ec31953d67d9f038fc1fc2dced1'/>
<id>0d390de77ccd8ec31953d67d9f038fc1fc2dced1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
