From: Robert Soulliere Date: Tue, 2 Nov 2010 16:11:22 +0000 (-0400) Subject: fix typos. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b236d2664eba3656c677a9aeb0329c2a4830801d;p=Evergreen-DocBook.git fix typos. --- diff --git a/1.6/development/supercat.xml b/1.6/development/supercat.xml index 8018a7b..96bb40e 100644 --- a/1.6/development/supercat.xml +++ b/1.6/development/supercat.xml @@ -265,17 +265,16 @@
Adding new SuperCat Formats - Adding SuperCat formats requires experience editing XSL files and familiarity with XML and Perl.. + Adding SuperCat formats requires experience editing XSL files and familiarity with XML and Perl. SuperCat web services are based on the OpenSRF service, >open-ils.supercat. - Developers are able to add new formats by adding the xsl - stylesheet for the format. By default, the location of the stylesheets is /openils/var/xsl/. You must also add the feed to the perl + Developers are able to add new formats by adding the xsl stylesheet for the format. By default, the location of the stylesheets is /openils/var/xsl/. You must also add the feed to the perl modules openils/lib/perl5/OpenILS/WWW/SuperCat/feed.pm and openils/lib/perl5/OpenILS/WWW/SuperCat.pm. An Evergreen restart is required for the feed to be activated. Use an existing xsl stylesheet and Perl module entry as a template for your new format.
Customizing SuperCat Formats - Editing SuperCat formats requires experience editing XSL files and familiarity with XML.. + Editing SuperCat formats requires experience editing XSL files and familiarity with XML.. It is possible to customize existing supercat formats using XSL stylesheets. You arwe able to change the content to be displayed and the design of the pages. In order to change the display of a specific format, edit the corresponding XSL file(s) for the particular format. The default location for the XSL stylesheets is /openils/var/xsl/.