From 39fdbf0cc0b02059e025c3f1031d1e4d208473fd Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Sat, 5 Jan 2013 22:46:45 -0500 Subject: [PATCH] Minor fixes to "Designing your catalog" chapter Some strange Latin-1 characters were giving Asciidoc fits... Signed-off-by: Dan Scott --- docs/admin_initial_setup/designing_your_catalog.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/admin_initial_setup/designing_your_catalog.txt b/docs/admin_initial_setup/designing_your_catalog.txt index edfceacf34..2512b7d2af 100644 --- a/docs/admin_initial_setup/designing_your_catalog.txt +++ b/docs/admin_initial_setup/designing_your_catalog.txt @@ -88,7 +88,7 @@ bash$ cp /openils/var/templates/opac/advanced.tt2 \ bash$ vim /openils/var/templates_custom/opac/advanced.tt2 ---- -Configuring the custom templates directory in ApacheÎéÎ÷s eg.conf +Configuring the custom templates directory in Apache's eg.conf ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You now need to teach Apache about the new custom template directory. Edit @@ -139,7 +139,7 @@ _/openils/var/templates/opac/css/style.css.tt2_. Media file locations in the public interface ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The media filesÎíÎñmostly PNG imagesÎíÎñused by the default TPAC templates are stored +The media files (mostly PNG images) used by the default TPAC templates are stored in the repository in _Open-ILS/web/images/_ and installed in _/openils/var/web/images/_. @@ -196,7 +196,7 @@ function that marks text for localization (translation); a separate process can subsequently extract localized text as GNU gettext-formatted PO (Portable Object) files. -As Evergreen supports multiple languages, any customization to EvergreenÎéÎ÷s +As Evergreen supports multiple languages, any customization to Evergreen's default text must use the localization function. Also, note that the localization function supports placeholders such as [_1], [_2] in the text; these are replaced by the contents of variables passed as extra arguments to the @@ -447,24 +447,24 @@ ChiliFresh: #SetEnv OILS_CHILIFRESH_HTTPS_URL https://secure.chilifresh.com/on-site/js/evergreen.js ---- -Content CafÎáÎéÎÝ +Content Café ~~~~~~~~~~~~ -Content CafÎáÎéÎÝ is a subscription-based service that can add jacket images, +Content Café is a subscription-based service that can add jacket images, reviews, summaries, tables of contents and book details to your records. -In order to activate Content CafÎáÎéÎÝ, edit the _/openils/conf/opensrf.xml_ file and +In order to activate Content Café, edit the _/openils/conf/opensrf.xml_ file and change the __ element to point to the ContentCafe Perl Module: ---- OpenILS::WWW::AddedContent::ContentCafe ---- -To adjust settings for Content CafÎáÎéÎÝ Edit a couple of fields with the +To adjust settings for Content Café, edit a couple of fields with the __ Section of _/openils/conf/opensrf.xml_. Edit the _userid_ and _password_ elements to match the user id and password for -your Content CafÎáÎéÎÝ account. +your Content Café account. Change the _return_behavior_on_no_jacket_image_ to set the behavior of your service when an image is not available for an item. By default this value is set -- 2.11.0