Hi JeanMichel,

Did you save content from external pages into ZODB? I was thinking in past 
about it to make little automated archive with squishdot.

If you will have success, would you like to publish your zexp and products, 
please?

Many thanks, J. Lukesh

----- Original Message ----- 
From: JeanMichel FRANCOIS

Today i have added a piece of code in my fct test class to be able to open 
browser.contents inside a real browser:
def openInFirefox(self, contents, firefox_path='firefox'):
d, fn = mkstemp('.html')
f = open(fn, 'w')
f.write(contents)
os.popen('%s %s'%(firefox_path, fn))
I would like to know if there is something similar or already done in the a 
zope egg, cause i m sure nobody read the html with their eyes :)

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to