forked from php/web-gtk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.php
234 lines (175 loc) · 8.98 KB
/
resources.php
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<?php
commonHeader('Resources');
?>
<h1>Resources</h1>
<p>
There are various resources for PHP-GTK. Below are
listed the ones that we are aware of. If you know of others
please <?php print_email('php-gtk-webmaster_at_lists_dot_php_dot_net', 'email the webmaster'); ?>.
</p>
<a name="lists"></a>
<h2>Mailing Lists</h2>
<p>
There are various mailing lists for PHP-GTK. Each list is dedicated to a
different part of the PHP-GTK project. To subscribe to a list, send an email
to the address listed in the SUBSCRIBE column.</p>
<table style="border: 1px solid black; text-align: left;" rules="all">
<thead>
<tr>
<th>LIST</th>
<th>DESCRIPTION</th>
<th>ADDRESS</th>
<th>SUBSCRIBE</th>
<th>ARCHIVE</th>
</tr>
</thead>
<tbody>
<tr valign="top">
<td><strong>php-gtk-general</strong></td>
<td>For general discussion about using PHP-GTK.</td>
<td><?php print_email('php-gtk-general_at_lists_dot_php_dot_net'); ?></td>
<td><?php print_email('php-gtk-general-subscribe_at_lists_dot_php_dot_net'); ?></td>
<td><?php print_link('http://marc.theaimsgroup.com/?l=php-gtk-general', 'MARC'); ?></td>
</tr>
<tr valign="top">
<td><strong>php-gtk-dev</strong></td>
<td>For the discussion about the development of PHP-GTK itself.</td>
<td><?php print_email('php-gtk-dev_at_lists_dot_php_dot_net'); ?></td>
<td><?php print_email('php-gtk-dev-subscribe_at_lists_dot_php_dot_net'); ?></td>
<td><?php print_link('http://marc.theaimsgroup.com/?l=php-gtk-dev', 'MARC'); ?></td>
</tr>
<tr valign="top">
<td><strong>php-gtk-doc</strong></td>
<td>For discussion about the writing and translation of the PHP-GTK documentation.</td>
<td><?php print_email('php-gtk-doc_at_lists_dot_php_dot_net'); ?></td>
<td><?php print_email('php-gtk-doc-subscribe_at_lists_dot_php_dot_net'); ?></td>
<td><?php print_link('http://marc.theaimsgroup.com/?l=php-gtk-doc', 'MARC'); ?></td>
</tr>
<tr valign="top">
<td><strong>php-gtk-cvs</strong></td>
<td>Has all CVS commits to PHP-GTK and related projects posted to it automatically.</td>
<td><?php print_email('php-gtk-cvs_at_lists_dot_php_dot_net'); ?></td>
<td><?php print_email('php-gtk-cvs-subscribe_at_lists_dot_php_dot_net'); ?></td>
<td><?php print_link('http://marc.theaimsgroup.com/?l=php-gtk-cvs', 'MARC'); ?></td>
</tr>
</tbody>
</table>
<a name="irc"></a>
<h2>IRC</h2>
<p>
The <b>#php-gtk</b> IRC channel on Freenode has a few regulars who can most
likely answer the questions you have.
</p>
<a name="sites"></a>
<h2>Sites</h2>
<h3>Applications/Code</h3>
<ul>
<li><?php print_link('http://www.cweiske.de/phpgtk.htm', 'PHP-GTK Application Downloads at cweiske.de') ?><br />
This site provides several PHP-GTK freeware applications for download, as well as some reusable code for PHP-GTK programmers</li>
<li><?php print_link('http://www.gnope.org', 'Gnope.org'); ?><br />
PHP-GTK Windows installer and support forum. Gnope.org also provides application downloads via their PEAR channel.</li>
<li><?php print_link('http://pear.php.net/search.php?q=gtk2&in=packages', 'PEAR PHP-GTK 2 Packages'); ?><br />
PHP-GTK 2 packages available from PEAR.</li>
</ul>
<h3>Documentation/Help</h3>
<ul>
<!--
<li><?php print_link('http://gtk.php.net/wiki/', 'PHP-GTK Wiki') ?><br />
This site allows the PHP-GTK community to help contribute documentation to the
PHP-GTK project.</li>
-->
<li><?php print_link('http://developer.gnome.org/doc/API/2.0/gtk/index.html', 'GTK+ Reference Manual'); ?><br />
The GTK+ manual with a list of all widgets and their corresponding functions/attributes.</li>
<li><?php print_link('http://mail.gnome.org/archives/gtk-list/', 'GTK+ mailing list archives'); ?><br />
This list might be useful if you have a certain GTK+ question or problem that
PHP-GTK list has no information about.</li>
<li><?php print_link('http://www.writingup.com/blog/phpgtk2', 'Ron Tarrant\'s PHP-GTK 2 Blog'); ?><br />
Ron Tarrant's blog contains many articles and tutorials for PHP-GTK 2 developers.</li>
<li><?php print_link('http://crisscott.com/category/php-gtk/', 'Crisscott.com'); ?><br />
PHP-GTK weekly news summaries.</li>
<li><?php print_link('http://www.kksou.com/php-gtk2/index.php', 'kksou.com'); ?><br />
PHP-GTK Cookbook.</li>
</ul>
<h3>Regional Portals</h3>
<ul>
<li><?php print_link('http://www.php-gtk.com.br/', 'Brazilian PHP-GTK Community Portal'); ?></li>
<li><?php print_link('http://www.php-gtk.eu/', 'Worldwide PHP-GTK 2 community site'); ?></li>
<li><?php print_link('http://www.php-gtk2.de', 'PHP-GTK 2 link list'); ?></li>
</ul>
<a name="onlinearticles"></a>
<h2>On-line Publications</h2>
<ul>
<li>"<?php print_link('http://www.devx.com/opensource/Article/21235/0',
'Develop Desktop GUI Apps with PHP-GTK, the Standalone PHP'); ?>"
by Gregory L. Magnusson</li>
<li>"<?php print_link('http://www.goldweb.com.au/~davidj/articles/html/1.html',
'Introductory PHP-GTK'); ?>"
by David Jorm</li>
<li>"<?php print_link('http://www.webmasterbase.com/article/697',
'Build Cross-Platform Windowed Apps with PHP'); ?>"
by Mitchell Harper</li>
<li>"<?php print_link('http://products.magnet-i.com/phpgale/php-gtk_endliess_possibilities.pdf',
'PHP-GTK: Endless Possibilities') ?>"
by Nirav Mehta, Vaishali Master, and Piyush Shah</li>
<li>"<?php print_link('http://hades.phparch.com/ceres/public/article/index.php/art::php_gtk::what_is_php_gtk', 'What is PHP-GTK'); ?>" by Scott Mattocks</li>
<li>"<?php print_link('http://hades.phparch.com/ceres/public/article/index.php/art::php_gtk::hello_php_gtk', 'Hello PHP-GTK 2'); ?>" by Scott Mattocks</li>
</ul>
<a name="books"></a>
<h2>Books</h2>
<ul>
<li>"<?php print_link('http://www.amazon.com/gp/product/1590596137/', 'Pro PHP-GTK'); ?>"
by Scott Mattocks<br />
<em>Apress</em>, 04.2006</li>
<li>"<?php print_link('http://www.kksou.com/php-gtk2/ebook/', 'PHP-GTK2 Demystified'); ?>"
by kksou<br />
ebook, 02.2007</li>
</ul>
<a name="printarticles"></a>
<h2>Print Publications</h2>
<ul>
<li>"<?php print_link('http://www.php-mag.net/magphpde/psecom,id,20,archive,2,noeid,20,.html', 'PHP-GTK 2 Extensions'); ?>"
by Anant Narayanan<br />
<em>International PHP Magazine</em>, 05.2007</li>
<li>"Application Development with PHP-GTK 2 -
<?php print_link('http://www.phparch.com/issue.php?mid=84', 'Part 1'); ?> -
<?php print_link('http://www.phparch.com/issue.php?mid=86', 'Part 2'); ?> "
by Anant Narayanan<br />
<em>PHP|Architect</em>, 07-08.2006</li>
<li>"<?php print_link('http://phpmagazin.de/itr/online_artikel/psecom,id,831,nodeid,62.html', 'Aktuelle Entwicklungen beim PHP-GTK'); ?>"
by Christian Weiske<br />
<em>PHP Magazin</em>, 07.2006</li>
<li>"<?php print_link('http://www.phpmagazin.de/itr/ausgaben/psecom,id,287,nodeid,60.html', 'Rapid Application Development Mit PHP-GTK'); ?>"
by Christian Weiske<br />
<em>PHP Magazin</em>, 10.2005</li>
<li>"<?php print_link('http://www.phparch.com/issue.php?mid=52', 'Turning a Class Into an Application With PHP-GTK'); ?>"
by Scott Mattocks<br />
<em>PHP|Architect</em>, 03.2005</li>
<li>"<?php print_link('http://www.phparch.com/issue.php?mid=42', 'PHP-GTK and the Glade GUI Builder: Building Client Applications with Style'); ?>"
by Tony Leake<br />
<em>PHP|Architect</em>, 10.2004</li>
<li>"<?php print_link('http://www.php-mag.net/magphpde/magphpde_article/psecom,id,426,nodeid,21.html', 'Use your mouse'); ?>"
by Steph Fox<br />
<em>International PHP Magazine</em>, 06.2004</li>
<li>"<?php print_link('http://www.phpmag.net/itr/ausgaben/psecom,id,212,nodeid,112.html', 'Making a GUI Mess of PHP: Building \'Stand-alone\' GUI Applications with PHP-GTK');?>"
by Ben Ramsey<br />
<em>International PHP Magazine</em>, 05.2004</li>
<li>"<?php print_link('http://www.phparch.com/issue.php?mid=24', 'Offline News Management with PHP-GTK'); ?>"
by Morgan Tocker<br />
<em>PHP|Architect</em>, 02.2004</li>
</ul>
<a name="presentations"></a>
<h2>Presentations</h2>
<ul>
<li><?php print_link('http://www.gravitonic.com/do_download.php?download_file=talks/php-quebec-2006/php-gtk-2.pdf', 'PHP Quebec 2006'); ?> "PHP-GTK 2" by Andrei Zmievski</li>
<li><?php print_link('http://www.gravitonic.com/do_download.php?download_file=talks/phptropics2005/php-gtk2_phptropics2005.pdf', 'php|tropics 2005'); ?> "Say Hello to PHP-GTK 2" by Andrei Zmievski</li>
<li><?php print_link('http://talks.php.net/show/vancouver-gtk', 'Vancouver 2004'); ?> "PHP-GTK: Something Old, Something New" by Andrei Zmievski</li>
</ul>
<a name="development"></a>
<h2>Development</h2>
<ul>
<li><?php print_link('http://php-gtk2.de/manual/coverage.htm', 'PHP-Gtk2 documentation coverage analysis') ?></li>
<li><?php print_link('http://php-gtk2.de/manual/classcoverage.htm', 'PHP-Gtk2 implementation coverage analysis') ?></li>
</ul>
<?php
commonFooter();
?>