1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

Explicitly mention licenses in all stylesheets

This commit is contained in:
Jelmer Vernooij 2009-05-01 20:36:56 +02:00
parent 38030958ed
commit 04071251b1
13 changed files with 26 additions and 16 deletions

View File

@ -1,7 +1,9 @@
<?xml version='1.0'?>
<!--
Samba-documentation specific stylesheets
Published under the GNU GPL
Samba-documentation specific stylesheets.
This stylesheet eliminates Samba-specific XML elements and replaces them with
DocBook-only elements.
Published under the GNU GPLv3 or later
(C) Jelmer Vernooij 2002-2004
-->

View File

@ -1,7 +1,7 @@
<?xml version='1.0'?>
<!--
smb.conf-documentation specific stylesheets
Published under the GNU GPL
Published under the GNU GPLv3 or later
(C) Jelmer Vernooij 2002-2004
(C) Alexander Bokovoy 2002-2004

View File

@ -1,7 +1,9 @@
<?xml version='1.0'?>
<!--
Extract examples out of DocBook/XML file
Extract examples out of a DocBook/XML file into separate files.
(C) Jelmer Vernooij 2003
Published under the GNU GPLv3 or later
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:exsl="http://exslt.org/common"
@ -47,4 +49,3 @@ Extract examples out of DocBook/XML file
</xsl:template>
</xsl:stylesheet>

View File

@ -2,11 +2,13 @@
<!--
Generate Docbook/XML file with attributions based on chapter/author tags
(C) Jelmer Vernooij 2003
Published under the GNU GPLv3 or later
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.1">
<xsl:output method="xml" doctype-public="-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" doctype-system="http://www.samba.org/samba/DTD/samba-doc" indent="yes"/>
<xsl:output method="xml" doctype-public="-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" doctype-system="http://www.samba.org/samba/DTD/samba-doc" indent="yes"/>
<!-- Remove all character data -->
<xsl:template match="@*|node()">

View File

@ -3,11 +3,13 @@
Find the image dependencies of a certain XML file
Generates (part of) a Makefile
- $(FNAME)-images-latex-{png,dvi} for role=latex
- $(FNAME)-images-latex-{png,eps,pdf} for role=latex
- $(FNAME)-images-role for all other roles
- $(TXTDIR)/$(FNAME)-text
(C) Jelmer Vernooij 2004-2005
Published under the GNU GPLv3 or later
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.1">
<xsl:output method="text"/>

View File

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This file is generated from param.xweb; do not edit this file! -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>

View File

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This file is generated from param.xweb; do not edit this file! -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xlink='http://www.w3.org/1999/xlink'
exclude-result-prefixes="xlink"

View File

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This file is generated from param.xweb; do not edit this file! -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<!-- Remove bits from the manual pages that are not relevant for the book -->
<!-- Remove bits from the manual pages that are not relevant for the HOWTO Collection,
such as author info, etc -->
<xsl:import href="strip-references.xsl"/>
<xsl:param name="latex.mapping.xml" select="document('latex.overrides.xml')"/>

View File

@ -1,4 +1,10 @@
<?xml version='1.0'?>
<!--
Generate a summary page with a list of links to all manual pages
Copyright (C) 2004 Jelmer Vernooij <jelmer@samba.org>
Published under the GNU GPLv3 or later
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:exsl="http://exslt.org/common"
version="1.1">

View File

@ -3,6 +3,8 @@
Convert DocBook to XML validating against the Pearson DTD
(C) Jelmer Vernooij <jelmer@samba.org> 2004
Released under the GNU GPLv3 or later
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"

View File

@ -1,7 +1,7 @@
<?xml version='1.0'?>
<!--
Samba-documentation specific stylesheets
Published under the GNU GPL
Published under the GNU GPLv3 or later
(C) Jelmer Vernooij 2005
-->

View File

@ -6,6 +6,7 @@
yodl macros are used
(C) Jelmer Vernooij 2004
Published under the GNU GPLv3 or later
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:exsl="http://exslt.org/common"