ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/MANIFEST
Revision: 1.4
Committed: Mon Aug 4 02:14:43 2003 UTC (20 years, 9 months ago) by pcg
Branch: MAIN
Changes since 1.3: +10 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 MANIFEST
2     MANIFEST.SKIP
3     COPYING
4     INSTALL
5     TODO
6     Makefile.PL
7    
8 pcg 1.4 doc/Makefile
9     doc/protocol.xml
10     doc/protocol.html
11     doc/doc2html.xsl
12     doc/doc2messages_pm.xsl
13     doc/doc2constants_pm.xsl
14     doc/doc2c++.xsl
15     doc/doc2haskell.xsl
16    
17 pcg 1.1 bin/kgsueme
18     bin/kgsueme-gtk1
19     bin/kgstrace
20    
21     lib/KGS/SGF.pm
22     lib/KGS/Messages.pm
23     lib/KGS/Constants.pm
24     lib/KGS/Game/Board.pm
25     lib/KGS/Game/Tree.pm
26     lib/KGS/Protocol.pm
27     lib/KGS/Protocol/Client.pm
28     lib/KGS/Protocol/Server.pm
29     lib/KGS/Listener.pm
30     lib/KGS/Listener/User.pm
31     lib/KGS/Listener/Debug.pm
32     lib/KGS/Listener/Roomlist.pm
33     lib/KGS/Listener/Room.pm
34     lib/KGS/Listener/Game.pm
35     lib/KGS/Listener/Channel.pm
36    
37     kgsueme/sound.pl
38     kgsueme/room.pl
39     kgsueme/app.pl
40     kgsueme/gamelist.pl
41     kgsueme/game.pl
42     kgsueme/userlist.pl
43     kgsueme/gtk.pl
44     kgsueme/user.pl
45     kgsueme/challenge.pl
46     kgsueme/util.pl
47     kgsueme/roomlist.pl
48     kgsueme/user.pl
49     kgsueme/chat.pl
50    
51     images/default_userpic.png
52    
53     sounds/Makefile
54     sounds/README
55     sounds/alarm
56     sounds/alarm.wav
57     sounds/connect
58     sounds/connect.wav
59     sounds/gamestart
60     sounds/gamestart.wav
61     sounds/move
62     sounds/move.wav
63     sounds/pass
64     sounds/resign
65     sounds/resign.wav
66     sounds/ring
67     sounds/ring.wav
68     sounds/user_unknown
69     sounds/user_unknown.wav
70     sounds/warning
71     sounds/warning.wav
72    
73     lib/Gtk2/GoBoard.pm
74    
75     images/README
76     images/woodgrain-01.jpg
77     images/shadow.png
78     images/b-01.png
79     images/w-01.png
80     images/w-02.png
81     images/w-03.png
82     images/w-04.png
83     images/w-05.png
84     images/triangle-b.png
85     images/triangle-w.png
86     images/square-b.png
87     images/square-w.png
88     images/circle-b.png
89     images/circle-w.png
90    
91 pcg 1.4 META.yml