mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-22 17:33:07 +00:00

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4660 9c30dcfa-912a-0410-8fc2-9e0234be79fd
31 lines
871 B
XML
31 lines
871 B
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
- new-bitstream-formats.xml
|
|
-
|
|
- New bitstream formats added in DSpace 1.6
|
|
-
|
|
- To load these, run: [dspace]/bin/registry-loader -bitstream new-bitstream-formats.xml
|
|
-->
|
|
|
|
<dspace-bitstream-types>
|
|
|
|
<bitstream-type>
|
|
<mimetype>text/html; charset=utf-8</mimetype>
|
|
<short_description>CC License</short_description>
|
|
<description>Item-specific Creative Commons license agreed upon to submission</description>
|
|
<support_level>1</support_level>
|
|
<internal>true</internal>
|
|
</bitstream-type>
|
|
|
|
<bitstream-type>
|
|
<mimetype>application/rdf+xml; charset=utf-8</mimetype>
|
|
<short_description>RDF XML</short_description>
|
|
<description>RDF serialized in XML</description>
|
|
<support_level>1</support_level>
|
|
<internal>false</internal>
|
|
<extension>rdf</extension>
|
|
</bitstream-type>
|
|
|
|
</dspace-bitstream-types>
|