Blame view

tools/sctk-2.4.10/doc/ctmValidator.html 3.25 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
  <?xml version="1.0" ?>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  <title></title>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <link rev="made" href="mailto:root@localhost" />
  </head>
  
  <body>
  
  
  
  <ul id="index">
    <li><a href="#NAME">NAME</a></li>
    <li><a href="#SYNOPSIS">SYNOPSIS</a></li>
    <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
    <li><a href="#USAGE">USAGE</a></li>
    <li><a href="#OPTIONS">OPTIONS</a></li>
    <li><a href="#BUGS">BUGS</a></li>
    <li><a href="#NOTES">NOTES</a></li>
    <li><a href="#AUTHORS">AUTHORS</a></li>
    <li><a href="#COPYRIGHT">COPYRIGHT</a></li>
    <li><a href="#DISCLAIMER">DISCLAIMER</a></li>
    <li><a href="#POD-ERRORS">POD ERRORS</a></li>
  </ul>
  
  <h1 id="NAME">NAME</h1>
  
  <p>ctmValidator.pl - Script that validates a given CTM file.</p>
  
  <h1 id="SYNOPSIS">SYNOPSIS</h1>
  
  <pre><code>        ctmValidator.pl [-l &lt;language&gt;] [-h] -i &lt;CTM file&gt;</code></pre>
  
  <h1 id="DESCRIPTION">DESCRIPTION</h1>
  
  <p>This Perl program validates a given CTM file. Note that the program will exit after it finds all the syntax errors.</p>
  
  <h1 id="USAGE">USAGE</h1>
  
  <p>Examples:</p>
  
  <pre><code>        ctmValidator.pl -i ctmfile</code></pre>
  
  <h1 id="OPTIONS">OPTIONS</h1>
  
  <dl>
  
  <dt id="Input"><b>Input:</b></dt>
  <dd>
  
  <dl>
  
  <dt id="i-CTM-file"><b>-i &lt;CTM file</b>&gt;</dt>
  <dd>
  
  <p>The CTM file that needds to be validated.</p>
  
  </dd>
  </dl>
  
  </dd>
  <dt id="Options"><b>Options:</b></dt>
  <dd>
  
  <dl>
  
  <dt id="l-language"><b>-l &lt;language</b>&gt;</dt>
  <dd>
  
  <p>Check regarding the laguage (default: english).</p>
  
  </dd>
  <dt id="h"><b>-h</b></dt>
  <dd>
  
  <p>Display the help.</p>
  
  </dd>
  </dl>
  
  </dd>
  </dl>
  
  <h1 id="BUGS">BUGS</h1>
  
  <p>No known bugs.</p>
  
  <h1 id="NOTES">NOTES</h1>
  
  <h1 id="AUTHORS">AUTHORS</h1>
  
  <dl>
  
  <dt id="Jerome-Ajot-jerome.ajot-nist.gov">Jerome Ajot &lt;jerome.ajot@nist.gov&gt;</dt>
  <dd>
  
  </dd>
  </dl>
  
  <h1 id="COPYRIGHT">COPYRIGHT</h1>
  
  <p>Public Domain</p>
  
  <h1 id="DISCLAIMER">DISCLAIMER</h1>
  
  <p>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.</p>
  
  <p>THIS SOFTWARE IS PROVIDED &quot;AS IS.&quot; 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.</p>
  
  <h1 id="POD-ERRORS">POD ERRORS</h1>
  
  <p>Hey! <b>The above document had some coding errors, which are explained below:</b></p>
  
  <dl>
  
  <dt id="Around-line-46">Around line 46:</dt>
  <dd>
  
  <p>You forgot a &#39;=back&#39; before &#39;=head1&#39;</p>
  
  <p>You forgot a &#39;=back&#39; before &#39;=head1&#39;</p>
  
  </dd>
  <dt id="Around-line-54">Around line 54:</dt>
  <dd>
  
  <p>&#39;=item&#39; outside of any &#39;=over&#39;</p>
  
  </dd>
  <dt id="Around-line-56">Around line 56:</dt>
  <dd>
  
  <p>You forgot a &#39;=back&#39; before &#39;=head1&#39;</p>
  
  </dd>
  </dl>
  
  
  </body>
  
  </html>