Changeset 8159


Ignore:
Timestamp:
2004-09-27T14:16:58+12:00 (20 years ago)
Author:
nzdl
Message:

fixed up this collection os that it works again. InfomineProxy servicerack renamed to IViaProxy, and url now specified in buildConfig.xml. modified the formatting a bit too.

Location:
trunk/gsdl3/web/sites/localsite/collect/infomine
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/sites/localsite/collect/infomine/README

    r6238 r8159  
    1313not useful.
    1414
    15 The buildConfig.xml file just needs to specify the InfomineProxy serviceRack
    16 class.
     15The buildConfig.xml file needs to specify the IViaProxy serviceRack
     16class. Inside this element should be the url of the iVia installation that
     17you want to connect to. Here is an example:
     18
     19<buildConfig>
     20  <metadataList/>
     21  <serviceRackList>                                                           
     22    <serviceRack name="IViaProxy">
     23      <iViaServer url="http://infominehelper.ucr.edu"/>
     24    </serviceRack>
     25  </serviceRackList>
     26</buildConfig>
     27
    1728
    1829The following describes the iVia cgi scripts.
     
    2132************************
    2233
    23   http://infomine.ucr.edu/cgi-bin/canned_search
     34  <serverhome>/cgi-bin/canned_search
    2435
    2536Parameters:
     
    4253***********************************************
    4354
    44   http://infomine.ucr.edu/cgi-bin/view_record
     55  <serverhome>/cgi-bin/view_record
    4556
    4657Parameters:
     
    6071******************************************
    6172
    62   http://infomine.ucr.edu/cgi-bin/view_record_set
     73  <serverhome>/cgi-bin/view_record_set
    6374
    6475Parameters:
     
    8394
    8495There are many different metadata fields that can be requested, including
    85 keywords, subjects, description, access, expert_created, foreign_source,
     96keywords, subjects, ivia_description, access, expert_created, foreign_source,
    8697foreign_id, and so on. 
    8798
  • trunk/gsdl3/web/sites/localsite/collect/infomine/etc/collectionConfig.xml

    r6237 r8159  
    44    <displayItem name='name' lang=''>Infomine proxy demo</displayItem>
    55    <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;
    6 &lt;p&gt;A &lt;a href="sites/localsite/collect/infomine/README"&gt;README&lt;/a&gt; file describes the cgi scripts and how to invoke them. The configuration files for the collection are very basic, and merely specify display information for the collection, and specify the InfomineProxy service rack. The collection configuration can be seen &lt;a href="sites/localsite/collect/infomine/etc/collectionConfig.xml"&gt;here&lt;/a&gt;, and the building configuration file can be seen &lt;a href="sites/localsite/collect/infomine/index/buildConfig.xml"&gt;here&lt;/a&gt;.&lt;/p&gt;
     6&lt;p&gt;A &lt;a
     7    href="sites/localsite/collect/infomine/README"&gt;README&lt;/a&gt; file
     8    describes the cgi scripts and how to invoke them. The configuration
     9    files for the collection are very basic, and merely specify display
     10    information for the collection, and specify the IViaProxy service
     11    rack. The collection configuration can be seen &lt;a
     12    href="sites/localsite/collect/infomine/etc/collectionConfig.xml"&gt;here&lt;/a&gt;,
     13    and the building configuration file can be seen &lt;a
     14    href="sites/localsite/collect/infomine/index/buildConfig.xml"&gt;here&lt;/a&gt;.&lt;/p&gt;
     15    You may need to "view page source" to see the raw XML.
    716</displayItem>   
    817    <displayItem name='icon' lang='en'>infomine.gif</displayItem> 
     
    1423    <td valign='top'><gsf:link><gsf:icon/></gsf:link></td><td>
    1524      <table><tr><td><a><xsl:attribute name='href'><gsf:metadata name="url"/></xsl:attribute><b><gsf:metadata name="title"/></b></a></td></tr>
    16         <tr><td><gsf:metadata name="description"/></td></tr>
     25        <tr><td><gsf:metadata name="ivia_description"/></td></tr>
    1726        <tr><td><b><gsf:metadata name="url"/></b></td></tr>
    1827        <tr><td>[<gsf:link>View Full Record</gsf:link>]</td></tr></table>
     
    2130    </format>
    2231  </search>
     32  <display>
     33  <format>
     34  <gsf:template name="documentHeading">
     35  <gsf:metadata name="title"/>
     36</gsf:template>
     37</format>
     38</display>
    2339</collectionConfig>
  • trunk/gsdl3/web/sites/localsite/collect/infomine/index/buildConfig.xml

    r5398 r8159  
    22  <metadataList/>
    33  <serviceRackList>                                                           
    4     <serviceRack name="InfomineProxy"/>
     4    <serviceRack name="IViaProxy">
     5    <iViaServer url="http://infominehelper.ucr.edu"/>
     6    </serviceRack>
    57  </serviceRackList>
    68</buildConfig>
Note: See TracChangeset for help on using the changeset viewer.