edit schema xml files to address fo processing errors.
authorRobert Soulliere <rsoulliere@libdog.mohawkcollege.ca>
Mon, 14 Feb 2011 20:52:50 +0000 (15:52 -0500)
committerRobert Soulliere <rsoulliere@libdog.mohawkcollege.ca>
Mon, 14 Feb 2011 20:52:50 +0000 (15:52 -0500)
1.6/appendices/schema1.6.1.6.xml
2.0/appendices/schema.xml
2.0/intro/about_evergreen.xml [new file with mode: 0644]

index 1c82f23..406eb90 100644 (file)
                                                <title>Constraints on rule_age_hold_protect</title>\r
                                                \r
                                                <varlistentry>\r
-                                                       <term>rule_age_hold_protect_name_check</term>\r
+                                                       <term>rule_age_hold_ protect_name_check</term>\r
                                                        <listitem><para>CHECK ((name ~ &apos;^\\w+$&apos;::text))</para></listitem>\r
                                                </varlistentry>\r
                                                \r
                                                <title>Constraints on relevance_adjustment</title>\r
                                                \r
                                                <varlistentry>\r
-                                                       <term>relevance_adjustment_bump_type_check</term>\r
+                                                       <term>relevance_adjustment _bump_type_check</term>\r
                                                        <listitem><para>CHECK ((bump_type = ANY (ARRAY[&apos;word_order&apos;::text, &apos;first_word&apos;::text, &apos;full_match&apos;::text])))</para></listitem>\r
                                                </varlistentry>\r
                                                \r
                                                <title>Constraints on authority_queue</title>\r
                                                \r
                                                <varlistentry>\r
-                                                       <term>authority_queue_queue_type_check</term>\r
+                                                       <term>authority_queue_ queue_type_check</term>\r
                                                        <listitem><para>CHECK ((queue_type = &apos;authority&apos;::text))</para></listitem>\r
                                                </varlistentry>\r
                                                \r
index aa09599..4f1cb30 100644 (file)
                                                <title>Constraints on fund</title>\r
                                                \r
                                                <varlistentry>\r
-                                                       <term>acq_fund_rollover_implies_propagate</term>\r
+                                                       <term>acq_fund_rollover_ implies_propagate</term>\r
                                                        <listitem><para>CHECK ((propagate OR (NOT rollover)))</para></listitem>\r
                                                </varlistentry>\r
                                                \r
                                                        </row>\r
                                                \r
                                                        <row>\r
-                                                               <entry>claims_never_checked_out_count</entry>\r
+                                                               <entry>claims_never_checked _out_count</entry>\r
                                                                <entry>integer</entry>\r
                                                                <entry><para>\r
                                                                        \r
                                                        </row>\r
                                                \r
                                                        <row>\r
-                                                               <entry>claims_never_checked_out_count</entry>\r
+                                                               <entry>claims_never_checked _out_count</entry>\r
                                                                <entry>integer</entry>\r
                                                                <entry><para>\r
                                                                        \r
                                                        </row>\r
                                                \r
                                                        <row>\r
-                                                               <entry>claims_never_checked_out_count</entry>\r
+                                                               <entry>claims_never_checked _out_count</entry>\r
                                                                <entry>integer</entry>\r
                                                                <entry><para>\r
                                                                        \r
                                                <title>Constraints on rule_age_hold_protect</title>\r
                                                \r
                                                <varlistentry>\r
-                                                       <term>rule_age_hold_protect_name_check</term>\r
+                                                       <term>rule_age_hold_ protect_name_check</term>\r
                                                        <listitem><para>CHECK ((name ~ &apos;^\\w+$&apos;::text))</para></listitem>\r
                                                </varlistentry>\r
                                                \r
                                                <title>Constraints on relevance_adjustment</title>\r
                                                \r
                                                <varlistentry>\r
-                                                       <term>relevance_adjustment_bump_type_check</term>\r
+                                                       <term>relevance_adjustment _bump_type_check</term>\r
                                                        <listitem><para>CHECK ((bump_type = ANY (ARRAY[&apos;word_order&apos;::text, &apos;first_word&apos;::text, &apos;full_match&apos;::text])))</para></listitem>\r
                                                </varlistentry>\r
                                                \r
                                                                        \r
                                                                        \r
                                                                        \r
-                                                                               DEFAULT nextval(&apos;staging.mailing_address_stage_row_id_seq&apos;::regclass);\r
+                                                                               DEFAULT nextval(&apos;staging.mailing_address_ stage_row_id_seq&apos;::regclass);\r
                                                                        \r
                                                                        \r
                                                                                \r
                                                <title>Constraints on authority_queue</title>\r
                                                \r
                                                <varlistentry>\r
-                                                       <term>authority_queue_queue_type_check</term>\r
+                                                       <term>authority_queue_ queue_type_check</term>\r
                                                        <listitem><para>CHECK ((queue_type = &apos;authority&apos;::text))</para></listitem>\r
                                                </varlistentry>\r
                                                \r
diff --git a/2.0/intro/about_evergreen.xml b/2.0/intro/about_evergreen.xml
new file mode 100644 (file)
index 0000000..3e692b8
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"
+    xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:id="about_evergreen" >
+    <info>
+        <title>About Evergreen</title>
+    </info>
+    <para>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.</para>
+    <para>The Evergreen software is freely licensed under the GNU General Public License,<indexterm><primary>GNU General Public License</primary></indexterm> 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.</para>
+    <para>The community’s development requirements state that Evergreen must be:</para>
+    <itemizedlist>
+        <listitem><para><emphasis>Stable</emphasis>, even under extreme load.</para></listitem>
+        <listitem><para><emphasis>Robust</emphasis>, and capable of handling a high volume of transactions and simultaneous users.</para></listitem>
+        <listitem><para><emphasis>Flexible</emphasis>, to accommodate the varied needs of libraries.</para></listitem>
+        <listitem><para><emphasis>Secure</emphasis>, to protect our patrons’ privacy and data.</para></listitem>
+        <listitem><para><emphasis>User-friendly</emphasis>, to facilitate patron and staff use of the system.</para></listitem>
+    </itemizedlist>
+    <para>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.</para>
+</chapter>
\ No newline at end of file