From 54350171ec64fbaee649c9402a5242e377e19fa5 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Tue, 13 Nov 2007 11:51:34 -0600 Subject: [PATCH] Correction for bad patch on step3.tmpl Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../prog/en/modules/installer/step3.tmpl | 37 +++++++++++-------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl index 203e9871e6..2844ba43cd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl @@ -173,28 +173,35 @@

Zebra or Nozebra ?

-

Koha comes in 2 flavours : Zebra and NoZebra. You will now decide the version you need

-

some directions to help you choose:

-

Zebra version

+

Searching Koha's bibliographic and authorities databases can be acomplished in two ways: + Koha can utilize a textual index engine (Zebra) or use its own internal indexing scheme (NoZebra). +

+

You can change your selection after installation and re-index accordingly.

+

Zebra

    -
  • is highly scalable (can support easily more than 300 000 items on a public library with an OPAC widely accessed on the web : see http://catalog.ccfls.org/cgi-bin/koha/opac-main.pl or http://www.mediathequeouestprovence.fr/)
  • -
  • provide a public (external) z3950 server
  • -
  • is complex to configure and administrate
  • +
  • Is highly scalable (can scale to tens of millions of bibliographic records. Examples of + Zebra Koha installations include: + http://catalog.ccfls.org/cgi-bin/koha/opac-main.pl or + http://www.mediathequeouestprovence.fr/) +
  • +
  • Native support for Z39.50 and SRU servers for bibliographic and authoritiy data
  • +
  • Support for field-weighting, relevance ranking, truncation, stemming
  • +
  • Arbitrarily complex queries
  • +
  • Can be complex to configure and maintain
-

NoZebra version

+

NoZebra (internal Koha indexes)

    -
  • is available immediatly once Koha is installed
  • -
  • is probably not that speedy for catalogue with more than 100 000 items
  • -
  • does not provide a public (external) z3950 server
  • +
  • Simple to configure and maintain
  • +
  • Hasn't been tested with data sets larger than 100,000 records
  • +
  • Does not provide a public (external) z3950 server
-

Whatever you choose now, you can always change your mind and setup the other version.

-

Note that, if you choose "Zebra", you won't have a working koha, you must set up zebra first (catalogue search won't work, the rest will)

-

What do you choose ?

+

Note that, if you choose "Zebra", you must configure Zebra before your catalogue searching will work)

+

Please Choose:

-

Nozebra: my catalogue is not that large and I want something simple to setup

-

Zebra: I have a large catalogue, I'm not afraid having to setup more software on my server

+

Nozebra: my catalogue is not that large and I want something simple to setup/maintain

+

Zebra: I have a large catalogue, I understand I must configure Zebra after the installation has completed

-- 2.39.5