[Zope] Is it possible to protect DTML source code
Dieter Maurer
dieter@handshake.de
Wed, 23 Oct 2002 20:39:13 +0200
Dirk Hoeveler writes:
> is it possible to protect the code of Zclasses or DMTL methods. For PHP there
> exists something like PHPguardian. Is there something like this for zope?
Somewhat...
Products can be distributed.
You can specify which product components can be customized.
The others are not longer viewable/modifiable by easy means.
Of course, experts will still be able to get at the source
of these objects. It is just no longer straight forward.
Dieter