From | Ata ur Rehman |
Date | Wed, 21 Feb 2007 10:39:35 +0500 |
Subject | [greenstone-users] Datelist issue |
Dear GS Community I am facing a strange problem in my datelist. I have a collection of 100+ articles from 3 monthly magazines (Dec 06, Jan 07 and Feb 07). I am entering the date in dc.Date metadata in 200612 for Dec issue, 200701for Jan issue. I have a datelist on dc.Date. It was working fine with these two issues. But when I added the 3rd issue (Feb 2007) and date as 200702, the link of DateList shows a balank page. There is no error during collection building. colect.cfg is as under: creator ata.rehman@irm.edu.pk maintainer ata.rehman@irm.edu.pk public true buildtype mgpp #indexes document:text document:Title document:Source indexes text,dc.Contributor,dc.Creator,dc.Date,dc.Description,dc.Publisher,dc.Identifier,dc.Type,dc.Subject,dc.Title,dls.Organization,dls.Subject,Source dc.Title dc.Creator dc.Subject,dls.Subject defaultindex text authenticate collection auth_group irm levels document indexoptions accentfold casefold stem defaultlevel document defaultlevel defaultlevel plugin ZIPPlug plugin GAPlug plugin TEXTPlug plugin HTMLPlug -smart_block plugin EMAILPlug plugin PDFPlug -convert_to html plugin RTFPlug plugin WordPlug plugin PSPlug plugin ImagePlug plugin ISISPlug plugin NULPlug plugin ArcPlug plugin RecPlug -use_metadata_files classify AZList -metadata dc.Title classify Hierarchy -metadata dls.Organization -sort dc.Date -buttonname Browse classify DateList -metadata dc.Date -reverse_sort format SearchTypes "form,plain" format DocumentImages true format DateList "<table border='0'> <td valign="top">[link][icon][/link]</td> <td valign="top">[ex.srclink][srcicon][ex./srclink]</td> <td valign="top"><b>[link][highlight]{Or}{[dc.Title],[dls.Title],[ex.Title],Untitled}[/highlight][/link]</b> {If}{[dc.Creator],<br>Author(s): [sibling(all:\'; \'):dc.Creator ]} {if}{[NumPages],<br> Pages: [NumPages]} {if}{[dc.Publisher],<br> Publisher: [dc.Publisher]} {if}{[Fileformat],<br> File Format: [FileFormat]} {if}{[FileSize],<br> File Size: [FileSize] bytes} {if}{[dc.Date],<br> Date: [format:dc.Date]} {If}{[ex.Source],<br>File Name: <i>[srclink][ex.Source][/srclink]</i>} {If}{[dls.Organization],<br>Type: <b>[dls.Organization]</b><br>} <br></td> </table> " ...... Any idea? Ata |