Op woensdag 27 juli 2005 13:57, schreef Daniel Henninger: <snip> > One problem with that is, our lang.py's aren't the same. There are > messages that AIM and ICQ have that MSN does not. (and there will be > more) So at that point we might end up having a lot of "hey, translator, > I'm really sorry, but you only translated the common stuff, can you > translate the transport specific stuff too?"
I don't think that is a problem. I think it is a good thing to bring the communities a little bit more together. > > that > > can be done is that the xmpppy transports can use this mailing list as > > their > > official list. Or a common bugzilla with all transports in it (see > > They are welcome to, but I'm certainly not going to force the issue. I'm > more than happy to invite them though. But who's to say they're not going > to wonder why we don't all move over to their lists or something of that > nature? Not really looking to start an argument. =) I don't think they have (active) lists like this one... :-) > > original > > message for more *examples*). > > I loath bugzilla as well. I actually wrote my own bug tracker because I > was annoyed with all of the other ones I'd worked with. It's got a little > bit of work that needs to be done to it still, but I'm quite happy with my > blathersource site and have no intentions of pulling away from it. Replace "bugzilla" with "a bugtracker". It also can be Flyspray or Bluetail Ticket Tracker for example. <snip> -- Mvg, Sander Devrieze. xmpp:[EMAIL PROTECTED] ( http://jabber.tk/ ) From [EMAIL PROTECTED] Wed Jul 27 13:46:54 2005 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Wed Jul 27 13:46:56 2005 Subject: [py-transports] Idea: combining Python-based Jabber transports into one project In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 27/07/05, Sander Devrieze <[EMAIL PROTECTED]> wrote: > > I loath bugzilla as well. I actually wrote my own bug tracker because I > > was annoyed with all of the other ones I'd worked with. It's got a little > > bit of work that needs to be done to it still, but I'm quite happy with my > > blathersource site and have no intentions of pulling away from it. > > Replace "bugzilla" with "a bugtracker". It also can be Flyspray or Bluetail > Ticket Tracker for example. What about something like Trac? It has a wiki/bugtracker all-in-one. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ Working on: xmpppy-irc transport, testing pyMSNt avatar branch, xmpppy-yahoo to be tested soon. From [EMAIL PROTECTED] Wed Jul 27 14:11:09 2005 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Wed Jul 27 14:11:06 2005 Subject: [py-transports] Idea: combining Python-based Jabber transports into one project In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> > Op woensdag 27 juli 2005 13:57, schreef Daniel Henninger: > <snip> >> One problem with that is, our lang.py's aren't the same. There are >> messages that AIM and ICQ have that MSN does not. (and there will be >> more) So at that point we might end up having a lot of "hey, >> translator, >> I'm really sorry, but you only translated the common stuff, can you >> translate the transport specific stuff too?" > > I don't think that is a problem. I think it is a good thing to bring the > communities a little bit more together. I'm ocnfused then. Are all of the trnasports just to NOT have language strings that aren't common across the board? That's certainly not going to happen. We certainly can't use the same lang.py file if the strings aren't going to be exactly the same. The closest compromise I could think of is to throw all of the common ones in a lang.py file and have lang-extended.py or something for things that were beyond common strings. At one point I was thinking about switching to gettext strings anyway. I was going to research that and see which people preferred. Still might. I keep wavering as to whether gettext is a "good idea" or not for this. >> > that >> > can be done is that the xmpppy transports can use this mailing list as >> > their >> > official list. Or a common bugzilla with all transports in it (see >> >> They are welcome to, but I'm certainly not going to force the issue. >> I'm >> more than happy to invite them though. But who's to say they're not >> going >> to wonder why we don't all move over to their lists or something of that >> nature? Not really looking to start an argument. =) > > I don't think they have (active) lists like this one... :-) *chuckle* Well, invite them over if you'd like. I'm happy to adjust the description to include their transports and promote theirs as part of this. Likewise, I'm happy to open up the pytransports MUC chatroom to others as well! > >> > original >> > message for more *examples*). >> >> I loath bugzilla as well. I actually wrote my own bug tracker because I >> was annoyed with all of the other ones I'd worked with. It's got a >> little >> bit of work that needs to be done to it still, but I'm quite happy with >> my >> blathersource site and have no intentions of pulling away from it. > > Replace "bugzilla" with "a bugtracker". It also can be Flyspray or > Bluetail > Ticket Tracker for example. *chuckle* I simply like my own. I've been integrating a lot of things I've "always wanted in other products" and integrated it with my site in other ways. I really have no intention of changing that. Also keep in mind that James and I are both still working on different things with the pytransports and haven't gotten to a point where syncing up completely is really reasonable. For example, he's working on file transfer and avatars while I spent some time to get a web interface and am going to work on database-driven spools and such. At some point I'm sure the two of us will evaluate what all we have and work in importing each others work. Right now things are "just too unstable" to do such a thing. I would almost call my code alpha at best.. it just so happens that the alpha code is running well for many folk. =) (i say alpha because there's no guarantee that anytihng will stay the same between versions yet... especially with the code itself) Daniel > > <snip> > > -- > Mvg, Sander Devrieze. > > xmpp:[EMAIL PROTECTED] ( http://jabber.tk/ ) > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > >