From: dbs Date: Sat, 14 Mar 2009 04:45:41 +0000 (+0000) Subject: These now validate with XML schema: X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=94344db69b3c129c0ff0f18b32c79a3d3c1e5566;p=Evergreen.git These now validate with XML schema: xmllint --schema docbook-5.0/xsd/docbook.xsd --xinclude --noout index.xml A slash at the end of the XLink namespace declaration is no good; whoops. And the placeholder chapters wanted more content. Fine, throw in some index terms. git-svn-id: svn://svn.open-ils.org/ILS/trunk@12519 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/docs/index.xml b/docs/index.xml index c1da3b2bd2..deb48eae4e 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -8,20 +8,20 @@ Preface - Why read this book? - Conventions - Getting Evergreen - Requests for comments + Why read this book?book rationale + Conventionsbook conventions + Getting Evergreenacquiring Evergreen + Requests for commentscommentsrequests for Introduction - What is Evergreen? - A brief history of Evergreen - Is Evergreen right for your library? - Evergreen architecture + What is Evergreen?about Evergreen + A brief history of Evergreenhistory + Is Evergreen right for your library?assessing Evergreen + Evergreen architecturearchitecture Evergreen concepts -
Organizational units: consortiums, libraries, and locations
-
Items: bibliographic records, volumes, and copies
+
Organizational units: consortiums, libraries, and locationsorg_units
+
Items: bibliographic records, volumes, and copiesitems
Scenarios: a tale of two Evergreen systems
@@ -57,40 +57,40 @@ Setting up an Evergreen system - Setting up the router - Setting up PostgreSQL database - Setting up the memcached servers + Setting up the routerroutersetting up + Setting up PostgreSQL databasedatabasesetting up + Setting up the memcached serversmemcachedsetting up Configuring Evergreen -
Defining basic connection information (opensrf_core.xml)
-
Defining Z39.50 sources (opensrf.xml)
-
Defining an added content service (opensrf.xml)
-
Setting default login timeouts (opensrf.xml)
-
Setting circulation policies (opensrf.xml / circ_groups.js)
-
Defining field mappings (fm_IDL.xml)
+
Defining basic connection information (opensrf_core.xml)router connections
+
Defining Z39.50 sources (opensrf.xml)Z39.50 sources
+
Defining an added content service (opensrf.xml)added content
+
Setting default login timeouts (opensrf.xml)OPAC inactivity timeouts
+
Setting circulation policies (opensrf.xml / circ_groups.js)circulation rules
+
Defining field mappings (fm_IDL.xml)interface definition language
Setting up Apache Web server -
Basic configuration (apache2.conf / httpd.conf)
-
Defining your virtual host
+
Basic configuration (apache2.conf / httpd.conf)Web serverconfiguring
+
Defining your virtual hostvirtual host
- Installing the Evergreen staff client - Troubleshooting + Installing the Evergreen staff clientstaff clientinstalling + Troubleshootingtroubleshooting
Administering Evergreen - Setting up organizational units - Generating reports - Preventing disaster + Setting up organizational unitsorganizational unitssetting up + Generating reportsreporting + Preventing disasterbackups Core tasks - Cataloging + Catalogingcataloging Circulation -
Offline circulation
+
Offline circulationcirculationoffline
- Course reserves - Acquisitions - Serials + Course reservesreservesacademic + Acquisitionsacquisitions + Serialsserials
Customizing Evergreen @@ -104,15 +104,15 @@ Customizing the staff client -
Changing the theme
-
Changing labels and messages
-
Changing key mappings
+
Changing the themestaff clientcustomizingtheme
+
Changing labels and messagesstaff clientcustomizinglabels and messages
+
Changing key mappingsstaff clientcustomizingkey mappings
Customizing the catalog -
Changing the theme
-
Changing labels and messages
-
Changing the hit list details
-
Changing the detailed view details
+
Changing the themecatalogcustomizingtheme
+
Changing labels and messagescatalogcustomizinglabels and messages
+
Changing the hit list detailssearch resultscustomizing
+
Changing the detailed view detailsrecord detailscustomizing
@@ -127,11 +127,11 @@ Application Programming Interfaces -
OpenSRF
-
Web services
+
OpenSRFOpenSRF
+
Web servicesWeb services
- Database schemas - Communication protocols (XMPP + JSON) - Configuration files + Database schemasdatabase schema + Communication protocols (XMPP + JSON)protocols + Configuration filesconfiguration files diff --git a/docs/starting_stopping.xml b/docs/starting_stopping.xml index 0f4795b3e7..79f9dc48b3 100644 --- a/docs/starting_stopping.xml +++ b/docs/starting_stopping.xml @@ -1,12 +1,12 @@ + xmlns:xlink="http://www.w3.org/1999/xlink"> Starting and stopping the Evergreen services This chapter tells you how to start and stop the Evergreen services. -
+
Introduction We may talk a bit about how Evergreen is built on OpenSRF and uses @@ -15,14 +15,14 @@ further documentation.
-
+
Starting the Evergreen services To start all of the Evergreen services on a given server, issue the following command as the opensrf user: - - +