From 9ffbfdded344ee9fbe9494ada1d78025e4c960d4 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Mon, 12 Nov 2007 15:49:06 -0600 Subject: [PATCH] Modified step3 template for PostgreSQL option. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../prog/en/modules/installer/step3.tmpl | 37 ++++++++----------- 1 file changed, 15 insertions(+), 22 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 2844ba43cd..203e9871e6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tmpl @@ -173,35 +173,28 @@

Zebra or Nozebra ?

-

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

+

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

+

some directions to help you choose:

+

Zebra version

    -
  • 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
  • +
  • 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
-

NoZebra (internal Koha indexes)

+

NoZebra version

    -
  • 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
  • +
  • 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
-

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

-

Please Choose:

+

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 ?

-

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

+

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

-- 2.20.1