On Mon, Oct 29, 2012 at 6:18 AM, [email protected] <[email protected]> wrote: > 1 )Dspace home page theme can be changed.
Hi Parul, that depends whether you're using JSPUI or XMLUI and which XMLUI theme. > 2) Process for importing bulk data. There are actually several ways you can choose from: 1) Batch Metadata Editor (CSV-based) - for metadata only https://wiki.duraspace.org/display/DSDOC18/Batch+Metadata+Editing http://hdl.handle.net/1811/47279 2) Item importer https://wiki.duraspace.org/display/DSDOC18/Importing+and+Exporting+Items+via+Simple+Archive+Format 3) Item packager https://wiki.duraspace.org/display/DSDOC18/Importing+and+Exporting+Content+via+Packages You can also import the Community and Collection Hierarchy https://wiki.duraspace.org/display/DSDOC18/Importing+Community+and+Collection+Hierarchy > 3)creating user other than administration It depends on which authentication method you're using. If you're using PasswordAuthentication, users can register by giving their name and email address and a generated password will be sent to that address. You could use it, too, to register a few users. Please note that you need to have properly configured the SMTP server in DSpace to send emails. Another option is to create the users directly in the "eperson" table (however, this will not send an email to them). The "[dspace]/bin/dspace create-administrator" script is meant to create administrators, but it would be trivial to modify this to create regular users (see CreateAdministrator.java) - I'll suggest that as an improvement for the next DSpace version. > 4) Maximum upload size and how it can be increased . There are several places where you can hit a limit, so you'd have to check them all: * Apache -- LimitRequestBody 0 * Tomcat -- maxPostSize="0" * Cocoon -- see http://sourceforge.net/mailarchive/message.php?msg_id=28478227 Regards, ~~helix84 ------------------------------------------------------------------------------ The Windows 8 Center - In partnership with Sourceforge Your idea - your app - 30 days. Get started! http://windows8center.sourceforge.net/ what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/ _______________________________________________ Dspace-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-general
