From 3d1fb4462f33417602d341efc516daec8d9cead4 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Sat, 22 Dec 2007 15:28:15 -0500 Subject: [PATCH] nomenclature improvements, updating README.txt Signed-off-by: Joshua Ferraro --- README.txt | 51 +++++++------------ .../prog/en/includes/tools-menu.inc | 4 +- .../en/modules/reviews/reviewswaiting.tmpl | 10 ++-- .../prog/en/modules/tools/tools-home.tmpl | 16 +++--- 4 files changed, 34 insertions(+), 47 deletions(-) diff --git a/README.txt b/README.txt index 018b73de33..769abc198a 100644 --- a/README.txt +++ b/README.txt @@ -1,26 +1,10 @@ -Koha - award-winning GPL Integrated Library System - -Koha aims to be a full-featured Integrated Library System. Developed -initially in New Zealand by Katipo Communications Ltd and first deployed -in January of 2000 for Horowhenua Library Trust, it is currently -maintained by a team of software providers and library technology staff -from around the globe. - - -STRUCTURE -========= - -Koha 3.0 has been restructured from Koha 2.2 to use Zebra, -a high-performance, general-purpose structured text indexing and -retrieval engine. Zebra speaks Z39.50, building on one of Koha's most -useful features. - -General library data is held in MySQL, and Koha 3.0 supports MySQL 5, -using foreign keys and other recent features. - -Apache 2 is the recommended web server and VirtualHost configuration -files are generated for it. +Koha - award-winning open-source Integrated Library System +Koha is the first open-source Integrated Library System. Developed initially in +New Zealand by Katipo Communications, Ltd and first deployed in January of 2000 +for the Horowhenua Library Trust, it is currently maintained by a team of +software providers and library technology staff from around the globe. Learn +more about the Koha project at http://koha.org. INSTALLATION ============ @@ -31,12 +15,9 @@ how to customise CPAN-installed modules, the same things should work for you with Koha. If not, don't worry. If you want to customise the installation more than described below, run "man ExtUtils::MakeMaker" -Koha 3.0 introduces multi-dbms support. With this release you may elect -to install over MySQL 5 or PostgreSQL 8.2.5. Further databases will -be added over time. - You need to have a server running MySQL 5 or PostgreSQL 8.2.5, Zebra -and some webserver (preferably Apache) before installing Koha. +2.0.22 or greater and a webserver (preferably Apache2) before installing +Koha. MySQL 5: Create a database called 'koha,' owned by 'kohaadmin' user, with a password set. Note: kohaadmin must have at least the @@ -54,10 +35,14 @@ Default installation instructions: 2. make 3.(optional) make test 4. sudo make install -5. ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha -6. a2enmod rewrite -7. a2ensite koha && /etc/init.d/apache2 reload -8. zebrasrv -f /etc/koha/koha-conf.xml +5. sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha + (note that the path to koha-httpd.conf may be different depending on your + installation choices) +6. sudo a2enmod rewrite +7. sudo a2ensite koha && /etc/init.d/apache2 reload +8. sudo zebrasrv -f /etc/koha/koha-conf.xml + (note that you will want to run Zebra in daemon mode for a production + system) 9. Browse to http://servername:8080/ and answer the questions OR if you want to install all dependencies from CPAN and are root, you can @@ -67,11 +52,13 @@ may not be safe. Nevertheless, it's pretty cool when it works. The defaults will install Koha to places that follow relevant standards, such as the File Hierarchy Standard. If you want to install Koha to a different directory like /opt/koha, then replace step 1 with (for example): + 1. perl Makefile.PL INTRANET_CGI_DIR=/www/cgi-bin You can change most of the defaults in a similar way, such as DB_HOST. For full instructions on how to override the default settings, run -perldoc rewrite-config.PL + +$ perldoc rewrite-config.PL IF YOU HAVE PROBLEMS diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc index f7dc3670c2..c552663cad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc @@ -2,10 +2,10 @@
  • Tools Home
  • News
  • Labels (spine and barcode)
  • -
  • Holidays
  • +
  • Calendar
  • Notices
  • Notice/status triggers
  • -
  • Manage OPAC reviews
  • +
  • Moderate OPAC comments
  • Log viewer
  • Inventory/stocktaking
  • MARC Import (staging)
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tmpl index 76d96b9d6c..036afe531c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tmpl @@ -1,12 +1,12 @@ -Koha › Reviews waiting for Approval +Koha › Comments waiting for Approval - +
    @@ -14,7 +14,7 @@
    -

    Reviews

    +

    Comments

    @@ -26,7 +26,7 @@ On biblio
    - Review + Comment   @@ -52,7 +52,7 @@
    -No reviews awaiting approval or deletion +No comments to moderate
    diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl index 85117638a8..7820a9b549 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl @@ -15,16 +15,16 @@
    News
    -
    Write news for the OPAC and staff interfaces.
    +
    Write news for the OPAC and staff interfaces
    Label creator
    -
    Create printable labels and barcodes from catalog data.
    +
    Create printable labels and barcodes from catalog data
    -
    Holidays
    -
    Define holidays (days where the library is closed)
    +
    Calendar
    +
    Define days when the library is closed
    -
    Reviews
    -
    Manage OPAC reviews
    +
    Comments
    +
    Moderate patron comments
    @@ -50,13 +50,13 @@
    Stage MARC records into the reservoir.
    Manage Staged MARC Records
    -
    Managed staged MARC records, including completing and reversing imports.
    +
    Managed staged MARC records, including completing and reversing imports
    Export bibliographic and holdings
    Export bibliographic and holdings data
    Import patrons
    -
    Import patron data.
    +
    Import patron data
    Patrons (anonomize, bulk-delete)
    Delete old borrowers and anonymize circulation history (deletes borrower reading history)
    -- 2.20.1