From 8f8a9f01909ba29e2b781310baeeaaddc3f15f0d Mon Sep 17 00:00:00 2001 From: "Gerald W. Carter" Date: Tue, 22 Apr 2008 10:09:40 -0500 Subject: Moving docs tree to docs-xml to make room for generated docs in the release tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14) --- docs-xml/xslt/expand-smbconfdoc.xsl | 168 ++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 docs-xml/xslt/expand-smbconfdoc.xsl (limited to 'docs-xml/xslt/expand-smbconfdoc.xsl') diff --git a/docs-xml/xslt/expand-smbconfdoc.xsl b/docs-xml/xslt/expand-smbconfdoc.xsl new file mode 100644 index 0000000000..5472d61a9a --- /dev/null +++ b/docs-xml/xslt/expand-smbconfdoc.xsl @@ -0,0 +1,168 @@ + + + + + + + + + + + + + Related command + + + + + + + + + # + + + + + + + + + + + + + + + + + + + ( + + ) + + + + + + + + + + + + + + + + + Example: + + + + + = + + + + + + + + + + + + + + Default: + + + + + = + + + + + + + + + + + + + + + No default + + + + + + + + + + + + + + + + + + + preferred + + + + + + + + + + + + + + + + + + This parameter is a synonym for . + + + + + + + + + preferred + + + + + + + + + + + + + + -- cgit From 3be9a355ff2ab1f11dbf07542ae9ed2c013854cc Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 24 Apr 2008 23:40:51 +0400 Subject: Fix documentation build: manpages, links in the HTML documents. 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 (This used to be commit 056935ff1f5fefc3ca42f7006182fc80c94d91ab) --- docs-xml/xslt/expand-smbconfdoc.xsl | 63 +++++++++++++++++++++++-------------- 1 file changed, 40 insertions(+), 23 deletions(-) (limited to 'docs-xml/xslt/expand-smbconfdoc.xsl') diff --git a/docs-xml/xslt/expand-smbconfdoc.xsl b/docs-xml/xslt/expand-smbconfdoc.xsl index 5472d61a9a..3e3dbe19fb 100644 --- a/docs-xml/xslt/expand-smbconfdoc.xsl +++ b/docs-xml/xslt/expand-smbconfdoc.xsl @@ -53,11 +53,11 @@ - - - - + + + + @@ -120,8 +120,7 @@ - - + preferred @@ -133,7 +132,7 @@ - + @@ -141,28 +140,46 @@ - - This parameter is a synonym for . + + + + + This parameter is a synonym for + + + + + + + . + + + + - - - - - preferred - - - + + + + preferred + + + + + + + + + + + + + - - - - - - + -- cgit From 11e8b58bdfbb5d6d23f9361f991cde0742f4f2c8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 25 Apr 2008 14:01:57 +0200 Subject: docs: fix indentation in expand-smbxonfdoc. Michael (This used to be commit 79f53a06820b226cbfbc939ae9a6d255e4a4a2d1) --- docs-xml/xslt/expand-smbconfdoc.xsl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs-xml/xslt/expand-smbconfdoc.xsl') diff --git a/docs-xml/xslt/expand-smbconfdoc.xsl b/docs-xml/xslt/expand-smbconfdoc.xsl index 3e3dbe19fb..38c63d96a4 100644 --- a/docs-xml/xslt/expand-smbconfdoc.xsl +++ b/docs-xml/xslt/expand-smbconfdoc.xsl @@ -161,15 +161,15 @@ - - - preferred - - - - - - + + + preferred + + + + + + -- cgit From 6d3c61c9e74ea506e549e7a79fa103cf92a25274 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 25 Apr 2008 14:08:10 +0200 Subject: docs: fix the manpage output of parameters list in smb.conf.5. There were some newlines missing in the template for samba:parameters. Michael (This used to be commit a47abfa9276765164870bd7541798ff1201379b1) --- docs-xml/xslt/expand-smbconfdoc.xsl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs-xml/xslt/expand-smbconfdoc.xsl') diff --git a/docs-xml/xslt/expand-smbconfdoc.xsl b/docs-xml/xslt/expand-smbconfdoc.xsl index 38c63d96a4..5b2de1ce1f 100644 --- a/docs-xml/xslt/expand-smbconfdoc.xsl +++ b/docs-xml/xslt/expand-smbconfdoc.xsl @@ -55,8 +55,11 @@ + + + -- cgit From 22f51b5d0046bee596475a6d3c535fb20d89b25b Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 9 Jun 2008 15:05:26 +0200 Subject: man pages: Fix synonyms. Karolin (This used to be commit d1ae27ddbe9c30996d2c593a37e65581c3ff482c) --- docs-xml/xslt/expand-smbconfdoc.xsl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs-xml/xslt/expand-smbconfdoc.xsl') diff --git a/docs-xml/xslt/expand-smbconfdoc.xsl b/docs-xml/xslt/expand-smbconfdoc.xsl index 5b2de1ce1f..617d490ce9 100644 --- a/docs-xml/xslt/expand-smbconfdoc.xsl +++ b/docs-xml/xslt/expand-smbconfdoc.xsl @@ -136,12 +136,15 @@ + + + -- cgit