Copie depuis le svn du cri à l'état :
[Plinn.git] / profiles / default / export_steps.xml
1 <?xml version="1.0"?>
2 <export-steps>
3 <export-step id="actions"
4 handler="Products.CMFCore.exportimport.actions.exportActionProviders"
5 title="Action Providers">
6
7
8 Export actions tool's action providers and their actions.
9
10
11 </export-step>
12 <export-step id="caching_policy_mgr"
13 handler="Products.CMFCore.exportimport.cachingpolicymgr.exportCachingPolicyManager"
14 title="Caching Policies">
15
16
17 Export caching policy manager's policies.
18
19
20 </export-step>
21 <export-step id="catalog"
22 handler="Products.CMFCore.exportimport.catalog.exportCatalogTool"
23 title="Catalog Tool">
24
25
26 Export catalog tool's sub-objects, indexes and columns.
27
28
29 </export-step>
30 <export-step id="componentregistry"
31 handler="Products.GenericSetup.components.exportComponentRegistry"
32 title="Local Component Registry">
33
34
35 Export local component registry configuration.
36
37
38 </export-step>
39 <export-step id="content_type_registry"
40 handler="Products.CMFCore.exportimport.contenttyperegistry.exportContentTypeRegistry"
41 title="Content Type Registry">
42
43
44 Export content type registry's predicates / bindings.
45
46
47 </export-step>
48 <export-step id="cookieauth"
49 handler="Products.CMFCore.exportimport.cookieauth.exportCookieCrumbler"
50 title="Cookie Authentication">
51
52
53 Export cookie crumbler settings
54
55
56 </export-step>
57 <export-step id="mailhost"
58 handler="Products.CMFCore.exportimport.mailhost.exportMailHost"
59 title="MailHost">
60
61
62 Export the mailhost's settings and properties
63
64
65 </export-step>
66 <export-step id="properties"
67 handler="Products.CMFCore.exportimport.properties.exportSiteProperties"
68 title="Site Properties">
69
70
71 Export site properties.
72
73
74 </export-step>
75 <export-step id="rolemap"
76 handler="Products.GenericSetup.rolemap.exportRolemap"
77 title="Role / Permission Map">
78
79
80 Export custom roles and non-default role-permission mappings.
81
82
83 </export-step>
84 <export-step id="skins"
85 handler="Products.CMFCore.exportimport.skins.exportSkinsTool"
86 title="Skins Tool">
87
88
89 Export skins tool's filesystem directory views and skin path definitions.
90
91
92 </export-step>
93 <export-step id="step_registries"
94 handler="Products.GenericSetup.tool.exportStepRegistries"
95 title="Step Registries">
96
97
98 Export current contents of import step registry and export step registry.
99
100
101 </export-step>
102 <export-step id="toolset"
103 handler="Products.GenericSetup.tool.exportToolset"
104 title="Required Tools">
105
106
107 Export required / forbidden tools.
108
109
110 </export-step>
111 <export-step id="typeinfo"
112 handler="Products.CMFCore.exportimport.typeinfo.exportTypesTool"
113 title="Types Tool">
114
115
116 Export types tool's type information objects.
117
118
119 </export-step>
120 <export-step id="various-plinn-settings"
121 handler="Products.Plinn.setuphandlers.exportVarious"
122 title="Various Plinn settings">
123
124
125 Export various plinn settings as python script.
126
127
128 </export-step>
129 <export-step id="workflows"
130 handler="Products.CMFCore.exportimport.workflow.exportWorkflowTool"
131 title="Workflow Tool">
132
133
134 Export workflow tool's workflow definitions and supporting scripts.
135
136
137 </export-step>
138 </export-steps>