cvs: phpweb / docs.php download-docs.php downloads.php mailing-lists.php results.php sites.php unsub.php
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsbjori1200050938@cvsserver> |
bjori Fri Jan 11 11:28:58 2008 UTC
Modified files:
/phpweb unsub.php mailing-lists.php docs.php sites.php
download-docs.php results.php downloads.php
Log:
Bye bye smarty
# Smarty is no longer a php.net project
http://cvs.php.net/viewvc.cgi/phpweb/unsub.php?r1=1.9&r2=1.10&diff_format=u
Index: phpweb/unsub.php
diff -u phpweb/unsub.php:1.9 phpweb/unsub.php:1.10
--- phpweb/unsub.php:1.9 Wed Sep 6 12:26:00 2006
+++ phpweb/unsub.php Fri Jan 11 11:28:57 2008
@@ -1,5 +1,5 @@
<?php
-// $Id: unsub.php,v 1.9 2006/09/06 12:26:00 goba Exp $
+// $Id: unsub.php,v 1.10 2008/01/11 11:28:57 bjori Exp $
$_SERVER['BASE_PAGE'] = 'unsub.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
$SIDEBAR_DATA = '
@@ -8,9 +8,7 @@
<p>
Unsubscribe from the <a href="http://pear.php.net/support/lists.php">PEAR
lists</a>, the <a href="http://pecl.php.net/support.php">PECL
- lists</a>, the <a href="http://gtk.php.net/resources.php">PHP-GTK
- lists</a>, and the
- <a href="http://smarty.php.net/resources.php?category=7">Smarty
+ lists</a>, and the <a href="http://gtk.php.net/resources.php">PHP-GTK
lists</a> on their own pages.
</p>
';
http://cvs.php.net/viewvc.cgi/phpweb/mailing-lists.php?r1=1.77&r2=1.78&diff_format=u
Index: phpweb/mailing-lists.php
diff -u phpweb/mailing-lists.php:1.77 phpweb/mailing-lists.php:1.78
--- phpweb/mailing-lists.php:1.77 Mon Oct 1 18:40:52 2007
+++ phpweb/mailing-lists.php Fri Jan 11 11:28:57 2008
@@ -1,5 +1,5 @@
<?php
-// $Id: mailing-lists.php,v 1.77 2007/10/01 18:40:52 philip Exp $
+// $Id: mailing-lists.php,v 1.78 2008/01/11 11:28:57 bjori Exp $
$_SERVER['BASE_PAGE'] = 'mailing-lists.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/posttohost.inc';
@@ -20,9 +20,7 @@
<p>
Find the <a href="http://pear.php.net/support/lists.php">PEAR
lists</a>, the <a href="http://pecl.php.net/support.php">PECL
- lists</a>, the <a href="http://gtk.php.net/resources.php">PHP-GTK
- lists</a>, and the
- <a href="http://smarty.php.net/resources.php?category=7">Smarty
+ lists</a>, and the <a href="http://gtk.php.net/resources.php">PHP-GTK
lists</a> on their own pages.
</p>
http://cvs.php.net/viewvc.cgi/phpweb/docs.php?r1=1.139&r2=1.140&diff_format=u
Index: phpweb/docs.php
diff -u phpweb/docs.php:1.139 phpweb/docs.php:1.140
--- phpweb/docs.php:1.139 Wed May 2 06:44:11 2007
+++ phpweb/docs.php Fri Jan 11 11:28:57 2008
@@ -1,5 +1,5 @@
<?php
-// $Id: docs.php,v 1.139 2007/05/02 06:44:11 philip Exp $
+// $Id: docs.php,v 1.140 2008/01/11 11:28:57 bjori Exp $
$_SERVER['BASE_PAGE'] = 'docs.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
@@ -125,10 +125,6 @@
packages</a> can be found on a separate server.
</li>
<li>
- <a href="http://smarty.php.net/docs.php">Smarty template engine documentation</a>
- is hosted at <code>smarty.php.net</code>.
- </li>
- <li>
You can still read a copy of the original <a href="/manual/phpfi2.php">PHP/FI
2.0 Manual</a> on our site, which we only host for historical purposes.
</li>
http://cvs.php.net/viewvc.cgi/phpweb/sites.php?r1=1.44&r2=1.45&diff_format=u
Index: phpweb/sites.php
diff -u phpweb/sites.php:1.44 phpweb/sites.php:1.45
--- phpweb/sites.php:1.44 Sat Dec 1 17:04:58 2007
+++ phpweb/sites.php Fri Jan 11 11:28:57 2008
@@ -1,5 +1,5 @@
<?php
-// $Id: sites.php,v 1.44 2007/12/01 17:04:58 philip Exp $
+// $Id: sites.php,v 1.45 2008/01/11 11:28:57 bjori Exp $
$_SERVER['BASE_PAGE'] = 'sites.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
$SIDEBAR_DATA = '
@@ -181,16 +181,6 @@
and the latest news from the project.
</p>
-<h2><a href="http://smarty.php.net/">smarty.php.net</a>: Smarty Template Engine</h2>
-
-<p>
- Smarty is another PHP spin off: Smarty provides your basic variable
- substitution and dynamic block functionality, and also takes a step further to
- be a "smart" template engine, adding features such as configuration files,
- template functions, variable modifiers, and making all of this functionality as
- easy as possible to use for both programmers and template designers.
-</p>
-
<h2><a href="http://snaps.php.net/">snaps.php.net</a>: Daily PHP Snapshots</h2>
<p>
http://cvs.php.net/viewvc.cgi/phpweb/download-docs.php?r1=1.81&r2=1.82&diff_format=u
Index: phpweb/download-docs.php
diff -u phpweb/download-docs.php:1.81 phpweb/download-docs.php:1.82
--- phpweb/download-docs.php:1.81 Sat Dec 8 05:36:03 2007
+++ phpweb/download-docs.php Fri Jan 11 11:28:57 2008
@@ -1,5 +1,5 @@
<?php
-// $Id: download-docs.php,v 1.81 2007/12/08 05:36:03 bjori Exp $
+// $Id: download-docs.php,v 1.82 2008/01/11 11:28:57 bjori Exp $
$_SERVER['BASE_PAGE'] = 'download-docs.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
@@ -9,7 +9,7 @@
You can read the
<a href="/docs.php">documentation online</a>
in various languages. The Documentation HOWTO,
- PEAR, Smarty and archive manuals are also available
+ and archive manuals are also available
from our <a href="/docs.php">documentation page</a>.
</p>
http://cvs.php.net/viewvc.cgi/phpweb/results.php?r1=1.30&r2=1.31&diff_format=u
Index: phpweb/results.php
diff -u phpweb/results.php:1.30 phpweb/results.php:1.31
--- phpweb/results.php:1.30 Mon Oct 22 08:57:43 2007
+++ phpweb/results.php Fri Jan 11 11:28:57 2008
@@ -1,5 +1,5 @@
<?php
-// $Id: results.php,v 1.30 2007/10/22 08:57:43 nlopess Exp $
+// $Id: results.php,v 1.31 2008/01/11 11:28:57 bjori Exp $
$_SERVER['BASE_PAGE'] = 'results.php';
include $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
#include $_SERVER['DOCUMENT_ROOT'] . '/include/loadavg.inc';
@@ -113,7 +113,6 @@
'viewcvs'=>'<img src="http://static.php.net/www.php.net/images/logos/php_script_ico.png" height="32" width="32" style="float:left; margin-left:-40px;"/>',
'news'=>'<img src="http://static.php.net/www.php.net/images/logos/php-icon-white.gif" height="32" width="32" style="float:left; margin-left:-40px;"/>',
'php'=>'<img src="http://static.php.net/www.php.net/images/logos/php-icon-white.gif" height="32" width="32" style="float:left; margin-left:-40px;"/>',
- 'smarty'=>'<img src="http://static.php.net/www.php.net/images/smarty-icon.gif" height="32" width="32" style="float:left; margin-left:-40px;"/>',
'bugs'=>'<img src="http://static.php.net/www.php.net/images/php_bug.gif" height="32" width="32" style="float:left; margin-left:-40px;"/>'
);
echo <<<EOB
http://cvs.php.net/viewvc.cgi/phpweb/downloads.php?r1=1.283&r2=1.284&diff_format=u
Index: phpweb/downloads.php
diff -u phpweb/downloads.php:1.283 phpweb/downloads.php:1.284
--- phpweb/downloads.php:1.283 Thu Jan 3 09:26:22 2008
+++ phpweb/downloads.php Fri Jan 11 11:28:57 2008
@@ -1,5 +1,5 @@
<?php // vim: et
-// $Id: downloads.php,v 1.283 2008/01/03 09:26:22 derick Exp $
+// $Id: downloads.php,v 1.284 2008/01/11 11:28:57 bjori Exp $
$_SERVER['BASE_PAGE'] = 'downloads.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/version.inc';
@@ -48,10 +48,8 @@
<p>
<a href="http://pear.php.net/packages.php">PEAR
packages</a>, <a href="http://pecl.php.net/packages.php">PECL hosted
- PHP extensions</a>, <a href="http://gtk.php.net/download.php">PHP-GTK
- source and binaries</a>, and
- <a href="http://smarty.php.net/download.php">Smarty
- sources</a> are available on their own pages.
+ PHP extensions</a> and <a href="http://gtk.php.net/download.php">PHP-GTK
+ source and binaries</a> are available on their own pages.
</p>
<p>