File: export_steps.xml

package info (click to toggle)
zope-cmfplone 2.5.1-4etch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,752 kB
  • ctags: 5,237
  • sloc: python: 28,264; xml: 3,723; php: 129; makefile: 99; sh: 2
file content (103 lines) | stat: -rw-r--r-- 4,398 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0"?>
<export-steps>
 <export-step id="action-icons"
              handler="Products.CMFActionIcons.exportimport.exportActionIconsTool"
              title="Action Icons">
  Export action icon definitions
 </export-step>
 <export-step id="actions"
              handler="Products.CMFCore.exportimport.actions.exportActionProviders"
              title="Action Providers">
  Export actions tool's action providers and their actions.
 </export-step>
 <export-step id="catalog"
              handler="Products.CMFCore.exportimport.catalog.exportCatalogTool"
              title="Catalog Tool">
   Export Catalog subobjects, indexes and columns
 </export-step>
 <export-step id="content"
              handler="Products.CMFCore.exportimport.content.exportSiteStructure"
              title="Content">
  Export the site's structure and content.
 </export-step>
 <export-step id="content_type_registry"
              handler="Products.CMFCore.exportimport.contenttyperegistry.exportContentTypeRegistry"
              title="Content Type Registry">
  Export content type registry's predicates / bindings.
 </export-step>
 <export-step id="controlpanel"
              handler="Products.CMFPlone.exportimport.controlpanel.exportControlPanel"
              title="Control Panel">
  Export Plone control panel actions.
 </export-step>
 <export-step id="cookieauth"
              handler="Products.CMFCore.exportimport.cookieauth.exportCookieCrumbler"
              title="Cookie Authentication">
  Export cookie crumbler settings
 </export-step>
 <export-step id="cssregistry"
              handler="Products.ResourceRegistries.exportimport.cssregistry.exportCSSRegistry"
              title="Stylesheet registry">
   Export stylesheet registry
 </export-step>
 <export-step id="jsregistry"
              handler="Products.ResourceRegistries.exportimport.jsregistry.exportJSRegistry"
              title="Javascript registry">
   Export javascript registry
 </export-step>
 <export-step id="mailhost"
              handler="Products.CMFCore.exportimport.mailhost.exportMailHost"
              title="MailHost">
  Export the mailhost's settings and properties
 </export-step>
 <export-step id="memberdata-properties"
              handler="Products.CMFPlone.exportimport.memberdata_properties.exportMemberDataProperties"
              title="MemberData properties">
   Export MemberData properties
 </export-step>
 <export-step id="properties"
              handler="Products.CMFCore.exportimport.properties.exportSiteProperties"
              title="Site Properties">
  Export site properties.
 </export-step>
 <export-step id="propertiestool"
              handler="Products.CMFPlone.exportimport.propertiestool.exportPloneProperties"
              title="Plone Properties">
  Export plone properties tool and subobjects.
 </export-step>
 <export-step id="rolemap"
              handler="Products.GenericSetup.rolemap.exportRolemap"
              title="Role / Permission Map">
  Export custom roles and non-default role-permission mappings.
 </export-step>
 <export-step id="skins"
              handler="Products.CMFCore.exportimport.skins.exportSkinsTool"
              title="Skins Tool">
  Export skins tool's filesystem directory views and skin path definitions.
 </export-step>
 <export-step id="step_registries"
              handler="Products.GenericSetup.tool.exportStepRegistries"
              title="Step Registries">
  Export current contents of import step registry and export step registry.
 </export-step>
 <export-step id="toolset"
              handler="Products.GenericSetup.tool.exportToolset"
              title="Required Tools">
  Export required / forbidden tools.
 </export-step>
 <export-step id="typeinfo"
              handler="Products.CMFCore.exportimport.typeinfo.exportTypesTool"
              title="Types Tool">
  Export types tool's type information objects.
 </export-step>
 <export-step id="workflows"
              handler="Products.CMFCore.exportimport.workflow.exportWorkflowTool"
              title="Workflow Tool">
  Export workflow tool's workflow definitions and supporting scripts.
 </export-step>
 <export-step id="factorytool"
              handler="Products.CMFPlone.exportimport.factorytool.exportFactoryTool"
              title="Portal Factory Tool">
  Export type registration for the portal factory tool.
 </export-step>
</export-steps>