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 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
|
<?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>
<style title="ja" type="text/css">
* [lang="en"] {display: none}
* [lang="ja"] {display: inherit}
</style>
</head>
<body>
<h1>DocDiff</h1>
<h2 id="toc">
<span lang="en">Table of Contents</span>
<span lang="ja">目次</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>
<li><a href="#community">Community</a></li>
</ul>
</div>
<div class="content">
<h2 id="summary">
<span lang="en">Summary</span>
<span lang="ja">概要</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 word by word, char by char, or line by line. It has several output formats such as HTML, tty, Manued, or user-defined markup.
</span>
<span lang="ja">
<a href="http://www.kt.rim.or.jp/~hisashim/docdiff/">DocDiff</a>は2つのテキストファイルを比較してその違いを表示します。単語ごと、文字ごと、そして行ごとにファイルを比較できます。結果を出力する形式は、HTML, tty(文字 端末向けのエスケープシーケンス), Manued(真鵺道という校正用のマークアップ形式)などが用意されており、ユーザ定義のタグを使うこともできます。
</span>
</p>
<p>
<span lang="en">
It supports several encodings and end-of-line characters, including ASCII, UTF-8, EUC-JP, Shift_JIS, CR, LF, and CRLF.
</span>
<span lang="ja">
次のエンコーディング(文字コード)と行末コード(改行文字)をサポートしています: ASCII, UTF-8, EUC-JP, Shift_JIS、そしてCR, LF, CRLF.
</span>
</p>
<hr />
<h2 id="screenshot">
<span lang="en">Screenshot</span>
<span lang="ja">スクリーンショット</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>
<span lang="ja">バージョン0.3.2時点のスクリーンショットです。スクリーンショットは<a href="img/">img</a>ディレクトリにあります。</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>
<span lang="ja">ドキュメント</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>
<span lang="ja">ダウンロード</span>
</h2>
<p>
<span lang="en">Please read the readme before you download.</span>
<span lang="ja">ダウンロードする前にreadmeをお読みください。</span>
</p>
<ul>
<li><a href="docdiff-0.1.5.tar.gz">docdiff-0.1.5.tar.gz</a></li>
<li><a href="docdiff-0.1.7.tar.gz">docdiff-0.1.7.tar.gz</a></li>
<li><a href="docdiff020b2.rb">docdiff020b2.rb</a> (beta, script only)</li>
<li><a href="docdiff-snapshot20040411.tar.gz">docdiff-snapshot20040411.tar.gz</a></li>
<li><a href="docdiff-0.3.0rc2.tar.gz">docdiff-0.3.0rc2.tar.gz</a></li>
<li><a href="docdiff-0.3.0rc3.tar.gz">docdiff-0.3.0rc3.tar.gz</a></li>
<li><a href="docdiff-0.3.0.tar.gz">docdiff-0.3.0.tar.gz</a></li>
<li><a href="docdiff-0.3.1.tar.gz">docdiff-0.3.1.tar.gz</a></li>
<li><a href="docdiff-0.3.2.tar.gz">docdiff-0.3.2.tar.gz</a></li>
<li><a href="docdiff-0.3.3.tar.gz">docdiff-0.3.3.tar.gz</a> (<a href="readme.html">readme.html</a>, <a href="readme.en.html">readme.en.html</a>, <a href="readme.ja.html">readme.ja.html</a>)</li>
</ul>
<hr />
<h2 id="community">
<span lang="en">Community</span>
<span lang="ja">コミュニティ</span>
</h2>
<p>
To subscribe to DocDiff mailing list, send email as follows:
<p/>
<blockquote>
<p>
<code>To: docdiff at quickml dot com</code><br />
<code>Cc: hisashim at kt dot rim dot or dot jp</code><br />
</p>
</blockquote>
<p>
As of 2006-02, I am planning to move to another mailing list service which allows more than 10 members, since more people seems interested than I expected. Suggestions are welcome.
</p>
</div>
<hr>
<a href ="../">Up</a>
<hr>
2006-02-03 +0900<br />
2001-02-12 +0900<br />
Copyright (C) 2001-2005 Hisashi MORITA<br />
</body>
</html>
|