[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. ad9261a014902ee9a5ce72eb430a632649a6a39d

Evergreen Git git at git.evergreen-ils.org
Mon Nov 7 16:49:57 EST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_1 has been updated
       via  ad9261a014902ee9a5ce72eb430a632649a6a39d (commit)
      from  95eec328d507952dbf5647467ae0f198b28af207 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ad9261a014902ee9a5ce72eb430a632649a6a39d
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Nov 7 16:49:31 2011 -0500

    README: Use consistent endings (none!) for titles/subtitles
    
    Most, but not all, of the titles/subtitles had colons appended. This
    looks really weird in the Table of Contents, so try to be consistently
    unweird and have no appended colons.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/README b/README
index 5732755..95621e5 100644
--- a/README
+++ b/README
@@ -80,8 +80,8 @@ tar -C /openils/var/web/js -xzf dojo-release-1.3.3.tar.gz
 cp -r /openils/var/web/js/dojo-release-1.3.3/* /openils/var/web/js/dojo/.
 ------------------------------------------------------------------------------
 
-Installing prerequisites:
--------------------------
+Installing prerequisites
+------------------------
 
 Evergreen has a number of prerequisite packages that must be installed
 before you can successfully configure, compile, and install Evergreen.
@@ -147,8 +147,8 @@ echo "/usr/lib64/dbd" > /etc/ld.so.conf.d/eg.conf
 ldconfig
 ------------------------------------------------------------------------------
 
-Configuration and compilation instructions:
--------------------------------------------
+Configuration and compilation instructions
+------------------------------------------
 
 For the time being, we are still installing everything in the `/openils/`
 directory. From the Evergreen source directory, issue the following commands as
@@ -160,8 +160,8 @@ the *user* Linux account to configure and build Evergreen:
 make
 ------------------------------------------------------------------------------
 
-Installation instructions:
---------------------------
+Installation instructions
+-------------------------
 
 1. Once you have configured and compiled Evergreen, issue the following
    command as the *root* Linux account to install Evergreen, build the server
@@ -187,8 +187,8 @@ cd /openils/var/web/xul
 ln -sf rel_name/server server
 ------------------------------------------------------------------------------
 
-Change ownership of the Evergreen files:
-----------------------------------------
+Change ownership of the Evergreen files
+---------------------------------------
 
 All files in the `/openils/` directory and subdirectories must be owned by the
 `opensrf` user. Issue the following command as the *root* Linux account to
@@ -199,8 +199,8 @@ change the ownership on the files:
 chown -R opensrf:opensrf /openils
 ------------------------------------------------------------------------------
 
-Create the oils_web.xml configuration file:
--------------------------------------------
+Create the oils_web.xml configuration file
+------------------------------------------
 Many administration interfaces, such as acquisitions, bookings, and various
 configuration screens, depend on the correct configuration of HTML templates.
 Copying the sample configuration file into place should work in most cases:
@@ -210,8 +210,8 @@ Copying the sample configuration file into place should work in most cases:
 cp /openils/conf/oils_web.xml.example /openils/conf/oils_web.xml
 ------------------------------------------------------------------------------
 
-Configure the Apache Web server:
---------------------------------
+Configure the Apache Web server
+-------------------------------
 
 1. Use the example configuration files in `Open-ILS/examples/apache/` to
 configure your Web server for the Evergreen catalog, staff client, Web
@@ -292,8 +292,8 @@ a2dissite default  # OPTIONAL: disable the default site (the "It Works" page)
 a2ensite eg.conf
 ------------------------------------------------------------------------------
 
-Configure OpenSRF for the Evergreen application:
-------------------------------------------------
+Configure OpenSRF for the Evergreen application
+-----------------------------------------------
 
 There are a number of example OpenSRF configuration files in `/openils/conf/`
 that you can use as a template for your Evergreen installation. Issue the
@@ -320,8 +320,8 @@ domains, you can retrieve the settings from the backup version of the files.
 `eg_db_config.pl`, described in the following section, sets the database
 connection information in `opensrf.xml` for you.
 
-Creating the Evergreen database:
---------------------------------
+Creating the Evergreen database
+-------------------------------
 
 By default, the `Makefile.install` prerequisite installer does not install
 the PostgreSQL 9.0 database server required by every Evergreen system;
@@ -532,8 +532,8 @@ If this does not work, it's time to do some troubleshooting.
     for assistance before making any drastic changes to your system
     configuration.
 
-Getting help:
--------------
+Getting help
+------------
 
 Need help installing or using Evergreen? Join the mailing lists at
 http://evergreen-ils.org/listserv.php or contact us on the Freenode

-----------------------------------------------------------------------

Summary of changes:
 README |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list