====== The Template Toolkit OPAC Release Notes ====== The Template Toolkit OPAC (TPac) is a new Evergreen catalog built using a combination Perl's [[http://template-toolkit.org/|Template Toolkit]] and [[http://perl.apache.org/|Apache/mod_perl]]. The primary design goals for the new catalog are speed and accessibility. This is accomplished by leveraging server-generated content in lieu of JavaScript rendering on the client. The project started as a clone of the custom [[http://catalog.kcls.org|King County OPAC skin]]. The new skin uses the same design elements, but essentially all JavaScript has been removed and replaced with Template Toolkit components for page rendering. Initially, TPac will be merged into Evergreen 2.2 as a drop-in replacement for the HTML-only SlimPAC. With minor configuration, it can also act as a drop-in replacement for the standard OPAC. In time, ... ===== Design Benefits ===== * Speed (initial page loading and rendering) * Cross-browser consistency * Flexible template engine (overlays, etc.) improves skinning * Accessibility * gettext-based string translations * Reduced per-feature speed cost * Simplified error tracking. (Errors occur on the server). * Reduced variability of code in the wild (JS caching) * Reduced bandwidth requirements * Reduced client resources (RAM/CPU) requirements * JavaScript/AJAX is still an option when needed (e.g. added content, staff client integration) ===== Features ===== There is a new location for [[dev:opac:template-toolkit:plan|the list of TPAC features and pending TPAC features]].