[ticket/10258] Remove copyright meta tag from docs

It fails HTML5 validation and we already have a 'copyright and
disclaimer' section in all of those documents. We can always represent
the copyright more semantically later (such as the HTML5 <copyright>
tag).

PHPBB3-10258
This commit is contained in:
Igor Wiedler 2011-07-11 00:27:10 +02:00
parent 70a904335f
commit f5947439b2
7 changed files with 0 additions and 7 deletions

View file

@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="phpBB 3.0.x Changelog" />
<title>phpBB3 &bull; Changelog</title>

View file

@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="phpBB 3.0.x frequently asked questions" />
<title>phpBB3 &bull; FAQ</title>

View file

@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="phpBB 3.0.x Installation, updating and conversion informations" />
<title>phpBB3 &bull; Install</title>

View file

@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="phpBB 3.0.x Readme" />
<title>phpBB3 &bull; Readme</title>

View file

@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="This is an explanation of how to use the phpBB auth/acl API" />
<title>phpBB3 &bull; Auth API</title>

View file

@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="Olympus coding guidelines document" />
<title>phpBB3 &bull; Coding Guidelines</title>

View file

@ -2,7 +2,6 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="copyright" content="phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="Hook System explanation" />
<title>phpBB3 &bull; Hook System</title>