RE: [Plone-users] [ANN] Epoz 0.8.1 released
Hi, I have just tested the new version. Here are my comments:
- Now the setup for getting relative urls from Epoz is much more easier: There's a default EpozPostTidy.py in Epoz/Extensions which can be used out of the box. [...]
The pretty printer seems to be too aggressive when removing spaces: this & that --> this&that some <a href="..">other</a> page --> some<a href="..">other</a>page
- added a customcss-parameter (esp. for use in Plone) to render customized css-styles in difference to a global css correctly.
Works very well. Thank you. Mike
Michael Forster wrote:
- Now the setup for getting relative urls from Epoz is much more easier: There's a default EpozPostTidy.py in Epoz/Extensions which can be used out of the box. [...]
The pretty printer seems to be too aggressive when removing spaces:
this & that --> this&that
some <a href="..">other</a> page --> some<a href="..">other</a>page
Ughh... maybe someone can figure out, how to write a besser EpozPostTidy.py. I'll donate a big cookie for that one...:) Just a quick fix: Change Epoz/Extensions/EpozPostTidy.py, line 47 from self.res += data.strip() to self.res += data Cheers, Maik
When I set up an External Method at the root of my Zope installation (Zope 2.6.2, Plone 1.0.5, Win 2K) using these parameters: ----- id=EpozPostTidy Module-Name=Epoz.EpozPostTidy Function-Name=EpozPostTidy. ----- I got this error in the ZMI: ----- ErrorType: ImportError ErrorValue: No module named HTMLParser ----- What do I need to do to make EpozPostTidy happy? Thanks! Scott
participants (3)
-
Maik Jablonski -
Michael Forster -
S. D.