Hello Charles,

just add these tags to your Messages.properties file

jsp.mydspace.request.export.collection  = Export Collection
jsp.mydspace.request.export.item        = Export Item

(this has been fixed in the maintenance branch 1.5.x)

The configuration settings for the item export (which is available afair
for administrators and collection administrators) are in the dspace.cfg:

org.dspace.app.itemexport.work.dir = ${dspace.dir}/exports
org.dspace.app.itemexport.download.dir = ${dspace.dir}/exports/download
org.dspace.app.itemexport.life.span.hours = 48
org.dspace.app.itemexport.max.size = 200


Be aware that the item export exports items regardless of access
restrictions.

hope that helps

Claudia Jürgen

> We recently upgraded our test server to DSpace 1.5.1, and encountered a
> problem with an unresolvable tag in community-home.jsp and
> collection-home.jsp:
>
> <input type="hidden" name="step" value="<%=
> MyDSpaceServlet.REQUEST_EXPORT_ARCHIVE %>" />
>
> As a temporary fix, I found the constant being called and simply
> hard-coded it in; this let us proceed without an error message.  However,
> when we log in, we are now confronted with a mysterious new button,
> labeled jsp.mydspace.request.export collection.  It doesn't have a
> messages.properties key.  It isn't documented anywhere that we can find.
> When one clicks on it, one gets a Malformed Request error.  It seems to
> offer the ability to export collections and communities in archive format
> -- which would indeed be a nifty feature. Is it working for anybody?  Is
> it supposed to be there, or is it something that accidentally snuck in
> from the development branch?
>
> Thanks,
>
> Bill Anderson
> Software Developer
> Digital Library Development
> Georgia Tech Library
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to