[Zope-dev] Re: [Zope-CMF] CMF Usabiltiy

2002-07-15 Thread Tim Hoffman
Hi For what it is worth here are some code snippets from the monkeypatch that adds the basics to show what I have been doing. It is a bit messy and probably not the best way to do it, but this gives you the gist of what is going on. First off I have been monkeypatching the DefaultDublinCoreImpl

Re: [Zope-dev] updating homebrew extension of structured text tostandard

2002-07-15 Thread Jochen Knuth
Hi all, > Jochen Knuth <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> i have a ZClass with a property which is renderd as structured text. >> Because i designed this ZClass before there was a standard for >> including images, i made my own extension of structured text formating. >> Short: I used _

Re: [Zope-dev] updating homebrew extension of structured text tostandard

2002-07-15 Thread Jochen Knuth
Hi, Jochen Knuth <[EMAIL PROTECTED]> wrote: > >Hi, > >i have a ZClass with a property which is renderd as structured text. >Because i designed this ZClass before there was a standard for including >images, i made my own extension of structured text formating. >Short: I used __imageobject__ as

Re: [Zope-dev] updating homebrew extension of structured text to standard

2002-07-15 Thread Florent Guillaume
Jochen Knuth <[EMAIL PROTECTED]> wrote: > Hi, > > i have a ZClass with a property which is renderd as structured text. > Because i designed this ZClass before there was a standard for including > images, i made my own extension of structured text formating. > Short: I used __imageobject__ as m

Re: [Zope-dev] rfc1123_date

2002-07-15 Thread Chris McDonough
Not hard, at least for an alias. It would be helpful for someone who cares deeply ( ;-) ) to either submit a collector issue or a patch... Tks, - C - Original Message - From: "Adrian Hungate" <[EMAIL PROTECTED]> To: "Magnus Heino" <[EMAIL PROTECTED]>; "Chris McDonough" <[EMAIL PROTECT

[Zope-dev] updating homebrew extension of structured text to standard

2002-07-15 Thread Jochen Knuth
Hi, i have a ZClass with a property which is renderd as structured text. Because i designed this ZClass before there was a standard for including images, i made my own extension of structured text formating. Short: I used __imageobject__ as markup for the image. Now i want to update all my zcl

Re: [Zope-dev] rfc1123_date

2002-07-15 Thread Adrian Hungate
How hard would it be to move these into DateTime? Or is there are reason they were not put there in the first place? Adrian... -- Adrian Hungate EMail: [EMAIL PROTECTED] Web: http://www.haqa.co.uk - Original Message - From: "Magnus Heino" <[EMAIL PROTECTED]> To: "Chris McDonough" <[EMAI

Re: [Zope-dev] rfc1123_date

2002-07-15 Thread Magnus Heino
Thats how I solved it. Seems a bit weird though to put date methods like iso8601_date, rfc1123_date and rfc850_date in App.Common, when DateTime already has method like that, like rfc822. /Magnus > You could use ModuleSecurityInfo (see Zope Developer's Guide), you > could use an External Meth

Re: [Zope-dev] rfc1123_date

2002-07-15 Thread Chris McDonough
You could use ModuleSecurityInfo (see Zope Developer's Guide), you could use an External Method, or you could write your own product. - Original Message - From: "Magnus Heino" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 15, 2002 7:01 AM Subject: [Zope-dev] rfc1123_date

[Zope-dev] rfc1123_date

2002-07-15 Thread Magnus Heino
Why is rfc1123_date a method in App.Common, and not a method on DateTime.DateTime? How am I supposed to use it from dtml/zpt? /Magnus ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or