Hi Ricardo,

Hope you are doing good.

This is in continuation of your query on flexslider and subsequent response on 
dspace's devel list.

We couldn't read whole message as same got truncated. However, basis 
communication we understand that you are looking for document / book reader. 
We've already implemented such viewer successfully at multiple dspace sites. 
Following is one of Dspace instance with viewer which hold more then 20 million 
records and viewer is compatible with moat of browsers and mobile platforms. 
You can see the viewer on this site. Incase if this interest you then we can 
work a demo on your records.

DSpace with viewer URL: http://krishikosh.egranth.ac.in

Should you have any further query or clarification, please feel free to contact 
undersigned.

Regards,
Rajendran
-----Original Message-----
From: [email protected]
Date: Mon, 21 Jul 2014 16:51:44 
To: <[email protected]>
Reply-To: [email protected]
Subject: DSpace-tech Digest, Vol 99, Issue 85

Send DSpace-tech mailing list submissions to
        [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]

You can reach the person managing the list at
        [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.  Problem to upload files (pdf) or items (Yelena Islen San Juan)
   2. Show on a collection of data from a journal
      (Yelena Islen San Juan)
   3. Pointing DSpace to the Internet (Canaanland Bus. ent)
   4. Item count home page Mirage Theme (bender)
   5. flexslider ([email protected])
   6. Re: flexslider (Peter Dietz)


----------------------------------------------------------------------

Message: 1
Date: Fri, 18 Jul 2014 08:14:28 -0400 (EDT)
From: Yelena Islen San Juan <[email protected]>
Subject: [Dspace-tech]  Problem to upload files (pdf) or items
To: dspace-tech <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8

Hi I have this problem in my Dspace and I don't know what to do

Regards

An internal server error occurred on http://localhost:8080/tesis:

Date:       15/07/14 12:39
Session ID: A4A2C462EFC57D5FC2E266C0EC75BA4C
User:        
IP address: 

-- URL Was: http://localhost:8080/tesis/submit
-- Method: POST
-- Parameters were:


Exception:
javax.servlet.ServletException: java.io.IOException: Processing of 
multipart/form-data request failed. 
/opt/tesis/upload/upload__76d9c701_1473ae21297__7fff_00000004.tmp (Permission 
denied)
        at 
org.dspace.app.webui.servlet.SubmissionController.wrapMultipartRequest(SubmissionController.java:1387)
        at 
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:225)
        at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)
        at 
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at 
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:66)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
        at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
        at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Thread.java:636)
Caused by: java.io.IOException: Processing of multipart/form-data request 
failed. /opt/tesis/upload/upload__76d9c701_1473ae21297__7fff_00000004.tmp 
(Permission denied)
        at 
org.dspace.app.webui.util.FileUploadRequest.<init>(FileUploadRequest.java:104)
        at 
org.dspace.app.webui.servlet.SubmissionController.wrapMultipartRequest(SubmissionController.java:1372)
        ... 23 more
Caused by: org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: 
Processing of multipart/form-data request failed. 
/opt/tesis/upload/upload__76d9c701_1473ae21297__7fff_00000004.tmp (Permission 
denied)
        at 
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:367)
        at 
org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:126)
        at 
org.dspace.app.webui.util.FileUploadRequest.<init>(FileUploadRequest.java:70)
        ... 24 more
Caused by: java.io.FileNotFoundException: 
/opt/tesis/upload/upload__76d9c701_1473ae21297__7fff_00000004.tmp (Permission 
denied)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:209)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:160)
        at 
org.apache.commons.io.output.DeferredFileOutputStream.thresholdReached(DeferredFileOutputStream.java:165)
        at 
org.apache.commons.io.output.ThresholdingOutputStream.checkThreshold(ThresholdingOutputStream.java:221)
        at 
org.apache.commons.io.output.ThresholdingOutputStream.write(ThresholdingOutputStream.java:127)
        at org.apache.commons.fileupload.util.Streams.copy(Streams.java:101)
        at org.apache.commons.fileupload.util.Streams.copy(Streams.java:64)
        at 
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:362)
        ... 26 more





------------------------------

Message: 2
Date: Fri, 18 Jul 2014 10:38:35 -0400 (EDT)
From: Yelena Islen San Juan <[email protected]>
Subject: [Dspace-tech] Show on a collection of data from a journal
To: dspace-tech <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8


Hi

I need to know how to display data in a collection from a journal. Thanks

Regards



------------------------------

Message: 3
Date: Sat, 19 Jul 2014 09:56:03 -0700
From: "Canaanland Bus. ent" <[email protected]>
Subject: [Dspace-tech] Pointing DSpace to the Internet
To: "[email protected]"
        <[email protected]>
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"


  

Hi all,

I have successfully installed DSpace on Windows?8 but it is?still running on 
the local system. I need to point this to the internet. Please,?how do I go 
about it?


CEO,?Canaanland Computers
Abuja,?Nigeria
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 4
Date: Sun, 20 Jul 2014 13:13:07 -0400
From: bender <[email protected]>
Subject: [Dspace-tech] Item count home page Mirage Theme
To: dspace-tech <[email protected]>
Message-ID:
        <cae7aya+lsrtxe-ulfhoksj1rz7usybo2le2vgs2kgwp8vqs...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi:

I'm working on a new Home Page for our Repository, and trying to change the
layout of Mirage Theme in Dspace 3.2, adding some new sections to the body.

One of the new sections shows an static list of some of the Collections
presents in the Repository, with the items count of each one.

This is an example of how it should be:

Collection 1 [102]
Collection 2 [29]
Collection 3 [45]
Collection 4 [354]
etc

I want to put this list at any place of the body of my home page.
I think there should be a key code between the [  ], on the
page-structure.xsl file, but I don't know...

Can anyone help me?

bender
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 5
Date: Mon, 21 Jul 2014 09:57:37 -0300
From: [email protected]
Subject: [Dspace-tech] flexslider
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...

------------------------------

Message: 6
Date: Mon, 21 Jul 2014 12:51:36 -0400
From: Peter Dietz <[email protected]>
Subject: Re: [Dspace-tech] flexslider
To: [email protected]
Cc: "[email protected]"
        <[email protected]>
Message-ID:
        <CACL+z9UP=_0F5NpU=dra-s8rx4bl2n8fjp1mihbsmmrrtei...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Ricardo,

I don't have any further information about the "flexslider", but here are
some other image content being presented in DSpace.

When I was at Ohio State, we made a cool image gallery theme:
Ohio State University - Image Gallery
http://kb.osu.edu/dspace/handle/1811/54298

There is also a wiki entry on theme customizations at Ohio State:
https://github.com/osulibraries/DSpace/wiki/XMLUI-Customizations-to-Themes

I no longer work at Ohio State, and am now a DSpace Developer at Longsight,
a service provider for DSpace. One of our projects now, is to build a Book
Reader for DSpace. You can see our in-progress bookreader at:
https://trydspace.longsight.com/handle/123456789/77#page/1/mode/2up

I have a small writeup on these two projects at:
http://peterpants.blogspot.com/2014/07/improving-presentation-of-content-in.html


________________
Peter Dietz
Longsight
www.longsight.com
[email protected]
p: 740-599-5005 x809


On Mon, Jul 21, 2014 at 8:57 AM, <[email protected]> wrote:

> Hi.
>
> I've just seen the dspace.org page where some maps are shown with
> flexslider, I think.
>
> Is there more information on the subject of using flexslider with dspace
> in order to show photo galleries?
>
> Thanks,
>
> Ricardo
>
>
>
> ------------------------------------------------------------------------------
> Want fast and easy access to all the code in your enterprise? Index and
> search up to 200,000 lines of code with a free copy of Black Duck
> Code Sight - the same software that powers the world's largest code
> search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds

------------------------------

_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


End of DSpace-tech Digest, Vol 99, Issue 85
*******************************************
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to