Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
Bugfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
skreutzer committed May 21, 2018
1 parent 5f077d5 commit 5dcd7af
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Binary file modified documentation/de/beschreibung.odt
Binary file not shown.
Binary file modified documentation/de/lizenzbestimmungen.odt
Binary file not shown.
6 changes: 3 additions & 3 deletions odt2html/templates/template1/html2epub1_html_chapter.xsl
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2014-2015 Stephan Kreutzer
Copyright (C) 2014-2018 Stephan Kreutzer
This file is part of template1 for odt2html.
Expand All @@ -16,12 +16,12 @@ GNU Affero General Public License 3 for more details.
You should have received a copy of the GNU Affero General Public License 3
along with template1 for odt2html. If not, see <http://www.gnu.org/licenses/>.
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>

<xsl:template match="div[@class='chapter']">
<xsl:comment> This file was generated by html2epub1_html_chapter.xsl of template1 for odt2html, which is free software licensed under the GNU Affero General Public License 3 or any later version (see https://github.com/publishing-systems/automated_digital_publishing/ and http://www.publishing-systems.org). </xsl:comment><xsl:text>&#xA;</xsl:text>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html xml:lang="en" lang="en">
<head>
<title>
<xsl:if test="h2">
Expand Down
6 changes: 3 additions & 3 deletions odt2html/templates/template1/html2epub1_html_part.xsl
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2014-2015 Stephan Kreutzer
Copyright (C) 2014-2018 Stephan Kreutzer
This file is part of template1 for odt2html.
Expand All @@ -16,12 +16,12 @@ GNU Affero General Public License 3 for more details.
You should have received a copy of the GNU Affero General Public License 3
along with template1 for odt2html. If not, see <http://www.gnu.org/licenses/>.
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>

<xsl:template match="div[@class='part']">
<xsl:comment> This file was generated by html2epub1_html_part.xsl of template1 for odt2html, which is free software licensed under the GNU Affero General Public License 3 or any later version (see https://github.com/publishing-systems/automated_digital_publishing/ and http://www.publishing-systems.org). </xsl:comment><xsl:text>&#xA;</xsl:text>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html xml:lang="en" lang="en">
<head>
<title>
<xsl:if test="h1">
Expand Down
4 changes: 2 additions & 2 deletions odt2html/templates/template1/html2epub1_html_title.xsl
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2014-2015 Stephan Kreutzer
Copyright (C) 2014-2018 Stephan Kreutzer
This file is part of template1 for odt2html.
Expand All @@ -21,7 +21,7 @@ along with template1 for odt2html. If not, see <http://www.gnu.org/licenses/>.

<xsl:template match="xhtml:html">
<xsl:comment> This file was generated by html2epub1_html_title.xsl of template1 for odt2html, which is free software licensed under the GNU Affero General Public License 3 or any later version (see https://github.com/publishing-systems/automated_digital_publishing/ and http://www.publishing-systems.org). </xsl:comment><xsl:text>&#xA;</xsl:text>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html xml:lang="en" lang="en">
<head>
<title>
<xsl:for-each select="./xhtml:head/xhtml:title//text()">
Expand Down
4 changes: 2 additions & 2 deletions odt2html/templates/template1/prepare4hierarchical.xsl
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2014-2015 Stephan Kreutzer
Copyright (C) 2014-2018 Stephan Kreutzer
This file is part of template1 for odt2html.
Expand All @@ -21,7 +21,7 @@ along with template1 for odt2html. If not, see <http://www.gnu.org/licenses/>.

<xsl:template match="xhtml:html">
<xsl:comment> This file was generated by prepare4hierarchical.xsl of template1 for odt2html, which is free software licensed under the GNU Affero General Public License 3 or any later version (see https://github.com/publishing-systems/automated_digital_publishing/ and http://www.publishing-systems.org). </xsl:comment><xsl:text>&#xA;</xsl:text>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html xml:lang="en" lang="en">
<head>
<title>
<xsl:for-each select="xhtml:body/xhtml:p">
Expand Down
4 changes: 2 additions & 2 deletions workflows/epub2wordpress/epub2wordpress1/html2wordpress1.xsl
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2014-2015 Stephan Kreutzer
Copyright (C) 2014-2018 Stephan Kreutzer
This file is part of epub2wordpress1 workflow.
Expand All @@ -21,7 +21,7 @@ along with epub2wordpress1 workflow. If not, see <http://www.gnu.org/licenses/>.

<xsl:template match="/xhtml:html">
<xsl:comment> This file was generated by html2wordpress1.xsl for epub2wordpress1 workflow, which is free software licensed under the GNU Affero General Public License 3 or any later version (see https://github.com/publishing-systems/automated_digital_publishing/ and http://www.publishing-systems.org). </xsl:comment><xsl:text>&#xA;</xsl:text>
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<xsl:apply-templates/>
</html>
</xsl:template>
Expand Down

0 comments on commit 5dcd7af

Please sign in to comment.