source: other-projects/nightly-tasks/diffcol/trunk/gs3-model-collect/PDFBox/import/metadata.xml@ 28145

Last change on this file since 28145 was 28145, checked in by ak19, 11 years ago

Committing the GS3 model collections for the tutorials originally built on Windows up to the 19th of July 2013, but re-built on Linux today. Enhanced-PDF not committed as its PDF to img conversion has issues.

  • Property svn:executable set to *
File size: 1.5 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>A9-access-best-practices\.pdf</FileName>
36 <Description>
37 <Metadata mode="accumulate" name="dc.Title">Adobe Acrobat 9 Pro Accessibility Guide: Best Practices for Accessibility</Metadata>
38 <Metadata mode="accumulate" name="dc.Creator">Adobe</Metadata>
39 </Description>
40 </FileSet>
41</DirectoryMetadata>
Note: See TracBrowser for help on using the repository browser.