| Gabor Hojtsy 2005-11-27, 7:56 am |
| goba Sun Nov 27 08:52:07 2005 EDT
Modified files:
/phpweb links.php
Log:
link to PHP licensed software list page
http://cvs.php.net/diff.php/phpweb/...7&r2=1.188&ty=u
Index: phpweb/links.php
diff -u phpweb/links.php:1.187 phpweb/links.php:1.188
--- phpweb/links.php:1.187 Thu Nov 24 09:07:52 2005
+++ phpweb/links.php Sun Nov 27 08:52:05 2005
@@ -1,5 +1,5 @@
<?php
-// $Id: links.php,v 1.187 2005/11/24 14:07:52 derick Exp $
+// $Id: links.php,v 1.188 2005/11/27 13:52:05 goba Exp $
$_SERVER['BASE_PAGE'] = 'links.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Links");
@@ -13,7 +13,8 @@
<a href="/mailing-lists.php">our mailing lists page</a> for information
about mailing lists on PHP.net and some international ones.
<a href="/books.php">Our books page</a> may also be interesting for those
- searching for PHP reading.
+ searching for PHP reading. Additionaly to these links, we have a
+ <a href="/software">list of software</a> available under the PHP license.
</p>
<a name="companies"></a>
|