From: Chris B. <cb...@en...> - 2004-09-23 17:19:39
|
Whats the PO file?? I thought gettext used the translations from /usr/share/locale ?? -----Original Message----- From: web...@li... [mailto:web...@li...] On Behalf Of skaill Sent: Thursday, September 23, 2004 11:22 AM To: web...@li... Subject: Re: [Web-erp-developers] Gettextification Do you have the Italian translated po file done? Steve ----- Original Message ----- From: "Chris Bice" <cb...@en...> To: <web...@li...> Sent: Thursday, September 23, 2004 10:57 AM Subject: RE: [Web-erp-developers] Gettextification > I tried to display the text in Italian, to no avail with the latest > CVS. It just didn't diplay anything on the page. Any Ideas?? > > It's a RedHat 9 box, and gettext is installed on the box?? Any other > package I am missing?? > > Chris > > > -----Original Message----- > From: web...@li... > [mailto:web...@li...] On Behalf Of > Daintrees > Sent: Tuesday, September 21, 2004 3:09 PM > To: web...@li... > Subject: Re: [Web-erp-developers] Gettextification > > > nope - but it is included in PDFStarter_ros.php > > P > ----- Original Message ----- > From: "skaill" <sk...@ro...> > To: <web...@li...> > Sent: Wednesday, September 22, 2004 2:20 AM > Subject: Re: [Web-erp-developers] Gettextification > > > > Here's MailSalesReport... > > > > What about MailSalesReport_csv? > > > > Also, I don't have to now include LanguageSetup.php at the top of > > each > > > script do I? I mean it is still called in config, isn't it? > > > > Steve > > > > ----- Original Message ----- > > From: "Phil Daintree" <we...@pa...> > > To: <web...@li...> > > Sent: Tuesday, September 21, 2004 6:52 AM > > Subject: [Web-erp-developers] Gettextification > > > > > > > Thanks Jake - I found GLJournal.php too and have them all 6 safely > > > committed to CVS. > > > > > > Steve - you have only a couple left > > > > > > COGSGLPostings.php Steve > > > CompanyPreferences.php Steve > > > > > > I think your 20 script target is abitious and a potential OOS > > > problem!! However, in case you get fired up here's a couple more > > > .... > > > > > > > > > Locations.php Steve > > > Logout.php Steve > > > MailInventoryValuation.php Steve - this has an include for the > > > page > > > header I think too. MailSalesReport.php Steve > > > > > > > > > Actually some of these scripts are pretty small - I think we have > > > takled the toughies up front!! > > > > > > Phil > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > > Project Admins to receive an Apple iPod Mini FREE for your judgement > > > > on who ports your project to Linux PPC the best. Sponsored by IBM. > > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement > on who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement > on who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Web-erp-developers mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: skaill <sk...@ro...> - 2004-09-23 17:27:43
|
As I understand there are two parts to the Multilanguage "project": 1) Changing the code which includes modifying all the scripts to use the gettext command on string and some other base stuff for Multilanguage. 2) Once this is complete then all of the strings can be extracted out of all of the scripts using xgettext (stands for extract for gettext). I believe xgettext calls the file *.po and a copy of it can then be used for each language by translating it by someone who knows the language. Some have offered to translate to some languages once we are done. Once the po is translated then I think some tool makes it a mo or something which is what gettext uses. gettext knows which copy (language) to use based on what is set in the system. Each user can set their own language to work in and each customer will also have a language setting. We are half done 1. Steve ----- Original Message ----- From: "Chris Bice" <cb...@en...> To: <web...@li...> Sent: Thursday, September 23, 2004 1:24 PM Subject: RE: [Web-erp-developers] Gettextification > Whats the PO file?? I thought gettext used the translations from > /usr/share/locale ?? > > > -----Original Message----- > From: web...@li... > [mailto:web...@li...] On Behalf Of > skaill > Sent: Thursday, September 23, 2004 11:22 AM > To: web...@li... > Subject: Re: [Web-erp-developers] Gettextification > > > Do you have the Italian translated po file done? > > Steve > > ----- Original Message ----- > From: "Chris Bice" <cb...@en...> > To: <web...@li...> > Sent: Thursday, September 23, 2004 10:57 AM > Subject: RE: [Web-erp-developers] Gettextification > > > > I tried to display the text in Italian, to no avail with the latest > > CVS. It just didn't diplay anything on the page. Any Ideas?? > > > > It's a RedHat 9 box, and gettext is installed on the box?? Any other > > package I am missing?? > > > > Chris > > > > > > -----Original Message----- > > From: web...@li... > > [mailto:web...@li...] On Behalf Of > > Daintrees > > Sent: Tuesday, September 21, 2004 3:09 PM > > To: web...@li... > > Subject: Re: [Web-erp-developers] Gettextification > > > > > > nope - but it is included in PDFStarter_ros.php > > > > P > > ----- Original Message ----- > > From: "skaill" <sk...@ro...> > > To: <web...@li...> > > Sent: Wednesday, September 22, 2004 2:20 AM > > Subject: Re: [Web-erp-developers] Gettextification > > > > > > > Here's MailSalesReport... > > > > > > What about MailSalesReport_csv? > > > > > > Also, I don't have to now include LanguageSetup.php at the top of > > > each > > > > > script do I? I mean it is still called in config, isn't it? > > > > > > Steve > > > > > > ----- Original Message ----- > > > From: "Phil Daintree" <we...@pa...> > > > To: <web...@li...> > > > Sent: Tuesday, September 21, 2004 6:52 AM > > > Subject: [Web-erp-developers] Gettextification > > > > > > > > > > Thanks Jake - I found GLJournal.php too and have them all 6 safely > > > > committed to CVS. > > > > > > > > Steve - you have only a couple left > > > > > > > > COGSGLPostings.php Steve > > > > CompanyPreferences.php Steve > > > > > > > > I think your 20 script target is abitious and a potential OOS > > > > problem!! However, in case you get fired up here's a couple more > > > > .... > > > > > > > > > > > > Locations.php Steve > > > > Logout.php Steve > > > > MailInventoryValuation.php Steve - this has an include for the > > > > page > > > > header I think too. MailSalesReport.php Steve > > > > > > > > > > > > Actually some of these scripts are pretty small - I think we have > > > > takled the toughies up front!! > > > > > > > > Phil > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > > > Project Admins to receive an Apple iPod Mini FREE for your > judgement > > > > > > on who ports your project to Linux PPC the best. Sponsored by IBM. > > > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > > > _______________________________________________ > > > > Web-erp-developers mailing list > > > > Web...@li... > > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > Project Admins to receive an Apple iPod Mini FREE for your judgement > > on who ports your project to Linux PPC the best. Sponsored by IBM. > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > Project Admins to receive an Apple iPod Mini FREE for your judgement > > on who ports your project to Linux PPC the best. Sponsored by IBM. > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Daintrees <p.d...@pa...> - 2004-09-23 20:12:35
|
the files are under web-erp/locale/ there is then a directory for each language en, it and as many others as we wish then under these directories there is an LC_MESSAGES directory this is where the .po file lives at the moment there is only web-erp/locale/en/LC_MESSAGES/messages.po this contains all the strings from every file we have converted to use gettext. Each string is called a msgid and has an equivalent msgstr containing the translated string. The language person then translates by entering the equivalent msgstr and copying to the language directory appropriate. There is then a msgfmt or some such program which makes the messages.po file into some binary format which is much more readily set up for substitution of the strings. Phil ----- Original Message ----- From: "Chris Bice" <cb...@en...> To: <web...@li...> Sent: Friday, September 24, 2004 5:24 AM Subject: RE: [Web-erp-developers] Gettextification > Whats the PO file?? I thought gettext used the translations from > /usr/share/locale ?? > > > -----Original Message----- > From: web...@li... > [mailto:web...@li...] On Behalf Of > skaill > Sent: Thursday, September 23, 2004 11:22 AM > To: web...@li... > Subject: Re: [Web-erp-developers] Gettextification > > > Do you have the Italian translated po file done? > > Steve > > ----- Original Message ----- > From: "Chris Bice" <cb...@en...> > To: <web...@li...> > Sent: Thursday, September 23, 2004 10:57 AM > Subject: RE: [Web-erp-developers] Gettextification > > > > I tried to display the text in Italian, to no avail with the latest > > CVS. It just didn't diplay anything on the page. Any Ideas?? > > > > It's a RedHat 9 box, and gettext is installed on the box?? Any other > > package I am missing?? > > > > Chris > > > > > > -----Original Message----- > > From: web...@li... > > [mailto:web...@li...] On Behalf Of > > Daintrees > > Sent: Tuesday, September 21, 2004 3:09 PM > > To: web...@li... > > Subject: Re: [Web-erp-developers] Gettextification > > > > > > nope - but it is included in PDFStarter_ros.php > > > > P > > ----- Original Message ----- > > From: "skaill" <sk...@ro...> > > To: <web...@li...> > > Sent: Wednesday, September 22, 2004 2:20 AM > > Subject: Re: [Web-erp-developers] Gettextification > > > > > > > Here's MailSalesReport... > > > > > > What about MailSalesReport_csv? > > > > > > Also, I don't have to now include LanguageSetup.php at the top of > > > each > > > > > script do I? I mean it is still called in config, isn't it? > > > > > > Steve > > > > > > ----- Original Message ----- > > > From: "Phil Daintree" <we...@pa...> > > > To: <web...@li...> > > > Sent: Tuesday, September 21, 2004 6:52 AM > > > Subject: [Web-erp-developers] Gettextification > > > > > > > > > > Thanks Jake - I found GLJournal.php too and have them all 6 safely > > > > committed to CVS. > > > > > > > > Steve - you have only a couple left > > > > > > > > COGSGLPostings.php Steve > > > > CompanyPreferences.php Steve > > > > > > > > I think your 20 script target is abitious and a potential OOS > > > > problem!! However, in case you get fired up here's a couple more > > > > .... > > > > > > > > > > > > Locations.php Steve > > > > Logout.php Steve > > > > MailInventoryValuation.php Steve - this has an include for the > > > > page > > > > header I think too. MailSalesReport.php Steve > > > > > > > > > > > > Actually some of these scripts are pretty small - I think we have > > > > takled the toughies up front!! > > > > > > > > Phil > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > > > Project Admins to receive an Apple iPod Mini FREE for your > judgement > > > > > > on who ports your project to Linux PPC the best. Sponsored by IBM. > > > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > > > _______________________________________________ > > > > Web-erp-developers mailing list > > > > Web...@li... > > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > Project Admins to receive an Apple iPod Mini FREE for your judgement > > on who ports your project to Linux PPC the best. Sponsored by IBM. > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > Project Admins to receive an Apple iPod Mini FREE for your judgement > > on who ports your project to Linux PPC the best. Sponsored by IBM. > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: Daintrees <p.d...@pa...> - 2004-09-23 20:02:41
|
There are no translations in the system yet - except for some of my silliness on the index.php for Italian. It should display English as normal. Albeit pdf reports wont work. Phil ----- Original Message ----- From: "Chris Bice" <cb...@en...> To: <web...@li...> Sent: Friday, September 24, 2004 2:57 AM Subject: RE: [Web-erp-developers] Gettextification > I tried to display the text in Italian, to no avail with the latest CVS. > It just didn't diplay anything on the page. Any Ideas?? > > It's a RedHat 9 box, and gettext is installed on the box?? Any other > package I am missing?? > > Chris > > > -----Original Message----- > From: web...@li... > [mailto:web...@li...] On Behalf Of > Daintrees > Sent: Tuesday, September 21, 2004 3:09 PM > To: web...@li... > Subject: Re: [Web-erp-developers] Gettextification > > > nope - but it is included in PDFStarter_ros.php > > P > ----- Original Message ----- > From: "skaill" <sk...@ro...> > To: <web...@li...> > Sent: Wednesday, September 22, 2004 2:20 AM > Subject: Re: [Web-erp-developers] Gettextification > > > > Here's MailSalesReport... > > > > What about MailSalesReport_csv? > > > > Also, I don't have to now include LanguageSetup.php at the top of each > > > script do I? I mean it is still called in config, isn't it? > > > > Steve > > > > ----- Original Message ----- > > From: "Phil Daintree" <we...@pa...> > > To: <web...@li...> > > Sent: Tuesday, September 21, 2004 6:52 AM > > Subject: [Web-erp-developers] Gettextification > > > > > > > Thanks Jake - I found GLJournal.php too and have them all 6 safely > > > committed to CVS. > > > > > > Steve - you have only a couple left > > > > > > COGSGLPostings.php Steve > > > CompanyPreferences.php Steve > > > > > > I think your 20 script target is abitious and a potential OOS > > > problem!! However, in case you get fired up here's a couple more > > > .... > > > > > > > > > Locations.php Steve > > > Logout.php Steve > > > MailInventoryValuation.php Steve - this has an include for the page > > > header I think too. MailSalesReport.php Steve > > > > > > > > > Actually some of these scripts are pretty small - I think we have > > > takled the toughies up front!! > > > > > > Phil > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > > Project Admins to receive an Apple iPod Mini FREE for your judgement > > > > on who ports your project to Linux PPC the best. Sponsored by IBM. > > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: skaill <sk...@ro...> - 2004-09-21 14:57:15
Attachments:
Locations.php
diff20040920Locations.doc
|
Here's Locations... Note that the printf line in this file was definitely incorrect before I started. It really needs to be fixed by someone who knows this code. Steve ----- Original Message ----- From: "Phil Daintree" <we...@pa...> To: <web...@li...> Sent: Tuesday, September 21, 2004 6:52 AM Subject: [Web-erp-developers] Gettextification > Thanks Jake - I found GLJournal.php too and have them all 6 safely > committed to CVS. > > Steve - you have only a couple left > > COGSGLPostings.php Steve > CompanyPreferences.php Steve > > I think your 20 script target is abitious and a potential OOS problem!! > However, in case you get fired up here's a couple more .... > > > Locations.php Steve > Logout.php Steve > MailInventoryValuation.php Steve - this has an include for the page > header I think too. > MailSalesReport.php Steve > > > Actually some of these scripts are pretty small - I think we have takled > the toughies up front!! > > Phil > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Daintrees <p.d...@pa...> - 2004-09-22 05:51:31
|
Oh yeah - this will need to include LanguageSetup.php and config.php should already be there. P ----- Original Message ----- From: "skaill" <sk...@ro...> To: <web...@li...> Sent: Wednesday, September 22, 2004 8:21 AM Subject: Re: [Web-erp-developers] Gettextification > What about MailSalesReport_csv? > > Steve > > ----- Original Message ----- > From: "Daintrees" <p.d...@pa...> > To: <web...@li...> > Sent: Tuesday, September 21, 2004 4:09 PM > Subject: Re: [Web-erp-developers] Gettextification > > > > nope - but it is included in PDFStarter_ros.php > > > > P > > ----- Original Message ----- > > From: "skaill" <sk...@ro...> > > To: <web...@li...> > > Sent: Wednesday, September 22, 2004 2:20 AM > > Subject: Re: [Web-erp-developers] Gettextification > > > > > > > Here's MailSalesReport... > > > > > > What about MailSalesReport_csv? > > > > > > Also, I don't have to now include LanguageSetup.php at the top of each > > > script do I? I mean it is still called in config, isn't it? > > > > > > Steve > > > > > > ----- Original Message ----- > > > From: "Phil Daintree" <we...@pa...> > > > To: <web...@li...> > > > Sent: Tuesday, September 21, 2004 6:52 AM > > > Subject: [Web-erp-developers] Gettextification > > > > > > > > > > Thanks Jake - I found GLJournal.php too and have them all 6 safely > > > > committed to CVS. > > > > > > > > Steve - you have only a couple left > > > > > > > > COGSGLPostings.php Steve > > > > CompanyPreferences.php Steve > > > > > > > > I think your 20 script target is abitious and a potential OOS > problem!! > > > > However, in case you get fired up here's a couple more .... > > > > > > > > > > > > Locations.php Steve > > > > Logout.php Steve > > > > MailInventoryValuation.php Steve - this has an include for the page > > > > header I think too. > > > > MailSalesReport.php Steve > > > > > > > > > > > > Actually some of these scripts are pretty small - I think we have > takled > > > > the toughies up front!! > > > > > > > > Phil > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > > > Project Admins to receive an Apple iPod Mini FREE for your judgement > on > > > > who ports your project to Linux PPC the best. Sponsored by IBM. > > > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > > > _______________________________________________ > > > > Web-erp-developers mailing list > > > > Web...@li... > > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > > Project Admins to receive an Apple iPod Mini FREE for your judgement on > > who ports your project to Linux PPC the best. Sponsored by IBM. > > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |