Re: [Zope] trailing whitespace optimization

2000-07-11 Thread Gregory Haley

Hi Paul,

You're right about the size of files with trailing blanks. 
I had a file of over 1 meg yesterday, and when I striped all
the blanks it was only 47K, pretty radical reduction.

There is an external Python method that is part of the zope
Extenions library, it should be in something called
/opt/zope/Extensions/ called strip_blanks.py.  You can
attach it to your zope session, then it is called via:

   dtml-var "strip_blank(varName)[:-1]"

This will at least strip all the trailing blanks from an
individual variable.

ciao!
greg.

Gregory Haley
venaca.com

Paul Abrams wrote:
 
 I'm noticing that our file sizes could be reduced by 10% or
 more by trimming trailing whitespace. Is there a way to get
 Zope to do that automatically? It would be best if Zope did
 it whenever a method was saved.
 
 Thanks in advance,
 -Paul
 
 __
 Do You Yahoo!?
 Get Yahoo! Mail - Free email you can access from anywhere!
 http://mail.yahoo.com/
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 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 )

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] trailing whitespace optimization

2000-07-10 Thread Paul Abrams

I'm noticing that our file sizes could be reduced by 10% or
more by trimming trailing whitespace. Is there a way to get
Zope to do that automatically? It would be best if Zope did
it whenever a method was saved.

Thanks in advance,
-Paul

__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] trailing whitespace optimization

2000-07-10 Thread Curtis Maloney

On Tue, 11 Jul 2000, Paul Abrams wrote:
 I'm noticing that our file sizes could be reduced by 10% or
 more by trimming trailing whitespace. Is there a way to get
 Zope to do that automatically? It would be best if Zope did
 it whenever a method was saved.

Agreed.  I have found that reformatting can save much space.  However, 
sometimes you might actually WANT those spaces there.  I know, HTML is 
supposed to ignore whitespace, but there could be various reasons you would 
want to keep trailing spaces.

Really, your best solution is to stop being to slack, and remove the spaces 
yourself! (o8


 Thanks in advance,
 -Paul


Have a better one,
Curtis Maloney.

dtml-var standard_work_disclaimer

___
Zope maillist  -  [EMAIL PROTECTED]
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 )