summaryrefslogtreecommitdiff
path: root/docs-xml/xslt
Commit message (Collapse)AuthorAgeFilesLines
* docs-xml: Remove final references to Samba3-HOWTO and Samba3-ByExampleAndrew Bartlett2020-06-101-51/+0
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* man pages: properly ident listsAlexander Bokovoy2017-10-141-0/+1
| | | | | | | | | | | | | | It took me some time (original bug was filed in 2013!) but now lists in smb.conf.5 are properly idented. BUG: https://bugzilla.samba.org/show_bug.cgi?id=9613 Signed-Off-By: Alexander Bokovoy <ab@samba.org> Reviewed-By: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Oct 14 11:31:07 CEST 2017 on sn-devel-144
* Correct "formated" typos.Chris Lamb2017-02-221-1/+1
| | | | | | Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
* Revert "Remove XSLT script to generate image dependencies, instead rely on make"Jelmer Vernooij2012-07-161-0/+36
| | | | | | | | | | | | This reverts commit c4493c22f129b2c94f361e6f8657adc7cd2dc1c6. Bug: https://bugzilla.samba.org/show_bug.cgi?id=7562 Conflicts: docs-xml/Makefile Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Mon Jul 16 16:18:46 CEST 2012 on sn-devel-104
* docs: Remove template "itemizedlist/listitem" from man.xslMichael Adam2011-01-181-60/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 @@ <!-- * seems to require the extra space. --> <xsl:call-template name="roff-if-end"/> <xsl:apply-templates/> - <xsl:text>.RE&#10;</xsl:text> + <xsl:if test=" following-sibling::listitem"> + <xsl:text>&#10;.RE&#10;</xsl:text> + </xsl:if> </xsl:template> 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\&. -.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\&. This was tested on an early Red Hat Linux box\&. Cheers
* Remove XSLT script to generate image dependencies, instead rely on makeJelmer Vernooij2009-05-021-36/+0
| | | | given that the number of image formats we use is limited.
* Remove text chunks support. Was never built by any of the main targets,Jelmer Vernooij2009-05-021-19/+0
| | | | and one of the reasons the complex dependency system exists.
* Remove broken XSL-FO translation code; this has been broken for a whileJelmer Vernooij2009-05-011-8/+0
| | | | and the output was never used.
* Move expansion of Samba-specific XML elements out of xslt/latex.xsl into aJelmer Vernooij2009-05-012-159/+153
| | | | | separate file, for better readability. xslt/latex.xsl now only contains tweaks to the dblatex configuration.
* Explicitly mention licenses in all stylesheetsJelmer Vernooij2009-05-0113-16/+26
|
* Use standard LaTeX book document class rather than custom samba class.Jelmer Vernooij2009-05-011-0/+6
|
* Remove admon graphics - provided by dblatex now.Jelmer Vernooij2009-05-016-755/+0
|
* Also move \linebreaksign to the samba LaTeX package.Jelmer Vernooij2009-05-012-3/+1
|
* Split Samba-specific LaTeX commands into their own LaTeX package,Jelmer Vernooij2009-05-012-21/+27
| | | | independent of the style changes made by the sambadoc documentclass.
* Use new stylesheet variables names as used by dblatex.Jelmer Vernooij2009-05-012-23/+5
| | | | Remove a Samba-specific workaround for a db2latex bug.
* Fix dblatex warning: Remove reference to removed DTD file.Jelmer Vernooij2009-05-011-1/+0
|
* Remove included (but unused) copy of db2latex.Jelmer Vernooij2009-05-01168-58985/+0
|
* man pages: Fix synonyms.Karolin Seeger2008-06-091-0/+3
| | | | | Karolin (This used to be commit d1ae27ddbe9c30996d2c593a37e65581c3ff482c)
* docs: fix the manpage output of parameters list in smb.conf.5.Michael Adam2008-04-251-0/+3
| | | | | | | There were some newlines missing in the template for samba:parameters. Michael (This used to be commit a47abfa9276765164870bd7541798ff1201379b1)
* docs: fix indentation in expand-smbxonfdoc.Michael Adam2008-04-251-9/+9
| | | | | Michael (This used to be commit 79f53a06820b226cbfbc939ae9a6d255e4a4a2d1)
* Fix documentation build: manpages, links in the HTML documents.Alexander Bokovoy2008-04-244-29/+51
| | | | | | | | | | Fixed manpages generation to properly create handle smb.conf parameters' titles Changed HTML generator to include links for every smb.conf parameter. Now we have correct linking between different HTML documents. Signed-off-by: Alexander Bokovoy <ab@samba.org> (This used to be commit 056935ff1f5fefc3ca42f7006182fc80c94d91ab)
* Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter2008-04-23193-0/+62781
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)