[docs] docs - kwalsh modified 2 files

docs@icdevgroup.org docs@icdevgroup.org
Tue Oct 29 02:16:01 2002


User:      kwalsh
Date:      2002-10-29 07:15:24 GMT
Modified:  .        icconfig.sdf ictags.sdf
Log:
	* The OnFly section needed a link to ic_ecommerce, rather than
	  just a textual reference.  This was noticed after reading an
	  article by Schuyler Langdon on the interchange-users mail list.

	* Corrected a couple of the other links in icconfig and ictags.

Revision  Changes    Path
1.75      +15 -8     docs/icconfig.sdf


rev 1.75, prev_rev 1.74
Index: icconfig.sdf
===================================================================
RCS file: /var/cvs/docs/icconfig.sdf,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- icconfig.sdf	14 Oct 2002 13:16:45 -0000	1.74
+++ icconfig.sdf	29 Oct 2002 07:15:24 -0000	1.75
@@ -1,10 +1,10 @@
 !init OPT_LOOK="akopia"; OPT_STYLE="manual"
-# $Id: icconfig.sdf,v 1.74 2002/10/14 13:16:45 racke Exp $
+# $Id: icconfig.sdf,v 1.75 2002/10/29 07:15:24 kwalsh Exp $
 
 !define DOC_NAME "Configuration Reference"
 !define DOC_TYPE ""
 !define DOC_CODE "icconfig"
-!define DOC_VERSION substr('$Revision: 1.74 $',11, -2)
+!define DOC_VERSION substr('$Revision: 1.75 $',11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/icconfig.html"
@@ -1138,7 +1138,8 @@
 
 LI1: Define subroutine watches
 
-.Almost any configuration variable can be set up to be tied to a subroutine if the Tie::Watch module is installed. It uses a notation like the <<HERE document, but <&HERE is the notation. See {{CMD[jump="icconfig.html#Programming"]Interchange Programming}} for details.
+.Almost any configuration variable can be set up to be tied to a subroutine if the Tie::Watch module is installed. It uses a notation like the <<HERE document, but <&HERE is the notation.
+See {{CMD[jump="ictemplates.html#Programming"]Interchange Programming}} for details.
 
 H2: Programming Watch Points in catalog.cfg
 
@@ -1675,15 +1676,17 @@
 
 Assigns one or more filters (comma separated) to be automatically applied to a variable.
 
-As an example, multiple form variable submissions on the same page come back null-separated, like 'value1\0value2\0value3'. To automatically change those nulls to spaces, you could use this directive:
+As an example, multiple form variable submissions on the same page come back null-separated, like 'C<value1\0value2\0value3>'. To automatically change those nulls to spaces, you could use this directive:
 
 !block example
 Filter  mail_list  null_to_space
 !endblock
 
-Of course you could just as easily use the regular [filter] tag on the page if the filter is only going to be used in a few places.
-
-See the ictags document for more information, including a complete list of filters.
+Of course you could just as easily use the
+E<lbracket>{{CMD[jump="ictags.html#filter"]filter}}]
+tag on the page if the filter is only going to be used in a few places.
+See the E<lbracket>{{CMD[jump="ictags.html#filter"]filter}}]
+tag documentation for more information and a list of filters.
 
 H2: FormAction
 
@@ -1881,7 +1884,11 @@
                                );
 !endblock
 
-$fly[$j] is the value of C<mv_order_fly> for that item. An C<onfly> tag is provided by Interchange. See <On-the-fly> ordering.
+C<$fly[$j]> is the value of C<mv_order_fly> for that item.
+A default C<onfly> tag is provided by Interchange.
+For more information,
+see the section that describes
+{{CMD[jump="ic_ecommerce.html#How to set up an on-the-fly item"]how to set up an on-the-fly item}}.
 
 H2: OrderCounter
 



1.102     +3 -3      docs/ictags.sdf


rev 1.102, prev_rev 1.101
Index: ictags.sdf
===================================================================
RCS file: /var/cvs/docs/ictags.sdf,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ictags.sdf	23 Sep 2002 03:55:52 -0000	1.101
+++ ictags.sdf	29 Oct 2002 07:15:24 -0000	1.102
@@ -1,10 +1,10 @@
 !init OPT_LOOK="akopia"; OPT_STYLE="manual" 
-# $Id: ictags.sdf,v 1.101 2002/09/23 03:55:52 danb Exp $
+# $Id: ictags.sdf,v 1.102 2002/10/29 07:15:24 kwalsh Exp $
 
 !define DOC_NAME "Interchange Tags Reference"
 !define DOC_TYPE ""
 !define DOC_CODE "ictags"
-!define DOC_VERSION substr('$Revision: 1.101 $', 11, -2)
+!define DOC_VERSION substr('$Revision: 1.102 $', 11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/ictags.html"
@@ -11953,7 +11953,7 @@
 
 H2: setlocale
 
-Sets locale and/or currency for the current page. Can be made persistent for the user with the 'persist' option. Resets default locale if called without arguments.  See also {{CMD[jump="ictemplates.html#Setting the Locale"]Setting the Locale}} in the template documentation.
+Sets locale and/or currency for the current page. Can be made persistent for the user with the 'persist' option. Resets default locale if called without arguments.  See also {{CMD[jump="ic_i18n.html#Setting the Locale"]Setting the Locale}} in the template documentation.
 
 
 H3: Summary