which encloses the xml section.
>
> Extract the xml content of the div, and write a Python script which
> generates the example same XML.
>
> Modify the script so that it removes newlines, escapes quotes, and wraps
> the whole thing in a document.write.
>
> Edit the div tag so it reads:
>
> (I'm not sure exactly what parameters you'll need to pass the script)
>
> For bonus points move it from being a script to being a method on the
> kupu tool.
>
> Optionally: update the .kupu files to generate the correct tal in the
> div tag otherwise you'll have to reapply the hack every time kupu is
> updated.
>
>
> _______________________________________________
> kupu-dev mailing list
> kupu-dev at codespeak.net
> http://codespeak.net/mailman/listinfo/kupu-dev
>
From davidglick at onenw.org Fri Jan 16 20:36:35 2009
From: davidglick at onenw.org (David Glick)
Date: Fri, 16 Jan 2009 11:36:35 -0800
Subject: [kupu-dev] kupu 1.4.12 tarball
Message-ID:
Is there an old-style product tarball of kupu 1.4.12 available? I
can't use the egg with Plone < 3.2, because it declares dependencies
on a bunch of things that were still distributed as tarballs before
Plone 3.2 (I can use fake eggs for the time being, but it's messy.)
thanks,
David Glick
Web Developer
ONE/Northwest
New tools and strategies for engaging people in protecting the
environment
http://www.onenw.org
davidglick at onenw.org
work: (206) 286-1235 x32
mobile: (206) 679-3833
Subscribe to ONEList, our email newsletter!
Practical advice for effective online engagement
http://www.onenw.org/full_signup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://codespeak.net/pipermail/kupu-dev/attachments/20090116/1e0e2e47/attachment.htm
From duncan.booth at suttoncourtenay.org.uk Sat Jan 17 13:21:27 2009
From: duncan.booth at suttoncourtenay.org.uk (Duncan Booth)
Date: Sat, 17 Jan 2009 12:21:27 +0000 (UTC)
Subject: [kupu-dev] kupu 1.4.12 tarball
References:
Message-ID:
David Glick wrote:
> Is there an old-style product tarball of kupu 1.4.12 available? I
> can't use the egg with Plone < 3.2, because it declares dependencies
> on a bunch of things that were still distributed as tarballs before
> Plone 3.2 (I can use fake eggs for the time being, but it's messy.)
>
Oops.
http://plone.org/products/kupu/releases/1.4.12
For some reason it was marked as unreleased, so I just released it.
From sune at headnet.dk Fri Jan 23 15:58:51 2009
From: sune at headnet.dk (Sune Toft - Headnet)
Date: Fri, 23 Jan 2009 15:58:51 +0100
Subject: [kupu-dev] Graceful degradation for users without javascript
In-Reply-To:
References:
Message-ID: <4979DB2B.1070304@headnet.dk>
Hi :)
We got some users on a Plone community sites, who has javascript turned
off. They are not able to what is entered in a text field (rich widget).
As we recall it, it has been a feature in earlier Plone + Kupu setups
that users without JS gracefull were degradated to a textfield showing
the htmlcode - now nothing is shown.
When the user choose not to use kupu in her personal settings it works -
but should there be a graceful degradation ?
Its the same in FF anf IE
We are using Plone 3.1.5.1 and kupu 1.4.11
--
========================
Sune Toft
Partner, Projektleder
Headnet ApS
Fruebjergvej 3
Symbion Science Park - Box 50
2100 K?benhavn ?.
Telefon: +45 3917 9750
Fax: +45 3917 9751
Mobil: +45 2943 9585
http://www.headnet.dk
sune at headnet.dk
=======================
Headnet - devoted to Plone
http://www.plone.org
Vinder af "Bedst til Nettet" 2005 - 2006
http://bedstpaanettet.dk
From duncan.booth at suttoncourtenay.org.uk Fri Jan 23 20:18:32 2009
From: duncan.booth at suttoncourtenay.org.uk (Duncan Booth)
Date: Fri, 23 Jan 2009 19:18:32 +0000 (UTC)
Subject: [kupu-dev] Graceful degradation for users without javascript
References:
<4979DB2B.1070304@headnet.dk>
Message-ID:
Sune Toft - Headnet wrote:
> Hi :)
>
> We got some users on a Plone community sites, who has javascript turned
> off. They are not able to what is entered in a text field (rich widget).
> As we recall it, it has been a feature in earlier Plone + Kupu setups
> that users without JS gracefull were degradated to a textfield showing
> the htmlcode - now nothing is shown.
>
> When the user choose not to use kupu in her personal settings it works -
> but should there be a graceful degradation ?
>
Yes it should. At one point I did try to make it degrade gracefully, but it
interacted badly with KSS (i.e. the inline editing feature broke) so I had
to roll back that change. I never did manage to come up with a way to
handle non-javascript users that would also work for users who
had javascript and inline editing enabled
From johnny at debris.demon.nl Tue Jan 27 20:21:57 2009
From: johnny at debris.demon.nl (Johnny deBris)
Date: Tue, 27 Jan 2009 20:21:57 +0100
Subject: [kupu-dev] Proposed patch: click *and* mouseup event triggering?
In-Reply-To: <4962006A.6040307@infrae.com>
References: <4962006A.6040307@infrae.com>
Message-ID: <497F5ED5.3020302@debris.demon.nl>
eric casteleijn wrote:
> if (event.type == 'click' ||
>
> Seems to fix this, and have no adverse effects. Is there a reason both
> are checked, or should I commit this patch?
>
>
Sorry, forgot about this one a bit I fear... Obviously, if all supported
browsers (or at least IE 6+ and some recent FF 2 and 3 versions) seem to
behave properly, I'd welcome your patch!
Cheers,
Guido