cvs: php-gtk-web / index.php news.rss

[email protected] ("Scott Mattocks")
Newsgroups php.gtk.webmaster
Message-ID <cvsscottmattocks1138032379@cvsserver>
scottmattocks		Mon Jan 23 16:06:19 2006 UTC

  Modified files:              
    /php-gtk-web	index.php news.rss 
  Log:
  January news update.
  
http://cvs.php.net/viewcvs.cgi/php-gtk-web/index.php?r1=1.99&r2=1.100&diff_format=u
Index: php-gtk-web/index.php
diff -u php-gtk-web/index.php:1.99 php-gtk-web/index.php:1.100
--- php-gtk-web/index.php:1.99	Mon Dec 12 13:47:39 2005
+++ php-gtk-web/index.php	Mon Jan 23 16:06:19 2006
@@ -1,6 +1,6 @@
 <?php
 /*
- * $Id: index.php,v 1.99 2005/12/12 13:47:39 scottmattocks Exp $ 
+ * $Id: index.php,v 1.100 2006/01/23 16:06:19 scottmattocks Exp $ 
  */
 
 // Start output buffering in order to grab the data from the documentation
@@ -56,6 +56,34 @@
 
 ?>
 
+<h1>PHP-GTK 2 Progress</h1>
+
+<p><span class="newsdate">[23-Jan-2006]</span>
+Development of PHP-GTK 2 is steadily picking up pace. The last month has seen
+plenty of activity not only in commits to CVS but in other parts of the PHP-GTK
+2 community also:
+<ul>
+ <li>The PHP-GTK 2 documentation is filling out. More classes have been
+     documented and given examples (especially the GtkTree* classes).</li>
+ <li>Source code highlighting has been added to the
+     <a href="http://php-gtk2.de/manual/en/html/">PHP-GTK 2 manual</a>.</li>
+ <li>Most of the get_size* methods have been implemented.</li>
+ <li><a href="http://xml.cweiske.de/php-gtk2%20coverage.xhtml">85% of all
+     methods and properties have been implemented</a>. The other 15% need to be
+     written by hand, and more are being added every week. (Some automatically
+     generated methods may not be implemented correctly and will have to be
+     re-written by hand. Therefore, the actual coverage figures may be slightly
+     lower than those above)</li>
+ <li>The <a href="http://www.gnope.org">Gnope installer</a> has been downloaded
+     over 8000 times since its release last month.</li>
+ <li><a href="http://xml.cweiske.de/php-gtk2%20coverage.xhtml">Gtk2_PHPConfig</a>,
+     an application that makes it easy to modify php.ini files, has been
+     proposed on <a href="http://pear.php.net">PEAR</a> by Anant Narayanan.</li>
+</ul>
+</p>
+
+<?php hdelim(); ?>
+
 <h1>Gnope Installer Released</h1>
 
 <p><span class="newsdate">[11-Dec-2005]</span>
@@ -287,19 +315,6 @@
 
 <?php hdelim(); ?>
 
-
-<h1>Documentation updates listed on PHP-GTK Web site</h1>
-
-<p><span class="newsdate">[05-Aug-2004]</span> The PHP-GTK Web site now features 
-    a regularly updated listing of documentation updates. The listing is 
-    displayed on the home page and is updated every night when the manual is 
-    updated from CVS. The updates are listed in reverse chronological order 
-    (the newest at the top), and the latest fifteen updates are shown at any 
-    given time. In addition, a <a href="docs-rss.php">documentation update 
-    feed</a> is available in RSS format.</p>
-
-<?php hdelim(); ?>
-
 <?php
 
 commonFooter();
http://cvs.php.net/viewcvs.cgi/php-gtk-web/news.rss?r1=1.24&r2=1.25&diff_format=u
Index: php-gtk-web/news.rss
diff -u php-gtk-web/news.rss:1.24 php-gtk-web/news.rss:1.25
--- php-gtk-web/news.rss:1.24	Mon Dec 12 13:47:39 2005
+++ php-gtk-web/news.rss	Mon Jan 23 16:06:19 2006
@@ -26,6 +26,30 @@
     </items>
 </channel>
 
+<item rdf:about="http://gtk.php.net/about/news-2006-01-23">
+ <title>PHP-GTK 2 Progress</title>
+ <link>http://gtk.php.net</link>
+ <description>
+Development of PHP-GTK 2 is steadily picking up pace. The last month has seen
+plenty of activity not only in commits to CVS but in other parts of the PHP-GTK
+2 community also:
+ - The PHP-GTK 2 documentation is filling out. More classes have been
+   documented and given examples (especially the GtkTree* classes).
+ - Source code highlighting has been added to the PHP-GTK 2 manual.
+ - Most of the get_size* methods have been implemented.
+ - 85% of all methods and properties have been implemented. The other 15% need
+   to be written by hand, and more are being added every week. (Some
+   automatically generated methods may not be implemented correctly and will
+   have to be re-written by hand. Therefore, the actual coverage figures may be
+   slightly lower than those above)
+ - The Gnope installer has been downloaded over 8000 times since its release
+   last month.
+ - Gtk2_PHPConfig an application that makes it easy to modify php.ini files,
+   has been proposed on PEAR by Anant Narayanan.
+ </description>
+ <dc:date>2006-01-23</dc:date>
+</item>
+
 <item rdf:about="http://gtk.php.net/about/news-2005-12-11">
  <title>Gnope 1.0 Released</title>
  <link>http://gtk.php.net</link>
@@ -199,11 +223,4 @@
     <dc:date>2004-11-12</dc:date>
 </item>
 
-<item rdf:about="http://gtk.php.net/download.php">
-    <title>PHP-GTK 1.0.1 released</title>
-    <link>http://gtk.php.net/download.php</link>
-    <description>PHP-GTK version 1.0.1 is the first release in nine months. However, this release is also proof that activity in the PHP-GTK camp has indeed increased and is rapidly moving along toward a stable PHP-GTK 2. PHP-GTK 1.0.1, affectionately termed the "you thought we were done?" version, implemented and exposed some new methods for GtkToolbar, reimplemented Gdk::cursor_new_from_pixmap() "so it actually works," and updated the build system. See the changelog for full details. In other news, the manual has been updated to include syntax highlighting (coloring) in the code examples.</description>
-    <dc:date>2004-08-09</dc:date>
-</item>
-
 </rdf:RDF>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.