From shredder12 at gmail.com Sat Aug 1 05:28:31 2009 From: shredder12 at gmail.com (Shashank Sahni) Date: Sat, 1 Aug 2009 14:58:31 +0530 Subject: [Dspace-general] Trouble while installing dspace.. Message-ID: I am trying to install latest release of dspace on ubuntu jaunty... I was able to successfully run maven on my system.. It downloaded some packages and exited successfully.So, I believe that everything is going right till now... But after that I switched to the dspace user and moved to the required directory [dspace-src]/dspace/target/dspace.ver/ and run the command.. ant fresh_install which exited with a build error problem.. saying that -------------------------------------- password authentication failed for user "dspace" ------------------------------------- Some help plz... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090801/8e82a44a/attachment.htm From hardik at webinito.com Sat Aug 1 09:03:03 2009 From: hardik at webinito.com (Hardik Mishra) Date: Sat, 1 Aug 2009 18:33:03 +0530 Subject: [Dspace-general] Error In Going Live In Dspace Message-ID: Hi Everyone, I want to make my dspace installation live. So, what are changes required in dspace.cfg please let me help. -- Best Regards Hardik Mishra Software Engineer Webinito Networks Give a man a fish, and you feed him for a day. Teach a man to catch fish and you feed him for a lifetime. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090801/84a6b0c7/attachment.htm From hardik at webinito.com Sat Aug 1 09:23:53 2009 From: hardik at webinito.com (Hardik Mishra) Date: Sat, 1 Aug 2009 18:53:53 +0530 Subject: [Dspace-general] CHnages Done Configuration File Message-ID: Hi Everyone, I want to make dspace live. My URL : www.dspace.hostjava.net/dspace I have done these changes in my configuration file ": # DSpace installation directory dspace.dir = /var/www/vhosts/dspace.hostjava.net/httpdocs/dspace # DSpace base URL. Include port number etc., but NOT trailing slash # Change to xmlui if you wish to use the xmlui as the default, or remove # "/jspui" and set webapp of your choice as the "ROOT" webapp in # the servlet engine. dspace.url = http://dspace.hostjava.net/dspace # DSpace host name - should match base URL. Do not include port number dspace.hostname = dspace.hostjava.net # Name of the site dspace.name = DSpace at My University ##### Database settings ##### # Database name ("oracle", or "postgres") db.name = postgres #db.name = postgres #db.name = oracle # URL for connecting to database db.url = jdbc:postgresql://dspace.hostjava.net:5432/dspace #db.url = jdbc:postgresql://localhost:5432/dspace -- Best Regards Hardik Mishra Software Engineer Webinito Networks Give a man a fish, and you feed him for a day. Teach a man to catch fish and you feed him for a lifetime. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090801/52187921/attachment.htm From hardik at webinito.com Sat Aug 1 09:34:49 2009 From: hardik at webinito.com (Hardik Mishra) Date: Sat, 1 Aug 2009 19:04:49 +0530 Subject: [Dspace-general] How to Create Databse in Live Environment Message-ID: Hi Everyone, i want to upload dspace on my domain , i have dspace folder after ant fresh_install. Which i want to upload in hosting space. so , please help me out,. -- Best Regards Hardik Mishra Software Engineer Give a man a fish, and you feed him for a day. Teach a man to catch fish and you feed him for a lifetime. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090801/55be047a/attachment.htm From bollini at cilea.it Sat Aug 1 09:52:27 2009 From: bollini at cilea.it (Andrea Bollini) Date: Sat, 01 Aug 2009 15:52:27 +0200 Subject: [Dspace-general] Trouble while installing dspace.. In-Reply-To: References: Message-ID: <4A74489B.4030309@cilea.it> Hi Shashank, have you properly setup your dbms? (i.e. have you created the dspace user and database in postgres?) and have you customized the required properties of dspace.cfg (see point 4 - http://www.dspace.org/1_5_2Documentation/ch03.html#N10784)? Hope this help, Andrea Shashank Sahni ha scritto: > I am trying to install latest release of dspace on ubuntu jaunty... > I was able to successfully run maven on my system.. > It downloaded some packages and exited successfully.So, I believe that > everything is going right till now... > > But after that I switched to the dspace user and moved to the required > directory > [dspace-src]/dspace/target/dspace.ver/ > > and run the command.. > > ant fresh_install > > which exited with a build error problem.. saying that > -------------------------------------- > password authentication failed for user "dspace" > ------------------------------------- > > Some help plz... > ------------------------------------------------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > -- Dott. Andrea Bollini Project Manager, IT Architect & Systems Integrator Sezione Servizi per le Biblioteche e l'Editoria Elettronica CILEA, http://www.cilea.it tel. +39 06-59292853 cel. +39 348-8277525 --- Disclaimer: the content of this email is confidential and may be privileged, and it must not be disclosed or copied without the sender's consent. If you have received this message in error, please notify the sender and remove it from your system. The content of this email does not constitute legal advice, nor any responsibility is accepted for loss or damage incurred as a result of acting upon its contents or attachments. The statements and opinions expressed in this email are those of the author and do not necessarily reflect those of the employer. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090801/946d7287/attachment.htm From shredder12 at gmail.com Sat Aug 1 13:02:46 2009 From: shredder12 at gmail.com (Shashank Sahni) Date: Sat, 1 Aug 2009 22:32:46 +0530 Subject: [Dspace-general] Trouble while installing dspace.. In-Reply-To: <4A74489B.4030309@cilea.it> References: <4A74489B.4030309@cilea.it> Message-ID: Thankyou Andrea for ur reply. You asked me to check for 3 things i) create the dspace user ii) create the database in postgres iii) proper modifications in dspace.cfg I have checked for dspace user and the database they both have been created. Now the problem is in the dspace.cfg file where I am supposed to enter the db.username and db.password values. Which password is it talking about the OS's user "dspace" passwd or the postgresql user "dspace" passwd.. On Sat, Aug 1, 2009 at 7:22 PM, Andrea Bollini wrote: > Hi Shashank, > have you properly setup your dbms? (i.e. have you created the dspace user > and database in postgres?) > and have you customized the required properties of dspace.cfg (see point 4 > - http://www.dspace.org/1_5_2Documentation/ch03.html#N10784)? > Hope this help, > Andrea > > > Shashank Sahni ha scritto: > > I am trying to install latest release of dspace on ubuntu jaunty... > I was able to successfully run maven on my system.. > It downloaded some packages and exited successfully.So, I believe that > everything is going right till now... > > But after that I switched to the dspace user and moved to the required > directory > [dspace-src]/dspace/target/dspace.ver/ > > and run the command.. > > ant fresh_install > > which exited with a build error problem.. saying that > -------------------------------------- > password authentication failed for user "dspace" > ------------------------------------- > > Some help plz... > > ------------------------------ > > _______________________________________________ > Dspace-general mailing listDspace-general at mit.eduhttp://mailman.mit.edu/mailman/listinfo/dspace-general > > > > -- > Dott. Andrea Bollini > Project Manager, IT Architect & Systems Integrator > Sezione Servizi per le Biblioteche e l'Editoria Elettronica > CILEA, http://www.cilea.it > tel. +39 06-59292853 > cel. +39 348-8277525 > > --- > > Disclaimer: the content of this email is confidential and may be privileged, and it must not be disclosed or copied without the sender's consent. If you have received this message in error, please notify the sender and remove it from your system. The content of this email does not constitute legal advice, nor any responsibility is accepted for loss or damage incurred as a result of acting upon its contents or attachments. > The statements and opinions expressed in this email are those of the author and do not necessarily reflect those of the employer. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090801/bb9b246e/attachment.htm From sdkundu at gmail.com Mon Aug 3 00:51:16 2009 From: sdkundu at gmail.com (Sudip Kundu) Date: Mon, 3 Aug 2009 10:21:16 +0530 Subject: [Dspace-general] modifying homepage Message-ID: <65c9b9150908022151x673cf312ia715b552a4851ad2@mail.gmail.com> dear friends I am using Dspace 1.5 under opensuse linux. How can I modify my default homepage? what is the source file of the text written in default home page? Thanks in advance. -- Thanks & Regards Sudip Kundu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090803/83ad5517/attachment.htm From mkrishna_murthy at hotmail.com Mon Aug 3 03:23:58 2009 From: mkrishna_murthy at hotmail.com (Madaiah krishnamurthy) Date: Mon, 3 Aug 2009 12:53:58 +0530 Subject: [Dspace-general] Dspace-general Digest, Vol 73, Issue 2 In-Reply-To: References: Message-ID: Dear Shashank, Please do the following steps: su -l postgres -c "createuser -U postgres -d -A -P dspace" Passwd: dspace su -l dspace -c "createdb -U dspace -E UNICODE dspace" After this start postgres service Then configure the dspace dspace-src/dspace/config cp dspace.cfg dspace.cfg.ori vi dspace.cfg M.Krishnamurthy Dr.M.Krishnamurthy,M.A.,M.L.I.Sc., PhD. Fulbright Fellow(University of Illinois,USA) Ass Professor, Indian Statistical Institute, Documentation Research and Training Centre 8th Mile Mysore Road Bangalore 560059 Ph: 91-080-28483002/3/5 Fax: 91-080-284482711 > From: dspace-general-request at mit.edu > Subject: Dspace-general Digest, Vol 73, Issue 2 > To: dspace-general at mit.edu > Date: Sun, 2 Aug 2009 12:09:56 -0400 > > Send Dspace-general mailing list submissions to > dspace-general at mit.edu > > To subscribe or unsubscribe via the World Wide Web, visit > http://mailman.mit.edu/mailman/listinfo/dspace-general > or, via email, send a message with subject or body 'help' to > dspace-general-request at mit.edu > > You can reach the person managing the list at > dspace-general-owner at mit.edu > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Dspace-general digest..." > > > Today's Topics: > > 1. Re: Trouble while installing dspace.. (Shashank Sahni) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 1 Aug 2009 22:32:46 +0530 > From: Shashank Sahni > Subject: Re: [Dspace-general] Trouble while installing dspace.. > To: Andrea Bollini > Cc: dspace-general at mit.edu > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > Thankyou Andrea for ur reply. You asked me to check for 3 things > > i) create the dspace user > ii) create the database in postgres > iii) proper modifications in dspace.cfg > > I have checked for dspace user and the database they both have been created. > Now the problem is in the dspace.cfg file where I am supposed to enter the > db.username and db.password values. Which password is it talking about the > OS's user "dspace" passwd or the postgresql user "dspace" passwd.. > > > > On Sat, Aug 1, 2009 at 7:22 PM, Andrea Bollini wrote: > > > Hi Shashank, > > have you properly setup your dbms? (i.e. have you created the dspace user > > and database in postgres?) > > and have you customized the required properties of dspace.cfg (see point 4 > > - http://www.dspace.org/1_5_2Documentation/ch03.html#N10784)? > > Hope this help, > > Andrea > > > > > > Shashank Sahni ha scritto: > > > > I am trying to install latest release of dspace on ubuntu jaunty... > > I was able to successfully run maven on my system.. > > It downloaded some packages and exited successfully.So, I believe that > > everything is going right till now... > > > > But after that I switched to the dspace user and moved to the required > > directory > > [dspace-src]/dspace/target/dspace.ver/ > > > > and run the command.. > > > > ant fresh_install > > > > which exited with a build error problem.. saying that > > -------------------------------------- > > password authentication failed for user "dspace" > > ------------------------------------- > > > > Some help plz... > > > > ------------------------------ > > > > _______________________________________________ > > Dspace-general mailing listDspace-general at mit.eduhttp://mailman.mit.edu/mailman/listinfo/dspace-general > > > > > > > > -- > > Dott. Andrea Bollini > > Project Manager, IT Architect & Systems Integrator > > Sezione Servizi per le Biblioteche e l'Editoria Elettronica > > CILEA, http://www.cilea.it > > tel. +39 06-59292853 > > cel. +39 348-8277525 > > > > --- > > > > Disclaimer: the content of this email is confidential and may be privileged, and it must not be disclosed or copied without the sender's consent. If you have received this message in error, please notify the sender and remove it from your system. The content of this email does not constitute legal advice, nor any responsibility is accepted for loss or damage incurred as a result of acting upon its contents or attachments. > > The statements and opinions expressed in this email are those of the author and do not necessarily reflect those of the employer. > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090801/bb9b246e/attachment-0001.htm > > ------------------------------ > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > > > End of Dspace-general Digest, Vol 73, Issue 2 > ********************************************* _________________________________________________________________ Log on to MSN India for a lowdown on what?s hot in the world today http://in.msn.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090803/2483ec2d/attachment.htm From bollini at cilea.it Mon Aug 3 04:41:56 2009 From: bollini at cilea.it (Andrea Bollini) Date: Mon, 03 Aug 2009 10:41:56 +0200 Subject: [Dspace-general] Trouble while installing dspace.. In-Reply-To: References: <4A74489B.4030309@cilea.it> Message-ID: <4A76A2D4.2090303@cilea.it> Shashank Sahni ha scritto: > .. > Now the problem is in the dspace.cfg file where I am supposed to enter > the db.username and db.password values. Which password is it talking > about the OS's user "dspace" passwd or the postgresql user "dspace" > passwd.. It is the postgresql dspace user password. Andrea PS: if you have again trouble with the installation process please send your request to the tech list (dspace-tech at lists.sourceforge.net) including the full output of the fresh_install command > > > > On Sat, Aug 1, 2009 at 7:22 PM, Andrea Bollini > wrote: > > Hi Shashank, > have you properly setup your dbms? (i.e. have you created the > dspace user and database in postgres?) > and have you customized the required properties of dspace.cfg (see > point 4 - http://www.dspace.org/1_5_2Documentation/ch03.html#N10784)? > Hope this help, > Andrea > > > Shashank Sahni ha scritto: >> I am trying to install latest release of dspace on ubuntu jaunty... >> I was able to successfully run maven on my system.. >> It downloaded some packages and exited successfully.So, I believe >> that everything is going right till now... >> >> But after that I switched to the dspace user and moved to the >> required directory >> [dspace-src]/dspace/target/dspace.ver/ >> >> and run the command.. >> >> ant fresh_install >> >> which exited with a build error problem.. saying that >> -------------------------------------- >> password authentication failed for user "dspace" >> ------------------------------------- >> >> Some help plz... >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Dspace-general mailing list >> Dspace-general at mit.edu >> http://mailman.mit.edu/mailman/listinfo/dspace-general >> > > > -- > Dott. Andrea Bollini > Project Manager, IT Architect & Systems Integrator > Sezione Servizi per le Biblioteche e l'Editoria Elettronica > CILEA, http://www.cilea.it > tel. +39 06-59292853 > cel. +39 348-8277525 > > --- > > Disclaimer: the content of this email is confidential and may be privileged, and it must not be disclosed or copied without the sender's consent. If you have received this message in error, please notify the sender and remove it from your system. The content of this email does not constitute legal advice, nor any responsibility is accepted for loss or damage incurred as a result of acting upon its contents or attachments. > The statements and opinions expressed in this email are those of the author and do not necessarily reflect those of the employer. > > > -- Dott. Andrea Bollini Project Manager, IT Architect & Systems Integrator Sezione Servizi per le Biblioteche e l'Editoria Elettronica CILEA, http://www.cilea.it tel. +39 06-59292853 cel. +39 348-8277525 --- Disclaimer: the content of this email is confidential and may be privileged, and it must not be disclosed or copied without the sender's consent. If you have received this message in error, please notify the sender and remove it from your system. The content of this email does not constitute legal advice, nor any responsibility is accepted for loss or damage incurred as a result of acting upon its contents or attachments. The statements and opinions expressed in this email are those of the author and do not necessarily reflect those of the employer. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090803/0ccc36ab/attachment.htm From moaddeli at eiah.org Tue Aug 4 02:52:51 2009 From: moaddeli at eiah.org (Saeed Moaddeli) Date: Tue, 4 Aug 2009 10:52:51 +0400 Subject: [Dspace-general] Persian translation of Dspace Messages Message-ID: <9e5a100f0908032352u34d74d1fp88ac406a6b64f11c@mail.gmail.com> Hi Dspace-general list, We've been using Dspace in our Institution, Encyclopedia of Iranian Architectural history and we've made customizations and localizations to fit our needs. We've almost finished the task of L10N and I18N and now we want to give back to the community by distributing the message files and patches we've made. Where can I put the messages.properties files? do I need an account on sf.net/projects/dspace/ ? or who should i contact? Bests, Saeed Moaddeli P.S. our repository is available here: http://sohrab.eiah.org:3080/arch ( it's currently in a LAN and the coonection might be a bit slow depending on the time) and here is our website: http://eiah.org (the English version is still Beta here: http://eiah.org/en) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090804/dd5cf486/attachment.htm From timothy at parliaments.info Tue Aug 4 09:59:56 2009 From: timothy at parliaments.info (Timothy Gitonga) Date: Tue, 4 Aug 2009 16:59:56 +0300 Subject: [Dspace-general] version compatibility Message-ID: <591b2a5c0908040659y10eafadfn9f4f9cfd4f224084@mail.gmail.com> hi all, i am working on dspace 1.5.1 and i want to put some addons that are on the dspace home page(mainly the commenting and filtering addons).they are compatible with earlier versions (like 1.1 &1.2).i want them to work with 1.5.1.do i have to edit the code,and if i have to add them will it work if its of a lower version than mine -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090804/ce29881f/attachment.htm From walker.sampson at gmail.com Tue Aug 4 15:28:24 2009 From: walker.sampson at gmail.com (Walker Sampson) Date: Tue, 4 Aug 2009 14:28:24 -0500 Subject: [Dspace-general] Migrating data from MySQL Message-ID: <8733ec7a0908041228p13a8bf6n60189d79daf65e16@mail.gmail.com> Hi all, Apologies in advance if this has already been covered. I have a lot of records stored in a MySQL database. I've just got an instance of DSpace up, and I'd like to migrate the records from MySQL to a collection in DSpace. Has anyone done something similar to this or know what some first steps would be? Thank you, Walker From ottenhoff at longsight.com Tue Aug 4 15:42:52 2009 From: ottenhoff at longsight.com (Sam Ottenhoff) Date: Tue, 04 Aug 2009 15:42:52 -0400 Subject: [Dspace-general] Migrating data from MySQL In-Reply-To: <8733ec7a0908041228p13a8bf6n60189d79daf65e16@mail.gmail.com> References: <8733ec7a0908041228p13a8bf6n60189d79daf65e16@mail.gmail.com> Message-ID: <4A788F3C.8030701@longsight.com> Hi Walker, There are several ways to accomplish your goal, but the most straightforward method will probably be writing a script that connects to your MySQL database, creates a folder for each item, converts your metadata to qualified Dublin Core elements, writes the metadata to disk in the format DSpace expects (dublin_core.xml), places the file object(s) in the folder, and finally, writes a "contents" file containing the names of the file object(s). Once you have a folder for each item in the format DSpace expects, you will be able to import all of the items with one command (bin/import). The next step will be to understand the DSpace import/export XML file. I would start by exporting some items currently in your DSpace instance (see section 9.5.3 of the DSpace 1.5.2 manual). From the export, you will see the structure DSpace expects and will see the details of the dublin_core.xml file. --Sam Walker Sampson wrote: > Hi all, > > Apologies in advance if this has already been covered. > > I have a lot of records stored in a MySQL database. I've just got an > instance of DSpace up, and I'd like to migrate the records from MySQL > to a collection in DSpace. Has anyone done something similar to this > or know what some first steps would be? > > Thank you, > Walker > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > From jatrimble at ysu.edu Tue Aug 4 15:52:09 2009 From: jatrimble at ysu.edu (Jeffrey Trimble) Date: Tue, 04 Aug 2009 15:52:09 -0400 Subject: [Dspace-general] Migrating data from MySQL In-Reply-To: <8733ec7a0908041228p13a8bf6n60189d79daf65e16@mail.gmail.com> References: <8733ec7a0908041228p13a8bf6n60189d79daf65e16@mail.gmail.com> Message-ID: <8B9DB409-1495-4F27-927C-C4A308617905@ysu.edu> Walker, Well, that depends. You could map out an extraction file to the PostgreSQL, but I guess the bigger question is what purposes was the MySQL used for? Was it a prior DSpace installation? (That would make the process somewhat easier). Are these records in MySQL storing Dublin Core Metadata + the bitstream? In a future release there will be a batch editing program that **might** (I use caution here) assist you with the data. Also, there is an excel macro tool that OhioLINK uses to load records and their associated Metadata into DSpace. I think you question needs a little more detail before a solid answer could be given to you. Best wishes, Jeffrey Trimble System LIbrarian William F. Maag Library Youngstown State University 330.941.2483 (Office) jtrimble at cc.ysu.edu http://www.maag.ysu.edu http://digital.maag.ysu.edu "I must not fear. Fear is the mind-killer. I will permit it to pass over me and through me..." --Litany against fear.... On Aug 4, 2009, at 3:28 PM, Walker Sampson wrote: > Hi all, > > Apologies in advance if this has already been covered. > > I have a lot of records stored in a MySQL database. I've just got an > instance of DSpace up, and I'd like to migrate the records from MySQL > to a collection in DSpace. Has anyone done something similar to this > or know what some first steps would be? > > Thank you, > Walker > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090804/8959b045/attachment.htm From walker.sampson at gmail.com Tue Aug 4 17:12:26 2009 From: walker.sampson at gmail.com (Walker Sampson) Date: Tue, 4 Aug 2009 16:12:26 -0500 Subject: [Dspace-general] Migrating data from MySQL In-Reply-To: <8B9DB409-1495-4F27-927C-C4A308617905@ysu.edu> References: <8733ec7a0908041228p13a8bf6n60189d79daf65e16@mail.gmail.com> <8B9DB409-1495-4F27-927C-C4A308617905@ysu.edu> Message-ID: <8733ec7a0908041412q5ca419eav94d3e5482d4c1a44@mail.gmail.com> Hey guys, Thanks for the info, this has been extremely helpful! Here are a few more details: The MySQL database was used with a PHP front-end and was not part of a DSpace installation. It contains simple textual metadata for each record; these are not Dublin Core elements. The MySQL database doesn't store any bitstreams. There are about 1500+ records in the MySQL database. Regarding writing a script to write the records in a Dublin Core XML file, is there a scripting language you suggest? We're running a CentOS 5 server here. Thanks again! On Tue, Aug 4, 2009 at 2:52 PM, Jeffrey Trimble wrote: > Walker, > Well, that depends. ?You could map out an extraction file to the PostgreSQL, > but > I guess the bigger question is what purposes was the MySQL used for? ?Was it > a prior > DSpace installation? ?(That would make the process somewhat easier). > Are these records in MySQL storing Dublin Core Metadata + the bitstream? > In a future release there will be a batch editing program that **might** (I > use caution here) > assist you with the data. ?Also, there is an excel macro tool that OhioLINK > uses > to load records and their associated Metadata into DSpace. > I think you question needs a little more detail before a solid answer could > be given to you. > Best wishes, > Jeffrey Trimble > System LIbrarian > William F. ?Maag Library > Youngstown State University > 330.941.2483 (Office) > jtrimble at cc.ysu.edu > http://www.maag.ysu.edu > http://digital.maag.ysu.edu > "I must not fear. ?Fear is the mind-killer. > I will permit it to pass over me and through me..." > --Litany against fear.... > On Aug 4, 2009, at 3:28 PM, Walker Sampso Apple-interchange-newline"> > > Hi all, > > Apologies in advance if this has already been covered. > > I have a lot of records stored in a MySQL database. I've just got an > instance of DSpace up, and I'd like to migrate the records from MySQL > to a collection in DSpace. Has anyone done something similar to this > or know what some first steps would be? > > Thank you, > Walker > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > > -- Walker Sampson MS in Information Studies, Expected 2010 School of Information, UT Austin http://www.ischool.utexas.edu/~walker From john at lis.upatras.gr Tue Aug 4 17:47:26 2009 From: john at lis.upatras.gr (Tsakonas Giannis) Date: Wed, 05 Aug 2009 00:47:26 +0300 Subject: [Dspace-general] ECDL 2009 - Workshops and Tutorials - Reminder In-Reply-To: <604d3b4869efa5a8f8cecb5c87560d19@upatras.gr> References: <645417f2e26d497d5963ebfcdeb45645@upatras.gr> <604d3b4869efa5a8f8cecb5c87560d19@upatras.gr> Message-ID: Apologies for cross-postings ==================================================================== 13th European Conference on Digital Libraries (ECDL 2009) Corfu, Greece, September 27- October 2, 2009 http://www.ecdl2009.eu/ We are pleased to announce the call for participation in the ECDL 2009 conference and associated workshops and tutorials. This year the conference has attracted a record number of submissions and proposed workshops and tutorials. To register for the conference, please visit: http://www.ionio.gr/conferences/ecdl2009/registration.php The schedule of the conference can be found at: http://www.ionio.gr/conferences/ecdl2009/schedule.php The ECDL 2009 Workshops are: 1. Digital Curation in the Human Sciences 2. Digital Libraries: Interoperability, Best Practices and Modeling Foundations 3. Harvesting Metadata: Practices and Challenges 4. The 8th European Networked Knowledge Organisation Systems (NKOS) Workshop 5. Second Workshop on Very Large Digital Libraries (VLDL 2009) 6. BooksOnline '09: 2nd Workshop on Research Advances in Large Digital Book Collections 7. Workshop on Exploring Musical Information Spaces (WEMIS) 8. 9th International Web Archiving Workshop (IWAW 2009) 9. Conducting a Needs Assessment for a Joint EU-US Digital Library Curriculum 10. Cross-Language Evaluation Forum 2009 Information about the workshops and their schedule can be found at: http://www.ionio.gr/conferences/ecdl2009/workshops.php The ECDL 2009 Tutorials are: 1. Aggregation and reuse of digital objects' metadata from distributed digital libraries by Cezary Mazurek and Marcin Werla (Full day). 2. Knowledge Organization Systems (KOS) in digital libraries by Dagobert Soergel (Full day). 3. Designing user interfaces for interactive information retrieval systems & digital libraries by Harald Reiterer and Hans-Christian Jetter (Half day). 4. Digital preservation: Logical and bit-stream preservation using Plato, EPrints and the Cloud by Adam Field, Hannes Kulovits, Andreas Rauber and David Tarrant (Full day). Information about the tutorials can be found at: http://www.ionio.gr/conferences/ecdl2009/tutorials.php See you in Corfu soon! ==================================================================== From walker.sampson at gmail.com Wed Aug 5 10:13:40 2009 From: walker.sampson at gmail.com (Walker Sampson) Date: Wed, 5 Aug 2009 09:13:40 -0500 Subject: [Dspace-general] Migrating data from MySQL In-Reply-To: <8733ec7a0908041412q5ca419eav94d3e5482d4c1a44@mail.gmail.com> References: <8733ec7a0908041228p13a8bf6n60189d79daf65e16@mail.gmail.com> <8B9DB409-1495-4F27-927C-C4A308617905@ysu.edu> <8733ec7a0908041412q5ca419eav94d3e5482d4c1a44@mail.gmail.com> Message-ID: <8733ec7a0908050713m77566cf0vec33eb1114a76ae4@mail.gmail.com> Sam, thanks for the PHP script. I'll see what I can do with it to let it work with MySQL instead. This project is a bit down the line but it doesn't hurt to plan. I'll let you all know what the solution ends up being! -Walker On Tue, Aug 4, 2009 at 4:12 PM, Walker Sampson wrote: > Hey guys, > > Thanks for the info, this has been extremely helpful! Here are a few > more details: > > The MySQL database was used with a PHP front-end and was not part of a > DSpace installation. It contains simple textual metadata for each > record; these are not Dublin Core elements. The MySQL database doesn't > store any bitstreams. There are about 1500+ records in the MySQL > database. > > Regarding writing a script to write the records in a Dublin Core XML > file, is there a scripting language you suggest? We're running a > CentOS 5 server here. > > Thanks again! > > On Tue, Aug 4, 2009 at 2:52 PM, Jeffrey Trimble wrote: >> Walker, >> Well, that depends. ?You could map out an extraction file to the PostgreSQL, >> but >> I guess the bigger question is what purposes was the MySQL used for? ?Was it >> a prior >> DSpace installation? ?(That would make the process somewhat easier). >> Are these records in MySQL storing Dublin Core Metadata + the bitstream? >> In a future release there will be a batch editing program that **might** (I >> use caution here) >> assist you with the data. ?Also, there is an excel macro tool that OhioLINK >> uses >> to load records and their associated Metadata into DSpace. >> I think you question needs a little more detail before a solid answer could >> be given to you. >> Best wishes, >> Jeffrey Trimble >> System LIbrarian >> William F. ?Maag Library >> Youngstown State University >> 330.941.2483 (Office) >> jtrimble at cc.ysu.edu >> http://www.maag.ysu.edu >> http://digital.maag.ysu.edu >> "I must not fear. ?Fear is the mind-killer. >> I will permit it to pass over me and through me..." >> --Litany against fear.... >> On Aug 4, 2009, at 3:28 PM, Walker Sampso Apple-interchange-newline"> >> >> Hi all, >> >> Apologies in advance if this has already been covered. >> >> I have a lot of records stored in a MySQL database. I've just got an >> instance of DSpace up, and I'd like to migrate the records from MySQL >> to a collection in DSpace. Has anyone done something similar to this >> or know what some first steps would be? >> >> Thank you, >> Walker >> _______________________________________________ >> Dspace-general mailing list >> Dspace-general at mit.edu >> http://mailman.mit.edu/mailman/listinfo/dspace-general >> >> > > > > -- > Walker Sampson > MS in Information Studies, Expected 2010 > School of Information, UT Austin > http://www.ischool.utexas.edu/~walker > -- Walker Sampson MS in Information Studies, Expected 2010 School of Information, UT Austin http://www.ischool.utexas.edu/~walker From jatrimble at ysu.edu Wed Aug 5 10:55:56 2009 From: jatrimble at ysu.edu (Jeffrey Trimble) Date: Wed, 05 Aug 2009 10:55:56 -0400 Subject: [Dspace-general] Migrating data from MySQL In-Reply-To: <8733ec7a0908041412q5ca419eav94d3e5482d4c1a44@mail.gmail.com> References: <8733ec7a0908041228p13a8bf6n60189d79daf65e16@mail.gmail.com> <8B9DB409-1495-4F27-927C-C4A308617905@ysu.edu> <8733ec7a0908041412q5ca419eav94d3e5482d4c1a44@mail.gmail.com> Message-ID: Walter, If you can extract the data out in a cvs file, you could import it into an excel spreadsheet and clean the data up and get it ready to batch import into DSpace. Would you be adding bitstreams to this data at this time? If so, there is an OhioLINK tool that will let you use an excel spreadsheet and through proper preparation you can create the batch importing that DSpace explains in some detail in the documentation. (cf. 9.5 Item Importer and Exporter the most recent documentation). Go to this link and look at the bulk-submission form and see it will help you: http://sites.google.com/a/ohiolink.edu/drmc/bulk-submission If you wanted to migrate just the data over without the metadata, then DSpace 1.6 will have a tool that can take an excel spreadsheet and upload it in batch into DSpace. Hope this helps. Jeffrey Trimble System LIbrarian William F. Maag Library Youngstown State University 330.941.2483 (Office) jtrimble at cc.ysu.edu http://www.maag.ysu.edu http://digital.maag.ysu.edu "I must not fear. Fear is the mind-killer. I will permit it to pass over me and through me..." --Litany against fear.... On Aug 4, 2009, at 5:12 PM, Walker Sampson wrote: > Hey guys, > > Thanks for the info, this has been extremely helpful! Here are a few > more details: > > The MySQL database was used with a PHP front-end and was not part of a > DSpace installation. It contains simple textual metadata for each > record; these are not Dublin Core elements. The MySQL database doesn't > store any bitstreams. There are about 1500+ records in the MySQL > database. > > Regarding writing a script to write the records in a Dublin Core XML > file, is there a scripting language you suggest? We're running a > CentOS 5 server here. > > Thanks again! > > On Tue, Aug 4, 2009 at 2:52 PM, Jeffrey Trimble > wrote: >> Walker, >> Well, that depends. You could map out an extraction file to the >> PostgreSQL, >> but >> I guess the bigger question is what purposes was the MySQL used >> for? Was it >> a prior >> DSpace installation? (That would make the process somewhat easier). >> Are these records in MySQL storing Dublin Core Metadata + the >> bitstream? >> In a future release there will be a batch editing program that >> **might** (I >> use caution here) >> assist you with the data. Also, there is an excel macro tool that >> OhioLINK >> uses >> to load records and their associated Metadata into DSpace. >> I think you question needs a little more detail before a solid >> answer could >> be given to you. >> Best wishes, >> Jeffrey Trimble >> System LIbrarian >> William F. Maag Library >> Youngstown State University >> 330.941.2483 (Office) >> jtrimble at cc.ysu.edu >> http://www.maag.ysu.edu >> http://digital.maag.ysu.edu >> "I must not fear. Fear is the mind-killer. >> I will permit it to pass over me and through me..." >> --Litany against fear.... >> On Aug 4, 2009, at 3:28 PM, Walker Sampso Apple-interchange-newline"> >> >> Hi all, >> >> Apologies in advance if this has already been covered. >> >> I have a lot of records stored in a MySQL database. I've just got an >> instance of DSpace up, and I'd like to migrate the records from MySQL >> to a collection in DSpace. Has anyone done something similar to this >> or know what some first steps would be? >> >> Thank you, >> Walker >> _______________________________________________ >> Dspace-general mailing list >> Dspace-general at mit.edu >> http://mailman.mit.edu/mailman/listinfo/dspace-general >> >> > > > > -- > Walker Sampson > MS in Information Studies, Expected 2010 > School of Information, UT Austin > http://www.ischool.utexas.edu/~walker -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090805/e0990e42/attachment.htm From hardik at webinito.com Thu Aug 6 02:56:32 2009 From: hardik at webinito.com (Hardik Mishra) Date: Thu, 6 Aug 2009 12:26:32 +0530 Subject: [Dspace-general] Creating E Person Message-ID: Hi Everyone, I have installed Dspace 1.5.2 with JSPUI interface. I am admin. I want to create E-PERSON for our staff from ADMINSTER. But in create E-Person , there is no column for default password or like that. So, how can members login ? -- Best Regards Hardik Mishra Software Engineer Webinito Networks Give a man a fish, and you feed him for a day. Teach a man to catch fish and you feed him for a lifetime. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090806/d2597864/attachment.htm From hardik at webinito.com Thu Aug 6 03:14:37 2009 From: hardik at webinito.com (Hardik Mishra) Date: Thu, 6 Aug 2009 12:44:37 +0530 Subject: [Dspace-general] Confusion In Export Message-ID: Hi Everyone, I have installed JSPUI, Dspace1.5.2 In Admin Login , In Community and Collection page on the right side bar There are ADMIN Tools , in that What is the difference between Export Community/Collection And Export(migrate) Community/Collection. Which option is suitable under which circumstances. -- Best Regards Hardik Mishra Software Engineer Webinito Networks Give a man a fish, and you feed him for a day. Teach a man to catch fish and you feed him for a lifetime. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090806/2ec51096/attachment.htm From a.platt at snhu.edu Thu Aug 6 14:09:06 2009 From: a.platt at snhu.edu (Platt, Alice) Date: Thu, 6 Aug 2009 14:09:06 -0400 Subject: [Dspace-general] what does Google Scholar search? Message-ID: <21A0C78DF563664093951E8FFF2F9002025C054DBF67@SNHU-CCR-A.snhu.edu> I feel like I should be able to find the answer to this, but since things have changed over the years I feel I should ask the community to make sure of the answer. What exactly is Google Scholar searching when it crawls into our DSpace repositories? Does it search our metadata? Can it conduct a full-text search of bitstreams in DSpace? Thanks in advance for your response. Alice Platt Digital Initiatives Librarian Shapiro Library Southern New Hampshire University 2500 North River Rd Manchester, NH 03106 USA Please consider the environment before printing this e-mail. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090806/a26952fa/attachment.htm From s.lewis at auckland.ac.nz Thu Aug 6 17:20:07 2009 From: s.lewis at auckland.ac.nz (Stuart Lewis) Date: Fri, 7 Aug 2009 09:20:07 +1200 Subject: [Dspace-general] Confusion In Export In-Reply-To: References: Message-ID: Hi Hardik, A normal export will export all of the items concerned, with all of their metadata. The export could be edited and re-imported back into the repository to update items. The migrate export option will do the same, expect it removes any system-generated metadata such as handle, provenance information and ingest dates. This export can be used to import the same items into a different repository that will want to create its own metadata such as the handle and ingestion date. I hope that helps, Stuart Lewis IT Innovations Analyst and Developer Te Tumu Herenga The University of Auckland Library Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand Ph: 64 9 373-7599 x81928 http://www.library.auckland.ac.nz / P.S. - There is a big overlap in subscribers between dspace-tech and dspace-general, so for technical questions such as this, it is only necessary to send it to dspace-tech. Thanks J From: dspace-general-bounces at mit.edu [mailto:dspace-general-bounces at mit.edu] On Behalf Of Hardik Mishra Sent: Thursday, 6 August 2009 7:15 p.m. To: General List; Tech List Subject: [Dspace-general] Confusion In Export Hi Everyone, I have installed JSPUI, Dspace1.5.2 In Admin Login , In Community and Collection page on the right side bar There are ADMIN Tools , in that What is the difference between Export Community/Collection And Export(migrate) Community/Collection. Which option is suitable under which circumstances. -- Best Regards Hardik Mishra Software Engineer Webinito Networks Give a man a fish, and you feed him for a day. Teach a man to catch fish and you feed him for a lifetime. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090807/22dcf444/attachment.htm From HCurtis at barclaycardus.com Thu Aug 6 19:30:11 2009 From: HCurtis at barclaycardus.com (Curtis, Harrison) Date: Thu, 6 Aug 2009 19:30:11 -0400 Subject: [Dspace-general] DSpace Approved Item - post editing? Message-ID: Once a DSpace Item has been approved and is stored in the repository can it be edited? Does a post edit require a new submission and therefore becomes another instance in the repository? Barclays www.barclaycardus.com This e-mail and any files transmitted with it may contain confidential and/or proprietary information. It is intended solely for the use of the individual or entity who is the intended recipient. Unauthorized use of this information is prohibited. If you have received this in error, please contact the sender by replying to this message and delete this material from any system it may be on. From girija at rri.res.in Thu Aug 6 23:35:22 2009 From: girija at rri.res.in (Girija S.) Date: Fri, 7 Aug 2009 09:05:22 +0530 (IST) Subject: [Dspace-general] DSpace Approved Item - post editing? In-Reply-To: References: Message-ID: Hello! Yes, it can be edited if you log in as administrator. You will find the edit button on the top right hand corner usually. Editing does not add another item to the repository. Girija ------------------------------------------------------------------------------- Girija Srinivasan, Raman Research Institute Library, Tel: +91 80 2361 0122 C V Raman Avenue, Sadashivanagar, Fax: +91 80 2361 0492 Bangalore 560 080, India. Email: girija at rri.res.in On Thu, 6 Aug 2009, Curtis, Harrison wrote: > Once a DSpace Item has been approved and is stored in the repository can > it be edited? Does a post edit require a new submission and therefore > becomes another instance in the repository? > > > Barclays www.barclaycardus.com > > This e-mail and any files transmitted with it may contain confidential and/or proprietary information. It is intended solely for the use of the individual or entity who is the intended recipient. Unauthorized use of this information is prohibited. If you have received this in error, please contact the sender by replying to this message and delete this material from any system it may be on. > > > > _______________________________________________ > Dspace-general mailing list > Dspace-general at mit.edu > http://mailman.mit.edu/mailman/listinfo/dspace-general > From rajeshzone29 at yahoo.co.in Tue Aug 4 00:54:27 2009 From: rajeshzone29 at yahoo.co.in (Rajesh Singh) Date: Tue, 4 Aug 2009 10:24:27 +0530 (IST) Subject: [Dspace-general] CALL FOR REGISTRATION Message-ID: <759224.87126.qm@web8707.mail.in.yahoo.com> Dear Professional Colleagues, I have regularly been updating you and providing various details regarding ICAL- 2009, with a promise to make it a Conference with Difference.? We are thankful to all the professional?? for their overwhelming response to the call for papers.? We have received more than 150 papers contributions, which are in the process of peer review. ? A good number of International experts have already consented to be present in the Conference. This message with all the details has already been communicated. Besides, we are organizing a ?Pre-Conference Tutorial on Virtual Referencing? The experts from OCLC will conduct the tutorial. ? Friends, we expect a similar response for Registration in the conference.? Delhi is the capital of country and all arrangements needs to be made in advance to keep our promise to make it a Conference with Difference.? I request all the professional to register for the conference well in advance and avoid last minute registration.? This will definitely help us to make all necessary arrangements. ? Last date of Registration : 30th August, 2009. For registration for visit: http://crl.du.ac.in/ical09/downloads.htm ? with regards Rajesh Singh Dy. Librarian E-Resources & Training Central Library University Of Delhi DELHI-110 007 011-27666404, 27667848 http://crl.du.ac.in/?? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090804/21f36ff4/attachment.htm From Ina.Smith at up.ac.za Wed Aug 5 15:17:42 2009 From: Ina.Smith at up.ac.za (Ina Smith) Date: Wed, 5 Aug 2009 21:17:42 +0200 Subject: [Dspace-general] South African DSpace Technical Workshop: 7-11 September 2009 Message-ID: <4A79F6F6.1050.00C0.0@up.ac.za> Apologies for cross-postings ====================== WORKSHOP The Universities of Stellenbosch and Pretoria have the pleasure to announce the upcoming DSpace Technical Workshop (http://www.lib.sun.ac.za/dspace/workshop) to be hosted at Stellenbosch University from 7 ? 11 September 2009. This workshop has been designed to address the need for more in-depth DSpace technical training amongst HE academic library services in South Africa (see the workshop program schedule online). It will cover the fundamentals of hosting an Institutional Repository (IR) system, installing the Linux operating system for hosting the IR, installing the latest DSpace repository management software on the operating system, and configuring the Manakin XSLT-based presentation layer of DSpace to allow for greater flexibility in adapting the user interface to the needs of the institution. Staff from both the Universities of Stellenbosch and Pretoria will act as facilitators for this workshop, alongside a DSpace expert from @Mire based at KULEUVEN in Belgium. All parties will bring their respective expertise and knowledge to this workshop in an effort to grow the capacity of South African academic IT specialists and librarians for hosting an IR within their institutions. FUNDING This workshop is made possible with funding from the Durban University of Technology, the NRF, CHELSA and the facilitating institutions (UP and SU). There is no registration fee payable to attend the workshop. Delegates are only required to make their own travel and accommodation arrangements and cover the respective costs incurred in this regard. REGISTRATION Due to practical reasons, workshop attendance is limited to 40 individuals per day. Registration is open for one individual from each South African HE institution (initially) per day, where after additional attendees may register based on the amount of seating still available. Attendance of Day 2 (installing Ubuntu) is a prerequisite for attending Day 3 (installing DSpace 1.5.2). To register for the workshop, please visit: http://www.lib.sun.ac.za/dspace/workshop/registration.htm. Registration closes on Tuesday, 1 September 2009. TECHNICAL ORIENTATION This workshop is more technically focused than previous DSpace workshops presented during the past 5 years in South Africa. It is designed to further the efforts of past facilitators and to build on the existing technical expertise of SA Higher Education IT and Library staff. It will largely be a hands-on workshop presented over the course of 4.5 days. Please refer to the workshop business plan available online for a more detailed objective statement, and intended outcomes of this workshop. Regards, Wouter Klapwijk (SU) and Ina Smith (UP) on behalf of the Workshop Organizing Committee Ina Smith Digital Research Repository (UPSpace) Manager & eApplication Specialist Department of Library Services University of Pretoria Pretoria 0002 South Africa Tel.: +27 12 420 3082 Fax: +27 12 362 5100 Skype: smith.ina E-mail: ina.smith at up.ac.za http://www.library.up.ac.za Disclaimer / Vrywaring This message and attachments are subject to a disclaimer. Please refer to www.up.ac.za/services/it/documentation/docs/ADM1064.pdf for full details. Hierdie boodskap en aanhangsels is aan 'n vrywaringsklousule onderhewig. Volledige besonderhede is by www.up.ac.za/services/it/documentation/docs/ADM1064.pdf beskikbaar. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090805/05695332/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/bmp Size: 300054 bytes Desc: not available Url : http://mailman.mit.edu/pipermail/dspace-general/attachments/20090805/05695332/attachment.bin From Ina.Smith at up.ac.za Thu Aug 6 07:20:16 2009 From: Ina.Smith at up.ac.za (Ina Smith) Date: Thu, 6 Aug 2009 13:20:16 +0200 Subject: [Dspace-general] HELIG Pre-conference workshop on Institutional Repositories: 28 September 2009 Message-ID: <4A7AD890.1050.00C0.0@up.ac.za> Dear all HELIG (LIASA?s Higher Education Libraries Interest Group) offer a pre-conference workshop on Institutional Repositories (DSpace). It will be held on Monday, 28 September from 08:30 - 16:00. Cost of the workshop: R900.00. Target Group: Libraries who haven't implemented a repository yet, or who are in the early stages of implementation (Beginners). Please register (early bird deadline: 15 August 2009): http://www.z2a.co.za/liasa/Conference.aspx/GeneralInformation Preliminary Program: http://www.liasa.org.za/conferences/conference2009/Preliminary_programme.pdf More information: http://www.z2a.co.za/liasa/Information.aspx/GeneralInformation Inquiries: conference2009 at liasa.org.za Kind regards, Ina (on behalf of HELIG, LIASA) Ina Smith Digital Research Repository (UPSpace) Manager & eApplication Specialist Department of Library Services University of Pretoria Pretoria 0002 South Africa Tel.: +27 12 420 3082 Fax: +27 12 362 5100 Skype: smith.ina E-mail: ina.smith at up.ac.za http://www.library.up.ac.za Disclaimer / Vrywaring This message and attachments are subject to a disclaimer. Please refer to www.up.ac.za/services/it/documentation/docs/ADM1064.pdf for full details. Hierdie boodskap en aanhangsels is aan 'n vrywaringsklousule onderhewig. Volledige besonderhede is by www.up.ac.za/services/it/documentation/docs/ADM1064.pdf beskikbaar. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090806/b78aec34/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/bmp Size: 300054 bytes Desc: not available Url : http://mailman.mit.edu/pipermail/dspace-general/attachments/20090806/b78aec34/attachment.bin From alexanderocho at gmail.com Fri Aug 7 23:37:48 2009 From: alexanderocho at gmail.com (Alexander Ochoa =?ISO-8859-1?Q?Ag=FCero?=) Date: Fri, 07 Aug 2009 23:07:48 -0430 Subject: [Dspace-general] Help Message-ID: <1249702668.22945.44.camel@Intrepid> Hello to everyone, I am new with Dspace and I have been looking for help in Internet without any success. I have Installed the aplicati?n in its newest versi?n on GNU/Linux, Tomcat6, Postgres, etcetera. I have trouble when I try to join the file. I always recieve the same note. I am sending it joined to consult. If some one can helt me I appreciate and thanks. Excuse me for my English I speake spanish. Bye -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20090807/79e42cb9/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: An error has occured Type: application/pdf Size: 64065 bytes Desc: not available Url : http://mailman.mit.edu/pipermail/dspace-general/attachments/20090807/79e42cb9/attachment.pdf From jim.tuttle at gmail.com Sat Aug 8 09:28:36 2009 From: jim.tuttle at gmail.com (Jim Tuttle) Date: Sat, 08 Aug 2009 09:28:36 -0400 Subject: [Dspace-general] Spam in source at http://www.dspace.org/index.php Message-ID: <4A7D7D84.2050006@gmail.com> Earlier this week I noticed that the source for http://www.dspace.org/index.php contained a spam div,