cvs: php-gtk-web / changelog.php download.php faq.php index.php resources.php /include layout.php

[email protected] ("Christian Weiske") Thu, 13 Jul 2006 05:33:32 -0000
Newsgroups php.gtk.webmaster
Message-ID <cvscweiske1152768812@cvsserver>
cweiske		Thu Jul 13 05:33:32 2006 UTC

  Modified files:              
    /php-gtk-web	changelog.php download.php faq.php index.php 
                	resources.php 
    /php-gtk-web/include	layout.php 
  Log:
  Moving to XHTML 1.0 transitional and fixing some
  tag problems. Manual is to come.
cweiske-20060713053332.txt (text/plain, 13.7 KB)
http://cvs.php.net/viewvc.cgi/php-gtk-web/changelog.php?r1=1.13&r2=1.14&diff_format=u
Index: php-gtk-web/changelog.php
diff -u php-gtk-web/changelog.php:1.13 php-gtk-web/changelog.php:1.14
--- php-gtk-web/changelog.php:1.13	Thu Apr 13 17:06:39 2006
+++ php-gtk-web/changelog.php	Thu Jul 13 05:33:32 2006
@@ -10,7 +10,7 @@
 <h3>Version 1.0.1 "you thought we were done?"</h3>
 <b>09-Aug-2004</b>
 <ul>
-<li>buildconf script now takes an optional --with-phpize=<path> option to specify the location of phpize script. (Andrei)</li>
+<li>buildconf script now takes an optional --with-phpize=&lt;path&gt; option to specify the location of phpize script. (Andrei)</li>
 <li>removed support for old build system. PHP 4.3.x is now required to build PHP-GTK. (Andrei)</li>
 <li>implemented append_element(), prepend_element(), insert_element(), append_item(), prepend_item(), and insert_item() methods of GtkToolbar class. (Andrei)</li>
 <li>exposed the following (read-only) GtkToolbar properties: (Andrei)
http://cvs.php.net/viewvc.cgi/php-gtk-web/download.php?r1=1.37&r2=1.38&diff_format=u
Index: php-gtk-web/download.php
diff -u php-gtk-web/download.php:1.37 php-gtk-web/download.php:1.38
--- php-gtk-web/download.php:1.37	Thu Apr 13 17:06:39 2006
+++ php-gtk-web/download.php	Thu Jul 13 05:33:32 2006
@@ -19,20 +19,20 @@
 <h2>Latest Stable Release</h2>
 
 <ul>
-<li><?php print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-1.0.2.tar.gz', 'php-gtk-1.0.2 Source'); ?> - 15-Jul-2005<br>
+<li><?php print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-1.0.2.tar.gz', 'php-gtk-1.0.2 Source'); ?> - 15-Jul-2005</li>
 
-<li><?php print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-1.0.1.tar.gz', 'php-gtk-1.0.1 Source'); ?> - 09-Aug-2004<br>
+<li><?php print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-1.0.1.tar.gz', 'php-gtk-1.0.1 Source'); ?> - 09-Aug-2004</li>
 
 <!-- Bump off list
-<li><?php print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-1.0.0.tar.gz', 'php-gtk-1.0.0 Source'); ?> - 23-Oct-2003<br>
+<li><?php print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-1.0.0.tar.gz', 'php-gtk-1.0.0 Source'); ?> - 23-Oct-2003</li>
 -->
 
-<li><?php print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-1.0.2-win32.zip', 'php-gtk-1.0.2 Windows and PHP Binaries'); ?> - 15-Jul-2005<br>
+<li><?php print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-1.0.2-win32.zip', 'php-gtk-1.0.2 Windows and PHP Binaries'); ?> - 15-Jul-2005</li>
 
-<li><?php print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-1.0.1a-win32.zip', 'php-gtk-1.0.1a Windows and PHP Binaries'); ?> - 25-Aug-2004<br>
+<li><?php print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-1.0.1a-win32.zip', 'php-gtk-1.0.1a Windows and PHP Binaries'); ?> - 25-Aug-2004</li>
 
 <li><?php print_link('http://gtk.php.net/do_download.php?download_file=php-gtk-1.0.0-win32.zip', 
-	'php-gtk-1.0.0 Windows and PHP Binaries including ComboButton, Extra, libGlade, Scintilla, Spaned, SQPane'); ?> - 23-Oct-2003<br>
+	'php-gtk-1.0.0 Windows and PHP Binaries including ComboButton, Extra, libGlade, Scintilla, Spaned, SQPane'); ?> - 23-Oct-2003</li>
 
 
 </ul>
@@ -47,22 +47,25 @@
 <ul>
 
 <li>
-Log in to the PHP anonymous CVS server (use <B>phpfi</B> as the password):
+Log in to the PHP anonymous CVS server (use <b>phpfi</b> as the password):
 <pre>
 cvs -d :pserver:[email protected]:/repository login
 </pre>
+</li>
 
 <li>
 Obtain the PHP-GTK tree:
 <pre>
 cvs -d :pserver:[email protected]:/repository co -r PHP_GTK_1 php-gtk
 </pre>
+</li>
 
 <li>
 Move into the source tree:
 <pre>
 cd php-gtk
 </pre>
+</li>
 
 <li>
 Configure and install:
@@ -72,6 +75,7 @@
 make
 make install
 </pre>
+</li>
 
 </ul>
 
http://cvs.php.net/viewvc.cgi/php-gtk-web/faq.php?r1=1.24&r2=1.25&diff_format=u
Index: php-gtk-web/faq.php
diff -u php-gtk-web/faq.php:1.24 php-gtk-web/faq.php:1.25
--- php-gtk-web/faq.php:1.24	Fri Apr 14 03:31:43 2006
+++ php-gtk-web/faq.php	Thu Jul 13 05:33:32 2006
@@ -99,17 +99,23 @@
 </p>
 <p>
  To avoid the DOS box, you can use the php_win executable, provided in the install file:
+</p>
 <pre>
 c:\php4\php_win c:\php4\test\hello.php
 </pre>
+<p>
 or
+</p>
 <pre>
 start c:\php4\php_win c:\php4\test\hello.php
 </pre>
+<p>
 or
+</p>
 <pre>
 c:\php4\php_win -c \php4\php.ini -f c:\php4\test\hello.php
 </pre>
+<p>
 If you have installed your php.ini file in your Windows directory, the -c option
 can be dropped. For more information on command line options, see
 <a href="http://www.php.net/manual/en/features.commandline.php">'Using PHP from
http://cvs.php.net/viewvc.cgi/php-gtk-web/index.php?r1=1.116&r2=1.117&diff_format=u
Index: php-gtk-web/index.php
diff -u php-gtk-web/index.php:1.116 php-gtk-web/index.php:1.117
--- php-gtk-web/index.php:1.116	Mon Jul 10 20:43:38 2006
+++ php-gtk-web/index.php	Thu Jul 13 05:33:32 2006
@@ -1,6 +1,6 @@
 <?php
 /*
- * $Id: index.php,v 1.116 2006/07/10 20:43:38 scottmattocks Exp $ 
+ * $Id: index.php,v 1.117 2006/07/13 05:33:32 cweiske Exp $ 
  */
 
 // Start output buffering in order to grab the data from the documentation
@@ -144,6 +144,8 @@
 make installation of PHP-GTK2 and PHP-GTK2 applications quick and easy. For
 more information or to download Gnope visit 
 <a href="http://www.gnope.org">http://www.gnope.org</a>.
+</p>
+
 <?php hdelim(); ?>
 
 <h1>October News</h1>
@@ -295,7 +297,7 @@
    to help PHP-GTK developers write cleaner, more stable code. The folks 
    over at Zend have recognized everyone who has contributed to PHP-GTK 
    development, documentation or the web site by adding them to the "<a 
-   href="http://www.zend.com/pear/whoiswho.php">Zend Who's Who of PHP</a>".<p>
+   href="http://www.zend.com/pear/whoiswho.php">Zend Who's Who of PHP</a>".</p>
 
 <p>In other news, the GDK section of the manual has been completely 
    translated into <a href="http://gtk.php.net/manual1/ru/">Russian</a>.</p>
http://cvs.php.net/viewvc.cgi/php-gtk-web/resources.php?r1=1.39&r2=1.40&diff_format=u
Index: php-gtk-web/resources.php
diff -u php-gtk-web/resources.php:1.39 php-gtk-web/resources.php:1.40
--- php-gtk-web/resources.php:1.39	Thu Jun  8 13:49:39 2006
+++ php-gtk-web/resources.php	Thu Jul 13 05:33:32 2006
@@ -6,11 +6,11 @@
 
 <h1>Resources</h1>
 
-<P>
+<p>
 There are various resources for PHP-GTK.  Below are 
 listed the ones that we are aware of.  If you know of others 
-please <? print_email('[email protected]', 'email the webmaster'); ?>.
-</P>
+please <?php print_email('[email protected]', 'email the webmaster'); ?>.
+</p>
 
 <a name="lists"></a>
 <h2>Mailing Lists</h2>
@@ -18,7 +18,7 @@
 <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.
+to the address listed in the SUBSCRIBE column.</p>
 
 <table style="border: 1px solid black; text-align: left;" rules="all">
  <thead>
@@ -68,15 +68,15 @@
   </tr>
  </tbody>
 </table>
-</p>
+
 
 <a name="irc"></a>
 <h2>IRC</h2>
 
-<P>
-The <B>#php-gtk</B> IRC channel on Freenode has a few regulars who can most
+<p>
+The <b>#php-gtk</b> IRC channel on Freenode has a few regulars who can most
 likely answer the questions you have.
-</P>
+</p>
 
 <a name="sites"></a>
 <h2>Sites</h2>
@@ -84,43 +84,43 @@
 <h3>Applications/Code</h3>
 
 <ul>
-<li><? print_link('http://www.cweiske.de/phpgtk.htm', 'PHP-GTK Application Downloads at cweiske.de') ?><br />
+<li><?php 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.gnope.org', 'Gnope.org'); ?><br />
+<li><?php 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://pear.php.net/search.php?q=gtk2&in=packages', 'PEAR PHP-GTK 2 Packages'); ?><br />
+<li><?php print_link('http://pear.php.net/search.php?q=gtk2&amp;in=packages', 'PEAR PHP-GTK 2 Packages'); ?><br />
 PHP-GTK 2 packages available from PEAR.</li>
 </ul>
 
 <h3>Documentation/Help</h3>
 
 <ul>
-<li><? print_link('http://gtk.php.net/wiki/', 'PHP-GTK Wiki') ?><br />
+<li><?php 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 />
+<li><?php 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 />
+<li><?php 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 />
+<li><?php 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.
+<li><?php print_link('http://crisscott.com/category/php-gtk/', 'Crisscott.com'); ?><br />
+PHP-GTK weekly news summaries.</li>
 </ul>
 
 <h3>Regional Portals</h3>
 
 <ul>
-<li><? print_link('http://www.php-gtk.com.br/', 'Brazilian PHP-GTK Community Portal'); ?></li>
+<li><?php 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>
+<li><?php print_link('http://www.php-gtk2.de', 'German PHP-GTK 2 Portal'); ?></li>
 </ul>
 
 <a name="onlinearticles"></a>
@@ -128,19 +128,19 @@
 
 <ul>
 
-<li>&quot;<? print_link('http://www.devx.com/opensource/Article/21235/0',
+<li>&quot;<?php print_link('http://www.devx.com/opensource/Article/21235/0',
                    'Develop Desktop GUI Apps with PHP-GTK, the Standalone PHP'); ?>&quot;
     by Gregory L. Magnusson</li>
 
-<li>&quot;<? print_link('http://www.goldweb.com.au/~davidj/articles/html/1.html',
+<li>&quot;<?php print_link('http://www.goldweb.com.au/~davidj/articles/html/1.html',
                    'Introductory PHP-GTK'); ?>&quot; 
     by David Jorm</li>
 
-<li>&quot;<? print_link('http://www.webmasterbase.com/article/697',
+<li>&quot;<?php print_link('http://www.webmasterbase.com/article/697',
                    'Build Cross-Platform Windowed Apps with PHP'); ?>&quot;
     by Mitchell Harper</li>
 
-<li>&quot;<? print_link('http://products.magnet-i.com/phpgale/php-gtk_endliess_possibilities.pdf',
+<li>&quot;<?php print_link('http://products.magnet-i.com/phpgale/php-gtk_endliess_possibilities.pdf',
                    'PHP-GTK: Endless Possibilities') ?>&quot;
     by Nirav Mehta, Vaishali Master, and Piyush Shah</li>
 
http://cvs.php.net/viewvc.cgi/php-gtk-web/include/layout.php?r1=1.59&r2=1.60&diff_format=u
Index: php-gtk-web/include/layout.php
diff -u php-gtk-web/include/layout.php:1.59 php-gtk-web/include/layout.php:1.60
--- php-gtk-web/include/layout.php:1.59	Tue Jul 11 12:55:16 2006
+++ php-gtk-web/include/layout.php	Thu Jul 13 05:33:32 2006
@@ -1,5 +1,5 @@
 <?php
-/* $Id: layout.php,v 1.59 2006/07/11 12:55:16 scottmattocks Exp $ */
+/* $Id: layout.php,v 1.60 2006/07/13 05:33:32 cweiske Exp $ */
 
 # spacer()
 # print a IMG tag for a sized spacer GIF
@@ -135,15 +135,15 @@
 	global $SIDEBAR_DATA;
 	ob_start();
 ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-          "http://www.w3.org/TR/html4/loose.dtd">
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "DTD/xhtml-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
  <title>PHP-GTK<?php if ($title) { echo ' : '.$title; } ?></title>
- <link rel="stylesheet" href="/style.css">
- <link rel="stylesheet" href="/style-highlight.css">
- <link rel="shortcut icon" href="/gifs/favicon.ico">
+ <link rel="stylesheet" href="/style.css" />
+ <link rel="stylesheet" href="/style-highlight.css" />
+ <link rel="shortcut icon" href="/gifs/favicon.ico" />
 </head>
 
 <body bgcolor="#FFFFFF" text="#000000" link="#000099" alink="#0000FF" vlink="#000099">
@@ -153,14 +153,14 @@
    <td align="left" rowspan="2">
     <?php print_link('/', make_image('php-gtk.gif', 'PHP-GTK', false, 'vspace="2" hspace="2"')); ?><br />
    </td>
-   <td align="right" valign="top" nowrap>
+   <td align="right" valign="top" style="white-space: nowrap">
     <font color="#FFFFFF">
      <b><?php echo strftime("%A, %B %d, %Y"); ?></b>&nbsp;<br />
     </font>
    </td>
   </tr>
   <tr bgcolor="#0099CC">
-   <td align="right" valign="bottom" nowrap>
+   <td align="right" valign="bottom" style="white-space: nowrap">
     <?php
      print_link('/download.php', 'download', false, 'class="menuBlack"');
      echo delim();
@@ -185,7 +185,7 @@
   </tr>
   <tr bgcolor="#000033"><td colspan="2"><?php spacer(1, 1); ?><br /></td></tr>
   <tr bgcolor="#006699">
-   <td align="right" valign="top" colspan="2" nowrap>
+   <td align="right" valign="top" colspan="2" style="white-space: nowrap">
     <form method="post" action="/search.php" style="display:inline">
       <font color="#FFFFFF">
        <small>search for</small>