From 2a371c3d587cf57fadb9b173b79cf870bd201350 Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Wed, 11 Apr 2001 15:14:38 +0000 Subject: [PATCH] - fiddle with stylesheet a bit - fix copyright notice - add copyright.php page (linked from commonFooter) ... we've already got copycats :) - remove unused license.html page --- copyright.php | 67 ++++++++++++++++++++++++++++++++++++++++++++++ include/layout.inc | 4 +-- license.html | 64 ------------------------------------------- style.css | 4 +++ 4 files changed, 73 insertions(+), 66 deletions(-) create mode 100644 copyright.php delete mode 100644 license.html diff --git a/copyright.php b/copyright.php new file mode 100644 index 000000000..10864a5cc --- /dev/null +++ b/copyright.php @@ -0,0 +1,67 @@ + + +

Copyright and Licence

+ + +

PHP License

+ +

+For information on the PHP License (i.e. using the PHP language), +. +

+ + +

Website Copyright

+ +

+The code, text, PHP logo, and graphical elements on this website +and the mirror websites (the "Site") are Copyright © 2001 +The PHP Group. All rights reserved. +

+ +

+Except as otherwise indicated elsewhere on this Site, you are free +view, download and print the documents and information available +on this Site subject to the following conditions: +

+ + +

+You can contact the webmaster at +. +

+ +

+For more information on the PHP Group and the PHP project, please see +. +

+ +
+ + + diff --git a/include/layout.inc b/include/layout.inc index 2e17ff25b..e0fa32b88 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -264,7 +264,7 @@ function commonHeader($title="",$dont_enclose=0,$headers_gone=0) { - +
@@ -347,7 +347,7 @@ function commonFooter() { diff --git a/license.html b/license.html deleted file mode 100644 index 067949e57..000000000 --- a/license.html +++ /dev/null @@ -1,64 +0,0 @@ - -
-  -------------------------------------------------------------------- 
-   Copyright (c) 2000 The PHP Development Team.  All rights reserved.
-  -------------------------------------------------------------------- 
- 
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions
-  are met:
-
-  1. Redistributions of source code must retain the above copyright
-     notice, this list of conditions and the following disclaimer. 
- 
-  2. Redistributions in binary form must reproduce the above 
-     copyright notice, this list of conditions and the following 
-     disclaimer in the documentation and/or other materials provided
-     with the distribution.
- 
-  3. All advertising materials mentioning features or use of this
-     software must display the following acknowledgment:
-     "This product includes software written by the PHP Development
-      Team"
- 
-  4. The name "PHP" must not be used to endorse or promote products 
-     derived from this software without prior written permission
-     from the PHP Development Team.  This does not apply to add-on
-     libraries or tools that work in conjunction with PHP.  In such
-     a case the PHP name may be used to indicate that the product
-     supports PHP.
- 
-  5. Redistributions of any form whatsoever must retain the following
-     acknowledgment:
-     "This product includes software written by the PHP Development
-      Team". 
- 
-  THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 
-  ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
-  PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
-  DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
-  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
-  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
-  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-  STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-  OF THE POSSIBILITY OF SUCH DAMAGE.
-
-  -------------------------------------------------------------------- 
-
-  This software consists of voluntary contributions made by many
-  individuals on behalf of the PHP Development Team.
-
-  The PHP Development Team can be contacted via Email at core@php.net.
-  
-  For more information on the PHP Development Team and the PHP 
-  project, please see www.php.net.
-
- diff --git a/style.css b/style.css index f7fa0445b..f0fdc644f 100644 --- a/style.css +++ b/style.css @@ -14,6 +14,10 @@ em { color: #6666cc; } +.sidebar { + font-size: 85%; +} + pre,code { font-family: "andale mono", "monotype.com", "courier new", monospace; font-size: 90%;
- Copyright © 1998-2001 The PHP Group
+
All rights reserved.