You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2006/03/09 17:28:38 UTC

svn commit: r384545 - /lenya/trunk/src/modules/opendocument/sitemap.xmap

Author: thorsten
Date: Thu Mar  9 08:28:37 2006
New Revision: 384545

URL: http://svn.apache.org/viewcvs?rev=384545&view=rev
Log:
adding mime-type definition to for the odt module

Modified:
    lenya/trunk/src/modules/opendocument/sitemap.xmap

Modified: lenya/trunk/src/modules/opendocument/sitemap.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/opendocument/sitemap.xmap?rev=384545&r1=384544&r2=384545&view=diff
==============================================================================
--- lenya/trunk/src/modules/opendocument/sitemap.xmap (original)
+++ lenya/trunk/src/modules/opendocument/sitemap.xmap Thu Mar  9 08:28:37 2006
@@ -63,7 +63,7 @@
         <map:serialize type="xml"/>
       </map:match>
       <map:match pattern="**.odt">
-        <map:read src="context://lenya/pubs/{page-envelope:publication-id}/content/{page-envelope:area}{page-envelope:document-id}/index_{page-envelope:document-language}.odt"/>
+        <map:read src="context://lenya/pubs/{page-envelope:publication-id}/content/{page-envelope:area}{page-envelope:document-id}/index_{page-envelope:document-language}.odt" mime-type="application/vnd.oasis.opendocument.text"/>
       </map:match>
 
     </map:pipeline>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org