Re: [Dspace-tech] DSpace statistics: Top country and Top city views

2012-04-19 Thread helix84
On Thu, Apr 19, 2012 at 09:11, Hilton Gibson hilton.gib...@gmail.com wrote: During the build I manually downloaded it. It has all permissions. I get errors like: Error seeking country while seeking 3001848246 What code creates this error ?

[Dspace-tech] Log file size and management

2012-04-19 Thread Alan Orth
All, I'm curious about how people are managing their log files. In particular, I've noticed that dspace.log.* and cocoon.log.* are around 200MB apiece, per day. We zip them at night, but even so, they're taking a ridiculous amount of storage space on our VPS. What are people doing with

Re: [Dspace-tech] Log file size and management

2012-04-19 Thread helix84
Hi Alan, take a look at logrotate. It's a standard unix tool to manage your logs, including splitting logs by day (DSpace does this itself), keeping the last N days around and compressing and/or moving the rest elsewhere. It's very configurable. Regards, ~~helix84

Re: [Dspace-tech] Log file size and management

2012-04-19 Thread helix84
Also, if some logs are too detailed for you which makes them grow too large, you can raise loglevel, e.g. from INFO to WARN. Although I personally wouldn't do it. https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-TurningonDebugging(optional) Regards, ~~helix84

[Dspace-tech] (no subject)

2012-04-19 Thread paras jain
Sir ,i am unable to add new browsing or searching options in dspace.i have properly make suitable changes in dspace.cfg and message.xml file but still i haven't found any new option in list -- For Developers, A Lot Can

Re: [Dspace-tech] Log file size and management

2012-04-19 Thread Alan Orth
Hey, helix. I zip my logs nightly with something like this: find /home/dspace/log/ ! -iname *.gz -iname dspace.log.* -o ! -iname *.gz -iname cocoon.log.* -daystart -mtime +1 -exec ionice -c2 -n7 gzip {} \; I'm more wondering what people use these logs for, and how/if they archive them

Re: [Dspace-tech] OAI question

2012-04-19 Thread Alexandre Magaz Graça
On dc 18 abr 2012 13:09:00 CEST, helix84 wrote: Would this help? https://wiki.duraspace.org/display/DSPACE/DSpaceOAISets Regards, ~~helix84 Hi helix84, I already thought of most the options in this page when I started looking at the problem. Still not sure of which is worse... Thanks,

Re: [Dspace-tech] Log file size and management

2012-04-19 Thread Alexandre Magaz Graça
Al 19/04/12 09:53, En/na Alan Orth ha escrit: All, I'm curious about how people are managing their log files. In particular, I've noticed that dspace.log.* and cocoon.log.* are around 200MB apiece, per day. We zip them at night, but even so, they're taking a ridiculous amount of storage

Re: [Dspace-tech] regarding item submission in dspace

2012-04-19 Thread helix84
On Thu, Apr 19, 2012 at 13:50, paras jain rachit@gmail.com wrote: is there any way to upload a item having multiple files of multiple format in just one click in dspace submission. i have upload item having multiple files of vary format using command line prompt and it was successfully

Re: [Dspace-tech] Remove Communities in DSpace and add advanced search option on home page in xmlui/Manakin

2012-04-19 Thread Alain Tschanz
Thank you for your help. The new code works, but it doesn't add the Advanced Search link underneath the search input box. Alain -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Wednesday, April 18, 2012 4:21 PM To: Alain Tschanz Cc:

Re: [Dspace-tech] Remove Communities in DSpace and add advanced search option on home page in xmlui/Manakin

2012-04-19 Thread helix84
xsl:template name=add_frontpage_advancedsearch match=dri:div[@id='aspect.discovery.SiteViewer.div.front-page-search']/dri:p[2] xsl:apply-templates / br / a href=/advanced-searchi18n:textxmlui.dri2xhtml.structural.search-advanced/i18n:text/a

[Dspace-tech] OCLC Webinar: Improving discovery and use of your institutional repository materials

2012-04-19 Thread Valorie Hollister
Apologies for the cross posting - Below is a webinar featuring Beth Tillinghast from University of Hawaii at Manoa. From Geri Bunker Ingram, Manager of User Services for Digital Collection Services, OCLC Online Computer LIbrary Center, Inc. Join us to learn how the University of Hawaii at

Re: [Dspace-tech] Log file size and management

2012-04-19 Thread revskill
As i know , the log files are not needed if you've generated your stat reports, you just keep that generated ones into archival, the log files are just the source for the task, not the outcomes. 2012/4/19 Alexandre Magaz Graça alexandre.ma...@udl.cat Al 19/04/12 09:53, En/na Alan Orth ha

Re: [Dspace-tech] OAI question

2012-04-19 Thread revskill
I'm sorry, i really don't understand what harvested items are , what're their role ? And what we can do with oai-pmh ? Thank you for attention. 2012/4/19 Alexandre Magaz Graça alexandre.ma...@udl.cat On dc 18 abr 2012 13:09:00 CEST, helix84 wrote: Would this help?

Re: [Dspace-tech] creating a new page in Mirage

2012-04-19 Thread Blanco, Jose
I have no idea why I'm not getting a page with this request. -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Wednesday, April 18, 2012 1:50 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] creating a new page in Mirage I have added this link from

[Dspace-tech] XMLUI Theme not being applied recursively

2012-04-19 Thread John Preston
I have a theme that I want applied to all items in a collection. I put the following into the xmui.xconf: ... theme name=Theme regex=123456789/9333 path=SAMS// ... theme name=Default Reference Theme regex=.* path=Reference/ / where 123456789/9333 is the handle for the collection. However when

Re: [Dspace-tech] XMLUI Theme not being applied recursively

2012-04-19 Thread Hilton Gibson
Hi John Replace regex= with handle= Cheers hg On 19 April 2012 18:03, John Preston byhisde...@gmail.com wrote: I have a theme that I want applied to all items in a collection. I put the following into the xmui.xconf: ... theme name=Theme regex=123456789/9333 path=SAMS// ... theme

Re: [Dspace-tech] creating a new page in Mirage

2012-04-19 Thread Blanco, Jose
If I add this to the ArtifactBrowse/sitemap.xmap map:match pattern=abc map:transform type=Statistics/ map:serialize type=xml/ /map:match Shouldn't I be able to go to /abc and get the Statistics page?

Re: [Dspace-tech] creating a new page in Mirage

2012-04-19 Thread Mark Diggory
Jose, Lately my pile of DSpace list emails has built up to the point I can't deal with it... The question is what are in these transformers you are adding? You might try testing with a very basic transformer from the xmltest aspect to make sure its not that the transformer is not adding any