# contains the messages.
#
# If you enable two or more locales, then users will be able to
- # select their preferred locale from a locale picker in the TPAC.
+ # select their preferred locale from a locale picker in the Bootstrap OPAC.
#
#PerlAddVar OILSWebLocale "en"
- #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/opac/messages.en.po"
+ #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/bootstrap-opac/messages.en.po"
#PerlAddVar OILSWebLocale "en_ca"
- #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/opac/en-CA.po"
+ #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/bootstrap-opac/en-CA.po"
#PerlAddVar OILSWebLocale "fr_ca"
- #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/opac/fr-CA.po"
+ #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/bootstrap-opac/fr-CA.po"
- # If you're using the Bootstrap OPAC, you should instead set the locales
+ # If you're using the TPAC OPAC, you should instead set the locales
# like this:
#PerlAddVar OILSWebLocale "en"
- #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/bootstrap-opac/messages.en.po"
+ #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/opac/messages.en.po"
#PerlAddVar OILSWebLocale "en_ca"
- #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/bootstrap-opac/en-CA.po"
+ #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/opac/en-CA.po"
#PerlAddVar OILSWebLocale "fr_ca"
- #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/bootstrap-opac/fr-CA.po"
+ #PerlAddVar OILSWebLocale "@localstatedir@/data/locale/opac/fr-CA.po"
# Set the default locale: defaults to en-US
#PerlAddVar OILSWebDefaultLocale "fr_ca"
# Templates will be loaded from the following paths in reverse order.
PerlAddVar OILSWebTemplatePath "@localstatedir@/templates"
- #PerlAddVar OILSWebTemplatePath "@localstatedir@/templates-bootstrap" #Uncomment this line to use the new bootstrap OPAC
+ PerlAddVar OILSWebTemplatePath "@localstatedir@/templates-bootstrap" # Comment this line out to use the legacy TPAC
#PerlAddVar OILSWebTemplatePath "@localstatedir@/templates_localskin"
#-------------------------------------------------
--- /dev/null
+Default Public Catalog to the Bootstrap Skin
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The public catalog now defaults to the Bootstrap skin rather than the
+legacy TPAC skin.
+
+Bootstrap is now the default in order to encourage more testing, but
+users should be aware of the following
+https://bugs.launchpad.net/evergreen/+bugs?field.tag=bootstrap-blocker[issues];
+certain specific functionality is available only in the TPAC skin.
+
+The TPAC skin remains available for use, but current Evergreen users
+should start actively considering migrating to the Bootstrap skin.
+
+In order to continue to use the TPAC skin, comment out the following
+line in `eg_vhost.conf`
+
+[source,conf]
+---
+PerlAddVar OILSWebTemplatePath "@localstatedir@/templates-bootstrap" # Comment this line out to use the legacy TPAC
+---