diff --git a/README b/README deleted file mode 100644 index 719cab4..0000000 --- a/README +++ /dev/null @@ -1,22 +0,0 @@ -This is a source code package of TClock Light kt. - -This is a modified version of TClock Light. - -Binary packages and Japanese documents are available at the following URL: - https://github.com/k-takata/TClockLight/releases - http://k-takata.bbs.coocan.jp/?t_id=56 - http://k-takata.o.oo7.jp/ - -New features: - * Supports Windows Vista and later (x86/x64). - * Increases the precision of SNTP. - * Supports some new text formats. - * etc. - - -LICENSE: - You may distribute under the terms of the GNU General Public License. - - -TClock Light (The original version by Kazubon): - http://homepage1.nifty.com/kazubon/tclocklight/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..9411ae6 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +[![Build status](https://ci.appveyor.com/api/projects/status/kbvfckj64cv5jiq5/branch/master?svg=true)](https://ci.appveyor.com/project/k-takata/tclocklight/branch/master) + +# TClock Light kt + +This is a modified version of TClock Light. + + +## Binary packages + +Binary packages and Japanese documents are available at the following URL: + +* https://github.com/k-takata/TClockLight/releases +* http://k-takata.o.oo7.jp/ + +The lastest packages might be also available on [AppVeyor](https://ci.appveyor.com/project/k-takata/tclocklight). + +1. Select the build from HISTORY (or select LATEST BUILD). +2. Select the job name "Environment: VC10" +3. Click ARTIFACTS, then download the package(s) you need. + +BE CAREFUL! The packages on AppVeyor are NOT tested. + + +## New features + +* Supports Windows Vista and later (x86/x64). +* Increases the precision of SNTP. +* Supports some new text formats. +* etc. + + +## License + +You may distribute under the terms of the GNU General Public License. + + +## References + +* TClock Light (The original version by Kazubon): + http://homepage1.nifty.com/kazubon/tclocklight/ (404)