[Dspace-tech] (no subject)

2011-09-30 Thread Akeredolu Joshua
We can I make my dspace site to be cited through a customised doman
name, that is some thing like http://myworld.edu/xmlui or
http://myworld.edu/jspui instead of http://localhost:8080/xmlui or
http://IP_address:8080? I dont even want the 8080 to appear even. And
how can i make my dspace accessable from other computer in a local
network like an intranet from the computer in which my dspace is
installed? I have tried various means by editing the dspace.cfg but  I
dont seem to get it right please explain to me how I can make other
users access the dspace as an intranet. I am using
windows 7, dspace 1.7.2 and apache tomcat 7.0. Also I tried editing the
tomcat server but it did not share my dspace in the local network.

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Removing Browe by links on a lower level community

2011-09-30 Thread Webshet, Sisay (ILRI)
Hi All,

 

I just add  a number  of browse by links on  messages.xml on the
following sections (advancedsearch.java, configurableBrowse.java, and
Navigation.java.

All links works perfectly on top level and subcommittee as well.

 

But  I want to remove or see  only browse by links for the specific
community Iam browsing. I don't want to see the browse by links for the
top level community  while Iam on the next /lower level community or
collection.

 

 

Can anybody assist on this on how to do this 

 

 

Thanks 

sisay

 

 

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] JSPUI-Greek multilingualism

2011-09-30 Thread Vera Kriezi
Hi,
We try to enable multilingualism in DSpace 1.7.2 (JDK 6, Apache Tomcat 7.0)
for Greek (ISO el) and it is impossible to find the translation file that is
built-in with this version of DSpace.
I've made a search for a message_el.properties file but there were no
results. The only greek I get is in messages_el.xml for XMLUI.

For this reason, I tried to translate the original message.properties file
for greek, place it to the
[dspace-src].../jspui/src/main/resources/messages_el.properties
copied the file also in Tomcat but there were no changes in the Greek text.
Does anyone know:
a) where i can find the file for the translation that I see (when I enable
webui.supported.locales = en, el)

b) how can I edit it

c) if there is no such a translation why my code in the created
file-message_el.properties is not read by the system

Thank you all in advance,

Vera Kriezi
Technical Services of
Music Library Lilian Voudouri
Athens, Greece


-- 
VK
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Setting string-length for collection choosing in the submission process (xmlui)

2011-09-30 Thread Mark H. Wood
I agree that the further the limit is moved out toward the end of the
rendering pipeline, the better the design.  However, I think there's a
deeper issue.

It seems to me that truncation is just about the worst way to deal
with long titles, since titles appearing together are likely to begin
similarly and differ mainly toward the end.  A human would notice the
pattern and perhaps abbreviate the leading words preferentially.

How to apply this heuristic mechanically is an interesting problem.
And we'd probably wind up needing a whole basketful of heuristics and
a strategy routine to select one (or more!) based on another layer of
pattern matching.  Daunting.  Any thoughts on how to shrink this sort
of idea to the proper size?

(This pie-in-the-sky-A.I. could run in batch at the system's leisure,
munching on titles, noticing patterns, and adding hints to the
indicated objects.  Then the rendering machinery can do the Right
Thing with those hints when it finds them.  A well-thought-out
implementation wouldn't be restricted to DSpace, either.)

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Asking whether markets are efficient is like asking whether people are smart.


pgph6zgml3Hoy.pgp
Description: PGP signature
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Tradução pt_BR messages

2011-09-30 Thread Bruno Oliveira
Alguém já traduziu o dspace 1.7.2 para português brasileiro?

Someone has translated the dspace 1.7.2 for Brazilian Portuguese?

At,
Bruno Carvalho
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] XML from dissemination crosswalk

2011-09-30 Thread Jason Stirnaman

I have one (final, I hope) problem. Mark's suggestion is working nicely, except 
that I need to apply a DocType declaration to my output and Saxoutputter 
ignores DTD events. So, while I can use JDOM to apply the declaration, it 
doesn't survive Sax. Is there any other way to render the DocType using JDOM? 
I can set xsl:output in my stylesheet, but then I think I'd have to iterate 
through a collection of items to build a raw document of dim:dim elements and 
then do a second transform somehow invoking a plain ol' XSLT transformer with 
my crosswalk stylesheet to perform a second transform. 
I haven't figured out yet how to setup the plain ol' transformer using my 
stylesheet but it seems it should be something like this 
  DisseminationCrosswalk nlmxwalk = 
(DisseminationCrosswalk)PluginManager.getNamedPlugin(DisseminationCrosswalk.class,nlm);
 

  XSLTransformer nlmtx = nlmxwalk.getTransformer(dissemination); 

  nlmdoc = nlmtx.transform(dimdoc); 

Thanks, 
Jason


Jason Stirnaman
Biomedical Librarian, Digital Projects
A.R. Dykes Library, University of Kansas Medical Center
jstirna...@kumc.edu
913-588-7319


 On 9/21/2011 at 01:49 AM, in message 
 cama9da6i21cxg55eri5twuqdb8z9elp8taj4_7bgmsgosg1...@mail.gmail.com, Mark 
 Diggory mdigg...@atmire.com wrote:


Jason,

Ok, in this case you don't need a packager, what you need is a Cocoon
Generator that renders the Crosswalk to the browser.

Take a look at the OREGenerator...
http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/cocoon/DSpaceOREGenerator.java

It will show how to generate the crosswalk into Cocoon.  You'll find
the Cocoons configuration for the ore.xml generator in the default
sitemap.

map:match pattern=metadata/handle/*/*/ore.xml**
map:generate type=DSpaceOREGenerator
map:parameter name=handle
value={1}/{2}/
map:parameter name=extra
value={3}/
/map:generate
map:serialize type=xml/
/map:match

http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/sitemap.xmap


On Tue, Sep 20, 2011 at 2:35 PM, Jason Stirnaman jstirna...@kumc.edu wrote:
 Here's the follow-up to my previous question.

 I have a crude (but useable) XSLT crosswalk (nlm) in DSpace. It transforms
 DIM metadata to fit the NLM Journal Publishing profile. I can test the
 output successfully with OAI-PMH.

 As it turns out, I don't really need to export bitstreams. I just need the
 metadata for a set of items within a collection that would be specified by
 the end-user/Community Owner. So, if I want just the crosswalk output for
 that set of items and I don't want the OAI protocol wrapper or the
 bitstreams, then do I still need a custom packager for that as in Mark's
 IMSCP example? I expect the answer is yes.

 I think what 'm really wanting is to be able to call the crosswalk as a
 method on the collection, in a RESTful way, and return the output as a
 single XML document for the collection containing each of the transformed
 items.

 Conjured example: handle/2271/883/nlm.xml or nlm/handle/2271/883

 Jason


 Jason Stirnaman
 Biomedical Librarian, Digital Projects
 A.R. Dykes Library, University of Kansas Medical Center
 jstirna...@kumc.edu
 913-588-7319



 --
 All the data continuously generated in your IT infrastructure contains a
 definitive record of customers, application performance, security
 threats, fraudulent activity and more. Splunk takes this data and makes
 sense of it. Business sense. IT sense. Common sense.
 http://p.sf.net/sfu/splunk-d2dcopy1
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech





--

Mark Diggory @mire Inc.
2888 Loker Avenue East, Suite 305, Carlsbad, CA. 92010
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.com
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech