aboutsummaryrefslogtreecommitdiff
path: root/source/epub/templates/container.xml
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-10-13 10:02:46 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-10-13 10:02:46 +0200
commit0a537520565306301b2efcffcfb0e4c19dc6d9a5 (patch)
treed565b46b7c904a37ee772a7092cfcc4a0eb869a3 /source/epub/templates/container.xml
parentRemoved Sphinx documentation. (diff)
downloadnewspipe-0a537520565306301b2efcffcfb0e4c19dc6d9a5.tar.gz
newspipe-0a537520565306301b2efcffcfb0e4c19dc6d9a5.tar.bz2
newspipe-0a537520565306301b2efcffcfb0e4c19dc6d9a5.zip
Removed epub module.
Diffstat (limited to 'source/epub/templates/container.xml')
-rw-r--r--source/epub/templates/container.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/epub/templates/container.xml b/source/epub/templates/container.xml
deleted file mode 100644
index eecf7a0d..00000000
--- a/source/epub/templates/container.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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>
bgstack15