source: main/trunk/greenstone3/web/sites/localsite/collect/infomine/etc/collectionConfig.xml.temp@ 30144

Last change on this file since 30144 was 30144, checked in by kjdon, 9 years ago

renamed collectionConfig.xml to .temp so that the collection is not loaded, as the iVia server this collection talks to is no longer active.

  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<collectionConfig xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
3 <metadataList>
4 <metadata name="creator">[email protected]</metadata>
5 <metadata name="public">true</metadata>
6 </metadataList>
7 <displayItemList>
8 <displayItem name='name' lang=''>Infomine proxy demo</displayItem>
9 <displayItem name='description' lang='en'>&lt;p&gt;This is a demonstration collection that acts as a proxy to the iVia database at &lt;a href="http://infomine.ucr.edu/"&gt;INFOMINE&lt;/a&gt;, Riverside, California. No data is stored locally; instead, the search and retrieval services invoke cgi scripts at infomine to query the database, and retrieve records and metadata.&lt;/p&gt;
10&lt;p&gt;A &lt;a
11 href="sites/localsite/collect/infomine/README"&gt;README&lt;/a&gt; file
12 describes the cgi scripts and how to invoke them. The configuration
13 files for the collection are very basic, and merely specify display
14 information for the collection, and specify the IViaProxy service
15 rack. The collection configuration can be seen &lt;a
16 href="sites/localsite/collect/infomine/etc/collectionConfig.xml"&gt;here&lt;/a&gt;,
17 and the building configuration file can be seen &lt;a
18 href="sites/localsite/collect/infomine/index/buildConfig.xml"&gt;here&lt;/a&gt;.
19 You may need to "view page source" to see the raw XML. &lt;/p&gt;
20</displayItem>
21 <displayItem name='icon' lang='en'>infomine.gif</displayItem>
22 <displayItem name='smallicon' lang='en'>infomine.gif</displayItem>
23 </displayItemList>
24 <search>
25 <format>
26 <gsf:template match="documentNode">
27 <td valign='top'><gsf:link><gsf:icon/></gsf:link></td><td>
28 <table><tr><td><a><xsl:attribute name='href'><gsf:metadata name="url"/></xsl:attribute><b><gsf:metadata name="title"/></b></a></td></tr>
29 <tr><td><gsf:metadata name="ivia_description"/></td></tr>
30 <tr><td><b><gsf:metadata name="url"/></b></td></tr>
31 <tr><td>[<gsf:link>View Full Record</gsf:link>]</td></tr></table>
32 </td>
33 </gsf:template>
34 </format>
35 </search>
36 <display>
37 <format>
38 <gsf:option name="sideBar" value="false"/>
39 </format>
40 </display>
41</collectionConfig>
Note: See TracBrowser for help on using the repository browser.