cvs: php-gtk-web / docs.php faq.php resources.php /include layout.php

[email protected] ("Andrei Zmievski") Mon, 02 Oct 2006 05:36:52 -0000
Newsgroups php.gtk.webmaster
Message-ID <cvsandrei1159767412@cvsserver>
andrei		Mon Oct  2 05:36:52 2006 UTC

  Modified files:              
    /php-gtk-web	docs.php faq.php resources.php 
    /php-gtk-web/include	layout.php 
  Log:
  Comment out references to our wiki
  
  
http://cvs.php.net/viewvc.cgi/php-gtk-web/docs.php?r1=1.14&r2=1.15&diff_format=u
Index: php-gtk-web/docs.php
diff -u php-gtk-web/docs.php:1.14 php-gtk-web/docs.php:1.15
--- php-gtk-web/docs.php:1.14	Sat Apr  8 17:25:25 2006
+++ php-gtk-web/docs.php	Mon Oct  2 05:36:52 2006
@@ -1,6 +1,6 @@
 <?php
 /*
- * $Id: docs.php,v 1.14 2006/04/08 17:25:25 sfox Exp $ 
+ * $Id: docs.php,v 1.15 2006/10/02 05:36:52 andrei Exp $ 
  */
 
 // Start output buffering in order to grab the data from the documentation
@@ -24,8 +24,10 @@
     information and those questions that seem to be on most people&#8217;s 
     minds.</p>
 
+<!--
 <p>The <a href="/wiki/">PHP-GTK Wiki</a> also provides an <a href="/wiki/PhpGtk/PhpGtkFaq">extended 
     FAQ</a> section.</p>
+-->
 
 <h3>Changelog</h3>
 <p>You can also find the <a href="/changelog.php">PHP-GTK Changelog</a> useful, 
http://cvs.php.net/viewvc.cgi/php-gtk-web/faq.php?r1=1.25&r2=1.26&diff_format=u
Index: php-gtk-web/faq.php
diff -u php-gtk-web/faq.php:1.25 php-gtk-web/faq.php:1.26
--- php-gtk-web/faq.php:1.25	Thu Jul 13 05:33:32 2006
+++ php-gtk-web/faq.php	Mon Oct  2 05:36:52 2006
@@ -156,8 +156,10 @@
   <li>If you are planning to launch on an association, decide which extension you
   want to use for your scripts. Be aware that other applications register .php, so
   something like .php-gtk might be a better option.</li>
+  <!--
   <li>Check out the Code Snippets and Code Hints on the
   <a href="http://gtk.php.net/wiki/">PHP-GTK Wiki page</a>.</li>
+  -->
   <li>You can set your scripts to use Win32 themes, courtesy of Christian Weiske.
   Check out the info page at:<br/>
   <a href="http://www.cweiske.de/phpgtk_themes.htm ">http://www.cweiske.de/phpgtk_themes.htm </a></li>
http://cvs.php.net/viewvc.cgi/php-gtk-web/resources.php?r1=1.45&r2=1.46&diff_format=u
Index: php-gtk-web/resources.php
diff -u php-gtk-web/resources.php:1.45 php-gtk-web/resources.php:1.46
--- php-gtk-web/resources.php:1.45	Mon Aug  7 17:00:21 2006
+++ php-gtk-web/resources.php	Mon Oct  2 05:36:52 2006
@@ -97,9 +97,11 @@
 <h3>Documentation/Help</h3>
 
 <ul>
+<!--
 <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><?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>
http://cvs.php.net/viewvc.cgi/php-gtk-web/include/layout.php?r1=1.63&r2=1.64&diff_format=u
Index: php-gtk-web/include/layout.php
diff -u php-gtk-web/include/layout.php:1.63 php-gtk-web/include/layout.php:1.64
--- php-gtk-web/include/layout.php:1.63	Thu Aug 10 15:01:05 2006
+++ php-gtk-web/include/layout.php	Mon Oct  2 05:36:52 2006
@@ -1,5 +1,5 @@
 <?php
-/* $Id: layout.php,v 1.63 2006/08/10 15:01:05 cweiske Exp $ */
+/* $Id: layout.php,v 1.64 2006/10/02 05:36:52 andrei Exp $ */
 
 # spacer()
 # print a IMG tag for a sized spacer GIF
@@ -166,8 +166,10 @@
      echo delim();
      print_link('/docs.php', 'documentation', false, 'class="menuBlack"');
      echo delim();
+     /*
      print_link('/wiki/Main/HomePage', 'wiki', false, 'class="menuBlack"');
      echo delim();
+     */
      print_link('/apps/', 'applications', false, 'class="menuBlack"');
      echo delim();
      print_link('/faq.php', 'faq', false, 'class="menuBlack"');
@@ -197,7 +199,6 @@
     'manual' => 'PHP-GTK 2 manual',
     'manual1' => 'PHP-GTK 1 manual',
     'whole-site' => 'whole site',
-    'wiki' => 'wiki',
     'php-gtk-general-list' => 'general mailing list',
     'php-gtk-dev-list' => 'development mailing list',
     'php-gtk-doc-list' => 'documentation mailing list'