You are not logged in Log in Join
You are here: Home » Members » ingeniweb » Plone Minimal Product » README » View Document

Log in
Name

Password

 

README

PloneMinimalProduct

This product is meant to be a minimal Plone product, that is, a skeleton one can use to create new types (instead of starting "from scratch").

INSTALL

  • Untar it ! :-)

CMF/Plone AWARIZATION

  • Create an external method at your Plone's root with the following information:
          id: InstallPloneMinimalProduct
    
          title: Whatever you want
    
          module: PloneMinimalProduct.Install
    
          function: install
    
  • Click the test tab of this External Method and ensure the execution is correct. Double check messages prefixed by ***, they may indicate an error.

CUSTOMIZATION

You can make this product suit your own needs. To make it suitable for your own purposes, just copy it to another folder and search/replace the following strings along your product directories (and don't forget to rename files as well !) :

  • "PloneMinimalProduct" -> your product's name
  • "MinimalSimpleType" -> your first simple type's name (or delete it if you have no simple type)
  • "MinimalFolderishType" -> your first folderish type's name (or delete it if you have no folderish type)

Then re-install the product (according to the AWARIZATION section) and you should be done !

(c)2003 Ingeniweb