-
Notifications
You must be signed in to change notification settings - Fork 9
/
readme.html
54 lines (38 loc) · 1.88 KB
/
readme.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>TClock Light</title>
</head>
<body>
<pre>
-----------------------------------------------------------------------------
TClock Light (C) 1997-2004 Kazuto Sato
-----------------------------------------------------------------------------
TClock Light allows you to modify the clock on the taskbar in Windows.
TClock Lightは、タスクバーの時計を改造するプログラムです。
* How to use
Please refer to the following URL.
<a href="http://homepage1.nifty.com/kazubon/tclocklight/help/en/index.html">http://homepage1.nifty.com/kazubon/tclocklight/help/en/index.html</a>
・使い方
次のURLを参照してください。
<a href="http://homepage1.nifty.com/kazubon/tclocklight/help/ja/index.html">http://homepage1.nifty.com/kazubon/tclocklight/help/ja/index.html</a>
* Compiling
You can compile and make TClock Light using Visual C++ or Borland C++
Compiler. The source codes are in "<a href="source">source</a>" folder.
・コンパイル
TClock Lightは、Visual C++ または Borland C++ Compilerでコンパイルできます。
ソースコードは<a href="source">source</a>フォルダの下にあります。
* License
This program is free software; you can redistribute it and/or modify
it under the terms of the <a href="source/license.txt">GNU GPL</a>.
・ライセンス
本プログラムはフリーソフトウェアです。<a href="source/license.txt">GNU GPL</a>に従って本プログラムを再配布
または変更することができます。
--------------------------------------------------
Kazuto Sato
<a href="http://homepage1.nifty.com/kazubon/">http://homepage1.nifty.com/kazubon/</a>
</pre>
</body>
</html>