mirror of
https://github.com/php/web-php.git
synced 2026-04-29 09:53:12 +02:00
Arg ... all the changes I made to the sidebar, I guess I forgot to commit.
Here they are now.
This commit is contained in:
@@ -3,43 +3,41 @@ require_once 'prepend.inc';
|
||||
|
||||
$SIDEBAR_DATA = '
|
||||
<h3>What is PHP?</h3>
|
||||
<p>
|
||||
<p><small>
|
||||
PHP is a server-side, cross-platform, HTML embedded scripting
|
||||
language. If you are completely new to PHP and want to get some idea
|
||||
of how it works, have a look at the <a href="/tut.php">Introductory
|
||||
Tutorial</a>. Once you get beyond that, have a look at the example
|
||||
archive sites and some of the other resources available in the <a
|
||||
href="/links.php">Links</a> section.
|
||||
</p>
|
||||
<b>So, How Much Does It Cost?</b>
|
||||
<p>
|
||||
of how it works, have a look at the ' . make_link("/tut.php", "introductory tutorial") . '.
|
||||
Once you get beyond that, have a look at the example archive sites and some of the
|
||||
other resources available in the ' . make_link("/links.php", "links section") . '.
|
||||
</small></p>
|
||||
<h3>So, How Much Does It Cost?</h3>
|
||||
<p><small>
|
||||
This may sound a little foreign to all you folks coming from a non-Unix
|
||||
background, but PHP doesn\'t cost anything. You can use it for commercial
|
||||
and/or non-commercial use all you want. You can give it to your friends,
|
||||
print it out and hang it on your wall or eat it for lunch. Welcome to
|
||||
the world of <a href="http://www.opensource.org/">Open Source</a> software!
|
||||
Smile, be happy, the world is good. For the full legalese, see the
|
||||
official <a href="/license/">license</a>.
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="/thanks.php">Thanks to:</a></b>
|
||||
<br> <a href="http://chek.com">Chek.com</a>
|
||||
<br> <a href="http://www.easydns.com/?V=698570efeb62a6e2">easyDNS</a>
|
||||
<br> <a href="http://valinux.com">VA Linux Systems</a>
|
||||
</p>
|
||||
<p>
|
||||
<b>Related sites:</b>
|
||||
<br> <a href="http://www.apache.org/">Apache</a>
|
||||
<br> <a href="http://www.mysql.com/">MySQL</a>
|
||||
<br> <a href="http://www.postgresql.org/">PostgreSQL</a>
|
||||
<br> <a href="http://www.zend.com">Zend Tech.</a>
|
||||
</p>
|
||||
<p>
|
||||
<b>Community:</b>
|
||||
<br> <a href="http://www.linuxfund.org">LinuxFund.org</a>
|
||||
<br> <a href="http://www.osdn.org" class=whitelink>OSDN</a>
|
||||
</p>
|
||||
';
|
||||
the world of ' . make_link("http://www.opensource.org/", "Open Source") . ' software!
|
||||
Smile, be happy, the world is good. For the full legalese, see the ' .
|
||||
make_link("/license/", "official license") . '.
|
||||
</small></p>
|
||||
<h3>' . make_link("/thanks.php", "Thanks To:") . '</h3>
|
||||
<small>
|
||||
' . make_link("http://chek.com/", "Chek.com") . '<BR>
|
||||
' . make_link("http://www.easydns.com/?V=698570efeb62a6e2", "easyDNS") . '<BR>
|
||||
' . make_link("http://valinux.com/", "VA Linux Systems") . '<BR>
|
||||
</small>
|
||||
<h3>Related sites:</h3>
|
||||
<small>
|
||||
' . make_link("http://www.apache.org/", "Apache") . '<BR>
|
||||
' . make_link("http://www.mysql.com/", "MySQL") . '<BR>
|
||||
' . make_link("http://www.postgresql.org/", "PostgreSQL") . '<BR>
|
||||
' . make_link("http://www.zend.com/", "Zend Technologies") . '<BR>
|
||||
</small>
|
||||
<h3>Community:</h3>
|
||||
<small>
|
||||
' . make_link("http://www.linuxfund.org/", "LinuxFund.org") . '<BR>
|
||||
' . make_link("http://www.osdn.org/", "OSDN") . '<BR>
|
||||
</small>';
|
||||
|
||||
commonHeader("Hypertext Preprocessor");
|
||||
echo "\n<!--$MYSITE-->\n";
|
||||
@@ -58,13 +56,13 @@ bugs that are surely lingering behind this new facade.
|
||||
|
||||
<p>
|
||||
Looking for the <? print_link("/quickref.php", "quickref"); ?> box?
|
||||
Use the 'search' feature, conveniently located in the top-right corner of every page.
|
||||
Use the "search" feature, conveniently located in the top-right corner of every page.
|
||||
If you search for something in the function list (and it's a valid
|
||||
PHP function), you will be directed to the appropriate manual page.
|
||||
If the function doesn't exist, you'll get a list of all the PHP functions,
|
||||
and and option to do a site-wide search for your phrase.
|
||||
And don't forget to visit the <? print_link("/tips.php", "tips and tricks"); ?>
|
||||
page to add 'quickref' functionality right into your web browser.
|
||||
And don't forget to visit the <? print_link("/tips.php", "tips and tricks"); ?> page
|
||||
to add "quickref" functionality right into your web browser.
|
||||
</p>
|
||||
|
||||
<br clear="all">
|
||||
|
||||
Reference in New Issue
Block a user