diff --git a/hdoc_to_epub/hdoc_to_epub.ant b/hdoc_to_epub/hdoc_to_epub.ant index 417ee2526bd70f97845fc043cfa55a8a2ed58956..64872ed0c471f7c69e0f848d116f2238768409d7 100644 --- a/hdoc_to_epub/hdoc_to_epub.ant +++ b/hdoc_to_epub/hdoc_to_epub.ant @@ -7,8 +7,10 @@ + + @@ -38,9 +40,13 @@ - + + + - + + + @@ -73,13 +79,18 @@ - + + + + - + + + diff --git a/hdoc_to_epub/xsl/content.xsl b/hdoc_to_epub/xsl/content.xsl new file mode 100644 index 0000000000000000000000000000000000000000..e58f9a4b4d0800031a1ffba52d4d3bb4cde8f177 --- /dev/null +++ b/hdoc_to_epub/xsl/content.xsl @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/hdoc_to_epub/xsl/content/manifest.xsl b/hdoc_to_epub/xsl/content/manifest.xsl new file mode 100644 index 0000000000000000000000000000000000000000..e16b756246149d8e12a2433ff68d1a2e729dd702 --- /dev/null +++ b/hdoc_to_epub/xsl/content/manifest.xsl @@ -0,0 +1,21 @@ + + + + + + + + chapitres/chapitre.xhtml + ch + application/xhtml+xml + + + + + + \ No newline at end of file diff --git a/hdoc_to_epub/xsl/content/metadata.xsl b/hdoc_to_epub/xsl/content/metadata.xsl new file mode 100644 index 0000000000000000000000000000000000000000..14160f06c64c1ac2123abb022d3dafc3388ee518 --- /dev/null +++ b/hdoc_to_epub/xsl/content/metadata.xsl @@ -0,0 +1,16 @@ + + + + + + + fr + + + + \ No newline at end of file diff --git a/hdoc_to_epub/xsl/content/spine.xsl b/hdoc_to_epub/xsl/content/spine.xsl new file mode 100644 index 0000000000000000000000000000000000000000..5d63a71696544d7741957541f3f79182d083c8a3 --- /dev/null +++ b/hdoc_to_epub/xsl/content/spine.xsl @@ -0,0 +1,17 @@ + + + + + + + ch + + + + + \ No newline at end of file diff --git a/hdoc_to_epub/xsl/tdmncx.xsl b/hdoc_to_epub/xsl/tdmncx.xsl new file mode 100644 index 0000000000000000000000000000000000000000..b24a6de8fafad853e275e22ec2da83d246dbdfd7 --- /dev/null +++ b/hdoc_to_epub/xsl/tdmncx.xsl @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + h + ch_ + + + + + + + content.html#ch_ + + + + + + + + + \ No newline at end of file