cvs: php-gtk-web / admin-login.php docs-rss.php docs.php download-docs.php faq.php index.php phpinfo.php search.php source.php /error index.php /gifs index.php /include index.php layout.php shared-manual1.inc
[email protected] ("Steph Fox")
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvssfox1143464889@cvsserver> |
sfox Mon Mar 27 13:08:09 2006 UTC
Added files:
/php-gtk-web/gifs index.php
Removed files:
/php-gtk-web phpinfo.php
Modified files:
/php-gtk-web admin-login.php docs-rss.php docs.php
download-docs.php faq.php index.php search.php
source.php
/php-gtk-web/error index.php
/php-gtk-web/include index.php layout.php shared-manual1.inc
Log:
Everything needs to point to manual1 dir at present while we work on making v2 publicly available
sfox-20060327130809.txt
(text/plain, 12.5 KB)
http://cvs.php.net/viewcvs.cgi/php-gtk-web/admin-login.php?r1=1.7&r2=1.8&diff_format=u
Index: php-gtk-web/admin-login.php
diff -u php-gtk-web/admin-login.php:1.7 php-gtk-web/admin-login.php:1.8
--- php-gtk-web/admin-login.php:1.7 Tue Aug 9 18:46:48 2005
+++ php-gtk-web/admin-login.php Mon Mar 27 13:08:09 2006
@@ -21,7 +21,7 @@
<br>
<ul>
<li><a href='/apps/admin-apps.php'>Application Administration</a><br><br>
- <li><a href='/manual/admin-notes.php'>Notes Administration</a>
+ <li><a href='/manual1/admin-notes.php'>Notes Administration</a>
</ul>
");
http://cvs.php.net/viewcvs.cgi/php-gtk-web/docs-rss.php?r1=1.2&r2=1.3&diff_format=u
Index: php-gtk-web/docs-rss.php
diff -u php-gtk-web/docs-rss.php:1.2 php-gtk-web/docs-rss.php:1.3
--- php-gtk-web/docs-rss.php:1.2 Thu Sep 9 00:47:30 2004
+++ php-gtk-web/docs-rss.php Mon Mar 27 13:08:09 2006
@@ -1,6 +1,6 @@
<?php
/*
- * $Id: docs-rss.php,v 1.2 2004/09/09 00:47:30 ramsey Exp $
+ * $Id: docs-rss.php,v 1.3 2006/03/27 13:08:09 sfox Exp $
*/
// Send the appropriate header
@@ -24,9 +24,9 @@
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
-<channel rdf:about="http://gtk.php.net/manual">
+<channel rdf:about="http://gtk.php.net/manual1">
<title>PHP-GTK Manual</title>
- <link>http://gtk.php.net/manual</link>
+ <link>http://gtk.php.net/manual1</link>
<description>The PHP-GTK on-line manual</description>
<items>
<rdf:Seq>
http://cvs.php.net/viewcvs.cgi/php-gtk-web/docs.php?r1=1.11&r2=1.12&diff_format=u
Index: php-gtk-web/docs.php
diff -u php-gtk-web/docs.php:1.11 php-gtk-web/docs.php:1.12
--- php-gtk-web/docs.php:1.11 Wed Aug 4 02:48:57 2004
+++ php-gtk-web/docs.php Mon Mar 27 13:08:09 2006
@@ -1,6 +1,6 @@
<?php
/*
- * $Id: docs.php,v 1.11 2004/08/04 02:48:57 andrei Exp $
+ * $Id: docs.php,v 1.12 2006/03/27 13:08:09 sfox Exp $
*/
// Start output buffering in order to grab the data from the documentation
@@ -38,7 +38,7 @@
<h3>Sample Code</h3>
<p>Sample code and example scripts are often the best way to learn PHP-GTK.
- The manual comes complete with a <a href="/manual/en/tutorials.php">Tutorials
+ The manual comes complete with a <a href="/manual1/en/tutorials.php">Tutorials
section</a> that contains some sample code. However, the Wiki also has a
<a href="/wiki/Code">code section</a> dedicated to samples.</p>
EOF;
@@ -71,7 +71,7 @@
$lastlang = count($man_languages) - 1;
foreach ($man_languages as $langnum => $langcode) {
- echo '<a href="/manual/'.$langcode.'/">'.$LANGUAGES[$langcode].'</a>';
+ echo '<a href="/manual1/'.$langcode.'/">'.$LANGUAGES[$langcode].'</a>';
echo ($lastlang != $langnum) ? ", " : "";
}
@@ -84,7 +84,7 @@
<?php
foreach ($man_languages as $langnum => $langcode) {
- echo '<a href="/manual/'.$langcode.'/html/">'.$LANGUAGES[$langcode].'</a>';
+ echo '<a href="/manual1/'.$langcode.'/html/">'.$LANGUAGES[$langcode].'</a>';
echo ($lastlang != $langnum) ? ", " : "";
}
http://cvs.php.net/viewcvs.cgi/php-gtk-web/download-docs.php?r1=1.6&r2=1.7&diff_format=u
Index: php-gtk-web/download-docs.php
diff -u php-gtk-web/download-docs.php:1.6 php-gtk-web/download-docs.php:1.7
--- php-gtk-web/download-docs.php:1.6 Mon May 12 01:40:04 2003
+++ php-gtk-web/download-docs.php Mon Mar 27 13:08:09 2006
@@ -69,14 +69,14 @@
echo "<td align=\"center\" bgcolor=\"#eeeeee\">";
$link_to = "";
- if (file_exists("manual/$langcode/$fn")) {
- $link_to = "manual/$langcode/$fn";
+ if (file_exists("manual1/$langcode/$fn")) {
+ $link_to = "manual1/$langcode/$fn";
}
- elseif (file_exists("distributions/manual/php_gtk_manual_$langcode.$details[1]")) {
- $link_to = "distributions/manual/php_gtk_manual_$langcode.$details[1]";
+ elseif (file_exists("distributions/manual1/php_gtk_manual_$langcode.$details[1]")) {
+ $link_to = "distributions/manual1/php_gtk_manual_$langcode.$details[1]";
}
- elseif (file_exists("distributions/manual/manual-$langcode.$details[1]")) {
- $link_to = "distributions/manual/manual-$langcode.$details[1]";
+ elseif (file_exists("distributions/manual1/manual-$langcode.$details[1]")) {
+ $link_to = "distributions/manual1/manual-$langcode.$details[1]";
}
if (!$link_to) {
http://cvs.php.net/viewcvs.cgi/php-gtk-web/faq.php?r1=1.20&r2=1.21&diff_format=u
Index: php-gtk-web/faq.php
diff -u php-gtk-web/faq.php:1.20 php-gtk-web/faq.php:1.21
--- php-gtk-web/faq.php:1.20 Tue Jul 5 18:03:38 2005
+++ php-gtk-web/faq.php Mon Mar 27 13:08:09 2006
@@ -94,7 +94,7 @@
<dd><p>or:</p>
<dd><p>c:\php4\php_win -c \php4\php.ini -f c:\php4\test\hello.php</p></dl>
<dd><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://us3.php.net/manual/en/features.commandline.php">'Using PHP from the command line'</a>
+information on command line options, see <a href="http://www.php.net/manual/en/features.commandline.php">'Using PHP from the command line'</a>
on the main PHP site.)</p>
<DD><P>
<B>Troubleshooting:</B>
@@ -127,7 +127,7 @@
<li>Install the <a href="http://www.cweiske.de/phpgtk_apps.htm#phpgtklauncher">php-gtk launcher</a>. It
handles many of the Windows directory issues and provides a series of PHP-GTK icons. Also from Christian.
<li>Consider using Glade/XML for setting up your screens and reducing maintenance time.
- <dl><dd>- Start with the info page at: <a href="http://gtk.php.net/manual/en/glade.gladexml.php">http://gtk.php.net/manual/en/glade.gladexml.php</a>.</dl>
+ <dl><dd>- Start with the info page at: <a href="http://gtk.php.net/manual1/en/glade.gladexml.php">http://gtk.php.net/manual1/en/glade.gladexml.php</a>.</dl>
<br>
</UL>
http://cvs.php.net/viewcvs.cgi/php-gtk-web/index.php?r1=1.104&r2=1.105&diff_format=u
Index: php-gtk-web/index.php
diff -u php-gtk-web/index.php:1.104 php-gtk-web/index.php:1.105
--- php-gtk-web/index.php:1.104 Wed Mar 1 13:36:59 2006
+++ php-gtk-web/index.php Mon Mar 27 13:08:09 2006
@@ -1,6 +1,6 @@
<?php
/*
- * $Id: index.php,v 1.104 2006/03/01 13:36:59 scottmattocks Exp $
+ * $Id: index.php,v 1.105 2006/03/27 13:08:09 sfox Exp $
*/
// Start output buffering in order to grab the data from the documentation
@@ -271,7 +271,7 @@
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/manual/ru/">Russian</a>.</p>
+ translated into <a href="http://gtk.php.net/manual1/ru/">Russian</a>.</p>
<?php hdelim(); ?>
@@ -292,7 +292,7 @@
first.</p>
<p>On the international level, PHP-GTK documentation is being translated
- into <a href="http://gtk.php.net/manual/ru/">Russian</a> thanks to the
+ into <a href="http://gtk.php.net/manual1/ru/">Russian</a> thanks to the
work of Andrew Krasnyansky. Also, the organizers of the International
PHP Conference have put out a <a
href="http://www.phpconference.com/konferenzen/divers/psecom,id,191,nodeid,240.html">call
@@ -307,7 +307,7 @@
<a href="http://gtk.php.net/wiki/PhpGtk/Php-Gtk2">PHP-GTK 2</a>, there
has been some big news with PHP-GTK 1. The continuing documentation
efforts have produced
- <a href="http://gtk.php.net/manual/en/tutorials.php">two new tutorials</a>
+ <a href="http://gtk.php.net/manual1/en/tutorials.php">two new tutorials</a>
and lots of new doc pages. To go along with all of the new documentation,
Christian Weiske has released
<a href="http://www.cweiske.de/phpgtk_coders.htm#manualbrowser">manualBrowser</a>,
http://cvs.php.net/viewcvs.cgi/php-gtk-web/search.php?r1=1.10&r2=1.11&diff_format=u
Index: php-gtk-web/search.php
diff -u php-gtk-web/search.php:1.10 php-gtk-web/search.php:1.11
--- php-gtk-web/search.php:1.10 Thu Nov 11 23:37:45 2004
+++ php-gtk-web/search.php Mon Mar 27 13:08:09 2006
@@ -8,8 +8,8 @@
$show = $_POST['show'];
if(isset($pattern) && ($pattern) && isset($show) && ($show == "manual")) {
- /* ALTER FOR LOCAL $location = "manual-lookup.php"; */
- $location = "/manual-lookup.php";
+ /* ALTER FOR LOCAL $location = "manual1-lookup.php"; */
+ $location = "/manual1-lookup.php";
$query = "function=".urlencode($pattern);
Header("Location: ".$location."?".$query);
exit;
http://cvs.php.net/viewcvs.cgi/php-gtk-web/source.php?r1=1.5&r2=1.6&diff_format=u
Index: php-gtk-web/source.php
diff -u php-gtk-web/source.php:1.5 php-gtk-web/source.php:1.6
--- php-gtk-web/source.php:1.5 Thu Aug 11 03:49:28 2005
+++ php-gtk-web/source.php Mon Mar 27 13:08:09 2006
@@ -1,11 +1,11 @@
<?php
-/* $Id: source.php,v 1.5 2005/08/11 03:49:28 ramsey Exp $ */
+/* $Id: source.php,v 1.6 2006/03/27 13:08:09 sfox Exp $ */
commonHeader('Show Source');
$url = $_GET['url'];
-if (strpos($url, "manual/") !== FALSE) {
+if (strpos($url, "manual1/") !== FALSE) {
$lang = substr($url, 8, 2);
}
@@ -32,7 +32,7 @@
hdelim();
$legal_dirs = array(
- "/manual/$lang" => 1,
+ "/manual1/$lang" => 1,
"/include" => 1,
"/stats" => 1);
http://cvs.php.net/viewcvs.cgi/php-gtk-web/error/index.php?r1=1.6&r2=1.7&diff_format=u
Index: php-gtk-web/error/index.php
diff -u php-gtk-web/error/index.php:1.6 php-gtk-web/error/index.php:1.7
--- php-gtk-web/error/index.php:1.6 Mon Nov 21 01:12:03 2005
+++ php-gtk-web/error/index.php Mon Mar 27 13:08:09 2006
@@ -23,7 +23,7 @@
}
$lang = "en";
-if (!is_dir("{$_SERVER['DOCUMENT_ROOT']}/manual/$lang")) {
+if (!is_dir("{$_SERVER['DOCUMENT_ROOT']}/manual1/$lang")) {
$lang = "en"; // fall back to English
}
# handle .php3 files that were renamed to .php
@@ -44,11 +44,11 @@
}
# handle moving english manual down into its own directory
-if (eregi("^(.*)/manual/((html/)?[^/]+)$", $ri, $array)) {
+if (eregi("^(.*)/manual1/((html/)?[^/]+)$", $ri, $array)) {
if($_SERVER['SERVER_PORT']!=80) {
- $url = "http://".$_SERVER['SERVER_NAME'].":".$_SERVER['SERVER_PORT']."$array[1]/manual/$lang/".$array[2];
+ $url = "http://".$_SERVER['SERVER_NAME'].":".$_SERVER['SERVER_PORT']."$array[1]/manual1/$lang/".$array[2];
} else {
- $url = "http://".$_SERVER['SERVER_NAME']."$array[1]/manual/$lang/".$array[2];
+ $url = "http://".$_SERVER['SERVER_NAME']."$array[1]/manual1/$lang/".$array[2];
}
$urle = htmlspecialchars($url);
@@ -64,7 +64,7 @@
# try to find the uri as a manual entry
-require "manual-lookup.inc";
+require "manual1-lookup.inc";
if(strchr($uri, '/')) {
list($lang, $function) = explode('/', $uri, 2);
$function = strtolower($function);
http://cvs.php.net/viewcvs.cgi/php-gtk-web/include/index.php?r1=1.1&r2=1.2&diff_format=u
Index: php-gtk-web/include/index.php
diff -u php-gtk-web/include/index.php:1.1 php-gtk-web/include/index.php:1.2
--- php-gtk-web/include/index.php:1.1 Wed May 9 18:28:10 2001
+++ php-gtk-web/include/index.php Mon Mar 27 13:08:09 2006
@@ -1,5 +1,5 @@
<?php
- header("Location: /");
+header("Location: /");
?>
http://cvs.php.net/viewcvs.cgi/php-gtk-web/include/layout.php?r1=1.41&r2=1.42&diff_format=u
Index: php-gtk-web/include/layout.php
diff -u php-gtk-web/include/layout.php:1.41 php-gtk-web/include/layout.php:1.42
--- php-gtk-web/include/layout.php:1.41 Thu Aug 11 03:49:31 2005
+++ php-gtk-web/include/layout.php Mon Mar 27 13:08:09 2006
@@ -1,5 +1,5 @@
<?php
-/* $Id: layout.php,v 1.41 2005/08/11 03:49:31 ramsey Exp $ */
+/* $Id: layout.php,v 1.42 2006/03/27 13:08:09 sfox Exp $ */
# spacer()
# print a IMG tag for a sized spacer GIF
@@ -209,7 +209,7 @@
<tr bgcolor="#000033"><td colspan="2"><?php spacer(1,1) ;?><br /></td></tr>
</table>
-<table border="0" cellpadding="0" cellspacing="0">
+<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<?php if (isset($SIDEBAR_DATA)): ?>
<td width="200" bgcolor="#F0F0F0">
http://cvs.php.net/viewcvs.cgi/php-gtk-web/include/shared-manual1.inc?r1=1.1&r2=1.2&diff_format=u
Index: php-gtk-web/include/shared-manual1.inc
diff -u php-gtk-web/include/shared-manual1.inc:1.1 php-gtk-web/include/shared-manual1.inc:1.2
--- php-gtk-web/include/shared-manual1.inc:1.1 Tue Mar 14 21:37:13 2006
+++ php-gtk-web/include/shared-manual1.inc Mon Mar 27 13:08:09 2006
@@ -111,7 +111,7 @@
function navigationBar($title, $id, $loc) {
global $NEXT, $PREV, $tstamp;
- echo '<table border="0" width="580" bgcolor="#e0e0e0" cellpadding="0" cellspacing="4">';
+ echo '<table border="0" width="100%" bgcolor="#e0e0e0" cellpadding="0" cellspacing="4">';
echo '<tr><td>';
if ($PREV[1]) {
http://cvs.php.net/viewcvs.cgi/php-gtk-web/gifs/index.php?view=markup&rev=1.1
Index: php-gtk-web/gifs/index.php
+++ php-gtk-web/gifs/index.php
<?php
header("Location: /");
?>