Re: [Zope-dev] how to install a method hook
Hello Jephte, I cannot answer your question; however, if you're interested in internationalization issues (such as providing French date formats) you may want to take a look at the ZIP Project. The mailing list address is "zip@eevolute.com". To register, see the <http://www.eevolute.com/mailman/listinfo/zip> page. Cheers. Alexandre At 12:00 03/12/1999 -0800, you wrote:
Date: Fri, 03 Dec 1999 10:26:28 +0400 From: Jepthte CLAIN <minf7@educ.univ-reunion.fr> To: zope-dev@zope.org Subject: [Zope-dev] how to install a method hook
Hello,
here is the 'problem': I want to write support for french dates and various other stuff in my zope installation.
Until now, i've always patched zope, but it proves to be a pain to patch my installation each time a release is out.
for now, I want to write a product that 'replace' some common objects by a my custom objects.
For example, I derived DateTime to provide french date display and input. I would like to 'replace' (in term of acquisition) the toplevel Application.ZopeTime with my own ZopeTime (instance of DateTimeFr)
<snip>
participants (1)
-
Alexandre Ratti