From eyler@amazon.com Fri Sep 27 10:08:00 2002 From: "Eyler, Patrick" To: koha-devel@lists.koha-community.org Subject: RE: [Koha-devel] Z39.50 Search Tool page broken in 1.3.0 Date: Fri, 27 Sep 2002 10:08:05 +0000 Message-ID: <32E915AF61D33346B5C80A9707C3DD446F708B@ex-mail-02.ant.amazon.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4682781907020082079==" --===============4682781907020082079== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Tom, This is part of the simple acquisitions stuff that is known to be non-working= . I am hoping that it will be ready in 1.3.1 ... we shall see. -pate > -----Original Message----- > From: Tom Schutter [mailto:tom@platte.com] > Sent: Saturday, September 28, 2002 9:52 AM > To: koha-devel > Subject: [Koha-devel] Z39.50 Search Tool page broken in 1.3.0 >=20 > If I click on the "Z39.50 Search Tool" link on the > acqui.simple/addbooks.pl > page, I get an "Internal Server Error" in 1.3.0. >=20 > koha-error_log contains: > [Sat Sep 28 10:50:33 2002] [error] [client 192.168.1.18] malformed > header from script. Bad header=3D /var/www/koha/intranet/cgi-bin/acqui.simple/marcimport.pl >=20 > BTW, why is it koha-error_log instead of koha-error.log? >=20 > -- > Tom Schutter (mailto:tom@platte.com) > Platte River Associates, Inc. (http://www.platte.com) >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Koha-devel mailing list > Koha-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/koha-devel --===============4682781907020082079==-- From tom@platte.com Fri Sep 27 10:19:37 2002 From: Tom Schutter To: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] Z39.50 Search Tool page broken in 1.3.0 Date: Fri, 27 Sep 2002 10:20:04 +0000 Message-ID: <20020928111809.A4918@tinian.bou.platte.com> In-Reply-To: <32E915AF61D33346B5C80A9707C3DD446F708B@ex-mail-02.ant.amazon.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0162902092624869013==" --===============0162902092624869013== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Aha. Thanks. On 2002-09-27 11:07 "Eyler, Patrick" wrote: > Tom, > This is part of the simple acquisitions stuff that is known to be > non-working. I am hoping that it will be ready in 1.3.1 ... we shall > see. > > -pate > > > -----Original Message----- > > From: Tom Schutter [mailto:tom@platte.com] > > Sent: Saturday, September 28, 2002 9:52 AM > > To: koha-devel > > Subject: [Koha-devel] Z39.50 Search Tool page broken in 1.3.0 > > > > If I click on the "Z39.50 Search Tool" link on the > > acqui.simple/addbooks.pl > > page, I get an "Internal Server Error" in 1.3.0. > > > > koha-error_log contains: > > [Sat Sep 28 10:50:33 2002] [error] [client 192.168.1.18] malformed > > header from script. Bad header= > /var/www/koha/intranet/cgi-bin/acqui.simple/marcimport.pl > > > > BTW, why is it koha-error_log instead of koha-error.log? > > > > -- > > Tom Schutter (mailto:tom@platte.com) > > Platte River Associates, Inc. (http://www.platte.com) > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Koha-devel mailing list > > Koha-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/koha-devel > > -- Tom Schutter (mailto:tom@platte.com) Platte River Associates, Inc. (http://www.platte.com) --===============0162902092624869013==-- From paul.poulain@free.fr Mon Sep 30 00:38:00 2002 From: paul POULAIN To: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] Z39.50 Search Tool page broken in 1.3.0 Date: Mon, 30 Sep 2002 00:38:04 +0000 Message-ID: <3D97FFBD.1080902@free.fr> In-Reply-To: <20020928111809.A4918@tinian.bou.platte.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8698262101141363174==" --===============8698262101141363174== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Tom Schutter wrote: > Aha. Thanks. > > On 2002-09-27 11:07 "Eyler, Patrick" wrote: > >> Tom, >> This is part of the simple acquisitions stuff that is known to be >> non-working. I am hoping that it will be ready in 1.3.1 ... we shall >> see. > The simple acquisition system won't work in 1.3.1 too... I explain why ? OK i do : The 1.2.x simple acquisition script drops fields that are not used in the old-DB (the non-MARC one). In 1.4, we will still store datas in old-DB, but in MARC-DB too. Thus, the marcimport must be rewritten (almost completely), and we need some GUI before it can be done. My plan is : * 1.3.1 : beginning of GUI : MARC show record and MARC manual add. Maybe through systempref table, to choose wether normal or MARC * 1.3.2 : better integration of MARC * 1.3.3 : marcimport * 1.3.4 : MARC search * 1.3.5 => 1.4.0 (note : bugfixes at all times ;-) ) About marcimport : I plan to modify how koha works : marc-imported datas will be stored in a "waiting" table in MARC format. when the librarian wants to add a new book in koha, he hits the ISBN, and if the ISBN is known in the "waiting" table, the MARC record is called, added in the koha MARC-DB and deleted from the "waiting" one. Thus, we can do a batch import x00 000 of biblios and fastens the future librarian job ;-) Note for pate : this is one of the discussion we had on the french list... One other being about authorities, and the last about translation (who do what) Thus bulkmarcimport (from steve) will still be usefull when a library migrates from ProprietaryOrOldSoft to Koha. -- Paul --===============8698262101141363174==--