cvs: php-gtk-web / resources.php
[email protected] ("Christian Weiske") Sun, 06 Aug 2006 15:59:43 -0000
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvscweiske1154879983@cvsserver> |
cweiske Sun Aug 6 15:59:43 2006 UTC
Modified files:
/php-gtk-web resources.php
Log:
Adding coverage analysis files
http://cvs.php.net/viewvc.cgi/php-gtk-web/resources.php?r1=1.43&r2=1.44&diff_format=u
Index: php-gtk-web/resources.php
diff -u php-gtk-web/resources.php:1.43 php-gtk-web/resources.php:1.44
--- php-gtk-web/resources.php:1.43 Sat Jul 22 11:09:12 2006
+++ php-gtk-web/resources.php Sun Aug 6 15:59:43 2006
@@ -196,6 +196,14 @@
<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();