Re: [Twisted-Python] Utilizing Twisted for transport w/ SUDS

2010-04-20 Thread Landreville
On Mon, Apr 19, 2010 at 7:26 PM, jathan. wrote: > Hello- > I have a project that is based on Twisted used to > communicate with network devices and I am adding support for a new > vendor (Citrix NetScaler) whose API is SOAP.  Unfortunately the > support for SOAP in Twisted still relies on SOAPpy,

Re: [Twisted-Python] HTTP POST method in php on twisted server

2010-04-20 Thread exarkun
On 19 Apr, 05:29 am, tuxattac...@gmail.com wrote: >On Sun, Apr 18, 2010 at 8:53 PM, wrote: >>On 16 Apr, 04:24 am, tuxattac...@gmail.com wrote: >> >Hi, >> >I am trying to use php script on twisted server using twcgi.I want to >> >make >> >use of http POST method in that.What I want to do is, suppos

Re: [Twisted-Python] mercurial branch

2010-04-20 Thread Glyph Lefkowitz
On Apr 19, 2010, at 10:23 AM, Manlio Perillo wrote: > Since Twisted has an official(?) Bazaar mirror on Launchpad (that I did > not notice before), maybe it is more easy to mirror this repository, > when converting to a different VCS. +1. If possible, I'd very much prefer that we have just the

Re: [Twisted-Python] mercurial branch

2010-04-20 Thread Jason J. W. Williams
Just a personal opinion, but I'd rather see an official DVCS in Mercurial or Git. I'm not a real Mercurial user myself but from a market share point-of-view, there's more folks using those which would make for a lower barrier to entry for new people getting involved. Twisted frequently bucks popula

Re: [Twisted-Python] mercurial branch

2010-04-20 Thread Reza Lotun
Hi All, > If possible, I'd very much prefer that we have just the one DVCS mirror > instead of one for darcs, one for mercurial, one for git and one for bazaar. I'm not a core developer but I thought I'd chime in on this one. In most cases discussions about version control are really not importan

[Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-20 Thread Jason J. W. Williams
Hi Guys, Just been going through the twisted.web series JP put together (http://jcalderone.livejournal.com/tag/sixty%20seconds)...these are terrific. Turn the bottom one into serving a "Hello World" Resource and you've got a much simpler Hello World than the Tornado site (not to start a war on Tor

Re: [Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-20 Thread exarkun
On 20 Apr, 11:25 pm, jasonjwwilli...@gmail.com wrote: >Hi Guys, > >Just been going through the twisted.web series JP put together >(http://jcalderone.livejournal.com/tag/sixty%20seconds)...these are >terrific. Turn the bottom one into serving a "Hello World" Resource >and you've got a much simpler

Re: [Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-20 Thread Jason J. W. Williams
I seem to be missing the link on the page: http://twistedmatrix.com/trac/wiki/Documentation Sent via iPhone Is your e-mail Premiere? On Apr 20, 2010, at 18:38, exar...@twistedmatrix.com wrote: > On 20 Apr, 11:25 pm, jasonjwwilli...@gmail.com wrote: >> Hi Guys, >> >> Just been going through the

Re: [Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-20 Thread Jessica McKellar
Hi Jason, It's under the web howto link on that page: http://twistedmatrix.com/trac/wiki/Documentation ===> http://twistedmatrix.com/documents/current/web/howto/ ===> http://twistedmatrix.com/documents/current/web/howto/web-in-60/index.html -Jessica On Tue, Apr 20, 2010 at 9:23 PM, Jason J. W.

Re: [Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-20 Thread Jason J. W. Williams
That was kind of my point... ;) It's pretty buried. It's not under docs directly and it's not under the "read this first!" about web stuff. And yes I'm volunteering to reorg. -J On Tue, Apr 20, 2010 at 7:30 PM, Jessica McKellar wrote: > Hi Jason, > > It's under the web howto link on that page: