Re: [Dspace-tech] encoding in introductory text (xmlui)

2008-06-30 Thread Valerio Minetti
Hi,
I had a similar problem with news-xmlui.xml. Our file contains
accented vowels like è, ì etc.
we solved this isssue specifying ISO-8859-1 (latin-1) as charset
directly into the file.

Valerio.

On Fri, Jun 27, 2008 at 2:46 PM, Xaquin Lores [EMAIL PROTECTED] wrote:
 Hi

 I'm having troubles with encodings when writing introductory text (html) of
 communities with Manakin.
 I write:

 html xmlns=http://www.w3.org/1999/xhtml;
 head
 meta http-equiv=content-type content=text/html;
 charset=utf-8 /
 /head
 body

 holá

 /body
 /html

 and the result is hol?
 If I write holaacute; the result is holaacute; , I've also tried text
 with only p and results were the same
 but if I don't write html tags, simply text like holá the result is holá

 With the same database jspui is working ok

 I have checked /tomcat/webapps/manakin/WEB-INF/web.xml and the configuration
 is:

   init-param
   param-namecontainer-encoding/param-name
   param-valueISO-8859-1/param-value
 /init-param

 init-param
   param-nameform-encoding/param-name
  param-valueUTF-8/param-value
 /init-param


 Any ideas?

 Xaquín Lores


 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech





-- 
---

Valerio Minetti

Cpm - Centro produzione Multimediale,
Università degli Studi Milano Bicocca

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] User Help in XMLUI

2008-05-05 Thread Valerio Minetti
Unfortunately there is no user help, but you could add it to your
theme modifying your
custom xsl. A simple trick could be adding a link via xsl and host the
pages on your tomcat or on
a regular web server.

Valerio Minetti

Cpm - Centro produzione Multimediale,
Università degli Studi Milano Bicocca

On Mon, May 5, 2008 at 1:28 PM, Manuela Lodigiani [EMAIL PROTECTED] wrote:
 Hi all,
  perhaps a silly question. Is there any user help in XMLUI ?
  I did find it in JSPUI but not in the Manakin version.

  Thanks a lot,
Manuela

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] URI error

2008-04-29 Thread Valerio Minetti
Hello,
 handle settings can be found in [dspace]/config/dspace.cfg
you will be able to substitute 123456789 with the handle identifier
you purchased from handle.net

Valerio

On Tue, Apr 29, 2008 at 1:39 PM, Hossein Hamam [EMAIL PROTECTED] wrote:



 Dear all,

 When I try to click on the URI of an item in Dspace, I am getting the bellow
 error.

 Where do I configure the settings of the handle? Did anyone face this
 problem before?

 The URI would be: http://hdl.handle.net/123456789/10

 And the Error:
 Error - Naming Authority [123456789] Not Found

 The handle you requested --

 123456789/10

 -- cannot be found.

 Please contact us if you wish to report this error. Please include
 information regarding where you found the handle
 http://193.188.130.22:8080/jspui/handle/123456789/10
 


 Handle System Web Site

 Best Regards,

 Hossein
 -
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
 ___
 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 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace 1.5 themes and source

2008-04-28 Thread Valerio Minetti
  2. Since i've been doing customizations in dspace/ no dspace-source/, how to
  preserve theme through updates and rebuilds? I'll  move changes to
  dspace.cfg and input-forms.xml to dspace-source/, but what to do about
  Custom theme - where in the source three do i put it? dspace/target/ is
  overwritten during maven build, right? do i put it into
  dspace/modules/xmlui/target/xmlui1.5.0/themes/?

[dspace-source]\dspace-xmlui\dspace-xmlui-webapp\src\main\webapp\themes

Maybe you should consider creating a local svn repository and
branching the original dspace source,
in this way you could update platform sources and bring on your custom
themes/aspect development.
(i'm not an svn expert, so feel free to add more details for this operation)

  3. What files do what in xmlui? There is very little documentation as far as
  i can tell. How dri2xhtml/ and dri2xhtml.xsl included in the theme?

look at xml:include directives on top of your xsl theme file.
I suggest you to have a look at w3cschool tutorials about xsl, xslt,
xpath and xquery languages.
http://www.w3schools.com/

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Cleanup throws up this exception.

2008-04-04 Thread Valerio Minetti
Hi,
 according to your log it seems that cleanup is not able to find your
dspace.cfg.
Try checking paths and maybe context variables.

Valerio

On Fri, Apr 4, 2008 at 5:56 AM, Kumar, Kishore (STSD) [EMAIL PROTECTED] wrote:


 Hi ,

 When I run the cleanup  rountine , I get the following Java exception. Does
 n't know what could be the issue here

 [EMAIL PROTECTED] bin]# ./cleanup
 Cleaning the asset store
 FATAL: Can't load configuration
--snip--
 Caused by: java.lang.RuntimeException: Cannot find dspace.cfg
 at
 org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:571)
 at
 org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:113)
 at
 org.dspace.storage.bitstore.BitstreamStorageManager.clinit(BitstreamStorageManager.java:149)
 ... 1 more
 Caused by: java.io.FileNotFoundException: null/config/default.license (No
 such file or directory)
 at java.io.FileInputStream.open(Native Method)
 at java.io.FileInputStream.init(FileInputStream.java:106)
 at java.io.FileInputStream.init(FileInputStream.java:66)
 at
 org.dspace.core.ConfigurationManager.loadConfig(ConfigurationManager.java:515)
 ... 3 more
 Cleanup completed

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Mapping page elements - stylesheets in XMLUI?

2008-04-03 Thread Valerio Minetti
Hi,
 just a quick tip, first of all when you have to deal with templates
defined in some
of the system xslt files like structural.xslt don't modify it but copy
it inside
of your theme xslt. This kind of override is a good practice because
it simplifies
platform upgrade procedures: just backup your custom themes folders and upgrade
from vanilla sources, avoiding the need to hunt/track down all changes
you have done.

About getting properties about your bistreams/items you could try
exporting an item with
org.dspace.app.mets.METSExport   and see which metadata it has.

i hope this could help.

Valerio Minetti

On Tue, Apr 1, 2008 at 8:00 PM, Mark H. Wood [EMAIL PROTECTED] wrote:
  For example, if I need to add a column to
  the table of bitstreams in an item summary or detail view, this part
  of the page seems to be built near the bottom of
  dri2xhtml/DS-METS-1.0-DIM.xsl.  Is there any shortcut around starting
  in dri2xhtml/structural.xsl and pretending to be an XSLT processor
  until the affected template is found?


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech