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

move contact out to its own page, and add advertising information there (also link in from sitemap and from page footers)

This commit is contained in:
Gabor Hojtsy
2004-04-10 10:52:24 +00:00
parent c53f9c08b5
commit d3c453a09e
7 changed files with 52 additions and 32 deletions

40
contact.php Normal file
View File

@@ -0,0 +1,40 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'contact.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Contact");
?>
<a name="ads"></a>
<h1>Advertising at PHP.net and mirror sites</h1>
<p>
The maintainers of PHP.net and the mirror sites are definitely
<em>not interested</em> in graphical banner or text ad placement
deals.
</p>
<a name="contact"></a>
<h1>Contact</h1>
<p>
Please report problems you find on PHP.net and mirror sites in
<a href="http://bugs.php.net/">the bug system</a>. Categorize the bug
as "PHP.net Website Problem". This allows us to follow the progress of
the problem until it is fixed.
</p>
<p>
If you have problems setting up PHP or using some functionality,
or especially a program written in PHP, please ask your question on a
<a href="/support.php">support channel</a>, since the webmasters will
not answer any such questions.
</p>
<p>
If you would like to contact the webmasters for some other reason, please
write to <a href="mailto:webmaster@php.net">webmaster@php.net</a>.
Note that this address is mapped to a mailing list and a newsgroup, so
<strong>every message you send will be stored in public archives at multiple
servers</strong>.
</p>
<?php site_footer(); ?>

View File

@@ -2,10 +2,10 @@
// $Id$
$_SERVER['BASE_PAGE'] = 'copyright.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("License, Copyright and Contact");
site_header("License and Copyright");
?>
<h1>License, Copyright and Contact</h1>
<h1>License and Copyright</h1>
<a name="license"></a>
<h2>PHP License</h2>
@@ -48,29 +48,6 @@ site_header("License, Copyright and Contact");
</li>
</ul>
<a name="contact"></a>
<h2>Contact</h2>
<p>
Please report problems you find on PHP.net and mirror sites in
<a href="http://bugs.php.net/">the bug system</a>. Categorize the bug
as "PHP.net Website Problem". This allows us to follow the progress of
the problem until it is fixed.
</p>
<p>
If you have problems setting up PHP or using some functionality,
or especially a program written in PHP, please ask your question on a
<a href="/support.php">support channel</a>, since the webmasters will
not answer any such questions.
</p>
<p>
If you would like to contact the webmasters for some other reason, please
write to <a href="mailto:webmaster@php.net">webmaster@php.net</a>.
Note that this address is mapped to a mailing list and a newsgroup, so
every message you send will be stored in public archives at multiple
servers.
</p>
<p>
For more information on the PHP Group and the PHP project, please see
<a href="http://www.php.net/">the PHP homepage</a>.

View File

@@ -200,7 +200,8 @@ function site_footer($config = array())
<a href="/source.php?url=/{$_SERVER['BASE_PAGE']}">show source</a> |
<a href="/credits.php">credits</a> |$stats
<a href="/sitemap.php">sitemap</a> |
<a href="/copyright.php#contact">contact</a> |
<a href="/contact.php">contact</a> |
<a href="/contact.php#ads">advertising</a> |
<a href="/mirrors.php">mirror sites</a>
</div>
@@ -562,7 +563,9 @@ function commonFooter() {
}
print_link('/sitemap.php', 'sitemap', false, 'class="small"');
echo " | ";
print_link('/copyright.php#contact', 'contact', false, 'class="small"');
print_link('/contact.php', 'contact', false, 'class="small"');
echo " | ";
print_link('/contact.php#ads', 'advertising', false, 'class="small"');
echo " | ";
print_link('/mirrors.php', 'mirror sites', false, 'class="small"');
echo "&nbsp;";

View File

@@ -189,7 +189,7 @@ site_header("News Archive - 2003");
list' lookup option and start typing in a function name in the search field.
You can autocomplete the name with the space key and navigate in the dropdown
with the up and down cursor keys. We welcome feedback on this feature at
<a href="/copyright.php#contact">the webmasters email address</a>, but
<a href="/contact.php">the webmasters email address</a>, but
please submit any bugs you find <a href="http://bugs.php.net/">in the
bug system</a> classifying them as a "PHP.net website problem" and providing
as much information as possible (OS, Browser version, Javascript errors, etc..).

View File

@@ -87,10 +87,11 @@ site_header("Sitemap");
<ul>
<li><a href="/download-logos.php">Download Logos</a></li>
<li><a href="/copyright.php#contact">Contact</a></li>
<li><a href="/contact.php">Contact</a></li>
<li><a href="/copyright.php">Copyright</a></li>
<li><a href="/credits.php">Credits</a></li>
<li><a href="/manual/howto">Documentation HOWTO</a></li>
<li><a href="/contact.php#ads">Advertising at PHP.net</a></li>
</ul>
<?php site_footer(); ?>

View File

@@ -106,7 +106,7 @@ site_header("Getting Help");
<p>
If you have a problem or suggestion <em>in connection with the PHP.net
website or mirror sites</em>, <a href="/copyright.php#contact">please
website or mirror sites</em>, <a href="/contact.php">please
contact the webmasters</a>. If you have problems setting up PHP
or using some functionality, please ask your question on a support
channel detailed above, the webmasters will not answer any such

View File

@@ -38,8 +38,7 @@ function tip_title($title, $author = '', $date = '')
</p>
<p>
Send your suggestions for tips to
<a href="/copyright.php#contact">the webmasters</a>.
Send your suggestions for tips to <a href="/contact.php">the webmasters</a>.
</p>
<?php tip_title('Search from the Safari Search Bar', 'Gabor Hojtsy', '19-Jan-2004');?>