source: greenstone3/trunk/web/sites/localsite/siteConfig.xml@ 16940

Last change on this file since 16940 was 16940, checked in by kjdon, 16 years ago

for some reason, a coupld of the & in the ccs format need to be & for the resulting xml page to be valid

  • Property svn:keywords set to Author Date Id Revision
File size: 3.2 KB
Line 
1<siteConfig xmlns:gsf='http://www.greenstone.org/greenstone3/schema/ConfigFormat' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
2 <siteList/>
3 <serviceRackList>
4 <!-- uncomment to provide the GATE tagging service -->
5 <!--<serviceRack name="GATEServices"/>-->
6 <!-- uncomment to provide the Authentication service -->
7 <!--<serviceRack name="Authentication"/>-->
8 <serviceRack name="BerryBasket"/>
9 <serviceRack name="CrossCollectionSearch">
10 <format>
11 <!-- this format is used for the search results -->
12 <gsf:template match="documentNode">
13 <td><a><xsl:attribute name='href'>?a=d&amp;c=<xsl:value-of select='@collection'/>&amp;d=<xsl:value-of select='@nodeID'/><xsl:if test="@nodeType='leaf'">&amp;sib=1</xsl:if>&amp;dt=<xsl:value-of select='@docType'/>&amp;p.a=q&amp;&amp;p.s=TextQuery&amp;p.c=</xsl:attribute><gsf:icon/></a></td>
14 <td>[<a href='?a=p&amp;amp;sa=about&amp;amp;c={@collection}'><xsl:value-of select='@collection'/></a>]</td>
15 <td><gsf:metadata name='Title'/></td>
16 </gsf:template>
17 </format>
18 </serviceRack>
19 </serviceRackList>
20 <serviceClusterList/>
21 <!-- this is a global replace list for all collections. At this stage it only applies to greenstone 2 collections. It will attempt to resolve most of the common macros that appear in metadata. You can add more items here if you want them to apply to all collections. To turn this on/off for a particular collection, add <replaceListRef id='xx'/> into the collectionConfig for each set that you want to use -->
22 <replaceList id="gs2-standard">
23 <replace macro="_iconpdf_" scope="metadata" text="&lt;img src='interfaces/default/images/ipdf.gif' border='0'/&gt;" resolve="false"/>
24 <replace macro="_icondoc_" scope="metadata" text="&lt;img src='interfaces/default/images/imsword.gif' border='0'/&gt;" resolve="false"/>
25 <replace macro="_iconps_" scope="metadata" text="&lt;img src='interfaces/default/images/ips.gif' border='0'/&gt;" resolve="false"/>
26 <replace macro="_iconrtf_" scope="metadata" text="&lt;img src='interfaces/default/images/irtf.gif' border='0'/&gt;" resolve="false"/>
27 <replace macro="\[archivedir\]" scope="all" metadata="archivedir" resolve="false"/>
28 <replace macro="\[assocfilepath\]" scope="metadata" metadata="assocfilepath" resolve="false"/>
29 <replace macro="\[Image\]" scope="metadata" metadata="Image" resolve="false"/>
30 <replace macro="\[Thumb\]" scope="metadata" metadata="Thumb" resolve="false"/>
31 <replace macro="\[ThumbWidth\]" scope="metadata" metadata="ThumbWidth" resolve="false"/>
32 <replace macro="\[ThumbHeight\]" scope="metadata" metadata="ThumbHeight" resolve="false"/>
33 <!-- _httpsite_ and _clustername_ are macros that are defined in the java code -->
34 <replace macro="_httpcollection_" scope="metadata" text="_httpsite_/collect/_clustername_" resolve="true"/>
35 <replace macro="_httpprefix_" scope="metadata" text="_httpsite_" resolve="true"/>
36 <replace macro="_httpdocimg_" scope="text" text="_httpsite_/collect/_clustername_/index/assoc/[archivedir]/" resolve="true"/>
37 <replace macro="\[collection\]" scope="all" text="_clustername_" resolve="true"/>
38 <replace macro="_httpextlink_" scope="all" text="_libraryname_?el=&amp;a=d&amp;c=_clustername_&amp;d=" resolve="true"/>
39 </replaceList>
40</siteConfig>
Note: See TracBrowser for help on using the repository browser.