mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2017-11-05 Fred Gleason <fredg@paravelsystems.com>
* Added DocBook stylesheets for books in 'docs/stylesheets/'.
This commit is contained in:
31
docs/stylesheets/Makefile.am
Normal file
31
docs/stylesheets/Makefile.am
Normal file
@@ -0,0 +1,31 @@
|
||||
## Makefile.am
|
||||
##
|
||||
## docs/stylesheets/Makefile.am for Rivendell
|
||||
##
|
||||
## (C) Copyright 2017 Fred Gleason <fredg@paravelsystems.com>
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License version 2 as
|
||||
## published by the Free Software Foundation.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## You should have received a copy of the GNU General Public
|
||||
## License along with this program; if not, write to the Free Software
|
||||
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
##
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
EXTRA_DIST = book-common.xml.in\
|
||||
book-fo.xml.in\
|
||||
book-xhtml.xml.in
|
||||
|
||||
CLEANFILES = *~
|
||||
DISTCLEANFILES = *.xml
|
||||
MAINTAINERCLEANFILES = *~\
|
||||
aclocal.m4\
|
||||
configure\
|
||||
Makefile.in
|
||||
30
docs/stylesheets/book-common.xml.in
Normal file
30
docs/stylesheets/book-common.xml.in
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version='1.0'?>
|
||||
|
||||
<!--
|
||||
common-xhtml.xml
|
||||
|
||||
Generic stylesheet customizations for Rivendell books
|
||||
|
||||
(C) Copyright 2017 Fred Gleason <fredg@paravelsystems.com>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License version 2 as
|
||||
published by the Free Software Foundation.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public
|
||||
License along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
-->
|
||||
|
||||
<xsl:stylesheet
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:param name="section.autolabel">1</xsl:param>
|
||||
<xsl:param name="section.label.includes.component.label">1</xsl:param>
|
||||
|
||||
</xsl:stylesheet>
|
||||
35
docs/stylesheets/book-fo.xml.in
Normal file
35
docs/stylesheets/book-fo.xml.in
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version='1.0'?>
|
||||
|
||||
<!--
|
||||
book-fo.xml
|
||||
|
||||
FO stylesheet customizations for Rivendell books
|
||||
|
||||
(C) Copyright 2017 Fred Gleason <fredg@paravelsystems.com>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License version 2 as
|
||||
published by the Free Software Foundation.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public
|
||||
License along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
-->
|
||||
|
||||
<xsl:stylesheet
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:import href="/usr/share/sgml/docbook/xsl-ns-stylesheets-1.78.1/fo/docbook.xsl" />
|
||||
<xsl:include href="book-common.xml" />
|
||||
|
||||
<!--
|
||||
<xsl:param name="use.id.as.filename">1</xsl:param>
|
||||
-->
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
||||
33
docs/stylesheets/book-xhtml.xml.in
Normal file
33
docs/stylesheets/book-xhtml.xml.in
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version='1.0'?>
|
||||
|
||||
<!--
|
||||
book-xhtml.xml
|
||||
|
||||
XHTML stylesheet customizations for Rivendell books
|
||||
|
||||
(C) Copyright 2017 Fred Gleason <fredg@paravelsystems.com>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License version 2 as
|
||||
published by the Free Software Foundation.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public
|
||||
License along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
-->
|
||||
|
||||
<xsl:stylesheet
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:import href="@DOCBOOK_STYLESHEETS@/xhtml/chunk.xsl" />
|
||||
<xsl:include href="book-common.xml" />
|
||||
|
||||
<xsl:param name="use.id.as.filename">1</xsl:param>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
||||
Reference in New Issue
Block a user