I'm looking for info on this. Google has nothing to say. I'm NOT!!! looking for a perl vs. python comparison. I'd rather not directly hear a single word about that. I'm looking for a comparison of these two pieces of software as things that implement a language into html. Can someone guide me?
Hunter Peress wrote:
I'm looking for a comparison of these two pieces of software as things that implement a language into html.
Last time I looked, Mason was a pretty lightweight framework where you end up doing a lot of the work yourself (authentication, workflow, etc) Zope is pretty heavweight, and combined with the CMF gives you loads of stuff out of the box. They're both a lot less user friendly than they could be, IMHO ;-) cheers, Chris
Try this:: http://zdp.zope.org/portals/evaluators/zope/masonhq ...Note the links on the right side of the page. Also, Web Scripting Tools - Compare and Contrast: http://commons.somewhere.com/buzz/2000/scripting.html Hope this helps. Patrick Price Office of Information Technology West Virginia University Hunter Peress wrote:
I'm looking for info on this. Google has nothing to say.
I'm NOT!!! looking for a perl vs. python comparison. I'd rather not directly hear a single word about that.
I'm looking for a comparison of these two pieces of software as things that implement a language into html.
Can someone guide me?
why. what do zope and mason have to do with each other? zope is a content management framework, mason is just a way of embedding perl inline into parsed html pages usually via mod perl. mason is not a content management system but you could write one using it such as bricolage. I think anyone trying to do a straight up comparison of zope to mason, probably doesn't know anything about either one. -mj On 11 Aug 2002, Hunter Peress wrote:
I'm looking for info on this. Google has nothing to say.
I'm NOT!!! looking for a perl vs. python comparison. I'd rather not directly hear a single word about that.
I'm looking for a comparison of these two pieces of software as things that implement a language into html.
Can someone guide me?
_______________________________________________ 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 )
participants (4)
-
Chris Withers -
Hunter Peress -
Michael Johnson -
Patrick Price