File: ndiff2html.html

package info (click to toggle)
ndiff 0.05beta4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 300 kB
  • ctags: 254
  • sloc: perl: 1,806; makefile: 56
file content (59 lines) | stat: -rw-r--r-- 1,362 bytes parent folder | download | duplicates (2)
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
<HTML>
<HEAD>
<TITLE>ndiff2html - produce html from ndiff machine-format output</TITLE>
<LINK REV="made" HREF="mailto:root@porky.devel.redhat.com">
</HEAD>

<BODY>

<!-- INDEX BEGIN -->

<UL>

	<LI><A HREF="#NAME">NAME</A>
	<LI><A HREF="#SYNOPSIS">SYNOPSIS</A>
	<LI><A HREF="#DESCRIPTION">DESCRIPTION</A>
	<LI><A HREF="#OPTIONS">OPTIONS</A>
	<LI><A HREF="#AUTHOR">AUTHOR</A>
</UL>
<!-- INDEX END -->

<HR>
<P>
<H1><A NAME="NAME">NAME</A></H1>
<P>
ndiff2html - produce html from ndiff machine-format output

<P>
<HR>
<H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1>
<P>
ndiff -b &lt;baseline&gt; -o &lt;observed&gt; -fmt machine | ndiff2html
[-e|-embed]

<P>
<HR>
<H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1>
<P>
ndiff2html is a filter which makes an html table from ndiff machine-format
output, generated as shown above. Input is taken from STDIN, and output is
sent to STDOUT. Usually ndiff2html is run directly from within ndiff. See <EM>ndiff</EM> for more information.

<P>
<HR>
<H1><A NAME="OPTIONS">OPTIONS</A></H1>
<DL>
<DT><STRONG><A NAME="item__e">-e</A></STRONG><DD>
<DT><STRONG><A NAME="item__embed">-embed</A></STRONG><DD>
<P>
Specifies the html output should be an html fragment rather than a full
html document.

<H1><A NAME="AUTHOR">AUTHOR</A></H1>
<P>
James Levine &lt;<A HREF="mailto:jdl@vinecorp.com">jdl@vinecorp.com</A>&gt;

</DL>
</BODY>

</HTML>