source: other-projects/nightly-tasks/diffcol/trunk/model-collect/CDS-ISIS/import/metadata.xml@ 28607

Last change on this file since 28607 was 28607, checked in by ak19, 10 years ago

Adding in the model collection for the CDS-ISIS tutorial now that Linux 64 bit and the Lion (also 64 bit) have a working IsisGdl binary. The Linux 64 machines uses the pre-compiled binary Kathy generated for a 32 bit linux machine. The Lion is 64 bit and uses the binary generated on Leopard which turns out to be 32 bit after all (Apple's help page indicated it was 64 bit but uname returned something that indicated that our Leopard machine was 32 bit).

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE DirectoryMetadata SYSTEM "http://greenstone.org/dtd/DirectoryMetadata/1.0/DirectoryMetadata.dtd">
3<DirectoryMetadata>
4
5 <!--
6 Two examples of the syntax to use to attach metadata to files in a
7 given directory within the 'import' area.
8
9 Copy this file to the folder where the files or interest are, and
10 then uncomment (or copy and paste) the <FileSet> block and
11 edit to suit the file name(s) and metadata values required
12 -->
13
14
15 <!--
16 Example 1:
17 Attached dc.Title and dc.Subject (x 2) to a single, named file
18 -->
19
20<!--
21 <FileSet>
22 <FileName>sample-file1\.txt</FileName>
23 <Description>
24 <Metadata name="dc.Title">Sample Title</Metadata>
25 <Metadata name="dc.Subject">Subject A</Metadata>
26 <Metadata mode="accumulate" name="dc.Subject">Subject B</Metadata>
27 </Description>
28 </FileSet>
29-->
30
31 <!--
32 Example 2:
33 Attached dc.Subject to all files in this folder that match the given
34 regular expression
35 -->
36
37<!--
38 <FileSet>
39 <FileName>.*</FileName>
40 <Description>
41 <Metadata mode="accumulate" name="dc.Subject">Subject X</Metadata>
42 </Description>
43 </FileSet>
44-->
45
46</DirectoryMetadata>
Note: See TracBrowser for help on using the repository browser.