http://pypi.python.org/pypi/repoze.squeeze
--
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog
repoze.squeeze looks like a great addition to ToscaWidgets as it "
uses statistical analysis to determine the optimal bundles based on
the HTML documents that pass through it." So, it should combine and
compress resources on the way out of a ToscaWidget using app in an
intelligent way. I have even heard that there is talk of extending
repoze.squeeze to support a content delivery network, which would be
even more awesome.
http://pypi.python.org/pypi/repoze.squeeze
- return "/".join((url.rstrip('/'), src))
+ return urlparse.urljoin(url, src)
File "repoze.squeeze/repoze/squeeze/processor.py", line 58, in get_merged_resource
if expires is None or ttl < expires:
TypeError: can't compare datetime.datetime to NoneType
--Mark
--