[Koha-cvs] CVS: koha/misc Install.pm,1.15,1.16

Ambrose Li acli at users.sourceforge.net
Sat Jan 25 09:40:25 CET 2003


Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv9518/misc

Modified Files:
	Install.pm 
Log Message:
A bit of POD (content) corrections


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** Install.pm	25 Jan 2003 08:26:32 -0000	1.15
--- Install.pm	25 Jan 2003 08:40:22 -0000	1.16
***************
*** 470,473 ****
--- 470,484 ----
  undefined.
  
+ Note that the response type "yn" is equivalent to "restrictchar yn".
+ Because "restrictchar" is case-sensitive, the user is expected
+ to enter "y" or "n" in lowercase only.
+ 
+ Note that the response type of "email" does not actually
+ guarantee that the returned value is a well-formed RFC-822
+ email address, nor does it accept all well-formed RFC-822 email
+ addresses. What it does is to restrict the returned value to a
+ string that is looks reasonably likely to be an email address
+ in the "real world".
+ 
  If a response type other than "none" or "PressEnter" is
  specified, a third argument, specifying the default value, can
***************
*** 483,486 ****
--- 494,503 ----
  if a fourth argument is specified and is nonzero, this
  screen-clearing is not done.
+ 
+ FIXME: A response type of "yn" should allow the user to specify
+ "y" or "n" in either upercase or lowercase.
+ 
+ FIXME: If the response type is "free", the user cannot specify
+ an empty string; showmessage will return "1" as the result.
  
  FIXME: A default response of "0" cannot be specified. This is





More information about the Koha-cvs mailing list