source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Multimedia/import/metadata.xml@ 28038

Last change on this file since 28038 was 28038, checked in by ak19, 11 years ago
  1. Adding the Multimedia collection. 2. Rebuilt all the tutorial the model-collections (with the new gen-model-colls.sh script, simultaneously tested) since the HASH OID naming scheme has changed.
  • Property svn:executable set to *
File size: 1.4 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 Two examples of the syntax to use to attach metadata to files in a
5 given directory within the 'import' area.
6
7 Copy this file to the folder where the files or interest are, and
8 then uncomment (or copy and paste) the <FileSet> block and
9 edit to suit the file name(s) and metadata values required
10 --><!--
11 Example 1:
12 Attached dc.Title and dc.Subject (x 2) to a single, named file
13 --><!--
14 <FileSet>
15 <FileName>sample-file1\.txt</FileName>
16 <Description>
17 <Metadata name="dc.Title">Sample Title</Metadata>
18 <Metadata name="dc.Subject">Subject A</Metadata>
19 <Metadata mode="accumulate" name="dc.Subject">Subject B</Metadata>
20 </Description>
21 </FileSet>
22--><!--
23 Example 2:
24 Attached dc.Subject to all files in this folder that match the given
25 regular expression
26 --><!--
27 <FileSet>
28 <FileName>.*</FileName>
29 <Description>
30 <Metadata mode="accumulate" name="dc.Subject">Subject X</Metadata>
31 </Description>
32 </FileSet>
33-->
34 <FileSet>
35 <FileName>beatles_midi\.zip</FileName>
36 <Description>
37 <Metadata mode="accumulate" name="dc.Format">Audio</Metadata>
38 </Description>
39 </FileSet>
40</DirectoryMetadata>
Note: See TracBrowser for help on using the repository browser.