Blame view

tools/sctk-2.4.10/doc/ctmValidator.pod 1.35 KB
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
  =head1 NAME
  
  ctmValidator.pl - Script that validates a given CTM file.
  
  =head1 SYNOPSIS
  
  	ctmValidator.pl [-l <language>] [-h] -i <CTM file>
  
  =head1 DESCRIPTION
  
  This Perl program validates a given CTM file.
  Note that the program will exit after it finds all the syntax errors.
  
  =head1 USAGE
  
  Examples:
  
  	ctmValidator.pl -i ctmfile
  
  =head1 OPTIONS
  
  =over
  
  =item B<Input:>
  
  =over
  
  =item B<-i <CTM file>>
  
  The CTM file that needds to be validated.
  
  =back
  
  =item B<Options:>
  
  =over
  
  =item B<-l <language>>
  
  Check regarding the laguage (default: english).
  
  =item B<-h>
  
  Display the help.
  
  =head1 BUGS
  
  No known bugs.
  
  =head1 NOTES
  
  =head1 AUTHORS
  
  =item Jerome Ajot <jerome.ajot@nist.gov>
  
  =head1 COPYRIGHT
  
  Public Domain
  
  =head1 DISCLAIMER 
  
  This software was developed at the National Institute of Standards and Technology by employees of the Federal Government in the course of their official duties.  Pursuant to Title 17 Section 105 of the United States Code this software is not subject to copyright protection within the United States and is in the public domain. This software is an experimental system. NIST assumes no responsibility whatsoever for its use by any party.
  
  THIS SOFTWARE IS PROVIDED "AS IS." With regard to this software, NIST MAKES NO EXPRESS OR IMPLIED WARRANTY AS TO ANY MATTER WHATSOEVER, INCLUDING MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
  
  =cut