diff options
author | Thomas Lange <code@nerdmind.de> | 2019-08-29 19:05:07 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2019-08-29 19:05:07 +0200 |
commit | 0ac1df78f2082a39d02beaf12db8e607106ea8f4 (patch) | |
tree | a722ed98186458d93ad2032e315b9fdd8b3796f1 /EPUB/Skeleton/META-INF | |
parent | 84e2b2be6f7537e0a4a9f0c323555404d2682a8a (diff) | |
download | snippets-0ac1df78f2082a39d02beaf12db8e607106ea8f4.tar.gz snippets-0ac1df78f2082a39d02beaf12db8e607106ea8f4.tar.xz snippets-0ac1df78f2082a39d02beaf12db8e607106ea8f4.zip |
Add EPUB skeleton
This is just a dirty (!) skeleton for a (more or less valid) EPUB 2.0.1 file.
The XML document contains many comments from the official EPUB 2.0.1 specification.
Diffstat (limited to 'EPUB/Skeleton/META-INF')
-rw-r--r-- | EPUB/Skeleton/META-INF/container.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/EPUB/Skeleton/META-INF/container.xml b/EPUB/Skeleton/META-INF/container.xml new file mode 100644 index 0000000..f90f16c --- /dev/null +++ b/EPUB/Skeleton/META-INF/container.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container">
+ <rootfiles>
+ <rootfile full-path="OEBPS/content.opf" media-type="application/oebps-package+xml"/>
+ </rootfiles>
+</container>
\ No newline at end of file |