Changeset 514

Show
Ignore:
Timestamp:
08/29/08 19:42:48 (4 months ago)
Author:
ogawa
Message:

URL fields should be disabled by default.

Location:
cybozu2ical/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cybozu2ical/trunk/README.txt

    r513 r514  
    5151 
    5252    --uid, --no-uid 
    53         Enable/disable UID fields of the iCalendar file. 
     53        Enable/Disable UID fields of the iCalendar file. (Default: Enable) 
    5454 
    5555    --url, --no-url 
    56         Enable/disable URL fields of the iCalendar file. 
     56        Enable/Disable URL fields of the iCalendar file. (Default: Disable) 
    5757 
    5858    --help 
  • cybozu2ical/trunk/cybozu2ical

    r513 r514  
    9090    'compat-google-calendar' => 0, 
    9191    'uid'                    => 1, 
    92     'url'                    => 1, 
     92    'url'                    => 0, 
    9393); 
    9494GetOptions( \%opt, 'output=s', 'conf=s', 'compat-google-calendar', 'debug', 
     
    321321=item --uid, --no-uid 
    322322 
    323 Enable/disable UID fields of the iCalendar file. 
     323Enable/Disable UID fields of the iCalendar file. (Default: Enable) 
    324324 
    325325=item --url, --no-url 
    326326 
    327 Enable/disable URL fields of the iCalendar file. 
     327Enable/Disable URL fields of the iCalendar file. (Default: Disable) 
    328328 
    329329=item --help