IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14684


Ignore:
Timestamp:
Aug 28, 2007, 9:12:25 AM (19 years ago)
Author:
Paul Price
Message:

Allow first character of the name of an item to be any alphanumeric,
i.e., explicitly allow digits. This is unfortunate, but some people's
cameras don't have stringish names for their chips, just numeric
identifiers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Metadata-Config/config_grammar.txt

    r14656 r14684  
    11# Copyright (c) 2005  Joshua Hoblitt
    22#
    3 # $Id: config_grammar.txt,v 1.14 2007-08-24 00:43:31 price Exp $
     3# $Id: config_grammar.txt,v 1.15 2007-08-28 19:12:25 price Exp $
    44
    55{
     
    211211
    212212name:
    213     /[a-z][.\w-]*/i
     213    /[\w][.\w-]*/i
    214214        {
    215215            if ( $item[1] =~ /^(METADATA|END|TYPE)$/i ) {
Note: See TracChangeset for help on using the changeset viewer.