Re: Koha Digest, Vol 13, Issue 24
Dear Ahmet, You can change the Apache server default virtual host configuration to the intranet virtual host. You then can access the intranet via the IP address of the server using the http protocol. However, this will disable the OPAC interface. I don't know how to enable both via http protocol. May be someone can help us. regards Isa Jalo On 11/22/06, koha-request@lists.katipo.co.nz < koha-request@lists.katipo.co.nz> wrote:
Send Koha mailing list submissions to koha@lists.katipo.co.nz
To subscribe or unsubscribe via the World Wide Web, visit http://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to koha-request@lists.katipo.co.nz
You can reach the person managing the list at koha-owner@lists.katipo.co.nz
When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..."
Today's Topics:
1. Remote access to librarian interface (Ahmet Sanli) 2. how to automate adding of items. (Alex King)
----------------------------------------------------------------------
Message: 1 Date: Tue, 21 Nov 2006 11:32:13 -0500 From: "Ahmet Sanli" <asanli@uzuncase.com> Subject: [Koha] Remote access to librarian interface To: koha@lists.katipo.co.nz Message-ID: <ejv9md$jca$1@sea.gmane.org>
Is there a way to access to the librarian interface (intranet)from a remote computer, over LAN or WAN? I use Apache for HTTP server.
Thanks. Ahmet
------------------------------
Message: 2 Date: Wed, 22 Nov 2006 11:26:06 +1300 From: Alex King <alex@king.net.nz> Subject: [Koha] how to automate adding of items. To: Koha List <koha@lists.katipo.co.nz> Message-ID: <45637CFE.3050204@king.net.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I'm needing some assistance with adding (biblios & items) into koha automatically.
The biblio data is (for the most part) already in the reservoir.
I have a list of matched ISBNs and barcodes, and I need to "create" a biblio from data in the reservoir and add an item.
I can do this easily enough through the web UI, but there has to be a better way to enter the data automatically, given that I have the list of ISBNs and barcodes already in a text file.
I am comfortable enough with scripting and accessing the mysql tables directly. I'm not though familiar enough with the koha database to know what to do there. I know it's not simply a matter of adding records in a single table.
Can anyone point me to any scripts I can start from or suggest better ways to achieve what I'm trying to do? My thinking is to look at the cgi scripts and see what they are doing behind the scenes and write non-interactive scripts that do the same thing. My guess is they probably call library routines in the "C4" directory, and I could hook into the same library routines.
Cheers,
Alex
------------------------------
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
End of Koha Digest, Vol 13, Issue 24 ************************************
Dear Isa, Thank you for your reply. Yes, your suggestion will work but disable the OPAC. I think I've solved the problem without disabling anything. I am using a different port number for remote INTRANET. It worked well. I posted a message to the list under my question to explain the details, if you are interested. Regards, Ahmet "Isa Jalo" <isajalo@gmail.com> wrote in message news:e322e2a20611220351l5c58d04o6ace811ad7ee71ea@mail.gmail.com... Dear Ahmet, You can change the Apache server default virtual host configuration to the intranet virtual host. You then can access the intranet via the IP address of the server using the http protocol. However, this will disable the OPAC interface. I don't know how to enable both via http protocol. May be someone can help us. regards Isa Jalo On 11/22/06, koha-request@lists.katipo.co.nz < koha-request@lists.katipo.co.nz> wrote: Send Koha mailing list submissions to koha@lists.katipo.co.nz To subscribe or unsubscribe via the World Wide Web, visit http://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to koha-request@lists.katipo.co.nz You can reach the person managing the list at koha-owner@lists.katipo.co.nz When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..." Today's Topics: 1. Remote access to librarian interface (Ahmet Sanli) 2. how to automate adding of items. (Alex King) ---------------------------------------------------------------------- Message: 1 Date: Tue, 21 Nov 2006 11:32:13 -0500 From: "Ahmet Sanli" <asanli@uzuncase.com> Subject: [Koha] Remote access to librarian interface To: koha@lists.katipo.co.nz Message-ID: <ejv9md$jca$1@sea.gmane.org> Is there a way to access to the librarian interface (intranet)from a remote computer, over LAN or WAN? I use Apache for HTTP server. Thanks. Ahmet ------------------------------ Message: 2 Date: Wed, 22 Nov 2006 11:26:06 +1300 From: Alex King < alex@king.net.nz> Subject: [Koha] how to automate adding of items. To: Koha List <koha@lists.katipo.co.nz> Message-ID: < 45637CFE.3050204@king.net.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed I'm needing some assistance with adding (biblios & items) into koha automatically. The biblio data is (for the most part) already in the reservoir. I have a list of matched ISBNs and barcodes, and I need to "create" a biblio from data in the reservoir and add an item. I can do this easily enough through the web UI, but there has to be a better way to enter the data automatically, given that I have the list of ISBNs and barcodes already in a text file. I am comfortable enough with scripting and accessing the mysql tables directly. I'm not though familiar enough with the koha database to know what to do there. I know it's not simply a matter of adding records in a single table. Can anyone point me to any scripts I can start from or suggest better ways to achieve what I'm trying to do? My thinking is to look at the cgi scripts and see what they are doing behind the scenes and write non-interactive scripts that do the same thing. My guess is they probably call library routines in the "C4" directory, and I could hook into the same library routines. Cheers, Alex ------------------------------ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha End of Koha Digest, Vol 13, Issue 24 ************************************ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Ahmet Sanli -
Isa Jalo