diff options
author | cedricbonhomme <devnull@localhost> | 2010-11-23 22:13:32 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-11-23 22:13:32 +0100 |
commit | 0ce90a043eef532a71952e6aac43e6be6affc0f0 (patch) | |
tree | 1adaa7e3ff72891223705a0bafa978f74d3d3984 /epub/templates/container.xml | |
parent | Improvement of the search results (ToolTips, display). (diff) | |
download | newspipe-0ce90a043eef532a71952e6aac43e6be6affc0f0.tar.gz newspipe-0ce90a043eef532a71952e6aac43e6be6affc0f0.tar.bz2 newspipe-0ce90a043eef532a71952e6aac43e6be6affc0f0.zip |
Added import to EPUB function.
Diffstat (limited to 'epub/templates/container.xml')
-rw-r--r-- | epub/templates/container.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/epub/templates/container.xml b/epub/templates/container.xml new file mode 100644 index 00000000..eecf7a0d --- /dev/null +++ b/epub/templates/container.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<container xmlns="urn:oasis:names:tc:opendocument:xmlns:container" version="1.0"> + <rootfiles> + <rootfile full-path="OEBPS/content.opf" media-type="application/oebps-package+xml"/> + </rootfiles> +</container> |