Forwarding, FYI, and if anyone has time to answer any of the questions. If not, ill have a crack at them after work today. Chris ----Forwarded Message-----
From: Rosalie Blake <rosalie@library.org.nz> To: Olugbenga Adara <gbengaadara@yahoo.com> Cc: chris Cormack <chris@katipo.co.nz> Subject: Re: Some Info on KOHA Date: 09 May 2002 09:19:46 +1200
Hello Olugbenga,
On 8 May 2002, at 10:03, Olugbenga Adara wrote:
I have seen, downloaded and briefly evaluated Koha some 12 months ago. But now I am thinking of introducing koha to a University Library (Obafemi Awolowo University, Ile-Ife ) here in Nigeria. I would like to know the following things please
1. Can Koha be used without barcodes ? Presently the library does not use any barcode and i wonder whether other means may be used. Yes, definitely. If you want to use it for circulation, you need some identifier which is unique to every item you want to issue, but you possibly have an accession number of some sort. There is no reason you shouldn't use that. We use barcodes because it is quicker to scan a barcode with a reader, than to type a 6-digit or more number. But we frequently just type the barcode number on machines that do not have scanners.
2. How reliable is the Marc Import tool Sorry, I can't answer this. You need to ask this on the koha listserv: koha@lists.katipo.co.nz which you can join by following the leads on http://www.koha.org/mailing_list.html.
3. The library intends to start computerisation by only using the opac - allowing patrons to search for books. Could Koha function (OPAC) without patron information? I think so, although it will not be able to report on whether an item is on issue or available for borrowing. Again, the listserv will give you a more authoritative answer. I've copied my reply to Chris Cormack, who was the chief programmer (still is) on Koha. He may add some remarks of his own.
I also want to thank you for the great job you did by releasing koha gpl Thank you. We're very proud ot it. Good Luck Rosalie Blake Horowhenua Library Trust
Hope to get your reply soon
thanks
Olugbenga Adara, Ibadan, Nigeria
__________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com
--
From: Rosalie Blake <rosalie@library.org.nz> To: Olugbenga Adara <gbengaadara@yahoo.com> Cc: chris Cormack <chris@katipo.co.nz>
[--snip--]
3. The library intends to start computerisation by only using the opac - allowing patrons to search for books. Could Koha function (OPAC) without patron information? I think so, although it will not be able to report on whether an item is on issue or available for borrowing.
What we have: Three levels of access: 1. OPAC browse only - anyone can access catalogue for search only. 2. OPAC browse and request only - Members must log in using personal username and password. Users can register on-line and make on-line requests. Details of all requests are recorded in database and email notification sent to library admins (including details such as graphical and alphanumeric barcodes, hot links to user accounts, current request lists etc. If you don't want to use swipeable barcodes you can still use barcode numbers and enter/view them in human readable format. 3. All the standard koha and opac stuff using unmodified distribution to access a unified database. What we have done: We have reorganized the "standard" koha distribution so that we can run "public" and "private" versions side-by-side on same server but protected by Apache/MySQL (in our case, mod_auth_mysql) authentication. The "public" opac is a modified sub-set of the "standard" koha distribution, plus some extra perl scripts, javascript, cookies and soupermail for email integration purposes (soupermail.sourceforge.net) Main Benefits: Can provide a complete on-line environment with no requirement for users to physically attend library (items are sent to borrowers by standard mail). Staff can track status of reserves, borrowings etc (users can do that too if you want to allow it). Seems to work ;^) Main Liabilities: Privacy and security are _major_ issues. It is very difficult to maintain a detailed,web-accessible database and still protect your users to the extent that they deserve! Our approach to solving these issues is to simply by minimise the amount of information stored in your database. Apart from information about resources, our on-line database only stores member username and password details... minimal additional information (such as email address) is stored using cookies (not stored in server database). This is _much_ less than most library admins would accept... and it is very inefficient... but it allows us to provide a good service to users and we are willing to accept the administrative limitations until we have time to develop a better solution to address on-line privacy and security issues Summary: The opac options described above need more work to provide a "professional" solution - but they do work. It is possible to run OPAC web based services using minimal user information in the database. Patron information (stored in on-line database) is only required if you wish to provide on-line requests and/or other extended services. We have only just started testing the setup as described above, but looks like it will work for our specific needs - about 6,000 items and 1,500 geographically remote library members - resource library specialising in resources for k-12 learning difficulties. We'd like to see the extended web access features as part of Koha main distribution but we have been holding off as we think Kapito/others are already working on some of these extended features... and that they will do a much better job than us :) I can organise a tarball (upload to CVS or whatever) if anyone is interested. R.
On Thu, 9 May 2002, Roger Buck wrote:
We'd like to see the extended web access features as part of Koha main distribution but we have been holding off as we think Kapito/others are already working on some of these extended features... and that they will do a much better job than us :)
I'd love to see these features. If you don't feel comfortable releasing them into the mainline tree, you could always create a branch and let katipo (or whoever) merge bits into the mainline (or into rel_1_2) selectively. -pate
R.
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net _______________________________________________ Koha-devel mailing list Koha-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/koha-devel
participants (3)
-
Chris Cormack -
Pat Eyler -
Roger Buck