source: greenstone3/trunk/web/sites/localsite/collect/infomine/metadata.xml@ 16486

Last change on this file since 16486 was 16486, checked in by davidb, 16 years ago

Add some files that will allow skin++ to work with this collection.

File size: 2.3 KB
Line 
1<metadataList>
2
3 <metadataItem name="collectionName" lang="en">INFOMINE demo</metadataItem>
4 <metadataItem name="collectionName" lang="fr">Démo d'INFOMINE</metadataItem>
5
6 <metadataItem name="collectionDescription" lang="en">
7 <p>This is a demonstration collection that acts as a proxy to the iVia database at <a href="http://infomine.ucr.edu/">INFOMINE</a>, 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.</p>
8
9 <p>A <a href="sites/localsite/collect/infomine/README">README</a> file
10 describes the cgi scripts and how to invoke them. The configuration
11 files for the collection are very basic, and merely specify display
12 information for the collection, and specify the IViaProxy service
13 rack. The collection configuration can be seen <a href="sites/localsite/collect/infomine/etc/collectionConfig.xml">here</a>,
14 and the building configuration file can be seen <a href="sites/localsite/collect/infomine/index/buildConfig.xml">here</a>.
15 You may need to "view page source" to see the raw XML.</p></metadataItem>
16
17 <metadataItem name="collectionDescription" lang="fr">
18
19<p>Cette démonstration est une collection qui agit comme un proxy pour la base de données à iVia <a href="http://infomine.ucr.edu/">INFOMINE</a>, Riverside, Californie. Aucune donnée n'est stockée localement, la recherche et récupération de données invoque les services d'infomine pour interroger sa base de données à distance, afin de récupérer des documents à afficher.</p>
20
21<p>
22Un fichier README décrit les scripts cgi et comment les utiliser. Les fichiers de configuration pour la collecte de données sont trÚs rudimentaires, ils affichent simplement les informations pour la collection choisie, et précisent le service IViaProxy à utiliser. La configuration de cette collection peut être vu <a href="sites/localsite/collect/infomine/etc/collectionConfig.xml">ici</a>, et le fichier de configuration peut être vu <a href="sites/localsite/collect/infomine/index/buildConfig.xml">ici</a>. Vous devrez peut être cliquer sur "afficher la source de la page" pour voir le code XML brut.
23</p>
24
25 </metadataItem>
26
27
28
29</metadataList>
Note: See TracBrowser for help on using the repository browser.