[Dspace-tech] Help for streaming play video into DSpace 3.2 [ JSPUI XAMLUI ]

2013-10-10 Thread Bhavesh Patel
Hi All,

I Need your help regarding to Streaming and Play Video on DSpace3.2 into
JSPUI  XMLUI.

Please let me know if anyone have integrate this feature.

Thank you.


Thanks  Regards,
*Bhavesh R. Patel *
bhavesh.bece...@gmail.com (Email)

*Websites :*

   - www.bhaveshpatel.info
   - www.onlinequizportal.com
   - www.hindisuvichar.com

Never leave till tomorrow which you can do today

*Please consider the environment before printing this e-mail.*
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/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] AddThis breaks subsequent code

2013-10-10 Thread Nemiz, Elvi
Hello David,

Try to add #160; in between the addthis html tags, eg. a
class=addthis_button_preferred_1#160;/a, based on my experience, the
layout of the site breaks if it encountered empty tags. Hope this helps.

Regards,
Elvi
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/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] Dspace statistics no longer updating

2013-10-10 Thread MARC FELIX
Hi when i view the dspace statisticts it gives me the same figures and date 
range despite the fact that the dspace is in use. The header reads: 

Statistics for dspace on 172.20.22.44 Mar 5, 2013 to Oct 1, 2013. How can i 
make it show up to the current date? Thank you in advance

Regards,

Marc Felix--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/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] default.language

2013-10-10 Thread Webshet, Sisay (ILRI)


We are using dspace 3.1/xmlui version. When doing some export our csv data have 
multiple columns with
Issue date,Issue date[],Issue date [en_us].

I thought it should be fixed by changing the default value on dspace.cfg
# Default language for metadata values
default.language = en_US


is there some other step that should be done to standardize the language 
settings on csv
Thanks
Sisay





--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/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] How to gather usage statistics from your intranet traffic?

2013-10-10 Thread Calloni, Rodrigo
Hello

We have DSpace 1.8 XMLUI.

We would like to know if DSpace is capable of identifying if the income traffic 
is coming from the INTRANET or INTERNET, based on the IP of the user who opened 
the page and downloaded a bitstream.

We have a fixed set of IPs for our INTRANET so we believe it should be possible 
to define if the call came from inside or outside of our network.

How is your experience with this?

Note: we do have CUA module from @mire. So if you also have and are willing to 
share experiences, it will be great.

Best regards
Rodrigo
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/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] Inconsistent hostname in OAI interface

2013-10-10 Thread Jason Sherman
I've done quite a bit of searching and haven't quite figured out a solution
to my problem.  Some info:

Our dspace server uses a reserved (NATed) address.
handle.net communication and HTTP requests are run through an
internet-accessible front end server.  I've really not had any issues with
it since I set it up, but now I'm interested in using the OAI interface and
I'm running into some interesting behavior.

When I do
request?verb=ListMetadataFormats

I get a response like this:
responseDate2013-10-10T10:40:03Z/responseDate
request verb=ListMetadataFormatshttps://10.x.x.x/oai/request
/request
ListMetadataFormats
metadataFormat...

Where 10.x.x.x is the internal address of the dspace server.

When I do
request?verb=ListIdentifiersmetadataPrefix=oai_dcset=com_11076_1

I get a response like this:
responseDate2013-10-10T12:11:24Z/responseDate
request verb=ListIdentifiers metadataPrefix=oai_dc
set=com_11076_1https://10.x.x.x/oai/request/request
ListIdentifiers
header
identifieroai:dspace.library.usao.edu:11076/3/identifier

Where request is still the internal address, but identifier is what I would
expect.

When I do
request?verb=ListRecordsmetadataPrefix=oai_dcset=com_11076_1

I get a response like this:
responseDate2013-10-10T12:11:30Z/responseDate
request verb=ListRecords metadataPrefix=oai_dc set=com_11076_1
https://10.0.253.47/oai/request/request
ListRecords
record
header
identifieroai:dspace.usao.edu:11076/3/identifier

Where request is still the internal address, and the identifier refers to
the hostname of the internal server on our network.  This name isn't
anywhere in our dspace configs.

I've tried various combinations of the following configuration changes:
in [dspace]/config/modules/oai.cfg
ore.authoritative.source = oai
identifier.prefix = dspace.library.usao.edu
dspace.oai.url = https://dspace.library.usao.edu/xmlui

[dspace]/config/oaicat.properties
OAIHandler.baseURL = https://dspace.library.usao.edu/oai

[dspace]/bin/dspace oai import -c
Has no effect.
-- 
Jason Sherman
Systems Librarian
University of Science and Arts of Oklahoma
405.574.1340
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/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] Switch My Account and Discovery position in DSpace XMLUI home page

2013-10-10 Thread KC Roa
Greetings! I want to know how to switch the positions of the boxes in 
the sidebar wrapper. I particularly want to move the Discovery feature 
before the My Account box. What file should I edit, and where to put the 
corresponding code? I made a customized theme, btw. Thank you, in advance.


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/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