File: index.en.html

package info (click to toggle)
docdiff 0.4.0-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,196 kB
  • sloc: ruby: 12,810; makefile: 102; lisp: 33
file content (164 lines) | stat: -rw-r--r-- 4,359 bytes parent folder | download
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<?xml version="1.0" encoding="UTF-8"?>
<!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" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>DocDiff</title>
 <style type="text/css">
  body {
   margin-left: 5%;
  }
  h1, h2 {
   margin-left: -5%;
  }
  h1 {
   border: medium outset;
   padding: 0.5em;
  }
  h2 {
   border-top:    thin  solid;
   border-right:  thin  solid;
   border-left:   thick solid;
   border-bottom: thin  solid;
   padding-left:  0.3em;
  }
  h3 {
   border-left:   thick solid;
   padding-left:  0.3em;
  }
  .figure {
   padding: 0.5em 0em;
   clear: both;
  }
  .img {
   margin-right: 0.5em;
  }
  .img:first-child {
   float: left;
  }
  .img + .img {
   float: left;
  }
  h1, h2, h3, hr {
   clear: both;
  }
  .img > p {
   margin-top: 0.5em;
   margin-bottom: 0.25em;
   font-size: small;
  }
 </style>
 <style title="en" type="text/css">
  * [lang="ja"] {display: none}
  * [lang="en"] {display: inherit}
 </style>
 </head>
<body>
<h1>DocDiff</h1>
<h2 id="toc">
 <span lang="en">Table of Contents</span>
 </h2>
<ul>
<li><a href="#summary">Summary</a></li>
<li><a href="#screenshot">Screenshot</a></li>
<li><a href="#document">Document</a></li>
<li><a href="#download">Download</a></li>
</ul>
</div>
<div class="content">
<h2 id="summary">
 <span lang="en">Summary</span>
 </h2>
<p>
<span lang="en">
 <a href="http://www.kt.rim.or.jp/~hisashim/docdiff/">DocDiff</a> compares two text files and shows the difference.  It can compare files by word, character, or line.  It has several output formats such as HTML, tty, Manued, or user-defined markup.
</span>
</p>
<p>
<span lang="en">
 It supports several encodings and end-of-line characters, including ASCII (and ISO-8859-*), UTF-8, EUC-JP, Shift_JIS, CR, LF, and CRLF.
</span>
</p>
<hr />
<h2 id="screenshot">
 <span lang="en">Screenshot</span>
 </h2>
<p>
<span lang="en">Screenshots as of version 0.3.2.  All shots are in the <a href="img/">img</a> directory.</span>
</p>
<div class="figure">
<span class="img">
<p>HTML output in web browser</p>
<img src="img/docdiff-screenshot-format-html-firefox.png" alt="screenshot" />
</span>
<span class="img">
<p>HTML output in web browser (digest)</p>
<img src="img/docdiff-screenshot-format-html-digest-firefox.png" alt="screenshot" />
</span>
</div>
<div class="figure">
<span class="img">
<p>tty output in terminal</p>
<img src="img/docdiff-screenshot-format-tty-rxvtunicode-en.png" alt="screenshot" />
</span>
<span class="img">
<p>tty output in terminal (comparing Japanese text)</p>
<img src="img/docdiff-screenshot-format-tty-rxvtunicode-ja.png" alt="screenshot" />
</span>
</div>
<div class ="figure">
<span class="img">
<p>tty output in terminal</p>
<img src="img/docdiff-screenshot-format-tty-xterm-en.png" alt="screenshot" />
</span>
<span class="img">
<p>tty output in terminal (comparing Japanese text)</p>
<img src="img/docdiff-screenshot-format-tty-xterm-ja.png" alt="screenshot" />
</span>
</div>
<div class="figure">
<span class="img">
<p>Comparing English text (codepage 437) on Windows (Cygwin)</p>
<img src="img/docdiff-screenshot-format-tty-cmdexe-en.png" alt="screenshot" />
</span>
<span class="img">
<p>Comparing Japanese text (codepage 932) on Windows (Cygwin)</p>
<img src="img/docdiff-screenshot-format-tty-cmdexe-ja.png" alt="screenshot" />
</span>
</div>
<div class="figure">
<span class="img">
<p>You can compare text files by line, word, or character (format: tty)</p>
<img src="img/docdiff-screenshot-resolution-linewordchar-xterm.png" alt="screenshot" />
</span>
</div>
<hr />
<h2 id="document">
 <span lang="en">Document</span>
 </h2>
<ul>
<li><a href="readme.html">readme.html</a> (Multilingual)</li>
<li><a href="readme.en.html">readme.en.html</a> (English)</li>
<li><a href="readme.ja.html">readme.ja.html</a> (Japanese)</li>
</ul>

<h2 id="download">
 <span lang="en">Download</span>
 </h2>
<p>
<span lang="en">Please read the readme before you download.</span>
</p>
<ul>
<li><a href="http://sourceforge.net/projects/docdiff/files/">
http://sourceforge.net/projects/docdiff/files/</a></li>
</ul>
</div>
<hr>
<a href ="../">Up</a>
<hr>
2011-02-23 +0900<br />
2001-02-12 +0900<br />
Copyright (C) 2001-2011 Hisashi MORITA<br />
</body>
</html>