
      [paste.paster_create_template]
      basic_namespace = zopeskel:Namespace
      nested_namespace = zopeskel:NestedNamespace
      basic_zope = zopeskel:BasicZope
      plone = zopeskel:Plone
      plone_app = zopeskel:PloneApp
      plone2_theme = zopeskel:Plone2Theme
      plone2.5_theme = zopeskel:Plone25Theme
      plone3_theme = zopeskel:Plone3Theme
      plone2.5_buildout = zopeskel:Plone25Buildout
      plone3_buildout = zopeskel:Plone3Buildout
      archetype = zopeskel:Archetype
      plone3_portlet = zopeskel:Plone3Portlet
      plone_hosting = zopeskel.hosting:StandardHosting
      recipe = zopeskel:Recipe

      [paste.paster_command]
      addcontent = zopeskel.localcommands:ZopeSkelLocalCommand

      [zopeskel.zopeskel_sub_template]
      portlet = zopeskel.localcommands.templates:Portlet
      view = zopeskel.localcommands.templates:View
      zcmlmeta = zopeskel.localcommands.templates:ZCMLMetaDirective
      contenttype = zopeskel.localcommands.templates:ContentType
      