[docs] xmldocs - docelic modified 7 files

docs at icdevgroup.org docs at icdevgroup.org
Thu Feb 17 19:28:07 EST 2005


User:      docelic
Date:      2005-02-18 00:28:07 GMT
Modified:  bin      refs-autogen
Modified:  glossary form-action
Modified:  refs     ActionMap AllowGlobal
Added:     glossary boolean
Added:     refs     AdminHost AdminUser
Log:
 some tweaks, new stuff, minor

Revision  Changes    Path
1.84      +6 -3      xmldocs/bin/refs-autogen


rev 1.84, prev_rev 1.83
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- refs-autogen	17 Feb 2005 23:11:31 -0000	1.83
+++ refs-autogen	18 Feb 2005 00:28:06 -0000	1.84
@@ -139,12 +139,15 @@
 	#tag => scalar readfile('glossary/ITL'),
 	tag => "For a complete introduction to the ⁣ Tag Language and " .
 	"the supported syntax, please see the &glos-ITL; glossary entry.",
-	conf => "",
+	conf => "For a complete introduction to ⁣ config files and " .
+	"the supported syntax, please see the &glos-configuration; glossary entry.",
 	globvar => "",
 	catvar => "",
 	pragma => "",
-	filter => "",
-	var => "",
+	filter => "For a complete introduction to ⁣ filters, " .
+	"please see the &glos-filter; glossary entry.",
+	var => "For a complete introduction to ⁣ variables, " .
+	"please see the &glos-variable; glossary entry.",
 );
 
 my @paths = @ARGV; # Versions requested



1.3       +18 -0     xmldocs/glossary/form-action


rev 1.3, prev_rev 1.2
Index: form-action
===================================================================
RCS file: /var/cvs/xmldocs/glossary/form-action,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- form-action	15 Dec 2004 14:24:00 -0000	1.2
+++ form-action	18 Feb 2005 00:28:07 -0000	1.3
@@ -1,3 +1,21 @@
+Some of the predefined actions (which you might recognize from special
+page names that you access in your catalog) are:
+<itemizedlist>
+<listitem><para>
+<literal>process</literal> - Perform a processing function
+</para></listitem>
+<listitem><para>
+<literal>order</literal>  -  Order items
+</para></listitem>
+<listitem><para>
+<literal>scan</literal>   -  Search based on path info
+</para></listitem>
+<listitem><para>
+<literal>search</literal> -  Search based on submitted form variables
+</para></listitem>
+</itemizedlist>
+
+
 <!--
 TODO format
 Interchange form processing is based on an C<action> and a C<todo>. The 



1.1                  xmldocs/glossary/boolean


rev 1.1, prev_rev 1.0
Index: boolean
===================================================================
A <emphasis>boolean</emphasis> variable is one that can only represent
a &glos-true; or &glos-false; value.
</para><para>
The variable type was named after
<ulink url="http://en.wikipedia.org/wiki/Boole">George Boole</ulink>.
</para><para>
Note that, in Interchange &glos-configuration; directives parlance,
<literal>boolean</literal> is used somewhat awkwardly. Instead of adhering
to above definition of <literal>boolean</literal>, it actually signifies
an &glos-array; in which you can search for the presence or absence of
a value. Real boolean variables are called <literal>yesno</literal>s in
Interchange.
</para><para>
This naming confusion is unfortunate, but is fortunately quarantined
to the configuration directives "space".



1.2       +5 -18     xmldocs/refs/ActionMap


rev 1.2, prev_rev 1.1
Index: ActionMap
===================================================================
RCS file: /var/cvs/xmldocs/refs/ActionMap,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ActionMap	8 Dec 2004 12:39:58 -0000	1.1
+++ ActionMap	18 Feb 2005 00:28:07 -0000	1.2
@@ -19,25 +19,9 @@
 
 
 __NAME__ description
-Allows setting of Interchange form actions, usually with a Perl subroutine.
+The directive allows the definition of &IC; form actions, and its content is 
+usually with a &PERL; subroutine.
 </para><para>
-Some of the predefined actions (which you might recognize from special
-page names that you access in your catalog) are:
-<itemizedlist>
-<listitem><para>
-<literal>process</literal> - Perform a processing function
-</para></listitem>
-<listitem><para>
-<literal>order</literal>  -  Order items
-</para></listitem>
-<listitem><para>
-<literal>scan</literal>   -  Search based on path info
-</para></listitem>
-<listitem><para>
-<literal>search</literal> -  Search based on submitted form variables
-</para></listitem>
-</itemizedlist>
-
 For an introduction to Action Maps, see &glos-form-action;s glossary
 entry.
 __END__
@@ -54,3 +38,6 @@
 would be equivalent to <code><![CDATA[[page order/nextpage]Go to the next page</a>]]></code>.
 __END__
 
+__NAME__ missing
+In the example, I provided some erroneous comment.
+__END__



1.3       +0 -1      xmldocs/refs/AllowGlobal


rev 1.3, prev_rev 1.2
Index: AllowGlobal
===================================================================
RCS file: /var/cvs/xmldocs/refs/AllowGlobal,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AllowGlobal	8 Dec 2004 12:39:58 -0000	1.2
+++ AllowGlobal	18 Feb 2005 00:28:07 -0000	1.3
@@ -30,4 +30,3 @@
 </programlisting>
 __END__
 
-



1.1                  xmldocs/refs/AdminHost


rev 1.1, prev_rev 1.0
Index: AdminHost
===================================================================
__NAME__ purpose
(obsolete)
__END__

__NAME__ notes
This directive is not used by &IC; anymore.
__END__



1.1                  xmldocs/refs/AdminUser


rev 1.1, prev_rev 1.0
Index: AdminUser
===================================================================
__NAME__ purpose
username that is given full access to all catalogs, regardless of any permissions
__END__








More information about the docs mailing list