From | John R. McPherson |
Date | Sat, 18 May 2002 10:37:27 +1200 |
Subject | Re: DateList and source files |
In-Reply-To | (Pine-LNX-4-33-0205172117140-23013-100000-lisi-insa-lyon-fr) |
On Fri, May 17, 2002 at 09:41:43PM +0200, Aurelien Benel wrote:
> Hello, > > I am trying to set a Greenstone server to deliver a PDF collection. > It works fine, but I would like to hide full-text (bit ugly) and show > only source files (PDF). > > 1. DateList doesn't show any link to the PDF source file (contrary to > other classifiers). > > 2. Every classifier (search results also) shows a link to the full-text. > > What should I change (in the Perl code?) in order to show PDF in > DateList and hide full-text in classifiers and search results ? Hi,
Add a line (or modify if it exists):
(all one line). This basically says that the vertical list
For the classifiers, the naming is a bit ugly but it works
format CL1VList "<td> blah blah blah </td>"
If you use the windows server, you will need to restart it
John McPherson |