cvs: php-gtk-web / index.php
[email protected] ("Christian Weiske")
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvscweiske1138776455@cvsserver> |
cweiske Wed Feb 1 06:47:35 2006 UTC
Modified files:
/php-gtk-web index.php
Log:
Fixed a link and the title of my article (phpmag people did a mistake)
http://cvs.php.net/viewcvs.cgi/php-gtk-web/index.php?r1=1.101&r2=1.102&diff_format=u
Index: php-gtk-web/index.php
diff -u php-gtk-web/index.php:1.101 php-gtk-web/index.php:1.102
--- php-gtk-web/index.php:1.101 Mon Jan 23 16:53:48 2006
+++ php-gtk-web/index.php Wed Feb 1 06:47:35 2006
@@ -1,6 +1,6 @@
<?php
/*
- * $Id: index.php,v 1.101 2006/01/23 16:53:48 scottmattocks Exp $
+ * $Id: index.php,v 1.102 2006/02/01 06:47:35 cweiske Exp $
*/
// Start output buffering in order to grab the data from the documentation
@@ -100,7 +100,7 @@
<p><span class="newsdate">[21-Oct-2005]</span>
<a href="http://cweiske.de">Christian Weiske</a> has written an
<a href="http://www.phpmagazin.de/itr/ausgaben/psecom,id,287,nodeid,60.html">article</a>
-for PHP Magazin titled "Rapit Application Development Mit PHP-GTK" which
+for PHP Magazin titled "Rapid Application Development Mit PHP-GTK" which
discusses creating applications using PHP-GTK and Glade.
</p>
<p>An unofficial version of PHP-GTK 2 for Windows can be found at
@@ -161,7 +161,7 @@
progress has been made with trees and editable cells. Parameter reflection has
also been added thanks to Christian. The lastest efforts have led to the first
set of practical applications written with PHP-GTK 2. Christian's
- <a href="http://xml.cweiske.de/phpgtk2/inspector/">reflection browser</a> makes
+ <a href="http://cweiske.de/phpgtk2_devinspector.htm">reflection browser</a> makes
it easy to take a look at the inner workings of PHP-GTK 2 classes and can be
used as simple documentation.
</p>