David,Thubmails previsualization is activated via these two parameters in dspace.cfg. But thumbnails generation is managed with media-filters. By default, you will see that Dspace comes with jpg and some other image media-filters (used for full-text extraction and some other functionalities, as thumbnails...) . It does not includes pdf-thumbnails extraction. In order to generate these, you must install XPDF and activate the appropiate media-filter. Is somewhat tricky but there are some instructions in the wiki about this process.
regards Emilio El 14/06/2011 18:43, david escribió:
After sending my request to the mailing list I found this on the dspace spanish mailing list:Configuratioin file must be changed /webui.browse.thumbnail.show = *true * and /webui.itemlist.columns = *thumbnail*, dc.date.issued(date), dc.titleThe result what we are looking for is similar to this but with the exception of what we are dealing with are pdfs not images as records.http://dspace.nitle.org/browse?type=title / What we want to show as a thumbnail is the first page of the pdf Thanks Emilio for your interest and help / ---------- Forwarded message ----------From: <[email protected] <mailto:[email protected]>>Date: 14 June 2011 17:30 Subject: DSpace-tech Digest, Vol 62, Issue 25To: [email protected] <mailto:[email protected]>Send DSpace-tech mailing list submissions to[email protected] <mailto:[email protected]>To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/dspace-tech or, via email, send a message with subject or body 'help' to[email protected] <mailto:[email protected]>You can reach the person managing the list at[email protected] <mailto:[email protected]>When replying, please edit your Subject line so it is more specific than "Re: Contents of DSpace-tech digest..." Today's Topics: 1. Re: dspace login link (helix84) 2. Re: DSpace won't send any notification email... (Panyarak Ngamsritragul) 3. Re: Error in Item Import (Hardik Mishra) 4. Re: Image gallery dpace jspui (emilio lorenzo) 5. Access mets fields data from page-structure.xsl file (Maurilio Possi) 6. Re: Change some text in messages.xml - in what directory? And how to make the changes appear? (Data Archivist) ---------------------------------------------------------------------- Message: 1 Date: Tue, 14 Jun 2011 10:54:57 +0200 From: helix84 <[email protected] <mailto:[email protected]>> Subject: Re: [Dspace-tech] dspace login link To: "Shafer, Philip" <[email protected] <mailto:[email protected]>>Cc: "[email protected] <mailto:[email protected]>" <[email protected] <mailto:[email protected]>> Message-ID: <[email protected] <mailto:[email protected]>>Content-Type: text/plain; charset=UTF-8On Mon, Jun 13, 2011 at 22:38, Shafer, Philip <[email protected] <mailto:[email protected]>> wrote: > We have both the PasswordAuthentication and?LDAPHierarchicalAuthentication> enabled, however I only want users to be able to sign in from> the?LDAPHierarchicalAuthentication and use the Password Authentication as a> fall back for a administrators account. ?I was wondering if I can only> display the login for?LDAPHierarchicalAuthentication, or should I disable> the Password Authentication and only enable it when I need to use the > Administrators account? ?What have other institutions done? You can exploit the current behavior (https://jira.duraspace.org/browse/DS-367) because all methods in the stack are tried in that order (regardless of which login form you use) so you can display only one of the specific auth pages (/password-login or /ldap-login) - doesn't matter which one - just link to one of them from the navigation menu. At least that's what I do and it works. Regards, ~~helix84 ------------------------------ Message: 2 Date: Tue, 14 Jun 2011 16:43:45 +0700 (ICT)From: Panyarak Ngamsritragul <[email protected] <mailto:[email protected]>>Subject: Re: [Dspace-tech] DSpace won't send any notification email...To: dspace-tech <[email protected] <mailto:[email protected]>> Message-ID: <[email protected] <mailto:[email protected]>>Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed I found that there is a command line utility to check this, i.e. [DSpace]/bin/dspace test-email After running this command, I got these: -------------------------------------------------------------- About to send test email: - To: [email protected] <mailto:[email protected]> - Subject: DSpace test email - Server: smtp.psu.ac.th <http://smtp.psu.ac.th> Email sent successfully! -------------------------------------------------------------- I then check /var/log/mail.log and found no record that DSpace sent out any email, and of course there is no email in my mailbox. I am running 1.6.2, in Ubuntu 10.04.2 Any suggestion? Panyarak Ngamsritragul Prince of Songkla University On Mon, 13 Jun 2011, Panyarak Ngamsritragul wrote: > > Hi, > > Our DSpace instances suddenly stop sending notification email to > anyone, including those authorized for approving, edit metadata... > > I have checked in the mail.log and could not find any email sent out > from the system. > > Could anyone please point me where I should check to fix the system? > Thank you in advance. > > Panyarak Ngamsritragul > Prince of Songkla University. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ------------------------------ Message: 3 Date: Tue, 14 Jun 2011 06:04:31 -0400 (EDT) From: Hardik Mishra <[email protected] <mailto:[email protected]>> Subject: Re: [Dspace-tech] Error in Item ImportTo: [email protected] <mailto:[email protected]>Cc: [email protected] <mailto:[email protected]>Message-ID: <[email protected] <mailto:[email protected]>>Content-Type: text/plain; charset="us-ascii"; format=flowed Hi Abhishek, It seems to wrong something in the syntax. Pass "-s <sourcedirectory>" name and then try. Hope it helps. Thanks & Regards Hardik Mishra Ahmedabad -Gujarat (India) Message: 3 Date: Mon, 13 Jun 2011 11:35:13 +0530From: Abhishek Raval <[email protected] <mailto:[email protected]>>Subject: [Dspace-tech] problem during import itemTo: [email protected] <mailto:[email protected]> Message-ID: <[email protected] <mailto:banlktin0c%2b3ugzrwfrj%[email protected]>>Content-Type: text/plain; charset="iso-8859-1" * i m trying to import one item , which i exported before ......wen i m going to try so it shows the problem of map file .....as shown below * D:\drive E back up\dspace1.7\dspace\bin>dspace import --add --eperson= [email protected] <mailto:[email protected]> --collection=1 --source=item_export_2011_Jun_13_1_1.zip --mapfile=ma pfile Using DSpace installation in: D:\drive E back up\dspace1.7\dspace Destination collections: Owning Collection: webinito-1 collection Adding items from directory: item_export_2011_Jun_13_1_1.zip Generating mapfile: mapfile java.lang.NullPointerException at java.util.Arrays.sort(Unknown Source) at org.dspace.app.itemimport.ItemImport.addItems(ItemImport.java:606) at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:497) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183) java.lang.NullPointerException Started: 1307943085734 Ended: 1307943086140 Elapsed time: 0 secs (406 msecs) D:\drive E back up\dspace1.7\dspace\bin> ------------------------------ Message: 4 Date: Tue, 14 Jun 2011 12:13:07 +0200 From: emilio lorenzo <[email protected] <mailto:[email protected]>> Subject: Re: [Dspace-tech] Image gallery dpace jspuiTo: [email protected] <mailto:[email protected]>Message-ID: <[email protected] <mailto:[email protected]>> Content-Type: text/plain; charset="iso-8859-1" david, Do you mean Thumbnails? or something different? In the first case, there are plenty of references on Dspace documentation (jpg, tiff and pdf thumbnails, mainly) In the second case... what do you refer with the term "image Gallery"? regards Emilio El 12/06/2011 17:55, David escribi?: > Hi to all the dspace community: >> Is there any way to set up an image gallery or image collection from the covers of the books registred as items. I have seen something close to what we are looking for in manakin theme but we are using jspui theme> > Any help will be grateful. > Enviado desde mi iPad> ------------------------------------------------------------------------------> EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > DSpace-tech mailing list> [email protected] <mailto:[email protected]>> https://lists.sourceforge.net/lists/listinfo/dspace-tech > > -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 1810 bytes Desc: S/MIME Cryptographic Signature ------------------------------ Message: 5 Date: Tue, 14 Jun 2011 11:37:13 -0300From: Maurilio Possi <[email protected] <mailto:[email protected]>>Subject: [Dspace-tech] Access mets fields data from page-structure.xsl fileTo: [email protected] <mailto:[email protected]> Message-ID: <[email protected] <mailto:[email protected]>>Content-Type: text/plain; charset="utf-8" Hello everybody. I'm trying to access the mets fields from the page-structure.xsl file. I'm using Dspace 1.7.0, XMLUI and Mirate theme. In page-structure.xsl file, I added this code: <xsl:template name="dados" match="dim:dim" > <meta property="titulo"> <xsl:attribute name="content"> <xsl:value-of select="dim:field[@element='title'][1]" /> </xsl:attribute> </meta> </xsl:template>and inside the "<xsl:template name="buildHead">" template, I added this call<xsl:call-template name="dados"/> But, this must be wrong. Can anyone help me? Thank you and sorry by my English. -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 6 Date: Tue, 14 Jun 2011 10:30:12 -0500From: Data Archivist <[email protected] <mailto:[email protected]>>Subject: Re: [Dspace-tech] Change some text in messages.xml - in what directory? And how to make the changes appear?To: Magnus Norberg <[email protected] <mailto:[email protected]>>, DSpace techlist <[email protected] <mailto:[email protected]>> Message-ID: <[email protected] <mailto:[email protected]>>Content-Type: text/plain; charset="iso-8859-1" Magnus, Your last reply appears to have been sent only to me, not the [Dspace-tech] list. Sadly, I don't know why some (or All?) the changes you made directly to message.xml are not reflected the logs etc. I suggest the you change the subject line to focus explicitly on the "Why are (some?) manual changes to message.xml not reflected in (the following) outputs". Include explicit details in the body. Sorry I don't have all the answers. Fortunately there are other fish in the pond. Bait your subject line and make another cast. -DA On 6/14/2011 1:45 AM, Magnus Norberg wrote: > But even if I change the message.xml in > /dspace/webapps/xmlui/i18n/messages.xml >> not all changes are seen when running DSpace, for example on the log in page> > do you know why? > > /mango_pango > > ------------------------------------------------------------------------ > Date: Mon, 13 Jun 2011 16:52:59 -0500 > From: [email protected] <mailto:[email protected]>> To: [email protected] <mailto:[email protected]>> CC: [email protected] <mailto:[email protected]> > Subject: Re: [Dspace-tech] Change some text in messages.xml - in what > directory? And how to make the changes appear? > > Oops, I forgot to mention the importance of running updatedb to > populate the database that locate depends on to find files. > > See for example:http://www.go2linux.org/find_locate_files_on_linux > > -DA > > > I find the messages.xml file in my 1.7.1 installation at: > > /dspace/webapps/xmlui/i18n/messages.xml > > The command: locate messages.xml found 7 instances in the > > "src-release" directory-tree but only the instance above > > in the actual dspace installation. > > > Hope that helps, > > -DA > > > On 6/13/2011 1:12 PM, Magnus Norberg wrote: > > Hello everyone, > > I want to change some text in messages.xml - in what directory > should I do this? And how do I make the changes appear? Do I need > to rebuild DSpace? > > Thank you! > > /mango_pango > >> ------------------------------------------------------------------------------> EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > > > _______________________________________________ > DSpace-tech mailing list> [email protected] <mailto:[email protected]> <mailto:[email protected] <mailto:[email protected]>>> https://lists.sourceforge.net/lists/listinfo/dspace-tech > > -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev ------------------------------ _______________________________________________ DSpace-tech mailing list[email protected] <mailto:[email protected]>https://lists.sourceforge.net/lists/listinfo/dspace-tech End of DSpace-tech Digest, Vol 62, Issue 25 ******************************************* -- * * * * * David Castro Sánchez* Departamento de Contenidos [email protected] <mailto:[email protected]> skype:david.castro.sanchezes.linkedin.com/in/davidcastrosanchez <http://es.linkedin.com/in/davidcastrosanchez>*Blobject S.L* t: +34 957 76 00 33 f: +34 957 76 00 33 www.blobject.es <http://www.blobject.es> www.blobject.net <http://www.blobject.net> ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

