LocalFactory

  This is the LocalFactory product, by Lalo Martins <a href="mailto:lalo@hackandroll.org">lalo@hackandroll.org</a>.

  A LocalFactory is really a Factory (not a subclass or a wrapper, it is
  _really_ a Factory) which can be created anywhere in your hierarchy,
  cleaning up your namespace/Addbox pollution.

  I'd now like to work on Permission pollution, but this has a lower
  priority. Suggestions accepted.

  In your Product where you want to use LocalFactories all you have to do is
  delete the Factory and the addForm. You must create an addForm in the same
  folder as the Factory (or somewhere where acquisition will find it). You
  still need the Permission and Constructor inside the Product.

  In your addForm methods, you will have to use code like this for the form
  action:

  <code>&lt;form method=POST action="../../ProductName/constructorName"&gt;</code

  due to the strange things the Factory does to the namespace.

  <hr>
  This product was created using mkproduct 0.6 and Zope Simple Skeleton v0.2,
  written by Sebastian L&uuml;hnsdorf (<a href="mailto:basti@beehive.de">basti@beehive.de</a>)
