[Twisted-Python] Logo usage at websites?

Couldn't find any info at the site, CVS, or my saved list msgs...is there an official logo that's available for use by sites running Twisted? I'm poking about in the images dir at twistedmatrix.com; images/TwistedLogo.png looks good, and it's only 2086 bytes. I'm looking forward to sticking a "Powered by Twisted" logo in my footers...*grin*. -- Ken Kennedy | http://www.kenzoid.com | kenzoid@io.com

On Wed, 23 Oct 2002 22:30:55 -0400, kkennedy@kenzoid.com (Ken Kennedy) wrote:
I'm looking forward to sticking a "Powered by Twisted" logo in my footers...*grin*.
Maybe it would be more appropriate to have a logo that said "Twisted by Power", with a little graphic of the Eye of Sauron staring out of our serpentine logo? "Surely, you did not think that Guido could contend with the will of Internet. There are none who can." -- | <`'> | Glyph Lefkowitz: Travelling Sorcerer | | < _/ > | Lead Developer, the Twisted project | | < ___/ > | http://www.twistedmatrix.com |

Dont really know where to broach this but: I've been looking at the code for pynfo and there's some functionality i'd like to wedge in there i.e. logging to a database (for example) but i'd like to be able to do it without affecting the main code. Is there a reasonable way to create an external plugin that could be inserted at runtime?

On Wed, Oct 23, 2002 at 10:30:18PM -0500, Maniac - wrote:
(I don't know if you've already figured this out or not; I'm posting anyway on the off-chance you haven't and are still interested in using the code-base, or someone else has taken an interest in the topic) I'm a little ashamed to say that Pynfo is a big, stinky hack. There's no kind of modularity, and only a half-hearted attempt at any kind of "plugin" interface. The freshmeat (non-functional) and google capabilities would be the best example of how to go about this, but they're not done in such a way as to allow you to not affect the main code with your desired additions. Perhaps a good course of action would be for you to just hack what you want into the main code and send me a patch, then I can try to refactor both of our "plugins" into something that resembles an actual plugin interface. Jp -- "One World, one Web, one Program." - Microsoft(R) promotional ad "Ein Volk, ein Reich, ein Fuhrer." - Adolf Hitler -- 7:00pm up 161 days, 20:59, 2 users, load average: 0.06, 0.06, 0.02

On Tue, Oct 29, 2002 at 07:16:50PM -0500, Jp Calderone wrote:
<snip> Have *I* got *news* for *you*. It just so happens that these last few weeks I've been working on a module-based bot for twisted.im - and hence, and IRC bot. It's still rather under development, but what *does* work now is dynamic loading and unloading of plugins. :) Current version is here: http://members.optusnet.com.au/thristian/twisted-bot.tar.gz In the very near future, I hope to be changing the plugin API - I want to be able to pass config information (likely a handle to the config module) into each plugin, and possibly to send shutdown messages as well. Have a look, tell me what you like and don't like, tell me what you want, and please - feel free to send patches. :) -- ___________ ____________________________ | Screwtape | Reply-To: munged on Usenet |________ ______ ____ __ _ _ _ | | I M R UNNi NG OU T Of FR 1DG3 MAGN TS |

On Wed, Oct 23, 2002 at 10:20:42PM -0500, Glyph Lefkowitz wrote:
That's cracking me up. I'm almost ready to whip out the GIMP and start on it... -- Ken Kennedy | http://www.kenzoid.com | kenzoid@io.com

On Wed, 23 Oct 2002 22:30:55 -0400, kkennedy@kenzoid.com (Ken Kennedy) wrote:
I'm looking forward to sticking a "Powered by Twisted" logo in my footers...*grin*.
Maybe it would be more appropriate to have a logo that said "Twisted by Power", with a little graphic of the Eye of Sauron staring out of our serpentine logo? "Surely, you did not think that Guido could contend with the will of Internet. There are none who can." -- | <`'> | Glyph Lefkowitz: Travelling Sorcerer | | < _/ > | Lead Developer, the Twisted project | | < ___/ > | http://www.twistedmatrix.com |

Dont really know where to broach this but: I've been looking at the code for pynfo and there's some functionality i'd like to wedge in there i.e. logging to a database (for example) but i'd like to be able to do it without affecting the main code. Is there a reasonable way to create an external plugin that could be inserted at runtime?

On Wed, Oct 23, 2002 at 10:30:18PM -0500, Maniac - wrote:
(I don't know if you've already figured this out or not; I'm posting anyway on the off-chance you haven't and are still interested in using the code-base, or someone else has taken an interest in the topic) I'm a little ashamed to say that Pynfo is a big, stinky hack. There's no kind of modularity, and only a half-hearted attempt at any kind of "plugin" interface. The freshmeat (non-functional) and google capabilities would be the best example of how to go about this, but they're not done in such a way as to allow you to not affect the main code with your desired additions. Perhaps a good course of action would be for you to just hack what you want into the main code and send me a patch, then I can try to refactor both of our "plugins" into something that resembles an actual plugin interface. Jp -- "One World, one Web, one Program." - Microsoft(R) promotional ad "Ein Volk, ein Reich, ein Fuhrer." - Adolf Hitler -- 7:00pm up 161 days, 20:59, 2 users, load average: 0.06, 0.06, 0.02

On Tue, Oct 29, 2002 at 07:16:50PM -0500, Jp Calderone wrote:
<snip> Have *I* got *news* for *you*. It just so happens that these last few weeks I've been working on a module-based bot for twisted.im - and hence, and IRC bot. It's still rather under development, but what *does* work now is dynamic loading and unloading of plugins. :) Current version is here: http://members.optusnet.com.au/thristian/twisted-bot.tar.gz In the very near future, I hope to be changing the plugin API - I want to be able to pass config information (likely a handle to the config module) into each plugin, and possibly to send shutdown messages as well. Have a look, tell me what you like and don't like, tell me what you want, and please - feel free to send patches. :) -- ___________ ____________________________ | Screwtape | Reply-To: munged on Usenet |________ ______ ____ __ _ _ _ | | I M R UNNi NG OU T Of FR 1DG3 MAGN TS |

On Wed, Oct 23, 2002 at 10:20:42PM -0500, Glyph Lefkowitz wrote:
That's cracking me up. I'm almost ready to whip out the GIMP and start on it... -- Ken Kennedy | http://www.kenzoid.com | kenzoid@io.com
participants (5)
-
Glyph Lefkowitz
-
Jp Calderone
-
kkennedy@kenzoid.com
-
Maniac -
-
screwtape@froup.com