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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.