source: main/trunk/greenstone2/collect/modelcol/etc/collect.cfg@ 24297

Last change on this file since 24297 was 24297, checked in by ak19, 13 years ago

Improvement to code committed previously: Fixed a bug introduced with the reset-gsdlhome target where any non-standard collecthome value written into the gsdlsite.cfg was lost on startup, since reset-gsdlhome always regenerated gsdlsite.cfg from the template file. Now, the relocation code of the reset-gsdlhome target doesn't get exected every time, only when the gsdlhome property in gsdlsite.cfg is different from GSDLHOME var (which points to the current greenstone installation directory.)

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 762 bytes
Line 
1creator **creator**
2maintainer **maintainer**
3public **public**
4
5buildtype **buildtype**
6infodbtype **infodbtype**
7
8indexes text dc.Title,ex.dc.Title,ex.Title ex.Source
9defaultindex text
10
11levels document
12
13**plugins**
14
15classify List -metadata dc.Title;ex.Title -partition_type_within_level approximate_size
16classify List -metadata ex.Source -partition_type_within_level approximate_size
17
18collectionmeta collectionname "**title**"
19collectionmeta iconcollection ""
20collectionmeta collectionextra "**about**"
21collectionmeta .text "_labeltext_"
22collectionmeta .dc.Title,ex.dc.Title,ex.Title "_labelTitle_"
23collectionmeta .Source "_labelSource_"
24collectionmeta .document "_textdocument_"
25collectionmeta .section "_textsection_"
26
Note: See TracBrowser for help on using the repository browser.