cvs: php-gtk-web / index.php /include layout.php
[email protected] ("Andrei Zmievski")
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <cvsandrei996771652@cvsserver> |
andrei Thu Aug 2 13:00:52 2001 EDT
Modified files:
/php-gtk-web index.php
/php-gtk-web/include layout.php
Log:
Link to changelog.
Index: php-gtk-web/index.php
diff -u php-gtk-web/index.php:1.38 php-gtk-web/index.php:1.39
--- php-gtk-web/index.php:1.38 Thu Aug 2 01:44:55 2001
+++ php-gtk-web/index.php Thu Aug 2 13:00:52 2001
@@ -34,8 +34,9 @@
<h1>News</h1>
<P>
-<a href="download.php">PHP-GTK version 0.1</a> has been released. Win32
-binary version should be available a little later.
+<a href="/download.php">PHP-GTK version 0.1</a> has been released. Win32
+binary version should be available a little later. The list of changes can be
+found in <a href="/changelog.php">Change Log</a>.
</P>
<P>
@@ -57,9 +58,9 @@
<h1>Caveat</h1>
<P>
-This extension is still in early beta phase, so not all the features may work
-right now. If you have problems then your
-first port of call should be the manual and the mailing list.
+This extension is under development, so not all the features present in Gtk+
+toolkit may work right now. If you have problems or questions then your first
+port of call should be the manual and the mailing list.
</P>
<P>
Any serious php-gtk related questions should be sent to
Index: php-gtk-web/include/layout.php
diff -u php-gtk-web/include/layout.php:1.8 php-gtk-web/include/layout.php:1.9
--- php-gtk-web/include/layout.php:1.8 Sat Jul 7 23:46:03 2001
+++ php-gtk-web/include/layout.php Thu Aug 2 13:00:52 2001
@@ -1,5 +1,5 @@
<?php
-/* $Id: layout.php,v 1.8 2001/07/08 03:46:03 cmv Exp $ */
+/* $Id: layout.php,v 1.9 2001/08/02 17:00:52 andrei Exp $ */
# spacer()
@@ -197,6 +197,8 @@
print_link('/manual/en/', 'documentation', false, 'class="menuBlack"');
echo delim();
print_link('/faq.php', 'faq', false, 'class="menuBlack"');
+ echo delim();
+ print_link('/changelog.php', 'changelog', false, 'class="menuBlack"');
echo delim();
print_link('/resources.php', 'resources', false, 'class="menuBlack"');
?> <br>