--- /dev/null
+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.
+
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
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
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.
-
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
make -f Open-ILS/src/extras/Makefile.install <osname>-packager
------------------------------------------------------------------------------
-Optional: Extra steps for web staff client
+Extra steps for web staff client
------------------------------------------
[NOTE]
--- /dev/null
+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[]
+