PURPOSE_="Generate config files needed for Evergreen-ILS Cluster"
SYNOPSIS_="$NAME_"
REQUIRES_="standard GNU commands, apt, dpkg"
- VERSION_="1.36"
- DATE_="2010-09-23; last update: 2014-07-16"
+ VERSION_="1.37"
+ DATE_="2010-09-23; last update: 2014-10-14"
AUTHOR_="Andy Witter <awitter@georgialibraries.org>"
URL_="http://evergreen-ils.org"
CATEGORY_="devel"
WD=$(dirname $(readlink -f $0))
CUSTOMDIR="$WD/custom"
-EG_VERSION="2.6.2"
+EG_VERSION="2.7.0"
UBUNTU_CODENAME="precise"
LICENSE="$WD/License.txt"
TEMPLATEDIR="$WD/templates"
Base URL for Amazon added content fetching. Not needed by OpenLibrary
<base_url>http://images.amazon.com/images/P/</base_url>
-->
- <!-- <base_url>http://syndetics.com/index.aspx</base_url> -->
+
<!--
Segregating the details for ContentCafe out for easier use. At some point, we
may want to support multiple services at one time.
<password>MY_PASSWORD</password>
<!--
- If no cover/jacket image exists for a given ISBN, then a value of T here will
- return an 80x120 pixel image containing the text "No Image Available". A
- value of 1 will return a 1x1 pixel image.
+ Which order to put identifiers in.
+ Default is "isbn,upc", ignoring currently unsupported issn.
+ Should be all lowercase.
+ Remove an identifier from the list to skip it.
-->
- <return_behavior_on_no_jacket_image>T</return_behavior_on_no_jacket_image>
+ <identifier_order>isbn,upc</identifier_order>
</ContentCafe>
<!--
<!-- memcache servers -->
<global>
<servers>
- <server>memcache01_IP:11211</server>
- <server>memcache02_IP:11211</server>
+ <server>memcache01_IP:11211</server><server>memcache02_IP:11211</server>
</servers>
<max_cache_time>86400</max_cache_time>
</global>
<anon>
<!-- anonymous cache. currently, primarily used for web session caching -->
<servers>
- <server>memcache01_IP:11211</server>
- <server>memcache02_IP:11211</server>
+ <server>memcache01_IP:11211</server><server>memcache02_IP:11211</server>
</servers>
<max_cache_time>1800</max_cache_time>
<!-- maximum size of a single cache entry / default = 100k-->