[interchange-docs] xmldocs - docelic modified 9 files

docs at icdevgroup.org docs at icdevgroup.org
Tue Jan 13 14:09:27 UTC 2009


User:      docelic
Date:      2009-01-13 14:09:27 GMT
Modified:  bin      refs-autogen
Modified:  refs     acl2hash.filter alpha.filter alphanumeric.filter
Modified:           checkbox.filter commify.filter convert_date.filter
Modified:           currency.filter
Added:     glossary ISBN
Log:
* Document isbn ordercheck
* Updates to a/b/c* filters

Revision  Changes    Path
1.130                xmldocs/bin/refs-autogen


rev 1.130, prev_rev 1.129
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- refs-autogen	12 Jan 2009 19:04:43 -0000	1.129
+++ refs-autogen	13 Jan 2009 14:09:27 -0000	1.130
@@ -767,7 +767,7 @@
 	# Finally, set default values for fields that have no real information
 	for my $field (@page_order) {
 		if ( ! $ag{$field} ) {
-			if ( grep {/$field/} @mandatory and $ag{purpose} !~ /obsolete/) {
+			if ( grep {/$field/} @mandatory and $ag{purpose} and $ag{purpose} !~ /obsolete/) {
 				push @{ $invalid{$k} },
 					"Missing field '$field', using unsuitable default";
 			}



1.1                  xmldocs/glossary/ISBN


rev 1.1, prev_rev 1.0
Index: ISBN
===================================================================
See <ulink url="http://en.wikipedia.org/wiki/Isbn">ISBN</ulink>
Wikipedia entry.



1.2                  xmldocs/refs/acl2hash.filter


rev 1.2, prev_rev 1.1
Index: acl2hash.filter
===================================================================
RCS file: /var/cvs/xmldocs/refs/acl2hash.filter,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- acl2hash.filter	21 Mar 2006 12:42:12 -0000	1.1
+++ acl2hash.filter	13 Jan 2009 14:09:27 -0000	1.2
@@ -16,12 +16,6 @@
 operate in the &tag-table-editor;.
 __END__
 
-
-__NAME__ online: Filter example
-<programlisting>
-</programlisting>
-__END__
-
 __NAME__ missing
-Better description
+better description
 __END__



1.3                  xmldocs/refs/alpha.filter


rev 1.3, prev_rev 1.2
Index: alpha.filter
===================================================================
RCS file: /var/cvs/xmldocs/refs/alpha.filter,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alpha.filter	2 Feb 2005 11:35:59 -0000	1.2
+++ alpha.filter	13 Jan 2009 14:09:27 -0000	1.3
@@ -8,7 +8,7 @@
 
 
 __NAME__ description
-The filter eliminates any non-alpha characters (that is, anything that's not
+The filter eliminates any non-alpha characters (anything not
 in <literal>a-zA-Z</literal> range).
 __END__
 



1.2                  xmldocs/refs/alphanumeric.filter


rev 1.2, prev_rev 1.1
Index: alphanumeric.filter
===================================================================
RCS file: /var/cvs/xmldocs/refs/alphanumeric.filter,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alphanumeric.filter	22 Dec 2004 00:14:21 -0000	1.1
+++ alphanumeric.filter	13 Jan 2009 14:09:27 -0000	1.2
@@ -10,7 +10,7 @@
 
 __NAME__ description
 The filter eliminates any non-alphanumeric characters
-(that is, anything that's not in <literal>a-zA-Z0-9</literal> range).
+(anything not in <literal>a-zA-Z0-9</literal> range).
 __END__
 
 



1.2                  xmldocs/refs/checkbox.filter


rev 1.2, prev_rev 1.1
Index: checkbox.filter
===================================================================
RCS file: /var/cvs/xmldocs/refs/checkbox.filter,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkbox.filter	16 Dec 2005 13:24:44 -0000	1.1
+++ checkbox.filter	13 Jan 2009 14:09:27 -0000	1.2
@@ -3,9 +3,9 @@
 __END__
 
 __NAME__ description
-The filter checks for the length of input. In case the input contains one or
-more characters (a &glos-true; number, in fact), it returns the input itself.
-If the length is zero, an empty string is returned.
+The filter checks for the length of input. When the length of input is non-zero,
+the filter returns input itself.
+When the length is zero, the filter returns an empty string.
 </para><para>
 The filter is suitable for retrieving values out of &glos-HTML; checkboxes.
 __END__



1.6                  xmldocs/refs/commify.filter


rev 1.6, prev_rev 1.5
Index: commify.filter
===================================================================
RCS file: /var/cvs/xmldocs/refs/commify.filter,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- commify.filter	18 Aug 2007 21:33:39 -0000	1.5
+++ commify.filter	13 Jan 2009 14:09:27 -0000	1.6
@@ -4,10 +4,14 @@
 
 
 __NAME__ description
-The filter adds thousands separator (a comma "<literal>,</literal>", usually)
+The filter adds a thousands separator
 to a number, and trims decimal places to a specified maximum length.
 __END__
 
+__NAME__ notes
+The thousands separator is a comma ("<literal>,</literal>"), and does
+not honor &conf-Locale; <literal>mon_thousands_sep</literal>.
+__END__
 
 __NAME__ online: Filter example
 <programlisting>



1.4                  xmldocs/refs/convert_date.filter


rev 1.4, prev_rev 1.3
Index: convert_date.filter
===================================================================
RCS file: /var/cvs/xmldocs/refs/convert_date.filter,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- convert_date.filter	16 May 2007 23:59:58 -0000	1.3
+++ convert_date.filter	13 Jan 2009 14:09:27 -0000	1.4
@@ -19,14 +19,12 @@
 
 
 __NAME__ notes
-Although this filter looks almost exactly like the &tag-convert-date; tag, 
-there's one simple difference in the implementation which is interesting
-to mention. If you call the &tag-convert-date; tag with empty 
-(or invalid) time string, it will default to the current
-time; if you call this &filter-convert_date; filter with an empty time string,
-then the current time will <emphasis role='bold'>not</emphasis> be assumed
-(because &filter-convert_date; won't call &tag-convert-date; with no data)
-and empty string will stay an empty string.
+This filter looks almost exactly like the &tag-convert-date; tag, 
+but there's a simple difference in the implementation.
+&tag-convert-date; tag called with an empty
+or invalid time string it will default to the current
+time; this filter called with an empty or invalid time string
+will default to an empty value.
 __END__
 
 __NAME__ online: Filter example



1.2                  xmldocs/refs/currency.filter


rev 1.2, prev_rev 1.1
Index: currency.filter
===================================================================
RCS file: /var/cvs/xmldocs/refs/currency.filter,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- currency.filter	22 Dec 2004 14:06:37 -0000	1.1
+++ currency.filter	13 Jan 2009 14:09:27 -0000	1.2
@@ -3,9 +3,24 @@
 __END__
 
 __NAME__ description
-The filter formats input number as a currency. The default locale is honored,
-but a specific locale can also be specified. &IC; currency-related options
-are honored too, of course.
+The filter formats input number as a currency. All currency-related options
+and default locale are honored, and a specific locale can also be set as well.
+__END__
+
+__NAME__ online: Displaying a value formatted as a currency
+<programlisting>
+[filter currency]40.2[/filter]
+</programlisting>
+__END__
+
+__NAME__ example: Displaying a value in specific locale formatted as a currency
+<programlisting>
+[filter currency.LOCALE_NAME]40.2[/filter]
+</programlisting>
+__END__
+
+__NAME__ missing
+Actual value that can be specified for LOCALE_NAME parameter
 __END__
 
 __NAME__ see also







More information about the docs mailing list