Re: [Repoze-dev] removing the lxml dependency from bfg

2009-04-27 Thread Malthe Borch
2009/4/27 Chris McDonough chr...@plope.com: chameleon.genshi still depends on lxml.  Currently BFG has c.genshi support, but when we move to the new chameleon version, we'll need to package chameleon.genshi support outside bfg itself in an add-on package (which will still depend on lxml).  

Re: [Repoze-dev] removing the lxml dependency from bfg

2009-04-27 Thread Chris Rossi
On Mon, Apr 27, 2009 at 1:37 PM, Malthe Borch mbo...@gmail.com wrote: 2009/4/27 Martin Aspeli optilude+li...@gmail.comoptilude%2bli...@gmail.com : I've never once written a web app that didn't need templating, because I've never written one that only responds with text/plain and writing

Re: [Repoze-dev] removing the lxml dependency from bfg

2009-04-27 Thread Paul Everitt
On Apr 27, 2009, at 1:40 PM, Chris Rossi wrote: On Mon, Apr 27, 2009 at 1:37 PM, Malthe Borch mbo...@gmail.com wrote: 2009/4/27 Martin Aspeli optilude+li...@gmail.com: I've never once written a web app that didn't need templating, because I've never written one that only responds with

Re: [Repoze-dev] removing the lxml dependency from bfg

2009-04-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reed O'Brien wrote: On Apr 27, 2009, at 1:46 PM, Chris McDonough wrote: On 4/27/09 1:42 PM, Paul Everitt In response to the original question, it seems that everyone is on board with factoring out genshi and xslt to add-on packages and leaving

Re: [Repoze-dev] removing the lxml dependency from bfg

2009-04-27 Thread Fergus Doyle
I think its nice to have a default... ...but I think one default is enough ;) +1 Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reed O'Brien wrote: On Apr 27, 2009, at 1:46 PM, Chris McDonough wrote: On 4/27/09 1:42 PM, Paul Everitt

Re: [Repoze-dev] removing the lxml dependency from bfg

2009-04-27 Thread Wichert Akkerman
Previously Malthe Borch wrote: 2009/4/27 Reed O'Brien r...@reedobrien.com: +0 I think it is OK to have a default one. Think hello world. Devil's advocate here, but: print htmlbodyHello world/body/html You kind of don't need a templating language; in particular, you might want to

Re: [Repoze-dev] removing the lxml dependency from bfg

2009-04-27 Thread Chris Rossi
On Mon, Apr 27, 2009 at 4:48 PM, Wichert Akkerman wich...@wiggy.net wrote: Previously Malthe Borch wrote: 2009/4/27 Reed O'Brien r...@reedobrien.com: +0 I think it is OK to have a default one. Think hello world. Devil's advocate here, but: print htmlbodyHello world/body/html

Re: [Repoze-dev] removing the lxml dependency from bfg

2009-04-27 Thread Chris Rossi
Sorry. Just pretend like it really did end there. ;) Chris On Mon, Apr 27, 2009 at 8:20 PM, Martin Aspeli optilude+li...@gmail.comoptilude%2bli...@gmail.com wrote: Tres Seaver wrote: Amen. Or should that be So say we all! :) Not any longer... (sniff) Martin -- Author of

[Repoze-dev] removing the lxml dependency from bfg

2009-04-26 Thread Chris McDonough
Malthe Borch just made a release of chameleon.core and chameleon.zpt that removes any dependency on lxml. Woo hoo, thanks Malthe! The benefits of this: it should be possible to install BFG on all systems much more easily and it should be reasonable to use BFG on Windows and GAE. However, to