[Product-Developers] collective.xdv: how to disable pretty print output?

2010-11-15 Thread Kees Hink
I read in http://pypi.python.org/pypi/collective.xdv (1.0rc11 - 2010-09-05)
that pretty print output is disabled. I am using this version, and i still see
the HTML pretty-printed.

Example:

(...)h1 id=ida href=http://192.168.1.37:8080/iederz; tile=Naar de
homepageimg src=/iederz/++resource++iederz.theme.xdv/assets/img/iederz.png
width=156 height=78 alt=iederz, werken mogelijk maken //a/h1(...)

is changed into
h1 id=id
a href=/ tile=Naar de 
homepageimg src=assets/img/iederz.png
width=156 height=78 alt=iederz, werken mogelijk maken //a
/h1

Is there any way to disable this?

Kees

PS Yes, tile should be title.
___
Product-Developers mailing list
Product-Developers@lists.plone.org
http://lists.plone.org/mailman/listinfo/product-developers


Re: [Product-Developers] collective.xdv: how to disable pretty print output?

2010-11-15 Thread Kees Hink
On 11/15/2010 11:51 AM, Kees Hink wrote:
 I read in http://pypi.python.org/pypi/collective.xdv (1.0rc11 - 2010-09-05)
 that pretty print output is disabled. I am using this version, and i still see
 the HTML pretty-printed.
 
 Example:
 
 (...)h1 id=ida href=http://192.168.1.37:8080/iederz; tile=Naar de
 homepageimg 
 src=/iederz/++resource++iederz.theme.xdv/assets/img/iederz.png
 width=156 height=78 alt=iederz, werken mogelijk maken //a/h1(...)
 
 is changed into
   h1 id=id
   a href=/ tile=Naar de 
 homepageimg src=assets/img/iederz.png
 width=156 height=78 alt=iederz, werken mogelijk maken //a
   /h1
 
 Is there any way to disable this?
 
 Kees
 
 PS Yes, tile should be title.

xdv has a -p option, probably that's still used from collective.xdv
___
Product-Developers mailing list
Product-Developers@lists.plone.org
http://lists.plone.org/mailman/listinfo/product-developers


Re: [Product-Developers] collective.xdv: how to disable pretty print output?

2010-11-15 Thread Kees Hink
On 11/15/2010 11:51 AM, Kees Hink wrote:
 I read in http://pypi.python.org/pypi/collective.xdv (1.0rc11 - 2010-09-05)
 that pretty print output is disabled. I am using this version, and i still see
 the HTML pretty-printed.
 
 Example:
 
 (...)h1 id=ida href=http://192.168.1.37:8080/iederz; tile=Naar de
 homepageimg 
 src=/iederz/++resource++iederz.theme.xdv/assets/img/iederz.png
 width=156 height=78 alt=iederz, werken mogelijk maken //a/h1(...)
 
 is changed into
   h1 id=id
   a href=/ tile=Naar de 
 homepageimg src=assets/img/iederz.png
 width=156 height=78 alt=iederz, werken mogelijk maken //a
   /h1
 
 Is there any way to disable this?
 
 Kees
 
 PS Yes, tile should be title.

I messed up this message. The first line in the example is the xdv-styled
result, the second is the xdv theme.

The pretty_print=False in collective.xdv's transforms.py does what it says, for
as far as i can tell.

My problem is IE7 is rendering an xdv-styled page differently than the theme
from which it was created, but it must be due to something else.
___
Product-Developers mailing list
Product-Developers@lists.plone.org
http://lists.plone.org/mailman/listinfo/product-developers


Re: [Product-Developers] Dexterity and Images

2010-11-15 Thread Noe Misael Nieto Arroyo
Just for the record:

All the image functionality is being moved to plone.app.imaging.

---
Noe

2010/11/3 Héctor Velarde hector.vela...@gmail.com

 take a look at this, Noe:
 http://code.google.com/p/dexterity/issues/detail?id=72

 best regards


 ___
 Product-Developers mailing list
 Product-Developers@lists.plone.org
 http://lists.plone.org/mailman/listinfo/product-developers


___
Product-Developers mailing list
Product-Developers@lists.plone.org
http://lists.plone.org/mailman/listinfo/product-developers


Re: [Product-Developers] Dexterity and Images

2010-11-15 Thread David Glick
Uh, no. plone.app.imaging contains an image scale view for Archetypes content.  
The one for Dexterity content is in plone.namedfile.  Both are used similarly 
(via the @@images view) and are based on plone.scale.

On 11/15/10 10:09 AM, Noe Misael Nieto Arroyo wrote:
Just for the record:

All the image functionality is being moved to plone.app.imaging.

---
Noe

2010/11/3 Héctor Velarde 
hector.vela...@gmail.commailto:hector.vela...@gmail.com
take a look at this, Noe: http://code.google.com/p/dexterity/issues/detail?id=72

best regards


___
Product-Developers mailing list
Product-Developers@lists.plone.orgmailto:Product-Developers@lists.plone.org
http://lists.plone.org/mailman/listinfo/product-developers




David Glick
Web Developer
davidgl...@groundwire.org
206.286.1235x32


[http://gw-logo.s3.amazonaws.com/groundwire-logo-270-noclear.png]http://groundwire.org/?utm_source=Groundwire.org%2BEmailutm_medium=Emailutm_campaign=Logo


Online tools and strategies for the environmental movement.  Sign up for 
Groundwire 
Newshttp://groundwire.org/email-capture?utm_source=Groundwire.org-emailutm_medium=Emailutm_content=news-signuputm_campaign=email-signature!

Check out our 2010 Website Benchmarks 
Reporthttp://groundwire.org/resources/articles/2010-website-benchmarks-report?utm_source=groundwire.org-emailutm_medium=emailutm_content=2010-webstats-reportutm_campaign=2010-webstats-report
  Real-world website stats from 43 environmental organizations.  How do you 
stack up?


___
Product-Developers mailing list
Product-Developers@lists.plone.org
http://lists.plone.org/mailman/listinfo/product-developers


Re: [Product-Developers] Dexterity and Images

2010-11-15 Thread Noe Misael Nieto Arroyo
Oh, that's right.

I was wondering... does plone.scale scale images on the fly or it stores
some scaled copy on ZODB ?


Noe


2010/11/15 David Glick davidgl...@groundwire.org

  Uh, no. plone.app.imaging contains an image scale view for Archetypes
 content.  The one for Dexterity content is in plone.namedfile.  Both are
 used similarly (via the @@images view) and are based on plone.scale.


 On 11/15/10 10:09 AM, Noe Misael Nieto Arroyo wrote:

 Just for the record:

 All the image functionality is being moved to plone.app.imaging.

 ---
 Noe

 2010/11/3 Héctor Velarde hector.vela...@gmail.com

 take a look at this, Noe:
 http://code.google.com/p/dexterity/issues/detail?id=72

 best regards


 ___
 Product-Developers mailing list
 Product-Developers@lists.plone.org
 http://lists.plone.org/mailman/listinfo/product-developers



*David Glick*
 Web Developer
 davidgl...@groundwire.org
 206.286.1235x32

 [image: Groundwire 
 logo]http://groundwire.org/?utm_source=Groundwire.org%2BEmailutm_medium=Emailutm_campaign=Logo

 Online tools and strategies for the environmental movement.  Sign up for
 Groundwire 
 Newshttp://groundwire.org/email-capture?utm_source=Groundwire.org-emailutm_medium=Emailutm_content=news-signuputm_campaign=email-signature
 !

 Check out our 2010 Website Benchmarks 
 Reporthttp://groundwire.org/resources/articles/2010-website-benchmarks-report?utm_source=groundwire.org-emailutm_medium=emailutm_content=2010-webstats-reportutm_campaign=2010-webstats-report
   Real-world website stats from 43 environmental organizations.  How do you
 stack up?


___
Product-Developers mailing list
Product-Developers@lists.plone.org
http://lists.plone.org/mailman/listinfo/product-developers


Re: [Product-Developers] Dexterity and Images

2010-11-15 Thread David Glick
On 11/15/10 10:38 AM, Noe Misael Nieto Arroyo wrote:

 Oh, that's right.

 I was wondering... does plone.scale scale images on the fly or it
 stores some scaled copy on ZODB ?
Well, plone.scale is just a library for performing scaling; it doesn't
care how the scales are stored.  plone.app.imaging and plone.namedfile
both use it to generate scales on demand, and then store them in an
annotation in the ZODB.
--  
David Glick
 Web Developer
 davidgl...@groundwire.org
 206.286.1235x32

Groundwire: You Are Connected   
 http://groundwire.org  

Online tools and stratgies for the environmental movement.  Sign up for 
Groundwire News!
 http://groundwire.org/email-capture

Check out our 2010 Website Benchmarks Report. How do you stack up?
 http://groundwire.org/resources/articles/2010-website-benchmarks-report

___
Product-Developers mailing list
Product-Developers@lists.plone.org
http://lists.plone.org/mailman/listinfo/product-developers