[ 
http://jira.dspace.org/jira/browse/DS-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10824#action_10824
 ] 

Stuart Lewis commented on DS-295:
---------------------------------

This patch changes the bitstream type of all CC licence files to 'CC License' 
(text/html). However there are three licence files created by the 
CreativeCommons code:

1) license_text (this does need changing to 'CC License' - currently 'License')
2) licence_url (this does not need changing to 'CC License' - can stay as 
'License')
3) licence_rdf (this does need changing, but to 'XML' - currently 'License').

Does that sound the best option for each file?

In which case, an extra upgrade SQL step will be needed (as well as slightly 
tweaked code):

UPDATE bitstream SET bitstream_format_id = (SELECT bitstream_format_id FROM 
bitstreamformatregistry WHERE short_description = 'XML') WHERE name = 
'license_rdf' AND source = 'org.dspace.license.CreativeCommons'; 

> CC License being assigned incorrect Mime Type during submission.
> ----------------------------------------------------------------
>
>                 Key: DS-295
>                 URL: http://jira.dspace.org/jira/browse/DS-295
>             Project: DSpace 1.x
>          Issue Type: Bug
>          Components: DSpace API
>    Affects Versions: 1.6.0
>            Reporter: Steven Williams
>            Assignee: Stuart Lewis
>         Attachments: bitstream-format.patch, CreativeCommons.patch
>
>
> The Creative Commons License is sharing the Default License Format with a 
> mime type of text/plain, but the CC License bitstream should have a mime type 
> of  text/html. Browsers that render the CC License depending on the mime type 
> will display the raw HTML/CSS making the CC License unreadable for the 
> average user. To correct this issue a new format needs to be created for the 
> Creative Commons License and the submission process needs to assign the new 
> format. The attached CreativeCommons.patch replaces the assigned "License" 
> format with a "CC License" form. 
> Location to apply patch: 
> dspace-api/src/main/java/org/dspace/license/CreativeCommons.java
> The attached bitstream-formats.xml adds the new CC License format with mime 
> type text/html. This will insure the format is created when dspace is 
> installed.
> Location to apply patch: dspace/config/registries/bitstream-formats.xml
>  
> Credit also goes to Ladd Hanson

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to