cvs: php-gtk-web / resources.php
[email protected] ("Scott Mattocks") Thu, 08 Jun 2006 13:49:39 -0000
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvsscottmattocks1149774579@cvsserver> |
scottmattocks Thu Jun 8 13:49:39 2006 UTC
Modified files:
/php-gtk-web resources.php
Log:
Update and rearrange resources page. Please let me know if I missed anything or misrepresented anything.
scottmattocks-20060608134939.txt
(text/plain, 11.4 KB)
http://cvs.php.net/viewcvs.cgi/php-gtk-web/resources.php?r1=1.38&r2=1.39&diff_format=u
Index: php-gtk-web/resources.php
diff -u php-gtk-web/resources.php:1.38 php-gtk-web/resources.php:1.39
--- php-gtk-web/resources.php:1.38 Sat Apr 15 18:09:40 2006
+++ php-gtk-web/resources.php Thu Jun 8 13:49:39 2006
@@ -12,113 +12,183 @@
please <? print_email('[email protected]', 'email the webmaster'); ?>.
</P>
-<h2>Sites</h2>
+<a name="lists"></a>
+<h2>Mailing Lists</h2>
-<ul>
+<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.
+
+<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('[email protected]'); ?></td>
+ <td><?php print_email('[email protected]'); ?></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('[email protected]'); ?></td>
+ <td><?php print_email('[email protected]'); ?></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('[email protected]'); ?></td>
+ <td><?php print_email('[email protected]'); ?></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('[email protected]'); ?></td>
+ <td><?php print_email('[email protected]'); ?></td>
+ <td><?php print_link('http://marc.theaimsgroup.com/?l=php-gtk-cvs', 'MARC'); ?></td>
+ </tr>
+ <tr valign="top">
+ <td><strong>php-gtk-webmaster</strong></td>
+ <td>For discussion about updating and maintaining the PHP-GTK website.</td>
+ <td><?php print_email('[email protected]'); ?></td>
+ <td><?php print_email('[email protected]'); ?></td>
+ <td><?php print_link('http://marc.theaimsgroup.com/?l=php-gtk-webmaster', 'MARC'); ?></td>
+ </tr>
+ </tbody>
+</table>
+</p>
-<li><? 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>
+<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><? 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><? print_link('http://www.php-gtk.com.br/', 'Brazilian PHP-GTK Community Portal'); ?></li>
+<li><? 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><? print_link('http://www.phpgtk.de', 'German PHP-GTK Portal'); ?></li>
+<li><? 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>
-<li><? print_link('http://michel.weimerskirch.net/software.php', 'PHP-GTK Windows installer'); ?></li>
+<h3>Documentation/Help</h3>
-<li><? print_link('http://developer.gnome.org/doc/API/gtk/gtkobjects.html', 'GTK+ Reference Manual'); ?><br />
+<ul>
+<li><? 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><? 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><? 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><? 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><? print_link('http://crisscott.com/category/php-gtk/', 'Crisscott.com'); ?><br />
+PHP-GTK weekly news summaries.
</ul>
-<h2>On-line Articles</h2>
+<h3>Regional Portals</h3>
<ul>
+<li><? print_link('http://www.php-gtk.com.br/', 'Brazilian PHP-GTK Community Portal'); ?></li>
+
+<li><? print_link('http://www.php-gtk2.de', 'German PHP-GTK 2 Portal'); ?></li>
+</ul>
+
+<a name="onlinearticles"></a>
+<h2>On-line Publications</h2>
-<li>"<? print_link('http://www.devx.com/opensource/Article/21235/0',
- 'Develop Desktop GUI Apps with PHP-GTK, the Standalone PHP'); ?>"
+<ul>
+
+<li>"<? 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>"<? print_link('http://www.goldweb.com.au/~davidj/articles/html/1.html',
- 'Introductory PHP-GTK'); ?>"
+<li>"<? print_link('http://www.goldweb.com.au/~davidj/articles/html/1.html',
+ 'Introductory PHP-GTK'); ?>"
by David Jorm</li>
-<li>"<? print_link('http://www.webmasterbase.com/article/697',
- 'Build Cross-Platform Windowed Apps with PHP'); ?>"
+<li>"<? print_link('http://www.webmasterbase.com/article/697',
+ 'Build Cross-Platform Windowed Apps with PHP'); ?>"
by Mitchell Harper</li>
-<li>"<? print_link('http://products.magnet-i.com/phpgale/php-gtk_endliess_possibilities.pdf',
- 'PHP-GTK: Endless Possibilities') ?>"
+<li>"<? 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>
-</ul>
+<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>
-<h2>Magazine Articles</h2>
+<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>
-<li>"<a href="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</a>" by Ben Ramsey<br />
- <em>International PHP Magazine</em>, 05.2004</li>
</ul>
-<h2>Presentations</h2>
+<a name="printarticles"></a>
+<h2>Print Publications</h2>
<ul>
-<li><a href="http://conf.php.net/sd-gtk">
- 2001 O'Reilly Open Source Conference PHP-GTK talk</a></li>
-</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.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>
-<a name="lists"></a>
-<h2>Mailing Lists</h2>
+<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>
-<P>
-There are various mailing lists for PHP-GTK.
-</p>
-<p>
-The <b>php-gtk-general</b> list is meant for general discussion about using PHP-GTK. To subscribe,
-send blank email to <?php print_email('[email protected]'); ?>.
-The address of the list itself is <?php print_email('[email protected]'); ?>.
-The list is archived at <?php print_link('http://marc.theaimsgroup.com/?l=php-gtk-general', 'MARC');
-?>.
-</p>
-<p>
-The <b>php-gtk-dev</b> list is discussion about the development of PHP-GTK itself. To subscribe,
-send blank email to <?php print_email('[email protected]'); ?>.
-The address of the list itself is <?php print_email('[email protected]'); ?>.
-The list is archived at <?php print_link('http://marc.theaimsgroup.com/?l=php-gtk-dev', 'MARC'); ?>.
-</p>
-<p>
-The <b>php-gtk-doc</b> list is used to discuss the writing of PHP-GTK documentation. To subscribe, send a blank email to <?php print_email('[email protected]'); ?>.
-The address of the list itself is <?php print_email('[email protected]'); ?>.
-The list is archived at <?php print_link('http://marc.theaimsgroup.com/?l=php-gtk-doc', 'MARC');?>
-</p>
-<p>
-The <b>php-gtk-cvs</b> list has all the CVS commits to PHP-GTK and related projects posted to it automatically. To subscribe,
-send blank email to <?php print_email('[email protected]'); ?>.
-The address of the list itself is <?php print_email('[email protected]'); ?>.
-The list is archived at <?php print_link('http://marc.theaimsgroup.com/?l=php-gtk-cvs', 'MARC'); ?>.
-</p>
-<p>
-The old <b>php-gtk</b> list is still archived at <?php print_link('http://marc.theaimsgroup.com/?l=php-gtk&r=1&w=2', 'MARC'); ?>.
-</p>
+<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>
-<h2>IRC</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>
-<P>
-The <B>#php-gtk</B> IRC channel on Freenode has a few regulars who can most
-likely answer the questions you have.
-</P>
+<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>
<?php