[Dspace-tech] how can i make my dspace mobile compatible......

2010-09-24 Thread shashidhar chaturvedi
Hi. All,

I want to make my dspace website mobile phone compatible.

Please give me suggestion how can i do it..

Thanks in advance


regards

Shashidhar Chaturvedi
Programmer
NIC Trivandrum
shashidharchaturve...@gmail.com
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] IP authentication not working

2010-09-24 Thread Jamil Haddad
  Hello,

I need to enable IP authentication for a community. I've set the below 
in dspace.cfg:


plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
 org.dspace.authenticate.LDAPHierarchicalAuthentication, \
 org.dspace.authenticate.IPAuthentication

and

authentication.ip.PROXY_IP = 10.2.4.20, \
10.2.4.24


I am using the proxies' IPs because browsing on the server from internal 
users is through the above IPs. And in dspace logs, I can see the users 
accessing through the above IPs.
In the Authorization of the community, I let the group PROXY_IP have 
read access. And for it's included collection, I left the default 
Anonymous read. But when browsing, the community is not displayed to 
internal users and they can't view the items.

Is there anything I'm missing in the IP authentication? In the dspace 
GUI, the PROXY_IP has no members. I assume that defining it in 
dspace.cfg is enough.

Thanks in advance for the help.

Regards,

Jamil

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Dspace-general] IP authentication not working

2010-09-24 Thread Keith Gilbertson
There was a bug in DSpace that caused this issue:
http://jira.dspace.org/jira/browse/DS-242

There's a suggested fix in the 24 March comment on that page, or, you can 
upgrade to DSpace 1.6.2, which is the newest release.
--keith


On Sep 24, 2010, at 6:10 AM, Jamil Haddad wrote:

  Forgot to mention that I'm using version 1.6.0.
 
 On 9/24/2010 12:57 PM, Jamil Haddad wrote:
 Hello,
 
 I need to enable IP authentication for a community. I've set the below 
 in dspace.cfg:
 
 
 plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
org.dspace.authenticate.LDAPHierarchicalAuthentication, \
org.dspace.authenticate.IPAuthentication
 
 and
 
 authentication.ip.PROXY_IP = 10.2.4.20, \
   10.2.4.24
 
 
 I am using the proxies' IPs because browsing on the server from 
 internal users is through the above IPs. And in dspace logs, I can see 
 the users accessing through the above IPs.
 In the Authorization of the community, I let the group PROXY_IP 
 have read access. And for it's included collection, I left the default 
 Anonymous read. But when browsing, the community is not displayed to 
 internal users and they can't view the items.
 
 Is there anything I'm missing in the IP authentication? In the dspace 
 GUI, the PROXY_IP has no members. I assume that defining it in 
 dspace.cfg is enough.
 
 Thanks in advance for the help.
 
 Regards,
 
 Jamil
 
 --
 Nokia and ATT present the 2010 Calling All Innovators-North America contest
 Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
 $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
 Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
 http://p.sf.net/sfu/nokia-dev2dev
 ___
 Dspace-general mailing list
 dspace-gene...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-general


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] mp3 harvester for DSpace

2010-09-24 Thread Jason Fowler
My institution (a theological seminary) puts out a great deal of audio on our 
main website, which runs Wordpress. Recently, we decided that we wanted to 
capture any audio placed on our website and put it in our DSpace instance for 
preservation reasons. So, I wrote a brief mp3 harvester in Ruby that takes an 
RSS2 feed, parses it, and checks for new mp3s. If it finds any, it creates a 
SIP for them, uploads them to DSpace, and imports them using the batch 
importer. I thought someone else might find this kind of thing useful, so I 
placed it on the wiki. It works for us, but it's not the most elegant script 
ever, so please excuse the ugliness of it. Here's a link if anyone is 
interested. 

https://wiki.duraspace.org/display/DSPACE/mp3harvester


Jason Fowler, CA, MSLS
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary
President, ALABI
jfow...@sbts.edu

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] how can i make my dspace mobile compatible......

2010-09-24 Thread Sands Alden Fish
Sounds like a question for a UI developer, but one thought is that Cocoon is 
capable of outputting various serializations of response content, so you have a 
couple of avenues, some of which are more involved.  Off the top of my head:  
1.)  Use Cocoon sitemap configuration, user-agent choice logic and a separate 
theme or alternate XSL stylesheets to output customized-for-mobile content, 2.) 
simply refactor/adjust current HTML/CSS to render satisfactorily on 
insert-mobile-device-browser-here, 3.) just add another CSS stylesheet for 
the target browser if CSS changes alone will suffice.


--
sands fish
Software Engineer
MIT Libraries
Technology Research  Development
sa...@mit.edumailto:sa...@mit.edu
E25-131




On Sep 24, 2010, at 4:09 AM, shashidhar chaturvedi wrote:

Hi. All,

I want to make my dspace website mobile phone compatible.

Please give me suggestion how can i do it..

Thanks in advance


regards

Shashidhar Chaturvedi
Programmer
NIC Trivandrum
shashidharchaturve...@gmail.commailto:shashidharchaturve...@gmail.com
ATT1..cATT2..c

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] trying manakin for the 1st time

2010-09-24 Thread Blanco, Jose
I did not get an answer to this, so I thought I try again.

-Jose

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Thursday, September 23, 2010 3:26 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] trying manakin for the 1st time

And having problems 

I'm getting this error when I just to the home url:

org.apache.cocoon.ProcessingException: Sitemap: error when calling sub-sitemap
at map:mount - 
jndi:/blancoj.dev.deepblue.lib.umich.edu/aspects/aspects.xmap:119:72


This is the line in the aspects.xmap file.  It does not seem to like prefix.  
   map:mount uri-prefix={prefix} check-reload= src={aspect}/

Thank you!
Jose

--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech