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

[email protected] ("Scott Mattocks")
Newsgroups php.gtk.webmaster
Message-ID <cvsscottmattocks1141160586@cvsserver>
scottmattocks		Tue Feb 28 21:03:06 2006 UTC

  Modified files:              
    /php-gtk-web	index.php news.rss 
  Log:
  February news items.
  
http://cvs.php.net/viewcvs.cgi/php-gtk-web/index.php?r1=1.102&r2=1.103&diff_format=u
Index: php-gtk-web/index.php
diff -u php-gtk-web/index.php:1.102 php-gtk-web/index.php:1.103
--- php-gtk-web/index.php:1.102	Wed Feb  1 06:47:35 2006
+++ php-gtk-web/index.php	Tue Feb 28 21:03:05 2006
@@ -1,6 +1,6 @@
 <?php
 /*
- * $Id: index.php,v 1.102 2006/02/01 06:47:35 cweiske Exp $ 
+ * $Id: index.php,v 1.103 2006/02/28 21:03:05 scottmattocks Exp $ 
  */
 
 // Start output buffering in order to grab the data from the documentation
@@ -56,6 +56,30 @@
 
 ?>
 
+<h1>Moving toward a release of PHP-GTK 2</h1>
+
+<p><span class="newsdate">[28-Feb-2006]</span>
+This month PHP-GTK 2 has continued its march toward an initial release. Andrei 
+has been working through bug fixes and 
+<a href="http://cvs.php.net/viewcvs.cgi/php-gtk/ChangeLog?view=log">implementing new features</a>. 
+Recently he added the ability to use GtkListStores and GtkTreeStores as if 
+they were 
+<a href="http://marc.theaimsgroup.com/?l=php-gtk-general&m=114029530823343&w=2">iterators or arrays</a>. 
+This makes it much easier to work with data models for GtkTreeView and 
+GtkComboBox. The documentation team has been working hard to fill out the docs.
+Several new pages have been added and the PHP-GTK 2 docs will soon make their 
+first appearance on the PHP-GTK website.
+</p>
+<p>
+Even though PHP-GTK 2 is not quite stable yet, several applications have been 
+developed using the CVS version. There are now four PHP-GTK 2 packages 
+available on PEAR including the newly added 
+<a href="http://pear.php.net/package/Gtk2_ScrollingLabel">Gtk2_ScrollingLabel</a> 
+and <a href="http://pear.php.net/package/Gtk2_PHPConfig">Gtk2_PHPConfig</a>. 
+Christian Weiske has released the first game developed with PHP-GTK 2: 
+<a href="http://www.gnope.org/pearfront/index.php?package=Game_Minesweeper">Minesweeper</a>.
+</p>
+
 <h1>PHP-GTK 2 Progress</h1>
 
 <p><span class="newsdate">[23-Jan-2006]</span>
@@ -295,26 +319,6 @@
 
 <?php hdelim(); ?>
 
-
-<h1>PHP-GTK 1.0.1 released</h1>
-
-<p><span class="newsdate">[09-Aug-2004]</span> <a href="/download.php">PHP-GTK 
-    version 1.0.1</a> is the first release in nine months. However, this 
-    release is also the proof that activity in the PHP-GTK camp has indeed 
-    increased and is rapidly moving along toward a stable PHP-GTK 2.</p>
-
-<p>PHP-GTK 1.0.1, affectionately termed the "you thought we were done?" version, 
-    implements and exposes some new methods for 
-    <a href="/manual/en/gtk.gtktoolbar.php">GtkToolbar</a>, reimplements 
-    Gdk::cursor_new_from_pixmap() "so it actually works," and has various tweaks
-    to the build system. Note that this version requires PHP 4.3.x to build. See
-    the <a href="/changelog.php#1.0.1">changelog</a> for full details.</a>
-
-<p>In other news, the <a href="/manual/">manual</a> has been updated to 
-   include syntax highlighting (coloring) in the code examples.</p>
-
-<?php hdelim(); ?>
-
 <?php
 
 commonFooter();
http://cvs.php.net/viewcvs.cgi/php-gtk-web/news.rss?r1=1.25&r2=1.26&diff_format=u
Index: php-gtk-web/news.rss
diff -u php-gtk-web/news.rss:1.25 php-gtk-web/news.rss:1.26
--- php-gtk-web/news.rss:1.25	Mon Jan 23 16:06:19 2006
+++ php-gtk-web/news.rss	Tue Feb 28 21:03:05 2006
@@ -26,6 +26,27 @@
     </items>
 </channel>
 
+<item rdf:about="http://gtk.php.net/about/news-2006-02-28">
+ <title>Moving toward a release of PHP-GTK 2</title>
+ <link>http://gtk.php.net</link>
+ <description>
+This month PHP-GTK 2 has continued its march toward an initial release. Andrei
+has been working through bug fixes and implementing new features. Recently he 
+added the ability to use GtkListStores and GtkTreeStores as if they were 
+iterators or arrays. This makes it much easier to work with data models for 
+GtkTreeView and GtkComboBox. The documentation team has been working hard to 
+fill out the docs. Several new pages have been added and the PHP-GTK 2 docs 
+will soon make their first appearance on the PHP-GTK website.
+
+Even though PHP-GTK 2 is not quite stable yet, several applications have been 
+developed using the CVS version. There are now four PHP-GTK 2 packages 
+available on PEAR including the newly added Gtk2_ScrollingLabel and 
+Gtk2_PHPConfig. Christian Weiske has released the first game developed with 
+PHP-GTK 2: Minesweeper. 
+ </description>
+ <dc:date>2006-02-28</dc:date>
+</item>
+
 <item rdf:about="http://gtk.php.net/about/news-2006-01-23">
  <title>PHP-GTK 2 Progress</title>
  <link>http://gtk.php.net</link>
@@ -216,11 +237,4 @@
     <dc:date>2004-12-20</dc:date>
 </item>
 
-<item rdf:about="http://gtk.php.net/about/news-2004-11-12">
-    <title>Small steps into a better world</title>
-    <link>http://gtk.php.net/</link>
-    <description>While work continues on PHP-GTK 2, there has been some big news with PHP-GTK 1. The continuing documentation efforts have produced two new tutorials and lots of new doc pages. To go along with all of the new documentation, Christian Weiske has released manualBrowser, a PHP-GTK application to make it easier to read and search the docs offline. The folks over at PEAR have even jumped on the PHP-GTK bandwagon. There are two new gtk classes and a new PHP-GTK interface for PHPUnit.</description>
-    <dc:date>2004-11-12</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.