[Dspace-tech] Enable Thumbnail Preview in Recently Added

2015-02-25 Thread Bobby
Hi Guys.. I have thumbnail preview working for items.. using the xpdf 
way.. I was wondering if there is a way I could make recently added item 
list on dspace to also display thumbnails like we have on this page 
https://atmire.com/preview/ .. could anyone please direct me on how to 
make this so?

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Imagemagick or xpdf or both? DSPACE 5

2015-02-21 Thread Bobby
Thanks so much for this. I think this new direction should be reflected 
in official docs. The Official docs still reflect that xpdf is the 
recommended means of getting quality thumbs with dspace and makes little 
reference to its deprecation in place of imagemagick


On 21/02/2015 20:40, Peter Dietz wrote:

Hi Bobby,

Don't use XPDF, I think we @deprecated it in DSpace 5, and the plan is 
to yank it out of DSpace in a future release. Getting XPDF enabled was 
a complete pain, as the dependencies for it don't readily exist, so 
installation was a heroic effort. Improved image quality of thumbs 
wasn't the main reason for adding imagemagick, installation simplicity 
was the main reason.


The ImageMagick integration is the way to go. Getting it installed it 
probably as simple as yum install ImageMagick. Then run which 
convert to see where it got installed to, i.e. /usr/bin/ or 
/usr/local/bin


I would remove XPDF from filter.plugins in dspace.cfg, once you get 
the image magick route working.


Best of luck!


Peter Dietz
Longsight
www.longsight.com http://www.longsight.com
pe...@longsight.com mailto:pe...@longsight.com
p: 740-599-5005 x809

On Fri, Feb 20, 2015 at 7:38 PM, Bobby bigbrov...@gmail.com 
mailto:bigbrov...@gmail.com wrote:


Hi guys.. quick question.. am new to dspace.. am trying to get media
thumbnail working for pdf.. most docs refer to using the xpdf package
refer to in this doc
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Media_Filters/5.X
however
the official doc for dspace 5 claims it comes with pdf thumbnail
support
using imagemagick and ghostscript .. do I have to disable imagemagick
filter before enabling xpdf? or can both of them co-exist in the same
config file


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and
Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration
 more
Get technology previously reserved for billion-dollar
corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
mailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette:
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Activating Bootstrap Color scheme Mirage 2

2015-02-17 Thread Bobby

Hi guys,

I am relatively new to dspace, trying to do some customization on our 
dpsace 5 instance using the mirage 2 theme. Basically just want to 
change some colour elements. Reading this documentation 
https://wiki.duraspace.org/display/DSDOC5x/XMLUI+Configuration+and+Customization?src=breadcrumbs-parent 
I got the feeling my job would be easier if I  building DSpace using 
one extra maven profile,|mirage2_bootstrap_color_scheme|. I can find 
anywhere how this can be done. can anyone give me pointers?
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] enabling ldap authentication causes java.lang.NullPointerException login error

2013-06-26 Thread Bobby
Thanks, uncommenting the seach scope with 2 as an entry did stop the 
error. But I am still unable to login

When I try logging in using this config

enable = true
autoregister = false
provider_url = ldap://192.168.0.1:389/
id_field = uid
object_context = ou=People,dc=mmp,=ami-net
search_context = ou=People,dc=mmp,o=ami-net
surname_field = sn
search_scope = 2
search.anonymous = true

I get the following error

* The user name and/or password supplied were not valid.

Although I am unable to get any output from dspace logs or catalina log

Would really appreciate if anyone could point me to what I could be 
doing wrong and at least how I can increase the debug on what happens 
when an ldap user tries to login

Best regards


On 24/06/2013 17:27, helix84 wrote:
 Hi Bobby,

 the problem is that while you enabled hierarchical LDAP
 (bind/search/bind), you didn't uncomment any search_scope property.
 Using the default search_scope = 2 is fine in most cases.

 https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-api/src/main/java/org/dspace/authenticate/LDAPAuthentication.java#L391

 Also, please note that you included your password in search.password
 in the authentication-ldap.cfg file you attached to this email. Since
 this is a public mailing list, please make sure you change your
 password.


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] enabling ldap authentication causes java.lang.NullPointerException login error

2013-06-24 Thread Bobby
I guess the best thing is to file a bug. I have complied with everything 
stated in the documentation concerning enabling ldap authentication with 
dspace still I get errors when I try login in. There seem to be a bug 
with the ldap module in dspace 3.1 it would seem

On 21/06/2013 15:02, Bobby wrote:
 Hi guys,

 setting up an institutional repository for my school using dspace 3.1 
 stable running on an Ubuntu 12.04 64bit, apache-tomcat-7.0.30 and 
 jdk1.7.0.21.

 I have everything running without problem until I enabled ldap 
 following this guide 
 https://wiki.duraspace.org/display/DSDOC3x/Authentication+Plugins#AuthenticationPlugins-LDAPAuthentication

 Since enabling ldap, I I have been unable to login (as an ldap user or 
 as a local non ldap user) attempt to login leads to a 
 java.lang.NullPointerException: (I have attached a detailed trace of 
 the error generated when I try to login to this email.)

 I have also attached my authentication.cfg and authentication-ldap.cfg.

 I would really appreciate if someone could tell me what I am doing wrong.

 Kindly note our dspace instance uses xmlui with Mirage theme

 Best
 bigbrovar.




--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette