plone / diazo

Diazo applies a static HTML theme to a dynamic website
http://diazo.org
Other
41 stars 26 forks source link

breaks with external Theme via https #40

Closed loechel closed 8 years ago

loechel commented 9 years ago

If you try to use a remote theme via https it just gives and IOError

simmilar to http://stackoverflow.com/questions/7882673/what-is-the-deal-about-https-when-using-lxml

could be fixed by exactly this way using an alternative loader / parser via urllib / urlib2 and lxml html parser