Skip to content

Commit 21e9194

Browse files
committed
Add .gitignore, README, rename license.terms
1 parent 0309412 commit 21e9194

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build

license.terms renamed to LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
LICENSE ("MIT-style")
22

3-
This software is Copyright (C) 2008 Georgios Petasis and other parties.
3+
Copyright 2008-2012 Georgios Petasis
4+
Copyright 2012 Cheer Xiao
45

56
The following terms apply to all files associated with this software
67
unless explicitly disclaimed in individual files.

README

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
tile-gtk
2+
========
3+
4+
This is my fork of tile-gtk, a [ttk](http://wiki.tcl.tk/14796) theme that
5+
gives your [Tk](http://wiki.tcl.tk/477) application native
6+
[GTK+](http://www.gtk.org/) look and feel.
7+
8+
Since [according to the author][1] tilegtk as well as tileqt is
9+
undermaintained, I created this fork on Github to integrate my bugfixes and
10+
possible improvements.
11+
12+
You may want to visit the [original project][2] site.
13+
14+
[1]: http://www.tclcommunityassociation.org/wub/proceedings/Proceedings-2010/GeorgePetasis/TileQtAndTileGTK.pdf
15+
16+
[2]: http://www.ellogon.org/petasis/tcltk-projects/tilegtk
17+
18+
<!-- vi: se ft=markdown: -->

0 commit comments

Comments
 (0)