source: main/tags/2.53/gli/classes/xml/workflows.xml@ 22614

Last change on this file since 22614 was 8991, checked in by mdewsnip, 19 years ago

Removed a lot of unused stuff out of the config files and changed all "mirror" to "download".

  • Property svn:keywords set to Author Date Id Revision
File size: 566 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE PredefinedWorkflows [
3 <!ELEMENT PredefinedWorkflows (Workflow*)>
4 <!ELEMENT Workflow (#PCDATA)>
5 <!ATTLIST Workflow
6 download CDATA "true"
7 gather CDATA "true"
8 enrich CDATA "true"
9 design CDATA "true"
10 create CDATA "true"
11 export CDATA "true">
12]>
13
14<PredefinedWorkflows>
15 <Workflow>All panels</Workflow>
16 <Workflow download="false">Local source collection building</Workflow>
17 <Workflow design="false" create="false">Document enriching</Workflow>
18</PredefinedWorkflows>
Note: See TracBrowser for help on using the repository browser.