From nobody Sun Jul 24 16:14:54 2005 Received: (qmail 38553 invoked from network); 24 Jul 2005 20:14:17 -0000 Received: from web32503.mail.mud.yahoo.com (68.142.207.213) by mozdev.org with SMTP; 24 Jul 2005 20:14:17 -0000 Received: (qmail 25548 invoked by uid 60001); 24 Jul 2005 20:13:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=dyqyIPX5j1QAeRok0FQLt/Qd9tfWEHPUGX8X/6jGBPVNwmvEkPy3ZAMQU/Ih2ZhMLkJAOCqMKYlLQYg6JCoFS5XlkCBDXHiufMBV3Njc+3H1JLvDSM1Cf6nyy39WmjR5z3PRQnFT/MmCB5cLxLXjON5DcQjbGIm8IuTkJoSNVF0= ; Message-ID: <20050724201350.25546.qmail@web32503.mail.mud.yahoo.com> Received: from [69.203.133.108] by web32503.mail.mud.yahoo.com via HTTP; Sun, 24 Jul 2005 13:13:50 PDT Date: Sun, 24 Jul 2005 13:13:50 -0700 (PDT) From: David Boswell To: Ludwig Hunecke , multexi@mozdev.org In-Reply-To: <42DEC5E9.4070402@northern-tribes.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: [Multexi] Re: Definition of Tasks: MultExI X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2005 20:14:17 -0000 Ludwig, This looks very well thought out. I'm copying the list on my reply so other people can comment on this as well. I'd also suggest posting this information on your project site. As far as defining the scope and goals of your project, I think this is a great document. As far as providing any technical feedback on what you propose, I think maybe some of the other people on this list or on the project_owners@mozdev.org list might have some useful feedback for you. Let us know how things are going and let us know if there is anything we can help you with. David > within this message I would like to define a previous version of the > definition of efforts for the MultExI project. > If nessecary, I would define a more detailed document after you > acknowledged the defined efforts or after we found a solutions for > possible obscurities. > > For the time being I'd like to apologize for any missunderstandings > because of my english - just three hours a week english lessons > aren't > very conducive to speak corrent englisch ;) > > > So, I'll devide the TODO list into two parts, client (firefox > extension) > and server. > > /************** > * CLIENT * > **************/ > The complete client application consists of a common Firefox > extension. > As far as possible the developed extension will reuse already > existing > code (e.g. the Components.interfaces.nsIExtensionManager) and will be > > designed to be reusable too. > For explaining the functionality of the extension, I'll give a simple > > scenario how the application might be used later: > > [01] - First, of course, the user installs Firefox. > [02] - He visits the website: http://firefox.my-intranet.com. The > user > will be asked by firefox to install the multexi- extension. > [03] - When Firefox has restarted after the installation of multexi, > the > user's work has finished. > > (I think this should be the highest aim of the application - > simplicity. > Simplicity and minimal time efforts would get sys admins easier to > plead > for the establishment of Firefox as a system far standart.). > > What follows just happens in background: > [04] - multexi automatically reads a list of extensions from the > server > where it has been downloaded from. For that, multexi uses the server > where it has been downloaded from. This information multexi will get > form its own RDF which has been generated by the server application. > > (In version two (after SOC) one could think about if it should be > possible to assign extensions to specific groups because a software > developer will need other extensions than a secretary). > > [05] - multexi will download and install all defined extensions and - > > depending on its configuration - it will automatically ask the user > to > restart, it forces a restart or it just waits for a restart by the > user. > > [...] > > [ n] - From now on multexi cyclically checks the list of defined > extensions and - if s.th. has changed - multexi would synchronize the > > local installed extensions/settings with the MEDL (Multexi Extension > Definition List). > > (Later one could think about that multexi also becomes responsible > for > the update of Firefox itself. I think this would help alot. In my > company e.g. all Firefox installations had to be completely removed > after the last security issues. This prohibition is still active, > just > because our sys admins are afraid that the user wouldn't update their > > Firefox. Multexi could solve this problem). > > ------- finished ------ > > > /************** > * SERVER * > **************/ > One effort to the server part should be its portability. For that we > have to decide about the language to use to. Also we should decide > which > network protocol should be used. > > I think the most simple and effective protocol would be HTTP. HTTP > gives > the possibility of a more or less automatic installation of multexi > (CLIENT - [02]). > I think the one and only alternative would be SOAP. But concerning > SOAP > there's a german proverb which would describe the use of SOAP in this > > conext very good I think: "That is shot with cannons at a sparrow". > Which means that the use of SOAP might be very exaggerated. > Propable HTTP would be the best solution. .... (?) ;) > > Now we have to decide for a specific programming language. In our > decision we should bear in mind the portability and the target group > (large networks - probable companies). > Personally I would tend to an independant C++ or Java/J2EE solution. > Java would bring the advantage with it that it is portable and very > fast > to be developed. Unfortunately it is not that efficent. Otherwise > companies that are running SAP application servers using 3GB of RAM > or > Oracle databases using the same or more won't be afraid of a 25MB > Java > J2EE deployment. Probably a J2EE Server is already running - than a > multexi server written in Java/J2EE won't take much more resources > than > a C++ application. Further more the use of J2EE technology would > simplify the process of implementing a web based administration > system > which than could be integrated into a local intranet e.g. > An alternative to J2EE would be a StandAlone C++ application. I can > imagine that Java/J2EE might be rather accepted than C++ - keyword: > typical security issues like buffer overflows and so on. > > Currently I'm not sure how to decide.... Any idea? PHP might also be > a > solution - but a very dirty one in my oppinion (*doesn't like PHP*) > ... :D > > Now to the funcionality of the server: > > + Simple installation routine. > + Definition of a list of extensions to install (firstly by manual > editing a configuration file - l8tr perhaps via a web admin iface). > + Server automatically provides the multexi extension with > automatically > adjusted rdf (or additional cfg file - would be perhaps the more > beautiful way), so that multexi knows where to get the extension list > from. > > Basically the server provides the following options: > > + Update extension list automatically for new extension versions > (yes/no) > + Server should work as cache (proxy) for downloaded extensions > (yes/no). > > > So I think that's enough stuff for the "first time". Because in 5 > hours > my night will be over, I'll interrupt this mail at this point. > Concerning the programming language I did not post to the > project_owner > ng because than again one of these typical basic- discussions might > be > caused which results in nothing. I could imagine that you've got a > better overview of how to decide, because you know more about mozilla > > and the community than me. Perhaps you can add some hints or make a > suggestion. Otherwise I could also post to project_owners or decide > it > for my self. > > > Thank you very much, > Ludwig :) > From nobody Sat Aug 6 04:52:39 2005 Received: (qmail 37175 invoked from network); 6 Aug 2005 08:51:58 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 6 Aug 2005 08:51:58 -0000 Received: from [192.168.1.249] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id 83D01841354 for ; Sat, 6 Aug 2005 10:51:58 +0200 (CEST) Message-ID: <42F47A46.4090705@northern-tribes.de> Date: Sat, 06 Aug 2005 10:52:22 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Multexi] Project state 08.06.2005 X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 08:51:59 -0000 Hello, first of all I want to welcome everybody and thank you for joining this list. Within this mail I want to give some information on the project's current state. Last week the development of MultExI has started and first results have been published to CVS. For more information on how to obtaining the code, please look at http://multexi.mozdev.org/source.html . This page gives also some information on how to setup a build and runtime environment. Please excuse that this "how to" isn't that long. I kept it short because the build and installation mechanism will be simplified soon, so that parts of this document have to be rewritten. For a list of all implemented features look at http://multexi.mozdev.org/index.html#fl1 . I hope the list of features will be extended soon up to "Feature List 2" (http://multexi.mozdev.org/index.html#fl2). If you think something is missing on the current feature lists, it would be very nice, if you could tell me. ;) If you would like (and have got the time) to play around with MultExI, some more information on "how to play": In your multexi_j2ee directory, you'll find a file resources/edf.xml. This file defines the extensions to install by MultExI. Currently there's only one extension registered. I found this extension in a tutorial on the web (http://businesslogs.com/technology/firefox_extension_tutorial.php). It is lightweight and good for quick testing. If you want to look at the code you might be interested in the java class org.mozdev.multexi.backend.xpi.DefaultManager of the MSC (MultExI Server Component) and the client's multexi.js file. For the case that you find any bugs please feel free to post them into this list. Perhaps it might be a good idea to activate the bug tracker? Have a nice weekend! Dear, Ludwig From nobody Sun Aug 7 14:54:50 2005 Received: (qmail 32713 invoked from network); 7 Aug 2005 18:54:17 -0000 Received: from web32509.mail.mud.yahoo.com (68.142.207.219) by mozdev.org with SMTP; 7 Aug 2005 18:54:17 -0000 Received: (qmail 99117 invoked by uid 60001); 7 Aug 2005 18:53:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=JYRpMz0zsy1oID+BpNjjlcQY9x+L+BHas0pu44Pme8jDjbqEAeLwr1IsL4Fzs35a/LjpEx87oUWzWQvtU6DKaWi09QVwS342yuiQgkqQLZ6udG56MiWEVLQFaZcsFEaRcM+/z83K2j+sHqLxTs51EbUaetZyNhFqdlzYC50+PRs= ; Message-ID: <20050807185351.99115.qmail@web32509.mail.mud.yahoo.com> Received: from [69.203.132.248] by web32509.mail.mud.yahoo.com via HTTP; Sun, 07 Aug 2005 11:53:51 PDT Date: Sun, 7 Aug 2005 11:53:51 -0700 (PDT) From: David Boswell Subject: Re: [Multexi] Project state 08.06.2005 To: multexi@mozdev.org In-Reply-To: <42F47A46.4090705@northern-tribes.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2005 18:54:18 -0000 Ludwig, I think there may still be time to get your update in to the next status report that will be posted on Mozillazine. You can fill out the form at the page below to have your update included. http://www.mozdev.org/status/submit.html David > first of all I want to welcome everybody and thank you for joining > this > list. > Within this mail I want to give some information on the project's > current state. From nobody Thu Aug 11 16:22:30 2005 Received: (qmail 74832 invoked from network); 11 Aug 2005 20:21:57 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 11 Aug 2005 20:21:57 -0000 Received: from [192.168.1.249] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id 3C5FB8417D3 for ; Thu, 11 Aug 2005 22:21:58 +0200 (CEST) Message-ID: <42FBB390.3020609@northern-tribes.de> Date: Thu, 11 Aug 2005 22:22:40 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Multexi] Feature List 2 Completed X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2005 20:21:59 -0000 Hello, Feature List 2 has been, except of a little change in the plan, completely implemented! The whole MCC administration and extension distribution process can be controled via the web interface. Those administratives sections are protected by a common BASIC authentication. This BASIC authentication is the little change in the plan. Because of the rich functionality of the default J2EE "security-constraint"/"login-config" mechanism a special JAAS authentication has been dropped from the list. All in all the MCC became a little more user- friendly. Except of the debug- messages in the JS console, he puts some information into a status panel. Further more the MCC reuses existing Firefox codes for downloading and updating extensions, now. After point 1 (the integration of some nice logos) of Feature List 3 has been completed some screen shots will be published on http://multexi.mozdev.org. Because JAAS has been completely dropped, I changed also the last point of Feature List 3. I think it's more reasonable to have got an easy way to install MultExI than to connect it with a win2k3 ADS or s.th. like that. Dear, Ludwig From nobody Sun Aug 14 22:43:11 2005 Received: (qmail 46988 invoked from network); 15 Aug 2005 02:42:38 -0000 Received: from web32509.mail.mud.yahoo.com (68.142.207.219) by mozdev.org with SMTP; 15 Aug 2005 02:42:38 -0000 Received: (qmail 36533 invoked by uid 60001); 15 Aug 2005 02:42:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ILkB4niuGRNLiqEl6ejoIMlcKWWzSD7HnNiLpBmYnbvyVenHdF39+XVue5mjY1c4h5I+fJS8bEXhhvLQ7Ujwwor6Lb6MBsHXAQUzrGbuqVkX3b9g3GAgOGw8iBufIFNxRduKTBkiDKYYj5nwy5Br0Qreua3ecyTNZDpoqffnblc= ; Message-ID: <20050815024211.36531.qmail@web32509.mail.mud.yahoo.com> Received: from [69.153.69.123] by web32509.mail.mud.yahoo.com via HTTP; Sun, 14 Aug 2005 19:42:11 PDT Date: Sun, 14 Aug 2005 19:42:11 -0700 (PDT) From: David Boswell Subject: Re: [Multexi] Feature List 2 Completed To: multexi@mozdev.org In-Reply-To: <42FBB390.3020609@northern-tribes.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 02:42:39 -0000 Ludwig, This sounds great. I'm glad to hear that things are coming along well. I'm travelling for the next week, but will be able to take a closer look at this when I'm back. David > Hello, > > Feature List 2 has been, except of a little change in the plan, > completely implemented! > > The whole MCC administration and extension distribution process can > be > controled via the web interface. Those administratives sections are > protected by a common BASIC authentication. This BASIC authentication > is > the little change in the plan. Because of the rich functionality of > the > default J2EE "security-constraint"/"login-config" mechanism a special > > JAAS authentication has been dropped from the list. > > All in all the MCC became a little more user- friendly. Except of the > > debug- messages in the JS console, he puts some information into a > status panel. Further more the MCC reuses existing Firefox codes for > downloading and updating extensions, now. > > After point 1 (the integration of some nice logos) of Feature List 3 > has > been completed some screen shots will be published on > http://multexi.mozdev.org. Because JAAS has been completely dropped, > I > changed also the last point of Feature List 3. I think it's more > reasonable to have got an easy way to install MultExI than to connect > it > with a win2k3 ADS or s.th. like that. > > > Dear, > Ludwig From nobody Tue Aug 16 03:32:10 2005 Received: (qmail 99942 invoked from network); 16 Aug 2005 07:28:03 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 16 Aug 2005 07:28:03 -0000 Received: from [192.168.1.249] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id 283178417D2; Tue, 16 Aug 2005 09:28:03 +0200 (CEST) Message-ID: <43019578.4010205@northern-tribes.de> Date: Tue, 16 Aug 2005 09:27:52 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: project_owners@mozdev.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 16 Aug 2005 03:32:09 -0400 Cc: Subject: [Multexi] Firefox crash in xpinstall.dll X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 07:28:03 -0000 Hello, after I created a reference to Components.interfaces.nsIXPInstallManager via: xpInstallManager = Components.classes["@mozilla.org/xpinstall/install-manager;1"] .createInstance(Components.interfaces.nsIXPInstallManager); the whole Firefox process crashes in the xpinstall.dll if the extensions that created this reference is updated. I need the install manager within my project MultExI (http://multexi.mozdev.org). Does anybody know a workaround or has faced the same problem? System stats: OS: Win32 (XP SP2) Firefox version: 1.0.6 Thanks, Ludwig From nobody Fri Aug 19 11:49:00 2005 Received: (qmail 17537 invoked from network); 19 Aug 2005 15:48:26 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 19 Aug 2005 15:48:26 -0000 Received: from [192.168.1.249] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id 9FF1C8417D2 for ; Fri, 19 Aug 2005 17:48:26 +0200 (CEST) Message-ID: <4305FF48.8010102@northern-tribes.de> Date: Fri, 19 Aug 2005 17:48:24 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Multexi] Project State 08.19.2005 X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 15:48:27 -0000 Hello, currently all tasks of Feature List 3 have "formally" been implemented. But there's still one/two problem(s) left: In the current Firefox version, MultExI sometimes causes a total crash in a specific dll (xpinstall.dll) which is responsible for the installation of updates. It seems like a null- pointer or something like that. Perhaps it might be possible wo develop a workaround but there's another problem. Since Deer Park the complete Install/Update mechanism has changed. The main components which are used by MultExI do not exist any longer, if I saw this correct. So development will go on like this: Firefox 1.0.6 and all prior versions won't be supported. The MultExI client will just be designed for Deer Park and later. Imho that's not a very good solution, but possibly the only way to keep the client free of "hidden" bugs and up-to-date. If you know a better solution, it would be great if you could tell me. On demand I would post some more details. Dear, Ludwig :) From nobody Sat Aug 20 13:43:55 2005 Received: (qmail 67667 invoked from network); 20 Aug 2005 17:43:22 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 20 Aug 2005 17:43:22 -0000 Received: from [192.168.1.249] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id D1C8D841354 for ; Sat, 20 Aug 2005 19:43:22 +0200 (CEST) Message-ID: <43076BBC.7000007@northern-tribes.de> Date: Sat, 20 Aug 2005 19:43:24 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Multexi] [Fwd: [Project_owners] Deer Park 1.6a1 endless iterateNext] X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 17:43:24 -0000 -------- Original Message -------- Subject: [Project_owners] Deer Park 1.6a1 endless iterateNext Date: Sat, 20 Aug 2005 16:51:51 +0200 From: Ludwig Hunecke Reply-To: Mozdev Project Owners List To: project_owners@mozdev.org Hello, since I tested my extension on Deer Park 1.6a1, I face a problem with XPath. ------------------------------------------ xpathResult = dom.evaluate("/edf/extensions/extension", dom, null, XPathResult.ANY_TYPE, null); while(xmlExtDef = xpathResult.iterateNext()) { /* ... */ } ------------------------------------------ This loop does not come to an end. iterateNext always gives back the same node. What's the reason for this? In prior versions than 1.6a1 it works fine. File: http://www.mozdev.org/source/browse/multexi/src/multexi_xpi/src/content/multexi/multexi.js?rev=1.7&content-type=text/x-cvsweb-markup Line: 433 ... Dear & Thx, Ludwig _______________________________________________ Project_owners mailing list Project_owners@mozdev.org http://mozdev.org/mailman/listinfo/project_owners From nobody Sun Aug 21 08:39:22 2005 Received: (qmail 11608 invoked from network); 21 Aug 2005 12:38:32 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 21 Aug 2005 12:38:32 -0000 Received: from [192.168.1.249] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id C309F841354 for ; Sun, 21 Aug 2005 14:38:31 +0200 (CEST) Message-ID: <430875CC.6030403@northern-tribes.de> Date: Sun, 21 Aug 2005 14:38:36 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Multexi] MCC completed X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 12:38:32 -0000 Good news ;) .. the MultExI Client Component has been successfully ported to Deer Park 1.0+. Again I'll test it on some other vmachines. After that the current code will be comitted today, the installer will be added tomorrow (perhaps today), after it has been adjusted. Dear, Ludwig From nobody Mon Aug 22 17:38:23 2005 Received: (qmail 24644 invoked from network); 22 Aug 2005 21:37:18 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 22 Aug 2005 21:37:18 -0000 Received: from [192.168.1.249] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id D6942841354 for ; Mon, 22 Aug 2005 23:37:18 +0200 (CEST) Message-ID: <430A4595.4040906@northern-tribes.de> Date: Mon, 22 Aug 2005 23:37:25 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Multexi] Project state: 08.22.2005 X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 21:37:20 -0000 Hello, the last days, and I think also the next ones, I am a little busy because school started again. But I was able to test MultExI on several machines and different platforms -> everything worked/works fine. I hope it'll do so on foreign machines, too ;) Also the design and some structural things have been improved. Unfortunately I did not find enough time for the install/configuration module - I'll add it asap. So, perhaps you're interested in a screen shot(?): http://multexi.mozdev.org/scr_add_20050822.png As you can see, within the Internet Explorer a new extension called "JavaScript Debugger" (aka Venkman - my new friend) has been added to the list of extensions which should be installed on all clients. In the background a separate Firefox process (See: Status bar of Deer Park) has recognized the update of the extension-list and is now checking for a valid installation of "JavaScript Debugger". So, I think another mail will follow soon. Dear, Ludwig From nobody Tue Aug 23 15:42:35 2005 Received: (qmail 63353 invoked from network); 23 Aug 2005 19:42:03 -0000 Received: from web32503.mail.mud.yahoo.com (68.142.207.213) by mozdev.org with SMTP; 23 Aug 2005 19:42:03 -0000 Received: (qmail 48664 invoked by uid 60001); 23 Aug 2005 19:41:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=wNQnJ7AyurfXZSGR5nB20Lgu24Ds2j1PppTnFeReaGdULU2jHaWhx96xgQE5I42kV0On6U6+hb/KVKS5NoS1c+pqYE3fSZoqACDA6PUlwpsvQJPOIFD55VmO77cWs9m4Ced2DH9r4nGK2Jj/TekKa4eBrRLvtrK65dXKOkhKNBo= ; Message-ID: <20050823194136.48662.qmail@web32503.mail.mud.yahoo.com> Received: from [69.203.132.248] by web32503.mail.mud.yahoo.com via HTTP; Tue, 23 Aug 2005 12:41:36 PDT Date: Tue, 23 Aug 2005 12:41:36 -0700 (PDT) From: David Boswell Subject: Re: [Multexi] Project state: 08.22.2005 To: multexi@mozdev.org In-Reply-To: <430A4595.4040906@northern-tribes.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 19:42:03 -0000 Ludwig, I'm back and have been reading up on your progress. It sounds like things have been going well. It also sounds like a lot of this is beginning to go over my head, so I'm going to ask some of the other mentors to take a look and give you some technical feedback. David > Hello, > > the last days, and I think also the next ones, I am a little busy > because school started again. > > But I was able to test MultExI on several machines and different > platforms -> everything worked/works fine. I hope it'll do so on > foreign > machines, too ;) Also the design and some structural things have been > > improved. Unfortunately I did not find enough time for the > install/configuration module - I'll add it asap. > > So, perhaps you're interested in a screen shot(?): > http://multexi.mozdev.org/scr_add_20050822.png > > As you can see, within the Internet Explorer a new extension called > "JavaScript Debugger" (aka Venkman - my new friend) has been added to > > the list of extensions which should be installed on all clients. In > the > background a separate Firefox process (See: Status bar of Deer Park) > has > recognized the update of the extension-list and is now checking for a > > valid installation of "JavaScript Debugger". > > > So, I think another mail will follow soon. > Dear, > Ludwig > > _______________________________________________ > Multexi mailing list > Multexi@mozdev.org > http://mozdev.org/mailman/listinfo/multexi > From nobody Tue Aug 23 17:40:35 2005 Received: (qmail 89165 invoked from network); 23 Aug 2005 21:40:02 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 23 Aug 2005 21:40:02 -0000 Received: from [192.168.1.249] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id CE41B841354 for ; Tue, 23 Aug 2005 23:40:02 +0200 (CEST) Message-ID: <430B97BC.30207@northern-tribes.de> Date: Tue, 23 Aug 2005 23:40:12 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Subject: Re: [Multexi] Project state: 08.22.2005 References: <20050823194136.48662.qmail@web32503.mail.mud.yahoo.com> In-Reply-To: <20050823194136.48662.qmail@web32503.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 21:40:02 -0000 Hello David, beside the source code section which is very technical, I planned to release a install HOWTO tomorrow. With this install HOWTO the first official beta release of MultExI will be committed. It might be easier to setup MultExI initial if there's a "running" package and a small paper explaining the things. Ludwig >Ludwig, > >I'm back and have been reading up on your progress. It sounds like >things have been going well. It also sounds like a lot of this is >beginning to go over my head, so I'm going to ask some of the other >mentors to take a look and give you some technical feedback. > >David > > From nobody Fri Aug 26 11:06:57 2005 Received: (qmail 44598 invoked from network); 26 Aug 2005 13:56:36 -0000 Received: from tuschin.blackcatnetworks.co.uk (193.201.200.34) by mozdev.org with SMTP; 26 Aug 2005 13:56:36 -0000 Received: from grmarkham.plus.com ([80.229.30.161] helo=[10.0.0.1]) by tuschin.blackcatnetworks.co.uk with asmtp (Exim 3.35 #1 (Debian)) id 1E8ehA-0004UV-00 for ; Fri, 26 Aug 2005 14:56:36 +0100 Message-ID: <430F1F92.7010402@mozilla.org> Date: Fri, 26 Aug 2005 14:56:34 +0100 From: Gervase Markham Organization: mozilla.org User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 26 Aug 2005 11:06:56 -0400 Subject: [Multexi] Technical questions: suggested course of action X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 13:56:37 -0000 It seems that the two technical questions posted to this list are probably bugs that you've found, and you'd be better off asking in an appropriate newsgroup or filing a bug report, which we can then try and get someone to look at. Having had a look at MultExi, what you are doing seems very cool, although it might flounder a little if it doesn't become easier to set up and install. I would encourage you to produce documentation and a nice WAR package for Tomcat - although from one message, it seems you might already be doing so. Are you planning to maintain this beyond the SoC deadline? Gerv From nobody Fri Aug 26 16:35:56 2005 Received: (qmail 37345 invoked from network); 26 Aug 2005 20:35:23 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 26 Aug 2005 20:35:23 -0000 Received: from [192.168.1.249] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id DD56C841354 for ; Fri, 26 Aug 2005 22:35:22 +0200 (CEST) Message-ID: <430F7D19.7020008@northern-tribes.de> Date: Fri, 26 Aug 2005 22:35:37 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Subject: Re: [Multexi] Technical questions: suggested course of action References: <430F1F92.7010402@mozilla.org> In-Reply-To: <430F1F92.7010402@mozilla.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 20:35:24 -0000 Hello Gervase, thanks for your mail! > It seems that the two technical questions posted to this list are > probably bugs that you've found, ... I've also send these mails to the project owner list. I just posted them here too as a kind of "status report" so that David knows where my current problems are. All in all the bugs seem to be solved in Deer Park... might it be appropriate to add a bug report even if the problems are fixed in Deer Park? > > > Having had a look at MultExi, what you are doing seems very cool, That's great :) > although it might flounder a little if it doesn't become easier to set > up and install. I would encourage you to produce documentation and a > nice WAR package for Tomcat - although from one message, it seems you > might already be doing so. Yes, I think a well documentation and a simplified installation mechanism (*.war) is very important. I just wanted to avoid that some features are missing at the end of the SoC development phase because I spent too much time for documentation. Now that all features are integrated, I already started with Javadoc conform commenting and writing a specific documentation for developers and users. As you can see on the MultExI project page, an installation howto is already available - just the appropriate msc-current.war is missing which I'll add tomorrow. Beside the documentation some help strings will also be added to the JSPs of the J2EE application. > > Are you planning to maintain this beyond the SoC deadline? I think there'll be a lot of time at the weekend. I'm going on with the things I described above and everything that's not completed up to the SoC deadline I'd like to maintain beyond. Dear, Ludwig From nobody Sun Aug 28 11:42:24 2005 Received: (qmail 6773 invoked from network); 28 Aug 2005 15:41:51 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 28 Aug 2005 15:41:51 -0000 Received: from [192.168.1.249] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id 2B9498417D2 for ; Sun, 28 Aug 2005 17:41:52 +0200 (CEST) Message-ID: <4311DB56.8080503@northern-tribes.de> Date: Sun, 28 Aug 2005 17:42:14 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Multexi] MultExI out for testing X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 15:41:52 -0000 Hello, a complete MultExI package has been released for beta testing. All codes have been documented and also a user and administrator guide is available, now. Also the project page http://multexi.mozdev.org has been updated. atm it might take a while until the MultExI web archive file has been distributed to all mirrors so that it can be downloaded. In all probability there might be grammatical and spell mistakes in the user documentation or it might be a little abstract here and there. It would give me a great pleasure if you could tell me those parts. Thx & Have a nice day, Ludwig From nobody Wed Aug 31 08:45:26 2005 Received: (qmail 14706 invoked from network); 31 Aug 2005 12:44:51 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 31 Aug 2005 12:44:51 -0000 Received: from [192.168.1.249] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id E87AB8417D2 for ; Wed, 31 Aug 2005 14:44:51 +0200 (CEST) Message-ID: <4315A664.5090102@northern-tribes.de> Date: Wed, 31 Aug 2005 14:45:24 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Subject: Re: [Multexi] MultExI out for testing References: <20050830232842.11108.qmail@web32512.mail.mud.yahoo.com> In-Reply-To: <20050830232842.11108.qmail@web32512.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2005 12:44:53 -0000 Hello David, thank you very much. I also planned to add some screenshots and, in general, some more "user friendliness" to the document. So if you do not have got the time for correcting the document in the next days, you could read it after I completed the modifications. I planned to comitt a new version on Saturday because I'll get all four wisdom tooths removed, tomorrow. This might be a good chance for another documentation phase instead of coding. In the next week I'll also add a developer documentation. Dear, Ludwig >Ludwig, > >I'd be happy to help clean up some of the grammar and spelling errors >in your documentation and give you some content sugggestions. I might >not have a chance to do this until later this weekend though. > >David > > > From nobody Mon Sep 5 14:18:23 2005 Received: (qmail 31026 invoked from network); 5 Sep 2005 18:17:45 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 5 Sep 2005 18:17:45 -0000 Received: from [192.168.1.247] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id 2C543841449 for ; Mon, 5 Sep 2005 20:17:46 +0200 (CEST) Message-ID: <431C8BB6.1010101@northern-tribes.de> Date: Mon, 05 Sep 2005 20:17:26 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Multexi] Bugs & Tests X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 18:17:50 -0000 Hello, while testing MultExI some bugs came up. E.g. the "Do not show again" option of the install warning dialog doesn't work correctly, yet. Also there is no default group "admin" registered at tomcat, as it is described in the documentation. The default group is called "tomcat". Of course, all bugs and mistakes will be fixed asap. I've installed MultExI at my school's computer room. Currently 1 server and 5 clients are included. If nobody complains during the next three days, I'll expand the installations up to all clients. Dear, Ludwig :) From nobody Mon Sep 5 17:04:18 2005 Received: (qmail 58787 invoked from network); 5 Sep 2005 21:03:46 -0000 Received: from web32506.mail.mud.yahoo.com (68.142.207.216) by mozdev.org with SMTP; 5 Sep 2005 21:03:46 -0000 Received: (qmail 41861 invoked by uid 60001); 5 Sep 2005 21:03:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ZAZifzSkm4sRXCZUq4uEuy7slwDynfWwygzXWheQfoxWq9mpi8YRddTqZdICVSSEgF2jYqHHx7rYlyqU3u9rH+aykGWmha2R9wirAnP8U0fXnhs+SRlI7pYvb4V2kDsiwczqBPS3etXUgebVYlWqzHRF9K1xZ/Ub/saFP/rr9PM= ; Message-ID: <20050905210319.41859.qmail@web32506.mail.mud.yahoo.com> Received: from [69.203.135.240] by web32506.mail.mud.yahoo.com via HTTP; Mon, 05 Sep 2005 14:03:19 PDT Date: Mon, 5 Sep 2005 14:03:19 -0700 (PDT) From: David Boswell Subject: Re: [Multexi] MultExI out for testing To: multexi@mozdev.org In-Reply-To: <4311DB56.8080503@northern-tribes.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 21:03:46 -0000 Ludwig, > In all probability there might be grammatical and spell mistakes in > user documentation or it might be a little abstract here and there. > It would give me a great pleasure if you could tell me those parts. I reviewed the pdf version of the documentation and your spelling and grammar are fine. The few suggestions I have for small changes are listed below. You might also want to provide an HTML version of the docs for people who prefer that option. David ---------- Suggestions -- In 3.1: "This installation how to assumes that your target server decrees the following software components:" --> "This installation assumes that your target server decrees the following software components:" -- In 4: "...to get an overview of the network or to define extensions to install and so." --> "...to get an overview of the network or to define extensions to install." -- Configuration sections: It may cause some confusion to have a Configuration section in both chapter 3 and 4. It may make sense to consolidate this information into just one section? As it is set up now, you could also change the wording of the first section to 'Initial Configuration' and the second section to 'Complete Configuration' or something along those lines. -- In 4.3: "Those will update their self autonomous." --> "Those will update autonomously." or "Those will update automatically." -- In 4.4: "...and you are able remove defined extensions." --> "...and you are able to remove defined extensions." From nobody Mon Sep 5 18:27:54 2005 Received: (qmail 70302 invoked from network); 5 Sep 2005 22:27:20 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 5 Sep 2005 22:27:20 -0000 Received: from [192.168.1.247] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id 4EDB884144A for ; Tue, 6 Sep 2005 00:27:19 +0200 (CEST) Message-ID: <431CC635.8070301@northern-tribes.de> Date: Tue, 06 Sep 2005 00:27:01 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Subject: Re: [Multexi] MultExI out for testing References: <20050905210319.41859.qmail@web32506.mail.mud.yahoo.com> In-Reply-To: <20050905210319.41859.qmail@web32506.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 22:27:20 -0000 Hello David, thank you very much for your suggestions. I've adapted and committed a new version of the document. Also a viewable and downloadable HTML version is available, now. Further more, the two configuration sections have been renamed to "Initial Configuration" and "Complete Configuration". Dear, Ludwig David Boswell wrote: >I reviewed the pdf version of the documentation and your spelling and >grammar are fine. The few suggestions I have for small changes are >listed below. You might also want to provide an HTML version of the >docs for people who prefer that option. > >David > > From nobody Tue Sep 6 14:24:04 2005 Received: (qmail 76804 invoked from network); 6 Sep 2005 18:23:24 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 6 Sep 2005 18:23:24 -0000 Received: from [192.168.1.247] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id DFFDA841458 for ; Tue, 6 Sep 2005 20:23:24 +0200 (CEST) Message-ID: <431DDE88.6010804@northern-tribes.de> Date: Tue, 06 Sep 2005 20:23:04 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org References: <431C8BB6.1010101@northern-tribes.de> In-Reply-To: <431C8BB6.1010101@northern-tribes.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Multexi] Bugs Fixed X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 18:23:26 -0000 Hello, the two bugs have been fixed. MultExI updates now every thirty minutes and the install-warning-dialog doesn't appear again, once it has been deactivated. The available download packages will be updated, asap. Dear, Ludwig From nobody Wed Sep 7 14:24:44 2005 Received: (qmail 20900 invoked from network); 7 Sep 2005 18:24:11 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 7 Sep 2005 18:24:11 -0000 Received: from [192.168.1.247] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id 202EF84145B for ; Wed, 7 Sep 2005 20:24:12 +0200 (CEST) Message-ID: <431F3035.8080807@northern-tribes.de> Date: Wed, 07 Sep 2005 20:23:49 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Multexi] Feature List 4 X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 18:24:12 -0000 Hello, a new Feature List has been defined and is available here: http://multexi.mozdev.org/project_plan.html#fl4 Dear, Ludwig From nobody Sat Sep 10 10:38:12 2005 Received: (qmail 37568 invoked from network); 10 Sep 2005 14:37:39 -0000 Received: from eos.customer.liberty-hosting.de (HELO northern-tribes.de) (195.225.135.102) by mozdev.org with SMTP; 10 Sep 2005 14:37:39 -0000 Received: from [192.168.1.247] (huv [213.20.236.12]) by northern-tribes.de (Postfix) with ESMTP id 3EAA0841472 for ; Sat, 10 Sep 2005 16:37:39 +0200 (CEST) Message-ID: <4322EF98.90600@northern-tribes.de> Date: Sat, 10 Sep 2005 16:37:12 +0200 From: Ludwig Hunecke User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: multexi@mozdev.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Multexi] Project status 09.10.2005 X-BeenThere: multexi@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 14:37:39 -0000 Hello, MultExI has been ported to Firefox 1.5b1, today. Thus the versions 1.0+ (Deer Park a2) and 1.4 (Firefox 1.5b1) should work correctly. Also black and whitelists have been integrated on server and client. Extension defined within the blacklist will be disabled by MultExI. The changes are available from CVS. Have a nice Weekend, Ludwig