Changing <p> to <span> per gmcharlt's suggestion re: Adding <p class="noholdstext...
[koha.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index df0990c..6f41267 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@ 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.
+more about the Koha project at http://koha-community.org.
 
 INSTALLATION
 ============
@@ -38,7 +38,7 @@ Default installation instructions:
   need to install some Perl dependencies)
   WARNING:
   1.1 A Perl library Koha depends on, MARC::File::XML may not work with Perl
-    5.10, see: http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2309),
+    5.10, see: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2309),
 
   1.2 recent versions of CGI::Session have caused some issues for users;
   as of this release date, we suggest downloading the CGI::Session::serialize::yaml
@@ -56,6 +56,7 @@ Default installation instructions:
   (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
+10. Optionally add a robots.txt file.  See README.robots for details
 
 OR if you want to install all dependencies from CPAN and are root, you can
 replace steps 1-3 with "perl install-CPAN.pl" but this is non-standard and
@@ -97,12 +98,12 @@ WHAT NEXT?
 
 2. Import:
     Bibliographic data in MARC21 format
-    $ misc/migration-tools/bulkmarcimport.pl -file /path/to/marc.iso2709
+    $ misc/migration_tools/bulkmarcimport.pl -file /path/to/marc.iso2709
     Authority data in MARC21 format
-    $ misc/migration-tools/bulkauthimport.pl -file /path/to/auth.iso2709
+    $ misc/migration_tools/bulkauthimport.pl -file /path/to/auth.iso2709
 
 3. Fast Index:
-    $ misc/migration-tools/rebuild_zebra.pl -b -w
+    $ misc/migration_tools/rebuild_zebra.pl -b -w
 
     Once the indexing has completed, you will be able to search for records in your
     system. NOTE: if you don't run the Fast Index utility, and you have the index
@@ -124,12 +125,12 @@ IF YOU HAVE PROBLEMS
 ====================
 
 IF THIS IS A PRE-RELEASE TREE: please contact developers by email via
-http://lists.nongnu.org/mailman/listinfo/koha-devel
+http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
 or
 http://dir.gmane.org/gmane.education.libraries.koha.devel
 
 IF THIS IS A RELEASED VERSION: please see the support pages at
-http://www.koha.org/
+http://www.koha-community.org/
 
 Released versions usually have three-digit numbers, like 3.00.01,
 while other version number styles are usually snapshots or previews.