[interchange-docs] [SCM] Interchange XML documentation branch, master, updated. b89bebacb32ea5ef9caec24d91c50a7d622470bf

Stefan Hornburg racke at rt.icdevgroup.org
Sat Jun 27 13:19:57 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange XML documentation".

The branch, master has been updated
       via  b89bebacb32ea5ef9caec24d91c50a7d622470bf (commit)
      from  3329566d14691b6a551e5b9e95a13cbc7601c2f0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b89bebacb32ea5ef9caec24d91c50a7d622470bf
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Sat Jun 27 15:19:02 2009 +0200

    document option to check for ISBN-10 resp. ISBN-13 specifically

-----------------------------------------------------------------------

Summary of changes and diff:
 refs/isbn.ordercheck |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/refs/isbn.ordercheck b/refs/isbn.ordercheck
index 7096001..7d54328 100644
--- a/refs/isbn.ordercheck
+++ b/refs/isbn.ordercheck
@@ -9,6 +9,9 @@ __END__
 __NAME__ description
 Verification of the form field value succeeds if
 the passed value is a valid &glos-ISBN;-10/ISBN-13 code.
+</para>
+<para>
+The check can be advised to only accept ISBN-10 resp. ISBN-13 code.
 __END__
 
 __NAME__ notes
@@ -20,3 +23,14 @@ FORM_FIELD_NAME=__FILENAME__ "Not a valid ISBN code"
 </programlisting>
 __END__
 
+__NAME__ example: Verifying ISBN-13 code
+<programlisting>
+FORM_FIELD_NAME=__FILENAME__ 13 "Not a valid ISBN-13 code"
+</programlisting>
+__END__
+
+__NAME__ example: Verifying ISBN-10 code
+<programlisting>
+FORM_FIELD_NAME=__FILENAME__ 10 "Not a valid ISBN-10 code"
+</programlisting>
+__END__


hooks/post-receive
-- 
Interchange XML documentation



More information about the docs mailing list