Re: [Dspace-tech] xml type files for windows

2009-10-05 Thread Van Ly
Different platforms have different end-of-line conventions

  http://en.wikipedia.org/wiki/Newline


XML Stores New Line as LF

In Windows applications, a new line is normally stored as a pair of  
characters: carriage return (CR) and line feed (LF). The character  
pair bears some resemblance to the typewriter actions of setting a  
new line. In Unix applications, a new line is normally stored as a LF  
character. Macintosh applications use only a CR character to store a  
new line.


  http://www.w3schools.com/xmL/xml_syntax.asp

Under ms-windows, the write.exe application (aka WordPad) will  
present LF terminated lines as you expect.

On 03/10/2009, at 11:29 PM, allen.dspace wrote:

> Hi Sina,
>
> There is no difficulty for win-dspace to process any well  
> structured xml
> files, no matter they are created by linux or windows or mac or by  
> hand.
>
> Allen Lam.
> HKU Hub Administrator, http://hub.hku.hk
>
>
> sina khankhajeh wrote:
>> Hi all
>> I was wondering if xml type files in dspace that are created in linux
>> would cause difficulty for running them for dspace in windows
>> best regards
>>
>> -- 
>> Sina Khankhajeh
>> - 
>> ---
>>
>> >8---

Van Ly
vly at usyd dot edu dot au





--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Changing the text for Advanced Search type options (manakin)

2009-10-05 Thread Jizba, Richard
Hello,

Can someone tell me how to change the text/labels on the "Advanced
Search - Search Type" options for a particular collection or community?
This community does have its own theme. I want to change the text, not
the search itself. 

Example:
I want to keep a title search but change the label to "Recipient"
because in this community are collections of personal letters and the
Recipient is the logical equivalent of the title in other collections.

Richard
Creighton University
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Mac OS 10.6 issues

2009-10-05 Thread Stuart Lewis
Hi Greg,

Is anyone reporting any issues loading DSpace on Macs with 10.6 (snow leopard) 
using Firefox or Safari?  I was wanting to check out our site today to see how 
some graphics turned out and it is taking way too long for pages to load.  This 
has happened a couple of times since I upgraded (which I deeply regret doing).

There are several Mac users on the DSpace IRC channel, we've just compared 
notes on our Snow Leopard installations, and none of us have noticed anything 
ourselves (including http://gsuvault.govst.edu/). However it looks like there 
have been discussions within the wider Apple community about this, e.g.:

 - http://discussions.apple.com/thread.jspa?threadID=2168184&tstart=0

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Statistics in DSpace

2009-10-05 Thread George Kozak

Stuart:

Thanks!  I was confused to see the files deleted. I will check log4j.

Stuart Lewis wrote:

Hi George,

  

A few weeks ago we switched from running DSpace 1.4.2 to DSpace 1.5.2

On September 30th, I ran my regular stats job:

What I ended up was a report that claimed to be from September 1 -
September 30th, but actually it appears to only have the data for
September 30th.  All the stats numbers are really low.  I thought to
re-run it, but discovered that the dspace log files had been deleted.
Do the new stats programs delete the log files they use?



The stats scripts do not delete any files. The new stats scripts  
introduced in 1.5 are Java replacements for the previous Perl scripts.  
They were added to try and make DSpace 100% java (and therefore cross- 
platform compatible).


A possible culprit for deleting old log files (dspace.log*) is the  
logger itself, log4j. Look in [dspace]/config/log4j.properties to find  
out how many files it is configured to keep before deleting old files.


  

P.S.  Does the statistics program remove robots from the counts?  I
thought it did, but I couldn't find anything in the code that  
indicated it.



The current out-the-box installation does not remove robots.

I hope this helps,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/

  


--
***
George Kozak
Digital Library Specialist
Division of Library Information Technologies (DLIT), Digital Media Group
501 Olin Library
Cornell University
607-255-8924
***
g...@cornell.edu

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Statistics in DSpace

2009-10-05 Thread Stuart Lewis
Hi George,

> A few weeks ago we switched from running DSpace 1.4.2 to DSpace 1.5.2
>
> On September 30th, I ran my regular stats job:
>
> What I ended up was a report that claimed to be from September 1 -
> September 30th, but actually it appears to only have the data for
> September 30th.  All the stats numbers are really low.  I thought to
> re-run it, but discovered that the dspace log files had been deleted.
> Do the new stats programs delete the log files they use?

The stats scripts do not delete any files. The new stats scripts  
introduced in 1.5 are Java replacements for the previous Perl scripts.  
They were added to try and make DSpace 100% java (and therefore cross- 
platform compatible).

A possible culprit for deleting old log files (dspace.log*) is the  
logger itself, log4j. Look in [dspace]/config/log4j.properties to find  
out how many files it is configured to keep before deleting old files.

> P.S.  Does the statistics program remove robots from the counts?  I
> thought it did, but I couldn't find anything in the code that  
> indicated it.

The current out-the-box installation does not remove robots.

I hope this helps,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/


--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Statistics in DSpace

2009-10-05 Thread George Kozak
Hi...

As much as I hate to say this...I'm confused ;-)

A few weeks ago we switched from running DSpace 1.4.2 to DSpace 1.5.2

On September 30th, I ran my regular stats job:
0 11 *  * * /dspace/dspace/bin/stat-general > /dev/null 2>&1
30 11 *  * * /dspace/dspace/bin/stat-monthly > /dev/null 2>&1
45 11 * * * /dspace/dspace/bin/stat-report-general > /dev/null 2>&1
55 11 * * * /dspace/dspace/bin/stat-report-monthly > /dev/null 2>&1

What I ended up was a report that claimed to be from September 1 - 
September 30th, but actually it appears to only have the data for 
September 30th.  All the stats numbers are really low.  I thought to 
re-run it, but discovered that the dspace log files had been deleted.  
Do the new stats programs delete the log files they use?

Any help anyone could give me would be great.  Stats are very important 
at our site and it looks like I lost the data for September.

P.S.  Does the statistics program remove robots from the counts?  I 
thought it did, but I couldn't find anything in the code that indicated it.

-- 
***
George Kozak
Digital Library Specialist
Division of Library Information Technologies (DLIT), Digital Media Group
501 Olin Library
Cornell University
607-255-8924
***
g...@cornell.edu


--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Mac OS 10.6 issues

2009-10-05 Thread Greg Johnson
Is anyone reporting any issues loading DSpace on Macs with 10.6 (snow
leopard) using Firefox or Safari?  I was wanting to check out our site today
to see how some graphics turned out and it is taking way too long for pages
to load.  This has happened a couple of times since I upgraded (which I
deeply regret doing).
Greg
-- 
Gregory Johnson
Digital Initiatives and Distance Learning Librarian
Government Documents Librarian,
Manager, Digital Library Services Department
Governors State University
University Park, IL, 60484-0975
g-johns...@govst.edu
708-235-7516
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech