source: other-projects/nightly-tasks/diffcol/trunk/gs3-model-collect/Enhanced-PDF/import/metadata.xml@ 29240

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

Instead of removing and replacing prebuilt CDS-ISIS tutorial collection for gs3, had removed all gs3 tutorial collections. Adding them back in, including the updated CDS-ISIS, which has been pre-built on 64 bit with the latest GS3 binary.

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.