[interchange-docs] xmldocs - docelic modified 3 files

docs at icdevgroup.org docs at icdevgroup.org
Sun Apr 27 17:39:11 UTC 2008


User:      docelic
Date:      2008-04-27 17:39:11 GMT
Modified:  refs     ActionMap digits_dot.filter
Added:     refs     digits_dash.filter
Log:
* new digits_dash filter
* wording fixes to digits_*
* space removal from ActionMap example

Revision  Changes    Path
1.9                  xmldocs/refs/ActionMap


rev 1.9, prev_rev 1.8
Index: ActionMap
===================================================================
RCS file: /var/cvs/xmldocs/refs/ActionMap,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ActionMap	16 Mar 2008 21:29:27 -0000	1.8
+++ ActionMap	27 Apr 2008 17:39:11 -0000	1.9
@@ -56,8 +56,8 @@
 HTTP requests in form of <literal>test/<replaceable>page</replaceable>/<replaceable>arguments</replaceable></literal>
 into actual page requests to <literal>page.html</literal> with optional <literal>arguments</literal>.
 </para><para>
-Note that, as hinted above, global-level actionmap have the actionmap name
-already already stripped from the URL.
+Note that, as hinted below, global-level actionmaps have the actionmap name
+already already stripped out of the URL.
 
 <programlisting><![CDATA[
 ActionMap test <<EOA
@@ -77,7 +77,7 @@
   $CGI->{mv_nextpage} = $url;
   return 1;
 }   
-EOA 
+EOA
 ]]></programlisting>
 __END__
 



1.2                  xmldocs/refs/digits_dot.filter


rev 1.2, prev_rev 1.1
Index: digits_dot.filter
===================================================================
RCS file: /var/cvs/xmldocs/refs/digits_dot.filter,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- digits_dot.filter	29 May 2005 15:01:39 -0000	1.1
+++ digits_dot.filter	27 Apr 2008 17:39:11 -0000	1.2
@@ -1,5 +1,5 @@
 __NAME__ purpose
-eliminate non-digit characters, with the exception of a dot
+eliminate non-digit characters, with the exception of dots
 __END__
 
 __NAME__ see also
@@ -8,7 +8,7 @@
 
 
 __NAME__ description
-The filter eliminates any non-digit characters, except a dot. (That is,
+The filter eliminates any non-digit characters, except dots. (That is,
 anything that's not a dot ("<literal>.</literal>") or
 in a <literal>0-9</literal> range).
 __END__
@@ -23,7 +23,7 @@
 
 __NAME__ online: Filter example
 <programlisting>
-[filter digits_dot]Only the date should come out, and it is 03.06.1982[/filter]
+[filter digits_dot]Only the date should come out, and it is 01.01.2000[/filter]
 </programlisting>
 __END__
 



1.1                  xmldocs/refs/digits_dash.filter


rev 1.1, prev_rev 1.0
Index: digits_dash.filter
===================================================================
__NAME__ purpose
eliminate non-digit characters, with the exception of dashes
__END__

__NAME__ see also
digits_dot
__END__


__NAME__ description
The filter eliminates any non-digit characters, except dashes. (That is,
anything that's not a dash ("<literal>-</literal>") or
in a <literal>0-9</literal> range).
__END__


__NAME__ notes
For more information on &PERL; Regular Expressions, pattern matching and
character classes, see
<citerefentry><refentrytitle>perlre</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
__END__


__NAME__ online: Filter example
<programlisting>
[filter __FILENAME__]Digits-dash code is: 90901212-3124[/filter]
</programlisting>
__END__








More information about the docs mailing list