Hi.
I'm trying to add a new browse index in my DSpace installation (version 
1.5.2 using oracle) in order to browse by type. I've followed the steps 
specified in the documentation and it seems to work, but I have some 
problems. To the end user we'll use Manakin.

First I add a new index in dspace.cfg:
     webui.browse.index.5  = type:metadata:dc.type.*:text
Then, I run the script to reindex:
     [dspace]/bin/dsrun  org.dspace.browse.IndexBrowser -f -r

After that, the index appears in the front page, in the right column, 
under subjects, but it appears as 
xmlui.ArtifactBrowser.Navigation.browse_type 
<http://persefone.unileon.es:8008/xmlui/browse?type=type>

So I edited messages.xml and added the following lines (where other 
similar are):
     <message 
key="xmlui.ArtifactBrowser.ConfigurableBrowse.title.metadata.type">Browsing 
{0} by Type {1}</message>
     <message 
key="xmlui.ArtifactBrowser.ConfigurableBrowse.trail.metadata.type">Browsing 
{0} by Type</message>

     <message 
key="xmlui.ArtifactBrowser.Navigation.browse_type">Types</message>

    <message 
key="xmlui.ArtifactBrowser.ConfigurableBrowse.type.column_heading">Type</message>

Ok, the problem is:
When the front page is shown (http://root_app/xmlui), in the right 
column the word "Types" can be read (so it seems ok), BUT, when I click 
on "Types", in the browse by type page 
(http://root_app/xmlui/browse?type=type) the "Types" word in that column 
has become into the xmlui.ArtifactBrowser.Navigation.browse_type 
<http://persefone.unileon.es:8008/xmlui/browse?type=type> again. And in 
the main page (not the column) they can be seen the strings:
  xmlui.ArtifactBrowser.ConfigurableBrowse.trail.metadata.type
  xmlui.ArtifactBrowser.ConfigurableBrowse.title.metadata.type
  xmlui.ArtifactBrowser.ConfigurableBrowse.type.column_heading

instead of the translations that I've set in messages.xml.

Any ideas?.

Thanks in advance.

-- 
Carlos Testera González
[email protected]
Tf: 987291000 ext.5568
Universidad de León
Servicio de Informática y Comunicaciones
Edificio CRAI-TIC


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to