From 1aa3a7ec3fd07e90ba3914a23a2daf2e2d612fbb Mon Sep 17 00:00:00 2001 From: Robert Soulliere Date: Mon, 14 Feb 2011 15:52:50 -0500 Subject: [PATCH] edit schema xml files to address fo processing errors. --- 1.6/appendices/schema1.6.1.6.xml | 6 +++--- 2.0/appendices/schema.xml | 16 ++++++++-------- 2.0/intro/about_evergreen.xml | 18 ++++++++++++++++++ 3 files changed, 29 insertions(+), 11 deletions(-) create mode 100644 2.0/intro/about_evergreen.xml diff --git a/1.6/appendices/schema1.6.1.6.xml b/1.6/appendices/schema1.6.1.6.xml index 1c82f23ac8..406eb903a8 100644 --- a/1.6/appendices/schema1.6.1.6.xml +++ b/1.6/appendices/schema1.6.1.6.xml @@ -25622,7 +25622,7 @@ Constraints on rule_age_hold_protect - rule_age_hold_protect_name_check + rule_age_hold_ protect_name_check CHECK ((name ~ '^\\w+$'::text)) @@ -38735,7 +38735,7 @@ Constraints on relevance_adjustment - relevance_adjustment_bump_type_check + relevance_adjustment _bump_type_check CHECK ((bump_type = ANY (ARRAY['word_order'::text, 'first_word'::text, 'full_match'::text]))) @@ -41037,7 +41037,7 @@ Constraints on authority_queue - authority_queue_queue_type_check + authority_queue_ queue_type_check CHECK ((queue_type = 'authority'::text)) diff --git a/2.0/appendices/schema.xml b/2.0/appendices/schema.xml index aa0959985b..4f1cb3004c 100644 --- a/2.0/appendices/schema.xml +++ b/2.0/appendices/schema.xml @@ -3711,7 +3711,7 @@ Constraints on fund - acq_fund_rollover_implies_propagate + acq_fund_rollover_ implies_propagate CHECK ((propagate OR (NOT rollover))) @@ -20086,7 +20086,7 @@ - claims_never_checked_out_count + claims_never_checked _out_count integer @@ -27029,7 +27029,7 @@ - claims_never_checked_out_count + claims_never_checked _out_count integer @@ -27531,7 +27531,7 @@ - claims_never_checked_out_count + claims_never_checked _out_count integer @@ -36747,7 +36747,7 @@ Constraints on rule_age_hold_protect - rule_age_hold_protect_name_check + rule_age_hold_ protect_name_check CHECK ((name ~ '^\\w+$'::text)) @@ -54206,7 +54206,7 @@ Constraints on relevance_adjustment - relevance_adjustment_bump_type_check + relevance_adjustment _bump_type_check CHECK ((bump_type = ANY (ARRAY['word_order'::text, 'first_word'::text, 'full_match'::text]))) @@ -57209,7 +57209,7 @@ - DEFAULT nextval('staging.mailing_address_stage_row_id_seq'::regclass); + DEFAULT nextval('staging.mailing_address_ stage_row_id_seq'::regclass); @@ -59453,7 +59453,7 @@ Constraints on authority_queue - authority_queue_queue_type_check + authority_queue_ queue_type_check CHECK ((queue_type = 'authority'::text)) diff --git a/2.0/intro/about_evergreen.xml b/2.0/intro/about_evergreen.xml new file mode 100644 index 0000000000..3e692b8844 --- /dev/null +++ b/2.0/intro/about_evergreen.xml @@ -0,0 +1,18 @@ + + + + About Evergreen + + Evergreen is an open source library automation software designed to meet the needs of the very smallest to the very largest libraries and consortia. Through its staff interface, it facilitates the management, cataloging, and circulation of library materials, and through its online public access interface it helps patrons find those materials. + The Evergreen software is freely licensed under the GNU General Public License,GNU General Public License meaning that it is free to download, use, view, modify, and share. It has an active development and user community, as well as several companies offering migration, support, hosting, and development services. + The community’s development requirements state that Evergreen must be: + + Stable, even under extreme load. + Robust, and capable of handling a high volume of transactions and simultaneous users. + Flexible, to accommodate the varied needs of libraries. + Secure, to protect our patrons’ privacy and data. + User-friendly, to facilitate patron and staff use of the system. + + Evergreen, which first launched in 2006 now powers over 544 libraries of every type – public, academic, special, school, and even tribal and home libraries – in over a dozen countries worldwide. + \ No newline at end of file -- 2.43.2