Re: [Dspace-tech] header changes

2008-10-08 Thread Claudia Jürgen
Hi Irene,

see point 8 at the installation instructions:
[dspace-soruce]dspace/docs/html/ch03.html#N10787

Sunny Greetings

Claudia


Kennedy, Irene schrieb:
 hi claudia 
 
 we last spoke in september unfortunetly due to work commitments with students
 coming back I have not managed to do any dspace work until this morning
 
 anyway I followed your instructions all went well mvn package worked then
 ran ant update after eventually getting the right directory (I Think!!)
 
 the last part deploy new webapplication not sure what you mean sorry
 for being stupid
 
 Irene
 
 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED]
 Sent: 11, September, 2008 16:08
 To: Kennedy, Irene
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] header changes
 
 
 Hi Irene,
 
 with the new maven build process, overlays are used.
 You put your localized/customized sources in
 [dspace-source]/dspace/modules in your case in
 [dspace-source]/dspace/modules/jspui
 run mvn package and then ant update and deploy the new webapplication.
 
 Sunny greetings
 
 Claudia
 
 Kennedy, Irene schrieb:
 Hi guys,

 I need help with changing my header.jsp.  I am running a vanilla install of 
 1.5 on progress in a windows
 environment.  I have been very naughty as I am new to dspace and finding it 
 difficult to get to grips with
 the architecture.  Anyway my point is, I have updated all header.jsp's on my 
 server and inserted my new header image in all directories
 that the dspace image was located.

 I have recompiled my build but still no joy with my header been changed can 
 someone please tell which directory and files
 I need to change in order for my header to be updated.  Also as a sub 
 question to this I want to undertake a training course
 in order to get a better handle on dspace.

 Yours desperate
 Irene 

 __
 Irene Kennedy
 Senior Information Specialist
 Central Server Support Group
 University of Abertay Dundee 
 [EMAIL PROTECTED]
 (01382) 308814 
 The University of Abertay Dundee is a charity registered in Scotland, No: 
 SC016040. 





 

 -
 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] DSpace import throwing SQL connection error

2008-10-08 Thread Mr Havercamp
Thanks for the reply.

I tried your solution and something interesting has happened; the error 
has changed to;

Exception in thread main org.postgresql.util.PSQLException: FATAL: the 
database system is shutting down
at 
org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:275)
at 
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:94)
at 
org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
at 
org.postgresql.jdbc2.AbstractJdbc2Connection.init(AbstractJdbc2Connection.java:116)
at 
org.postgresql.jdbc3.AbstractJdbc3Connection.init(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc3.Jdbc3Connection.init(Jdbc3Connection.java:24)
at org.postgresql.Driver.makeConnection(Driver.java:369)
at org.postgresql.Driver.connect(Driver.java:245)
at java.sql.DriverManager.getConnection(DriverManager.java:582)
at java.sql.DriverManager.getConnection(DriverManager.java:185)
at 
org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:48)
at 
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:290)
at 
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:840)
at org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:175)
at java.sql.DriverManager.getConnection(DriverManager.java:582)
at java.sql.DriverManager.getConnection(DriverManager.java:207)
at 
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:514)
at org.dspace.core.Context.init(Context.java:117)
at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:336)

Does this mean my database is corrupted or am I able to recover from this?

mikan.d.dspace listmail wrote:
 Just a thought; try to run importer by changing to dspace/bin 
 directory first.

 -Mika


 2008/10/7 Mr Havercamp [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]

 I've recently been importing a few thousand records into dspace using
 the import tool that is supplied within the ./bin directory.

 Up until recently I have been importing collections without incident
 until last night when, during an import, I lost my remote
 connection to
 my DSpace server.

 When attempting to resume an import;

 # sudo /path/to/dspace/bin/import -c 123456789/8 -a -R -m
 /path/to/dspace/imports/photographs.log -e [EMAIL PROTECTED] -s
 /path/to/assets/photographs

 the following error is thrown;

 Exception in thread main java.sql.SQLException:
 java.lang.ClassNotFoundException:
at
 
 org.dspace.storage.rdbms.DatabaseManager.initialize(DatabaseManager.java:1555)
at
 
 org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:512)
at org.dspace.core.Context.init(Context.java:117)
at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:336)

 I've checked the logs and have not been able to find any other
 information except for when I restart postgresql I see;

 2008-10-07 12:54:46 UTC LOG:  received smart shutdown request
 2008-10-07 12:54:46 UTC LOG:  autovacuum launcher shutting down
 2008-10-07 12:56:11 UTC LOG:  incomplete startup packet

 Restarting the Postgresql server a number of times fixed the
 problem but
 unfortunately, during the second update I lost the connection
 again and
 this time I get the same outcome above but I cannot seem to
 resolve it.
 I've checked my import log file for incomplete data but it looks fine
 and checking the last record in DSpace show that it was imported
 successfully.

 Any help would be much appreciated as I do not fancy setting up the
 entire dspace database again.

 -
 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=/
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 mailto: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 

Re: [Dspace-tech] DSpace import throwing SQL connection error

2008-10-08 Thread Mr Havercamp
Yes, I've restarted the database a number of times but the problem still 
persists.

I've just restarted it again and tried a re-import and same problem.

During restart, the Postgresql logs report;

2008-10-08 08:22:21 UTC LOG:  incomplete startup packet

mikan.d.dspace listmail wrote:
 To me, it seems your postgres database is not running at all. Shutdown 
 and restart the database (etc/init.d/postqres restart, or similar), 
 then run importer.

 -Mika


 2008/10/8 Mr Havercamp [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]

 Thanks for the reply.

 I tried your solution and something interesting has happened; the
 error has changed to;

 Exception in thread main org.postgresql.util.PSQLException:
 FATAL: the database system is shutting down
   at
 
 org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:275)
   at
 
 org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:94)
   at
 
 org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
   at
 
 org.postgresql.jdbc2.AbstractJdbc2Connection.init(AbstractJdbc2Connection.java:116)
   at
 
 org.postgresql.jdbc3.AbstractJdbc3Connection.init(AbstractJdbc3Connection.java:30)
   at
 org.postgresql.jdbc3.Jdbc3Connection.init(Jdbc3Connection.java:24)
   at org.postgresql.Driver.makeConnection(Driver.java:369)
   at org.postgresql.Driver.connect(Driver.java:245)
   at java.sql.DriverManager.getConnection(DriverManager.java:582)
   at java.sql.DriverManager.getConnection(DriverManager.java:185)
   at
 
 org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:48)
   at
 
 org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:290)
   at
 
 org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:840)
   at
 org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:175)
   at java.sql.DriverManager.getConnection(DriverManager.java:582)
   at java.sql.DriverManager.getConnection(DriverManager.java:207)
   at
 
 org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:514)


   at org.dspace.core.Context.init(Context.java:117)
   at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:336)

 Does this mean my database is corrupted or am I able to recover
 from this?


 mikan.d.dspace listmail wrote:

 Just a thought; try to run importer by changing to dspace/bin
 directory first.

 -Mika


 2008/10/7 Mr Havercamp [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]


I've recently been importing a few thousand records into
 dspace using
the import tool that is supplied within the ./bin directory.

Up until recently I have been importing collections without
 incident
until last night when, during an import, I lost my remote
connection to
my DSpace server.

When attempting to resume an import;

# sudo /path/to/dspace/bin/import -c 123456789/8 -a -R -m
/path/to/dspace/imports/photographs.log -e
 [EMAIL PROTECTED] -s
/path/to/assets/photographs

the following error is thrown;

Exception in thread main java.sql.SQLException:
java.lang.ClassNotFoundException:
   at
  
  
 org.dspace.storage.rdbms.DatabaseManager.initialize(DatabaseManager.java:1555)
   at
  
  
 org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:512)
   at org.dspace.core.Context.init(Context.java:117)
   at
 org.dspace.app.itemimport.ItemImport.main(ItemImport.java:336)

I've checked the logs and have not been able to find any other
information except for when I restart postgresql I see;

2008-10-07 12:54:46 UTC LOG:  received smart shutdown request
2008-10-07 12:54:46 UTC LOG:  autovacuum launcher shutting down
2008-10-07 12:56:11 UTC LOG:  incomplete startup packet

Restarting the Postgresql server a number of times fixed the
problem but
unfortunately, during the second update I lost the connection
again and
this time I get the same outcome above but I cannot seem to
resolve it.
I've checked my import log file for incomplete data but it
 looks fine
and checking the last record in DSpace show that it was
 imported
successfully.

Any help would be much appreciated as I do not fancy
 setting up the
entire dspace database again.

   

Re: [Dspace-tech] DSpace-tech Digest, Vol 30, Issue 16

2008-10-08 Thread Joseph Greene
Thanks Claudia,
I should have mentioned that no 20?? dates appear in the
metadatavalue.text_value field, so I'm wondering where they went -- has
something happened in the transfer from input to database, or is that normal
behaviour? We are using DSpace 1.4.2.

-Original Message-
From: Claudia Jürgen [mailto:[EMAIL PROTECTED] 
Sent: 07 October 2008 15:54
To: Joseph Greene
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace-tech Digest, Vol 30, Issue 16

Hi Joseph,

the date will be stored in the mangled form. So if you got an item with 
dc.date.issued= 20?? imported or created a mangled date via editing an 
item, it will lead to some problems
- it will not be displayed properly in default item display
- it will not appear in browse lists
and so on.

At the moment there is no metadata type to represent fuzzy dates, or 
something like 123 b.c ... For the time being it might be best to create 
an own metadata field for it and not use it as date type.

Hope that helps

Claudia Jürgen


Joseph Greene schrieb:
 Hello all,
 
 I'm reviewing our metadata input and would like to know if anyone knows
what
 happens to 'mangled dates'? We had been putting years in like 20?? When
 unsure of the exact publication date and I've found the following in the
 logs:
 
 2008-07-31 12:26:53,293 WARN  org.dspace.content.DCDate @ Mangled date:
20??
 Exception: java.lang.NumberFormatException: For input string: 20??
 
 How does DSpace handle this error-- what happens to the date?
 What do others do to represent unknown dates?
 
 Many thanks,
 
 Joseph Greene
 Institutional Repository Project Manager
 325 James Joyce Library
 University College Dublin
 Belfield, Dublin 4
 
 353 (0)1 716 7398
 [EMAIL PROTECTED]
 http://irserver.ucd.ie/dspace/
 
 
 -
 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] DSpace-tech Digest, Vol 30, Issue 16

2008-10-08 Thread Claudia Jürgen
Hi Joseph,

this is normal behavior. You are not able to enter a year like 20?? in 
the submission form in a date field.  But you're able to have (which you 
shouldn't) date like that by editing the item or importing it.

Claudia Jürgen





Joseph Greene schrieb:
 Thanks Claudia,
 I should have mentioned that no 20?? dates appear in the
 metadatavalue.text_value field, so I'm wondering where they went -- has
 something happened in the transfer from input to database, or is that normal
 behaviour? We are using DSpace 1.4.2.
 
 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED] 
 Sent: 07 October 2008 15:54
 To: Joseph Greene
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] DSpace-tech Digest, Vol 30, Issue 16
 
 Hi Joseph,
 
 the date will be stored in the mangled form. So if you got an item with 
 dc.date.issued= 20?? imported or created a mangled date via editing an 
 item, it will lead to some problems
 - it will not be displayed properly in default item display
 - it will not appear in browse lists
 and so on.
 
 At the moment there is no metadata type to represent fuzzy dates, or 
 something like 123 b.c ... For the time being it might be best to create 
 an own metadata field for it and not use it as date type.
 
 Hope that helps
 
 Claudia Jürgen
 
 
 Joseph Greene schrieb:
 Hello all,

 I'm reviewing our metadata input and would like to know if anyone knows
 what
 happens to 'mangled dates'? We had been putting years in like 20?? When
 unsure of the exact publication date and I've found the following in the
 logs:

 2008-07-31 12:26:53,293 WARN  org.dspace.content.DCDate @ Mangled date:
 20??
 Exception: java.lang.NumberFormatException: For input string: 20??

 How does DSpace handle this error-- what happens to the date?
 What do others do to represent unknown dates?

 Many thanks,

 Joseph Greene
 Institutional Repository Project Manager
 325 James Joyce Library
 University College Dublin
 Belfield, Dublin 4

 353 (0)1 716 7398
 [EMAIL PROTECTED]
 http://irserver.ucd.ie/dspace/


 -
 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

-
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] DSpace import throwing SQL connection error

2008-10-08 Thread Mr Havercamp
Well good news. I carried out an upgrade on our Ubuntu server and had to 
reboot it due to a kernel update. When it came back up, I started the 
import again and it's working.

Not sure what has happened here but I'm wondering if simply restarting 
the postgres daemon is not enough and whether I need to restart it using 
something more than;

sudo /etc/init.d/postgresql restart

Thanks again for the help.

mikan.d.dspace listmail wrote:
 To me, it seems your postgres database is not running at all. Shutdown 
 and restart the database (etc/init.d/postqres restart, or similar), 
 then run importer.

 -Mika


 2008/10/8 Mr Havercamp [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]

 Thanks for the reply.

 I tried your solution and something interesting has happened; the
 error has changed to;

 Exception in thread main org.postgresql.util.PSQLException:
 FATAL: the database system is shutting down
   at
 
 org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:275)
   at
 
 org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:94)
   at
 
 org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
   at
 
 org.postgresql.jdbc2.AbstractJdbc2Connection.init(AbstractJdbc2Connection.java:116)
   at
 
 org.postgresql.jdbc3.AbstractJdbc3Connection.init(AbstractJdbc3Connection.java:30)
   at
 org.postgresql.jdbc3.Jdbc3Connection.init(Jdbc3Connection.java:24)
   at org.postgresql.Driver.makeConnection(Driver.java:369)
   at org.postgresql.Driver.connect(Driver.java:245)
   at java.sql.DriverManager.getConnection(DriverManager.java:582)
   at java.sql.DriverManager.getConnection(DriverManager.java:185)
   at
 
 org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:48)
   at
 
 org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:290)
   at
 
 org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:840)
   at
 org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:175)
   at java.sql.DriverManager.getConnection(DriverManager.java:582)
   at java.sql.DriverManager.getConnection(DriverManager.java:207)
   at
 
 org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:514)


   at org.dspace.core.Context.init(Context.java:117)
   at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:336)

 Does this mean my database is corrupted or am I able to recover
 from this?


 mikan.d.dspace listmail wrote:

 Just a thought; try to run importer by changing to dspace/bin
 directory first.

 -Mika


 2008/10/7 Mr Havercamp [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]


I've recently been importing a few thousand records into
 dspace using
the import tool that is supplied within the ./bin directory.

Up until recently I have been importing collections without
 incident
until last night when, during an import, I lost my remote
connection to
my DSpace server.

When attempting to resume an import;

# sudo /path/to/dspace/bin/import -c 123456789/8 -a -R -m
/path/to/dspace/imports/photographs.log -e
 [EMAIL PROTECTED] -s
/path/to/assets/photographs

the following error is thrown;

Exception in thread main java.sql.SQLException:
java.lang.ClassNotFoundException:
   at
  
  
 org.dspace.storage.rdbms.DatabaseManager.initialize(DatabaseManager.java:1555)
   at
  
  
 org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:512)
   at org.dspace.core.Context.init(Context.java:117)
   at
 org.dspace.app.itemimport.ItemImport.main(ItemImport.java:336)

I've checked the logs and have not been able to find any other
information except for when I restart postgresql I see;

2008-10-07 12:54:46 UTC LOG:  received smart shutdown request
2008-10-07 12:54:46 UTC LOG:  autovacuum launcher shutting down
2008-10-07 12:56:11 UTC LOG:  incomplete startup packet

Restarting the Postgresql server a number of times fixed the
problem but
unfortunately, during the second update I lost the connection
again and
this time I get the same outcome above but I cannot seem to
resolve it.
I've checked my import log file for incomplete data but it
 looks fine
and checking the last record in DSpace show that it was
 imported

[Dspace-tech] Google Analytics

2008-10-08 Thread John Springett
I'm struggling to find any information on which pages I need to place the
google analytics code. We are using dspace 1.5.

Any advice would be much appreciated.

Thanks

 

 

John Springett
Assistant Systems Manager


University of East London 



 

  Phone: 0208 223 2708

 Mobile: 07834 023597

  Fax: 0208 223 2804

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

   UEL--

www.uel.ac.uk/lls http://www.uel.ac.uk/lls 

Room BS.1.06
Library and Learning Services-
Docklands Campus 
London E16 2RD- 

 

 

 

-
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] Google Analytics

2008-10-08 Thread Bram Luyten
Dear John,

if you are using the JSP interface, you can include it in the footer.jsp.
If you are using manakin, you can customize the footer in the main xsl file
of your theme.

best regards,

Bram Luyten

@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 Wed, Oct 8, 2008 at 4:49 PM, John Springett [EMAIL PROTECTED]wrote:

  I'm struggling to find any information on which pages I need to place the
 google analytics code. We are using dspace 1.5.

 Any advice would be much appreciated.

 Thanks





 *John Springett*
 Assistant Systems Manager

 
 *University of East London** *



   Phone: 0208 223 2708

  Mobile: 07834 023597

   Fax: 0208 223 2804

 [EMAIL PROTECTED] [EMAIL PROTECTED]

 *  * *UEL**--***

 www.uel.ac.uk/lls

 Room BS.1.06
 Library and Learning Services-
 Docklands Campus
 London E16 2RD-







 -
 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] Two more questions regarding handles

2008-10-08 Thread Jason Fowler
First, and most important, Handle.net is not resolving my prefix. I know it's 
probably a problem on my end. My firewall is open for incoming and outgoing on 
the appropriate ports. However, I keep getting this error in my handle server 
error log:

2008/10/08 11:41:54 CDT 100 class net.handle.server.HdlHttpInterface: Error 
setting up server socket: java.net.BindException: Cannot assign requested 
address

Any ideas as to what might be causing this?

Second, when I first set up my handle configuration, I accidentally had a small 
bit of whitespace after the prefix in dspace.cfg. Now, every item i add has a 
handle prefix that looks like this: handle/10392 /11

Any ideas as to how I should go about correcting this?

Thanks,

Jason Fowler, CA
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary
502-897-4573
[EMAIL PROTECTED]

-
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] current status of UTF-8 in dspace and XML-UI / Manakin

2008-10-08 Thread kim
Hi Stuart,

I'm replying to the list in case this helps anyone else, or, more  
probably, in case someone can point out the stupidity of my workaround  
when importing items.

What problems are you suffering exactly? Funky characters showing up instead?

If you take a look at http://hdl.handle.net/10289/875, the  
dc.identifier.citation field uses macrons (eg. Māori). We've had no  
real problem with this. That's Dspace 1.4.2, JSPUI.

I didn't have a lot to do with content on the server I've linked to  
there, but I've recently been importing large numbers of theses and  
dissertations from an ADT repository to a test Dspace server, and have  
had to convert a lot of UTF-8 characters like vowels with macrons and  
umlauts into their HTML equivalents to satisfy  
org.dspace.app.itemimport.ItemImport. A Maori macron a is #257;,  
for example.

This might have very bad side effects when any non-HTML manipulation  
or indexing of metadata is going on, so I welcome any criticism or  
pointers there.
(For instance, authors' names with umlaut-u in them display fine when  
browsing by title or after a search, but click that author's name to  
start a new 'browse by author', and the character becomes garbled and  
no search results are found.)

It also doesn't really address your problem specifically, as you  
aren't necessarily using ItemImport.

Feel free to reply offlist.

Cheers,

Kim

Quoting stuart yeates [EMAIL PROTECTED]:

 We're having issues with UTF-8 in our UI.

 A great many of the metadata fields and controlled vocabularies contain
 characters that aren't in the ISO-latin character sets, principally
 vowels with macrons.

 I've looked fairly closely at our install and I don't think we've done
 anything too stupid. Looking at the mailing lists, there's a post
 blaming the issue on the DatabaseManager and suggesting a fix

 http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg04163.html

 Is this still the current status?

 cheers
 stuart
 --
 Stuart Yeates
 Te Pātaka Kōrero o Te Whare Wānanga o te Ūpoko o te Ika a Māui
 http://www.nzetc.org/   New Zealand Electronic Text Centre
 http://researcharchive.vuw.ac.nz/ Institutional Repository


 -
 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