[Zope] Writing custom tags "through the web"

ender kthangavelu@earthlink.net
Wed, 7 Feb 2001 12:26:34 -0800


On Wednesday 07 February 2001 09:19, Gerald Gutierrez wrote:
> I've found custom tags invaluable in my daily J2EE use, and would like to
> do the same with Zope. I'd like to be able to do it like everything else I
> do with zope, through the web browser interface.
>
> Unfortunately, the only documents I've found relating to custom tags tell
> me that I must modify the Zope source code and write these tags as
> filesystem products or classes.
>
> Is there no way to write custom tags through the web in Zope?
>


in theory its possible to create a product which would allow this, but if you 
just have a few tags, than its easier to just write them in python and drop 
them on the fs.

kapil