[CMF-checkins] CVS: CMF/CMFSetup/xml - esrExport.xml:1.1 ssrExport.xml:1.1

Tres Seaver tseaver at zope.com
Thu May 13 09:42:37 EDT 2004


Update of /cvs-repository/CMF/CMFSetup/xml
In directory cvs.zope.org:/tmp/cvs-serv29646/xml

Added Files:
	esrExport.xml ssrExport.xml 
Log Message:
 - Neglected export templates.


=== Added File CMF/CMFSetup/xml/esrExport.xml ===
<?xml version="1.0"?>
<export-scripts xmlns:tal="http://xml.zope.org/namespaces/tal">
 <export-script id="STEP_ID"
                callable="DOTTED.NAME"
                title="TITLE"
                tal:repeat="script here/listScriptMetadata"
                tal:attributes="id script/id;
                                callable script/callable;
                                title script/title
                               ">
  <span tal:replace="script/description">DESCRIPTION</span>
 </export-script>
</export-scripts>


=== Added File CMF/CMFSetup/xml/ssrExport.xml ===
<?xml version="1.0"?>
<setup-steps xmlns:tal="http://xml.zope.org/namespaces/tal">
 <setup-step id="STEP_ID"
             version="STEP_VERSION"
             callable="DOTTED.NAME"
             title="TITLE"
             tal:repeat="step here/listStepMetadata"
             tal:attributes="id step/id;
                             version step/version;
                             callable step/callable;
                             title step/title
                            ">
  <dependency step="DEPENDENCY"
              tal:repeat="dep step/dependencies"
              tal:attributes="step dep" />
  <span tal:replace="step/description">DESCRIPTION</span>
 </setup-step>
</setup-steps>




More information about the CMF-checkins mailing list