[Dspace-tech] Advances search link scoped

2008-11-25 Thread Serhiy Polyakov
Hello,

I use DSpace 1.5.1 with xmlui interface, Reference theme.

I need to change link Advanced Search under Search box on the top
right so that Advanced Search was pointing to search in current
community or collection instead of search with scope selection option.

I mean change link from
xmlui/advanced-search
to
xmlui/handle/123456789/1/advanced-search

Which aspect generate that link?

I see such scoped Advanced Search link is used for
Collection/Community home pages.

Thanks,
Serhiy

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] statistics error

2008-11-25 Thread Shali 9846303531
Dear sir,


When i am taking the statistics of dspace ,*the Most recent general
report*will display but  cant  getting the monthly report  after
December 2007, how
can i change the settings in statistics.


thanking you,

-- 
Shali.K.R
Asst.Librarian(Digital)
Vidya Academy of Science  Technology
Thrissur, Kerala.
Mob:9846303531
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Video files in DSpace

2008-11-25 Thread Jason Stirnaman
Ruby,
I'm guessing what your IT person meant to say was streaming over HTTP, also 
known as progressive download.  This is generally not as good as streaming 
from a dedicated media server like Helix or Flash server, but it may suit your 
purpose.  And you should be able to use progressive download with your 
DSpace-archived content.  If you do not have a streaming media server 
available, then I would recommend converting your video to Flash and use 
progressive download.  I'm not intentionally promoting Flash, but here's a 
pretty good explanation of the differences: 
http://www.adobe.com/devnet/flash/articles/video_guide_02.html .  Since, it 
looks like you're a Windows shop this may be helpful:  
http://www.microsoft.com/windows/windowsmedia/compare/webservvstreamserv.aspx 
Using a streaming media server offers better performance, but then your content 
delivery is typically separated from your archiving.  You'll want to consider 
how or if you'll archive your video in DSpace if you're hosting it on streaming 
media server.
Serving video is a frequent topic of conversation (see 
http://www.mail-archive.com/search?q=videol=dspace-tech%40lists.sourceforge.net)
 on the DSpace lists and there's no silver bullet.  
Also, NITLE, a non-profit DSpace service provider, recently offered a workshop 
on streaming media in DSpace: 
http://www.nitle.org/www/events/841-dspace-virtual-user-community-meeting-3  
May be worth checking out.

Jason


-- 

Jason Stirnaman
Digital Projects Librarian/School of Medicine Support
A.R. Dykes Library, University of Kansas Medical Center
[EMAIL PROTECTED] 
913-588-7319


 On 11/25/2008 at 12:37 AM, in message
[EMAIL PROTECTED],
[EMAIL PROTECTED] wrote:

 Hi!
 
 We would like to upload video files that are produced for the department and
 ideally we would like to archive into the Institution's established DSpace
 instance.
 
 The department's IT people are concerned that the size of the video files 
 could
 cause a major problem with the government's internet traffic (eg cause an
 outage), especially if too many people attempt to access at the same time.  
 We
 currently have one video file on DSpace which is in .wmv format.  The .wmv
 format is not seen as being compact enough to minimise the impact of video 
 files
 (in DSpace) on the government Internet.
 
 A suggestion from our IT person has been streaming HTML as it has a small
 footprint which would make it ideal for this exercise. I don't know what
 streaming HTML is and if it is recommended to work with DSpace.
 
 Is there someone out there who can enlighten me as to what streaming HTML is 
 and
 if it will work in archiving video files in DSpace?
 
 Thanks very much.
 
 Ruby Lindberg
 Electronic Services Librarian
 Northern Territory Department of Health  Community Services
 Northern Territory Government
 www.nt.gov.au/health 
 PO Box 40596, Casuarina, NT
 0811 
   
 
 Building 4, Royal Darwin Hospital, TIWI, NT 0810
 [EMAIL PROTECTED] 
 Ph: +61 8 8922 7913
 Fax: +61 8 8922 
 
 Librarian on Call (DHCS staff)
 Library Catalogue
 eLibrary a new service replacing CROC for DHCS staff - login using your 
 ePass
 username and password
 
 
 
 
 You can't direct the wind but you can adjust the sails.”
 P Please consider our environment before printing this e-mail
 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/ 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/dspace-tech 
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Authorization bug? Admin options show during submission

2008-11-25 Thread Floyd, Randall Dean
Hi all,

I had asked the list about this one last week but didn't get any 
responses, so I'm going to try once more before creating a bug report.

What I am seeing in the XMLUI on DSpace 1.5.1 is that the navigation 
options list contains all of the administrative links for a user 
whether they are an administrator or not.  If the non-admin user clicks 
one of those links they get an authorization error.

At first I thought this was a browser caching problem of some sort, or 
maybe even a CSS visibility error on my part, but if I view the DRI the 
options actually contains the admin-specific link list items in the 
following list sets:

aspect.artifactbrowser.Navigation.list.context
aspect.artifactbrowser.Navigation.list.administrative

In other words, according to the DRI before the transformation, 
DSpace/XMLUI thinks this user should have those list items in their 
context when in actuality they are only authorized to submit to the 
collection.

I can replicate this with the unmodified reference theme and my other 
developer sees it with her own local workstation environments, so I'm 
thinking I can't be the only person to have seen this.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Authorization bug? Admin options show during submission

2008-11-25 Thread Dorothea Salo
I think this is a symptom of a larger problem, which is that the DRI
only seems to have a sense of two kinds of authenticated users: people
with no privileges and people with all privileges.

What I really want to know is a sense of *contextual* privilege: what
can this person do on this page? Knowing that would let me do things
like bring back the edit button on item pages, which I would truly
appreciate.

Dorothea

--
Dorothea Salo[EMAIL PROTECTED]
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493


On Tue, Nov 25, 2008 at 9:45 AM, Floyd,  Randall Dean
[EMAIL PROTECTED] wrote:
 Hi all,

 I had asked the list about this one last week but didn't get any
 responses, so I'm going to try once more before creating a bug report.

 What I am seeing in the XMLUI on DSpace 1.5.1 is that the navigation
 options list contains all of the administrative links for a user
 whether they are an administrator or not.  If the non-admin user clicks
 one of those links they get an authorization error.

 At first I thought this was a browser caching problem of some sort, or
 maybe even a CSS visibility error on my part, but if I view the DRI the
 options actually contains the admin-specific link list items in the
 following list sets:

 aspect.artifactbrowser.Navigation.list.context
 aspect.artifactbrowser.Navigation.list.administrative

 In other words, according to the DRI before the transformation,
 DSpace/XMLUI thinks this user should have those list items in their
 context when in actuality they are only authorized to submit to the
 collection.

 I can replicate this with the unmodified reference theme and my other
 developer sees it with her own local workstation environments, so I'm
 thinking I can't be the only person to have seen this.


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Authorization bug? Admin options show during submission

2008-11-25 Thread Floyd, Randall Dean
A bit more...

After reading again I see that I didn't stress that this only happens 
once a submission starts.  In all other contexts the non-admin user 
does not see admin list options either in the XHTML or the original 
DRI.  As soon as a collection is chosen for submission, the admin list 
items appear.

Quoting Floyd,  Randall Dean [EMAIL PROTECTED]:

 Hi all,

 I had asked the list about this one last week but didn't get any
 responses, so I'm going to try once more before creating a bug report.

 What I am seeing in the XMLUI on DSpace 1.5.1 is that the navigation
 options list contains all of the administrative links for a user
 whether they are an administrator or not.  If the non-admin user clicks
 one of those links they get an authorization error.

 At first I thought this was a browser caching problem of some sort, or
 maybe even a CSS visibility error on my part, but if I view the DRI the
 options actually contains the admin-specific link list items in the
 following list sets:

 aspect.artifactbrowser.Navigation.list.context
 aspect.artifactbrowser.Navigation.list.administrative

 In other words, according to the DRI before the transformation,
 DSpace/XMLUI thinks this user should have those list items in their
 context when in actuality they are only authorized to submit to the
 collection.

 I can replicate this with the unmodified reference theme and my other
 developer sees it with her own local workstation environments, so I'm
 thinking I can't be the only person to have seen this.


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech





-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Video files in DSpace

2008-11-25 Thread Bram Luyten
Hi Ruby,

you are pinpointing two important issues regarding offering online access to
video files:
1) The video files, in wmv format are too large. As a result, downloading
takes a long time for users and the process weighs on the available
bandwidth (both at the user and server side)
2) An infrastructure might be unable to offer more than a certain number of
simultaneous downloads.

Using
a streaming server  video player is primarily a solution for the
first issue. To offer new video's through your streaming server 
player, the files first need to be converted to a streaming format,
for instance FLV (Flash Video).
Flash Video files can be delivered in several different ways:

   - Streamed via RTMP
   to the Flash Player using the Flash Media Server, VCS,
ElectroServer, Wowza Pro, WebORB for .NET or the open source Red5
server.
   - Progressive download via HTTP. This method uses ActionScript to
include an externally hosted Flash Video file client-side for
playback.
   However, unlike streaming using RTMP, HTTP streaming does not
support real-time broadcasting. Streaming via HTTP requires a custom
player and the injection of specific Flash Video metadata containing
the exact starting position in bytes and timecode of each keyframe.
Using this specific information, a custom Flash Video player can
request any part of the Flash Video file starting at a specified
keyframe.

You can determine a fixed bitrate for the converted movies. This will mean
that resolution and quality will be scaled down. An example bitrate is
600kb/sec (this is equal to 75kB/sec ... virtually any client broadband
connection is able to view the files fluently.

The biggest advantage for users, is that they are able to start viewing
immediately, and that they are not required to wait until the full movie is
downloaded. In addition to that, they are able to jump to a certain point
on the video's timeline, and streaming will continue from there.

To make the bridge to the second issue: multiple users viewing
simultaneously always has an impact on the bandwidth, available to your
server. But by using a streaming server  viewer, the bandwidth requirements
per client are fixed, while with normal downloading, one client could
drain the bandwidth with very high download speeds.

To make this clear through an example:
If your server has a 100mbit bandwidth connection, you are able to support
170 simultaneous viewers.  However, if you would offer the videos as
downloadable files, and if you have users with 8mbit connections, this would
mean that you would only be able to serve 12 clients, who are fully using
their own 8mbit connections.

If you are interested in implementing a streaming solution for your DSpace,
@mire offers a DSpace add-on module for streaming video (and audio), please
see http://atmire.com/audiovisual.php. Several streaming servers and players
are possible but the most common setup is using a flash video player and the
Adobe Streaming Server (for Flash video).

with best regards,

Bram Luyten  Lieven Droogmans


@mire NV
Romeinse Straat 18
3001 Heverlee
Belgium
+32 2 888 29 56

http://www.atmire.com - Institutional Repository Solutions
http://www.togather.eu - Before getting together, get [EMAIL PROTECTED]


On Tue, Nov 25, 2008 at 7:37 AM, [EMAIL PROTECTED] wrote:


 Hi!

 We would like to upload video files that are produced for the department
 and
 ideally we would like to archive into the Institution's established DSpace
 instance.

 The department's IT people are concerned that the size of the video files
 could
 cause a major problem with the government's internet traffic (eg cause an
 outage), especially if too many people attempt to access at the same time.
  We
 currently have one video file on DSpace which is in .wmv format.  The .wmv
 format is not seen as being compact enough to minimise the impact of video
 files
 (in DSpace) on the government Internet.

 A suggestion from our IT person has been streaming HTML as it has a small
 footprint which would make it ideal for this exercise. I don't know what
 streaming HTML is and if it is recommended to work with DSpace.

 Is there someone out there who can enlighten me as to what streaming HTML
 is and
 if it will work in archiving video files in DSpace?

 Thanks very much.

 Ruby Lindberg
 Electronic Services Librarian
 Northern Territory Department of Health  Community Services
 Northern Territory Government
 www.nt.gov.au/health
 PO Box 40596, Casuarina, NT

 0811

 Building 4, Royal Darwin Hospital, TIWI, NT 0810
 [EMAIL PROTECTED]
 Ph: +61 8 8922 7913
 Fax: +61 8 8922 

 Librarian on Call (DHCS staff)
 Library Catalogue
 eLibrary a new service replacing CROC for DHCS staff - login using your
 ePass
 username and password




 You can't direct the wind but you can adjust the sails.
 P Please consider our environment before printing this e-mail


 -
 This SF.Net email is sponsored by the 

[Dspace-tech] statistics error

2008-11-25 Thread Shali 9846303531
Dear sir ,

i am getting only 2005 to 2007 on report

*Monthly reports:*
01/2005http://10.1.1.5:8080/dspace/statistics?date=2005-1 |
02/2005 http://10.1.1.5:8080/dspace/statistics?date=2005-2  |
03/2005http://10.1.1.5:8080/dspace/statistics?date=2005-3 |
04/2005 http://10.1.1.5:8080/dspace/statistics?date=2005-4  |
05/2005http://10.1.1.5:8080/dspace/statistics?date=2005-5 |
06/2005 http://10.1.1.5:8080/dspace/statistics?date=2005-6  |
07/2005http://10.1.1.5:8080/dspace/statistics?date=2005-7 |
08/2005 http://10.1.1.5:8080/dspace/statistics?date=2005-8  |
09/2005http://10.1.1.5:8080/dspace/statistics?date=2005-9 |
10/2005 http://10.1.1.5:8080/dspace/statistics?date=2005-10  |
11/2005http://10.1.1.5:8080/dspace/statistics?date=2005-11 |
12/2005 http://10.1.1.5:8080/dspace/statistics?date=2005-12  |
01/2006http://10.1.1.5:8080/dspace/statistics?date=2006-1 |
02/2006 http://10.1.1.5:8080/dspace/statistics?date=2006-2  |
03/2006http://10.1.1.5:8080/dspace/statistics?date=2006-3 |
04/2006 http://10.1.1.5:8080/dspace/statistics?date=2006-4  |
05/2006http://10.1.1.5:8080/dspace/statistics?date=2006-5 |
06/2006 http://10.1.1.5:8080/dspace/statistics?date=2006-6  |
07/2006http://10.1.1.5:8080/dspace/statistics?date=2006-7 |
08/2006 http://10.1.1.5:8080/dspace/statistics?date=2006-8  |
09/2006http://10.1.1.5:8080/dspace/statistics?date=2006-9 |
10/2006 http://10.1.1.5:8080/dspace/statistics?date=2006-10  |
11/2006http://10.1.1.5:8080/dspace/statistics?date=2006-11 |
12/2006 http://10.1.1.5:8080/dspace/statistics?date=2006-12  |  *01/2007* |
02/2007 http://10.1.1.5:8080/dspace/statistics?date=2007-2  |
03/2007http://10.1.1.5:8080/dspace/statistics?date=2007-3 |
04/2007 http://10.1.1.5:8080/dspace/statistics?date=2007-4  |
05/2007http://10.1.1.5:8080/dspace/statistics?date=2007-5 |
06/2007 http://10.1.1.5:8080/dspace/statistics?date=2007-6  |
07/2007http://10.1.1.5:8080/dspace/statistics?date=2007-7 |
08/2007 http://10.1.1.5:8080/dspace/statistics?date=2007-8  |
09/2007http://10.1.1.5:8080/dspace/statistics?date=2007-9 |
10/2007 http://10.1.1.5:8080/dspace/statistics?date=2007-10  |
11/2007http://10.1.1.5:8080/dspace/statistics?date=2007-11 |
12/2007 http://10.1.1.5:8080/dspace/statistics?date=2007-12

i cant getting the report of year 2008 how can i set the date option for
report generation, anybody please help me



-- 
Shali.K.R
Asst.Librarian(Digital)
Vidya Academy of Science  Technology
Thrissur, Kerala.
Mob:9846303531
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Metadata Harvesting

2008-11-25 Thread rathi priya
Hi


I need clear documentation or tutorial that guides me to understand what is

1)Metadata Harvesting.
2)How DSpace supports?for this using OAI protocol.What actually happens
here.
3)Is Handle Server mandatory?
4) Finally how above all linked.

Thanks in advance!

As this is highly required , please anyone help with brief and detail
description.

Thanks
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Accessing sitemap and statistics on XMLUI

2008-11-25 Thread Stuart Lewis
Hi Mika,

 The documentation says that after running generate-sitemaps they
 should be available via URL's such as:
 
 http://dspace.example.com/dspace/sitemap?map=0 - First list of items
 (up to 50,000)
 http://dspace.example.com/dspace/htmlmap - Index sitemap
 
 This seems to work fine in JSPUI, but not in XMLUI. How would I enable
 these in XMLUI?

Unfortunately Sitemaps are one of the few features that the XMLUI interface
does not yet support.
 
 The same goes with DSpace statistics; when do we get them on XMLUI?

They should work fine in 1.5.1, but you'll have to patch it slightly as per
this patch:

http://sourceforge.net/tracker/index.php?func=detailaid=2137425group_id=19
984atid=119984

Thanks,


Stuart
_

Gwasanaethau Gwybodaeth  Information Services
Prifysgol Aberystwyth  Aberystwyth University

E-bost / E-mail: [EMAIL PROTECTED]
 Ffon / Tel: (01970) 622860
_


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] statistics error

2008-11-25 Thread Stuart Lewis
Hi,

 i am getting only 2005 to 2007 on report
 
  Monthly reports:  01/2005
 http://10.1.1.5:8080/dspace/statistics?date=2005-1   |   02/2005
 http://10.1.1.5:8080/dspace/statistics?date=2005-2   |   03/2005
 ...
 http://10.1.1.5:8080/dspace/statistics?date=2007-10   |   11/2007
 http://10.1.1.5:8080/dspace/statistics?date=2007-11   |   12/2007
 http://10.1.1.5:8080/dspace/statistics?date=2007-12
 
 i cant getting the report of year 2008 how can i set the date option for
 report generation, anybody please help me

This is a curious problem as DSpace allows you to specify a start for the
generation of statistics, but not an end date.

Which version of DSpace are you using?

On your statistics homepage, what is the date range it shows at the top?
(Statistics for XYZ / Month Day, Year to Month Day, Year)

Do you have dspace.log.* files in [dspace]/log/ for 2008, and do you also
have monthly .dat files in the same directory for 2008?

It sounds like something is going wrong with the collection of processing of
your log files for 2008.

Thanks,


Stuart
_

Gwasanaethau Gwybodaeth  Information Services
Prifysgol Aberystwyth  Aberystwyth University

E-bost / E-mail: [EMAIL PROTECTED]
 Ffon / Tel: (01970) 622860
_


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech