<br><div class="gmail_quote">On Tue, Jun 23, 2009 at 5:30 AM,  <span dir="ltr">&lt;<a href="mailto:koha-request@lists.katipo.co.nz">koha-request@lists.katipo.co.nz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send Koha mailing list submissions to<br>
        <a href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:koha-request@lists.katipo.co.nz">koha-request@lists.katipo.co.nz</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:koha-owner@lists.katipo.co.nz">koha-owner@lists.katipo.co.nz</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Koha digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: libxml problem (Andy Giesler)<br>
   2. MARC fields: server-independent URLs (S?bastien Hinderer)<br>
   3. Re: MARC fields: server-independent URLs (tajoli)<br>
   4. Re: [Koha-devel] Multiple installs of Koha on same server<br>
      (Michael Hafen)<br>
   5. Re: new patron page customization, default library loation<br>
      (Owen Leonard)<br>
   6. Re: MARC fields: server-independent URLs (Doug Dearden)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 22 Jun 2009 11:45:11 -0700 (PDT)<br>
From: Andy Giesler &lt;<a href="mailto:news@blazingmoon.org">news@blazingmoon.org</a>&gt;<br>
Subject: Re: [Koha] libxml problem<br>
To: <a href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</a><br>
Message-ID: &lt;<a href="mailto:24153080.post@talk.nabble.com">24153080.post@talk.nabble.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
</blockquote>hi,<br>
install perl-XML-SAX <br>
<br>
perl-XML-LibXML<br>[root@localhost ~]# updatedb<br>
[root@localhost ~]# locate ParserDetails.ini<br>
/usr/lib/perl5/site_perl/5.8.8/XML/SAX/ParserDetails.ini<br>
[root@localhost ~]# cd /usr/lib/perl5/site_perl/5.8.8/XML/SAX/<br>
[root@localhost SAX]# vi ParserDetails.ini<br>
[root@localhost SAX]# ..<br>
bash: ..: command not found<br>
[root@localhost SAX]# cd <br>
[root@localhost ~]# cd Desktop/koha\ installation/Koha<br>
[root@localhost Koha]# cd misc/<br>
[root@localhost misc]# ./sax_parser_print.pl <br>
Koha wants something like:<br>
    XML::LibXML::SAX::Parser=HASH(0x81fe220)<br>
You have:<br>
    XML::LibXML::SAX::Parser=HASH(0x99400a0)<br>
Looks good.<br>
[root@localhost misc]# cd..<br><br>basavaraj<br>dpl<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi,<br>
<br>
This page might help you. Follow the instructions in the section titled<br>
&quot;Verify SAX Parser&quot;.<br>
<br>
<a href="http://www.blazingmoon.org/guides/k3-on-u810-7.html" target="_blank">http://www.blazingmoon.org/guides/k3-on-u810-7.html</a><br>
<br>
...Andy<br>
<br>
<br>
MATINE LOUIS wrote:<br>
&gt;<br>
&gt;  I am using Ubuntu-9.04, While running<br>
&gt; root@martin-desktop: /home/martin/library/koha-3.00.02#<br>
&gt; misc/sax_parser_print.pl<br>
&gt; Koha wants something like:<br>
&gt;     XML::LibXML::SAX::Parser=HASH(0x81fe220)<br>
&gt; You have:<br>
&gt;     XML::LibXML::SAX=HASH(0x93a0548)<br>
&gt; Looks bad, check INSTALL.* documentation.<br>
&gt;<br>
--<br>
View this message in context: <a href="http://www.nabble.com/libxml-problem-tp24133587p24153080.html" target="_blank">http://www.nabble.com/libxml-problem-tp24133587p24153080.html</a><br>
Sent from the Koha - Discuss mailing list archive at Nabble.com.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 22 Jun 2009 21:01:56 +0200<br>
From: S?bastien Hinderer &lt;<a href="mailto:Sebastien.Hinderer@snv.jussieu.fr">Sebastien.Hinderer@snv.jussieu.fr</a>&gt;<br>
Subject: [Koha] MARC fields: server-independent URLs<br>
To: <a href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</a><br>
Message-ID: &lt;20090622190156.GA31810@localhost&gt;<br>
Content-Type: text/plain; charset=iso-8859-1<br>
<br>
Dear all,<br>
<br>
Is it possible with Koha to store only the book-specific part of an URL<br>
in the record for that book ?<br>
To explain the queston in more details, suppose all the books are files<br>
that can be downloaded from<br>
<a href="http://someserver.org/download.pl?book=XXXX&amp;format=YYY&amp;volume=ZZZZ" target="_blank">http://someserver.org/download.pl?book=XXXX&amp;format=YYY&amp;volume=ZZZZ</a><br>
Obviously one does not want to repeat the whole URL in all records,<br>
since one would have to change all of them, should the server change.<br>
<br>
A similar question concerns file formats.<br>
Indeed, for the computer it may be easier to store in 856$q a MIME media<br>
type or even a number referring to an SQL table that describes each<br>
format. However one would prefer to display a format descrition.<br>
Does koha permit such things ? If it does, how should such<br>
functionalities be implemented ?<br>
<br>
Many thanks in advance for your helo !<br>
<br>
Best wishes,<br>
S?bastien.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Mon, 22 Jun 2009 21:27:43 +0200<br>
From: tajoli &lt;<a href="mailto:tajoli@cilea.it">tajoli@cilea.it</a>&gt;<br>
Subject: Re: [Koha] MARC fields: server-independent URLs<br>
To: S?bastien Hinderer &lt;<a href="mailto:Sebastien.Hinderer@snv.jussieu.fr">Sebastien.Hinderer@snv.jussieu.fr</a>&gt;<br>
Cc: <a href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</a><br>
Message-ID: &lt;<a href="mailto:d65bea5cb3c7347720be47efc281ea07@cilea.it">d65bea5cb3c7347720be47efc281ea07@cilea.it</a>&gt;<br>
Content-Type: text/plain; charset=&quot;UTF-8&quot;<br>
<br>
Dear Sebastien<br>
<br>
&gt; Is it possible with Koha to store only the book-specific part of an URL<br>
&gt; in the record for that book ?<br>
<br>
your best option is to manipolate the detail templates and cgi.<br>
(opac-detail.pl and opac-detail.tmpl)<br>
<br>
In cataloguing insert only the information to know format and book.<br>
With opac-detail.pl and opac-detail.tmpl you can create your display.<br>
<br>
Koha uses templates for this specific task:<br>
to have standard data but personalised visualisation.<br>
<br>
Bye<br>
Zeno Tajoli<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Mon, 22 Jun 2009 11:22:41 -0600<br>
From: Michael Hafen &lt;<a href="mailto:mdhafen@tech.washk12.org">mdhafen@tech.washk12.org</a>&gt;<br>
Subject: Re: [Koha] [Koha-devel] Multiple installs of Koha on same<br>
        server<br>
To: &quot;Chadwick, John, DCA&quot; &lt;<a href="mailto:john.chadwick@state.nm.us">john.chadwick@state.nm.us</a>&gt;<br>
Cc: <a href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</a>, <a href="mailto:koha-devel@lists.koha.org">koha-devel@lists.koha.org</a><br>
Message-ID: &lt;1245691361.6891.0.camel@koha-dev&gt;<br>
Content-Type: text/plain<br>
<br>
I have this sort of setup myself.  I have one install of Zebra with two<br>
seperate instances of zebra running.  Seems to work pretty good.<br>
<br>
On Mon, 2009-06-22 at 11:10 -0600, Chadwick, John, DCA wrote:<br>
&gt; I need a bit of a sanity check here before I get going and find myself<br>
&gt; in too much trouble.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I would like to have 2 installations of koha on the same server. This<br>
&gt; would require two koha databases and two koha web directories. I would<br>
&gt; be doing some virtual hosting to accomplish this. Do I need two<br>
&gt; installations of zebra?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; John<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; +----------------------------------------------------------------------------+<br>
&gt;<br>
&gt; John Chadwick, Ed.D. Information Technology Manager<br>
&gt;<br>
&gt; New Mexico State Library<br>
&gt;<br>
&gt; 1209 Camino Carlos Rey<br>
&gt;<br>
&gt; Santa Fe, NM 87507<br>
&gt;<br>
&gt; Phone: 505-476-9740  Cell: 505-629-8116 Fax: 505-476-9761<br>
&gt;<br>
&gt; <a href="mailto:john.chadwick@state.nm.us">john.chadwick@state.nm.us</a><br>
&gt;<br>
&gt; <a href="http://www.nmstatelibrary.org" target="_blank">http://www.nmstatelibrary.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Confidentiality Notice: This e-mail, including all attachments is for<br>
&gt; the sole use of the intended recipient(s) and may contain confidential<br>
&gt; and privileged information. Any unauthorized review, use, disclosure<br>
&gt; or distribution is prohibited unless specifically provided under the<br>
&gt; New Mexico Inspection of Public Records Act. If you are not the<br>
&gt; intended recipient, please contact the sender and destroy all copies<br>
&gt; of this message. -- This email has been scanned by the Sybari -<br>
&gt; Antigen Email System.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Confidentiality Notice: This e-mail,including all attachments is for<br>
&gt; the sole use of the intended recipient(s) and may contain confidential<br>
&gt; and privileged information. Any unauthorized review,use,disclosure or<br>
&gt; distribution is prohibited unless specifically provided under the New<br>
&gt; Mexico Inspection of Public Records Act. If you are not the intended<br>
&gt; recipient, please contact the sender and destroy all copies of this<br>
&gt; message. -- This email has been scanned by the MessageLabs Email<br>
&gt; Security System.<br>
&gt; _______________________________________________<br>
&gt; Koha-devel mailing list<br>
&gt; <a href="mailto:Koha-devel@lists.koha.org">Koha-devel@lists.koha.org</a><br>
&gt; <a href="http://lists.koha.org/mailman/listinfo/koha-devel" target="_blank">http://lists.koha.org/mailman/listinfo/koha-devel</a><br>
--<br>
Michael Hafen<br>
Systems Analyst and Programmer<br>
Washington County School District<br>
Utah, USA<br>
<br>
for Koha checkout<br>
<a href="http://development.washk12.org/gitweb/" target="_blank">http://development.washk12.org/gitweb/</a><br>
or<br>
git://<a href="http://development.washk12.org/koha" target="_blank">development.washk12.org/koha</a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Mon, 22 Jun 2009 16:06:03 -0400<br>
From: Owen Leonard &lt;<a href="mailto:oleonard@myacpl.org">oleonard@myacpl.org</a>&gt;<br>
Subject: Re: [Koha] new patron page customization, default library<br>
        loation<br>
To: Chris Albrecht &lt;<a href="mailto:chrisalbrecht@gmail.com">chrisalbrecht@gmail.com</a>&gt;<br>
Cc: <a href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</a><br>
Message-ID:<br>
        &lt;<a href="mailto:c0aa2140906221306m15e72e49ic446fe8ce5e4f4a4@mail.gmail.com">c0aa2140906221306m15e72e49ic446fe8ce5e4f4a4@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
&gt; Can anyone tell me how I can disable/hide data entry fields on the new<br>
&gt; patron page?<br>
<br>
We do a little bit of this with javascript. In System Preferences look<br>
for the intranetuserjs system pref. Then use a little jquery to hide<br>
lines based on the ID of the input field. Paste the following into<br>
intranetuserjs:<br>
<br>
$(document).ready(function(){<br>
        $(&quot;#entryform #initials&quot;).parent().remove();<br>
});<br>
<br>
<br>
That bit of code looks for an element with ID &quot;entryform,&quot; (the patron<br>
entry form) and looks for an element with ID &quot;initials&quot; inside the<br>
form. Then it removes that element&#39;s &quot;parent,&quot; the list item<br>
containing that form field.<br>
<br>
You&#39;ll have to view the source of the page to find out what the input<br>
field&#39;s ID is. For example:<br>
<br>
&lt;input type=&quot;text&quot; value=&quot;&quot; size=&quot;20&quot; name=&quot;othernames&quot; id=&quot;othernames&quot;/&gt;<br>
<br>
If you used &quot;othernames&quot; in the code above it would hide the line<br>
labeled &quot;Other name.&quot; Note that you can add as many lines as you want:<br>
<br>
$(document).ready(function(){<br>
        $(&quot;#entryform #initials&quot;).parent().remove();<br>
        $(&quot;#entryform #othernames&quot;).parent().remove();<br>
        $(&quot;#entryform #altcontactaddress1&quot;).parent().remove();<br>
        $(&quot;#entryform #altcontactaddress2&quot;).parent().remove();<br>
        $(&quot;#entryform #altcontactaddress3&quot;).parent().remove();<br>
        $(&quot;#entryform #altcontactzipcode&quot;).parent().remove();<br>
});<br>
<br>
  -- Owen<br>
<br>
--<br>
Web Developer<br>
Athens County Public Libraries<br>
<a href="http://www.myacpl.org" target="_blank">http://www.myacpl.org</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Mon, 22 Jun 2009 16:13:13 -0600<br>
From: &quot;Doug Dearden&quot; &lt;<a href="mailto:dearden@sarsf.org">dearden@sarsf.org</a>&gt;<br>
Subject: Re: [Koha] MARC fields: server-independent URLs<br>
To: &lt;<a href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</a>&gt;, &quot; S?bastien Hinderer &quot;<br>
        &lt;<a href="mailto:Sebastien.Hinderer@snv.jussieu.fr">Sebastien.Hinderer@snv.jussieu.fr</a>&gt;<br>
Message-ID: &lt;<a href="mailto:sa3fadb5.087@mail.sarsf.org">sa3fadb5.087@mail.sarsf.org</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Sebastien,<br>
<br>
Check this post - it helped me set up my Apache server so I could point to files located in a particular place on the server now, but provide for moving them in the future.<br>
<br>
Best,<br>
<br>
Doug<br>
<br>
<a href="http://thread.gmane.org/gmane.comp.misc.koha/11760/focus=11801" target="_blank">http://thread.gmane.org/gmane.comp.misc.koha/11760/focus=11801</a><br>
<br>
&gt;&gt;&gt; S?bastien Hinderer &lt;<a href="mailto:Sebastien.Hinderer@snv.jussieu.fr">Sebastien.Hinderer@snv.jussieu.fr</a>&gt; 6/22/2009 1:01 PM &gt;&gt;&gt;<br>
Dear all,<br>
<br>
Is it possible with Koha to store only the book-specific part of an URL<br>
in the record for that book ?<br>
To explain the queston in more details, suppose all the books are files<br>
that can be downloaded from<br>
<a href="http://someserver.org/download.pl?book=XXXX&amp;format=YYY&amp;volume=ZZZZ" target="_blank">http://someserver.org/download.pl?book=XXXX&amp;format=YYY&amp;volume=ZZZZ</a><br>
Obviously one does not want to repeat the whole URL in all records,<br>
since one would have to change all of them, should the server change.<br>
<br>
A similar question concerns file formats.<br>
Indeed, for the computer it may be easier to store in 856$q a MIME media<br>
type or even a number referring to an SQL table that describes each<br>
format. However one would prefer to display a format descrition.<br>
Does koha permit such things ? If it does, how should such<br>
functionalities be implemented ?<br>
<br>
Many thanks in advance for your helo !<br>
<br>
Best wishes,<br>
S?bastien.<br>
_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
<br>
<br>
End of Koha Digest, Vol 44, Issue 55<br>
************************************<br>
</blockquote></div><br>