Docs reorg: Adding a manual for command line administrators
authorJillianne Presley <jillianne.presley.1641@mail.linnbenton.edu>
Sun, 10 Sep 2017 05:24:37 +0000 (22:24 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Sun, 10 Sep 2017 05:24:37 +0000 (22:24 -0700)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
docs/admin/physical_char_wizard_db.adoc [new file with mode: 0644]
docs/admin_initial_setup/migrating_patron_data.adoc
docs/admin_initial_setup/migrating_your_data.adoc
docs/cataloging/physical_char_wizard.adoc
docs/development/support_scripts.adoc
docs/installation/server_installation.adoc
docs/root_command_line_admin.adoc [new file with mode: 0644]

diff --git a/docs/admin/physical_char_wizard_db.adoc b/docs/admin/physical_char_wizard_db.adoc
new file mode 100644 (file)
index 0000000..9523d78
--- /dev/null
@@ -0,0 +1,18 @@
+Administering the Physical Characteristics Wizard
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The MARC 007 Field Physical Characteristics Wizard enables catalogers to interact with a
+database wizard that leads the user step-by-step through the MARC 007 field positions.
+The wizard displays the significance of the current position and provides dropdown lists
+of possible values for the various components of the MARC 007 field in a more
+user-friendly way.
+
+The information driving the MARC 007 Field Physical Characteristics Wizard is already a
+part of the Evergreen database. This data can be customized by individual sites and / or
+updated when the Library of Congress dictates new values or positions in the 007 field.
+There are three relevant tables where the information that drives the wizard is stored:
+
+. *config.marc21_physical_characteristic_type_map* contains the list of materials, or values, for the positions of the 007 field.
+. *config.marc21_physical_characteristic_subfield_map* contains rows that list the meaning of the various positions in the 007 field for each Category of Material.
+. *config.marc21_physical_characteristic_value_map* lists all of the values possible for all of the positions in the config.marc21_physical_characteristic_subfield_map table.
+
index 878c628..dd531d4 100644 (file)
@@ -1,6 +1,9 @@
 Migrating Patron Data
 =====================
 
+Introduction
+------------
+
 This section will explain the task of migrating your patron data from comma
 delimited files into Evergreen. It does not deal with the process of exporting
 from the non-Evergreen system since this process may vary depending on where you
index e65af47..8ae1725 100644 (file)
@@ -1,6 +1,9 @@
 Migrating from a legacy system
 ==============================
 
+Introduction
+------------
+
 When you migrate to Evergreen, you generally want to migrate the bibliographic
 records and copy information that existed in your previous library system. For
 anything more than a few thousand records, you should import the data directly
index 13d23d5..d6df8b8 100644 (file)
@@ -46,12 +46,3 @@ Continue editing the MARC record, as needed. Once the user is finished editing t
 
 image::media/pcw6_2.12.jpg[]
 
-*Administration*
-
-The information driving the MARC 007 Field Physical Characteristics Wizard is already a part of the Evergreen database. This data can be customized by individual sites and / or updated when the Library of Congress dictates new values or positions in the 007 field.
-There are three relevant tables where the information that drives the wizard is stored:
-
-. *config.marc21_physical_characteristic_type_map* contains the list of materials, or values, for the positions of the 007 field.
-. *config.marc21_physical_characteristic_subfield_map* contains rows that list the meaning of the various positions in the 007 field for each Category of Material.
-. *config.marc21_physical_characteristic_value_map* lists all of the values possible for all of the positions in the config.marc21_physical_characteristic_subfield_map table.
-
index fe5fbaf..7c604a0 100644 (file)
@@ -137,8 +137,7 @@ indexterm:[pg_loader.pl]
 The major advantages of the command line approach are its speed and its
 convenience for system administrators who can perform bulk loads of
 authority records in a controlled environment. For alternate instructions,
-see <<_importing_authority_records_from_the_staff_client,Importing
-Authority Records from the Staff Client>>.
+see the cataloging manual.
 
  . Run *marc2are.pl* against the authority records, specifying the user
 name, password, MARC type (USMARC or XML). Use `STDOUT` redirection to
index 3d2d973..1273865 100644 (file)
@@ -135,7 +135,7 @@ make -f Open-ILS/src/extras/Makefile.install <osname>-translator
 make -f Open-ILS/src/extras/Makefile.install <osname>-packager
 ------------------------------------------------------------------------------
 
-Optional: Extra steps for web staff client
+Extra steps for web staff client
 ------------------------------------------
 
 [NOTE]
diff --git a/docs/root_command_line_admin.adoc b/docs/root_command_line_admin.adoc
new file mode 100644 (file)
index 0000000..9c06e64
--- /dev/null
@@ -0,0 +1,114 @@
+Administering Evergreen through the Command Line
+================================================
+Documentation Interest Group
+:doctype: book
+:toc:
+:numbered:
+
+Introduction
+============
+
+include::shared/about_this_documentation.adoc[]
+
+This guide to Evergreen is designed for system administrators who can
+access their Evergreen server using a command line.
+It is organized into Parts, Chapters, and Sections addressing key
+aspects of the software. 
+
+Copies of this guide can be accessed in PDF and HTML formats from http://docs.evergreen-ils.org/.
+
+
+
+include::shared/about_evergreen.adoc[]
+
+Installing Evergreen
+====================
+include::installation/system_requirements.adoc[]
+
+:leveloffset: 1
+
+include::installation/server_installation.adoc[]
+
+:leveloffset: 0
+
+include::installation/server_upgrade.adoc[]
+
+include::installation/edi_setup.adoc[]
+
+:leveloffset: 1
+
+include::admin_initial_setup/migrating_your_data.adoc[]
+
+:leveloffset: 2
+
+include::admin_initial_setup/migrating_patron_data.adoc[]
+
+:leveloffset: 0
+
+Individual Evergreen Components
+===============================
+
+:leveloffset: 1
+
+include::development/intro_opensrf.adoc[]
+
+include::development/pgtap.adoc[]
+
+:leveloffset: 0
+
+include::development/support_scripts.adoc[]
+
+System Configuration
+====================
+
+:leveloffset: 1
+
+include::admin_initial_setup/describing_your_people.adoc[]
+
+include::admin_initial_setup/describing_your_catalog.adoc[]
+
+
+include::admin/authentication_proxy.adoc[]
+
+include::admin/patron_address_zip_code.adoc[]
+
+include::admin/apache_rewrite_tricks.adoc[]
+
+include::admin/apache_access_handler.adoc[]
+
+include::development/updating_translations_launchpad.adoc[]
+
+:leveloffset: 0
+
+
+Local Administration
+====================
+
+include::admin/actiontriggers.adoc[]
+
+Cataloging Administration
+=========================
+
+Cataloging Staff Interface
+--------------------------
+
+include::admin/physical_char_wizard_db.adoc[]
+
+UX Administration
+=================
+
+include::admin/template_toolkit.adoc[]
+
+:leveloffset: 1
+
+include::admin_initial_setup/designing_your_catalog.adoc[]
+
+:leveloffset: 0
+
+include::opac/opac/new_skin_customizations.adoc[]
+
+
+include::shared/attributions.adoc[]
+
+include::shared/end_matter.adoc[]
+