Is it possible to protect DTML source code
Hi, 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? I guess it would be difficult to implement something like it in zope, but not impossible, but I didn't find anything. Thanks, Dirk
Protect the source code from what? -- Andy McKay www.agmweb.ca ----- Original Message ----- From: "Dirk Hoeveler" <hoeveler@co-de.de> To: "'Zope@Zope. Org' (E-mail)" <zope@zope.org> Sent: Wednesday, October 23, 2002 6:40 AM Subject: [Zope] Is it possible to protect DTML source code
Hi,
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?
I guess it would be difficult to implement something like it in zope, but not impossible, but I didn't find anything.
Thanks,
Dirk
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
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
participants (3)
-
Andy McKay -
Dieter Maurer -
Dirk Hoeveler