diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:11:49 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:11:49 +0000 |
commit | b80de325b75671fe923aac8834caedbe0c795b63 (patch) | |
tree | 5bb64818d4998469fc4d10b96a67bdb8edb668ff /data/odt/META-INF | |
parent | fad620c0042fd55de44c0624c9ac8c726b6311c2 (diff) | |
download | pandoc-b80de325b75671fe923aac8834caedbe0c795b63.tar.gz |
Moved odt-styles -> odt. Changed ODT module to look at user data first.
So if the user has an odt-styles directory in ~/.pandoc, it
will be used instead of the default.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1694 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'data/odt/META-INF')
-rw-r--r-- | data/odt/META-INF/manifest.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/odt/META-INF/manifest.xml b/data/odt/META-INF/manifest.xml new file mode 100644 index 000000000..5ecd5d892 --- /dev/null +++ b/data/odt/META-INF/manifest.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0"> + <manifest:file-entry manifest:media-type="application/vnd.oasis.opendocument.text" manifest:full-path="/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/statusbar/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/accelerator/current.xml"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/accelerator/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/floater/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/popupmenu/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/progressbar/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/menubar/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/toolbar/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/images/Bitmaps/"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Configurations2/images/"/> + <manifest:file-entry manifest:media-type="application/vnd.sun.xml.ui.configuration" manifest:full-path="Configurations2/"/> + <manifest:file-entry manifest:media-type="application/binary" manifest:full-path="layout-cache"/> + <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="content.xml"/> + <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="styles.xml"/> + <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="meta.xml"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Thumbnails/thumbnail.png"/> + <manifest:file-entry manifest:media-type="" manifest:full-path="Thumbnails/"/> + <manifest:file-entry manifest:media-type="text/xml" manifest:full-path="settings.xml"/> +</manifest:manifest>
\ No newline at end of file |