1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Bye bye smarty

# Smarty is no longer a php.net project
This commit is contained in:
Hannes Magnusson
2008-01-11 11:28:57 +00:00
parent dc1a2b73df
commit 91430ab07e
7 changed files with 5 additions and 26 deletions

View File

@@ -124,10 +124,6 @@ foreach ($man_languages as $langnum => $langcode) {
<a href="http://pear.php.net/manual/">Documentation of PEAR and the various
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.

View File

@@ -9,7 +9,7 @@ $SIDEBAR_DATA='
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>

View File

@@ -48,10 +48,8 @@ $SIDEBAR_DATA = '
<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>

View File

@@ -20,9 +20,7 @@ $SIDEBAR_DATA = '
<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>

View File

@@ -113,7 +113,6 @@ foreach($res['ResultSet']['Result'] as $i => $hit) {
'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

View File

@@ -181,16 +181,6 @@ site_header("A Tourist's Guide");
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>

View File

@@ -8,9 +8,7 @@ $SIDEBAR_DATA = '
<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>
';