From b236d2664eba3656c677a9aeb0329c2a4830801d Mon Sep 17 00:00:00 2001 From: Robert Soulliere Date: Tue, 2 Nov 2010 12:11:22 -0400 Subject: [PATCH] fix typos. --- 1.6/development/supercat.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/1.6/development/supercat.xml b/1.6/development/supercat.xml index 8018a7b6ec..96bb40e4a9 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/. -- 2.43.2