|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | | - <title>pgCodeKeeper Releases</title> |
7 | | - <meta name="description" content="pgCodeKeeper Release Notes"> |
| 6 | + <title>pgCodeKeeper License</title> |
| 7 | + <meta name="description" content="pgCodeKeeper License"> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 | 9 | <!-- Open Graph data --> |
10 | 10 | <meta property="fb:app_id" content="279889809024519"> |
11 | | - <meta property="og:url" content="http://pgcodekeeper.org/news.html"> |
| 11 | + <meta property="og:url" content="http://pgcodekeeper.org/license.html"> |
12 | 12 | <meta property="og:image" content="http://pgcodekeeper.org/images/logo1.png"> |
13 | 13 | <meta property="og:site_name" content="pgCodeKeeper"> |
14 | | - <meta property="og:title" content="pgCodeKeeper Releases"> |
15 | | - <meta property="og:description" content="pgCodeKeeper Release Notes"> |
| 14 | + <meta property="og:title" content="pgCodeKeeper License"> |
| 15 | + <meta property="og:description" content="pgCodeKeeper License"> |
16 | 16 | <!-- Schema.org markup for Google+ --> |
17 | | - <meta itemprop="name" content="pgCodeKeeper Releases"> |
18 | | - <meta itemprop="description" content="pgCodeKeeper Release Notes"> |
| 17 | + <meta itemprop="name" content="pgCodeKeeper License"> |
| 18 | + <meta itemprop="description" content="pgCodeKeeper License"> |
19 | 19 | <meta itemprop="image" content="http://pgcodekeeper.org/images/logo1.png"> |
20 | 20 | <!-- Twitter Card data --> |
21 | 21 | <meta name="twitter:card" content="summary"> |
22 | | - <meta name="twitter:site" content="http://pgcodekeeper.org/news.html"> |
23 | | - <meta name="twitter:title" content="pgCodeKeeper Releases"> |
24 | | - <meta name="twitter:description" content="pgCodeKeeper Release Notes"> |
| 22 | + <meta name="twitter:site" content="http://pgcodekeeper.org/license.html"> |
| 23 | + <meta name="twitter:title" content="pgCodeKeeper License"> |
| 24 | + <meta name="twitter:description" content="pgCodeKeeper License"> |
25 | 25 | <meta name="twitter:image" content="http://pgcodekeeper.org/images/logo1.png"> |
26 | 26 | <link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16"> |
27 | 27 | <link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32"> |
|
36 | 36 | <![endif]--> |
37 | 37 |
|
38 | 38 | <!-- header --> |
39 | | - <nav class="navbar-default navbar-fixed-top" role="navigation"> |
40 | | - <a href="https://github.com/pgcodekeeper/pgcodekeeper"><img class="fork-me" src="/images/fork-me.png" alt="Fork me on GitHub"></a> |
41 | | - |
42 | | - <div class="container"> |
43 | | - <div class="navbar-header"> |
44 | | - <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse" |
45 | | - aria-expanded="false" aria-controls="navbar"> |
46 | | - <span class="sr-only">Toggle navigation</span> |
47 | | - <span class="icon-bar"></span> |
48 | | - <span class="icon-bar"></span> |
49 | | - <span class="icon-bar"></span> |
50 | | - </button> |
51 | | - <a class="navbar-brand" href="/#home"> |
52 | | - <img class="media-object brand-image" src="/images/logo.png" alt="logo"> |
53 | | - </a> |
54 | | - </div> |
55 | | - <div id="navbar" class="navbar-collapse collapse"> |
56 | | - <ul class="nav navbar-nav navbar-left main-menu"> |
57 | | - <li><a href="/#home">Home</a></li> |
58 | | - <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Products<b class="caret"></b></a> |
59 | | - <ul class="dropdown-menu"> |
60 | | - <li><a href="/index.html">pgCodeKeeper</a></li> |
61 | | - <li><a href="/pgsqlblocks.html">pgSqlBlocks</a></li> |
62 | | - </ul> |
63 | | - </li> |
64 | | - <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">News<b class="caret"></b></a> |
65 | | - <ul class="dropdown-menu"> |
66 | | - <li><a href="/news.html">News</a></li> |
67 | | - <li><a href="/articles.html">Articles</a></li> |
68 | | - </ul> |
69 | | - </li> |
70 | | - <!-- |
71 | | - Temporary commented out while a user documntation is out of date. |
72 | | - <li><a href="/doc/">User manual</a></li> |
73 | | - --> |
74 | | - <li><a href="https://pgcodekeeper.readthedocs.io" target="_blank">Documentation</a></li> |
75 | | - <li><a href="/faq.html">FAQ</a></li> |
76 | | - </ul> |
77 | | - </div> |
78 | | - </div> |
79 | | - </nav> |
| 39 | + //= templates/partials/header.html |
80 | 40 | <!-- /header --> |
81 | 41 |
|
82 | 42 | <div id="release-block" class="container license"> |
@@ -236,25 +196,6 @@ <h4 align="center">Apache License</h4> |
236 | 196 | </ol> |
237 | 197 |
|
238 | 198 | <p>END OF TERMS AND CONDITIONS</p> |
239 | | - <p>APPENDIX: How to apply the Apache License to your work.</p> |
240 | | - <p>To apply the Apache License to your work, attach the following |
241 | | - boilerplate notice, with the fields enclosed by brackets "[]" |
242 | | - replaced with your own identifying information. (Don't include |
243 | | - the brackets!) The text should be enclosed in the appropriate |
244 | | - comment syntax for the file format. We also recommend that a |
245 | | - file or class name and description of purpose be included on the |
246 | | - same "printed page" as the copyright notice for easier |
247 | | - identification within third-party archives.</p> |
248 | | - <p>Copyright 2017-2023 «TAXTELECOM» LLC</p> |
249 | | - <p>Licensed under the Apache License, Version 2.0 (the "License"); |
250 | | - you may not use this file except in compliance with the License. |
251 | | - You may obtain a copy of the License at</p> |
252 | | - <p>http://www.apache.org/licenses/LICENSE-2.0</p> |
253 | | - <p>Unless required by applicable law or agreed to in writing, software |
254 | | - distributed under the License is distributed on an "AS IS" BASIS, |
255 | | - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
256 | | - See the License for the specific language governing permissions and |
257 | | - limitations under the License.</p> |
258 | 199 | </div> |
259 | 200 |
|
260 | 201 | <div class="go-up" title="Up" id='ToTop'><span class="glyphicon glyphicon-circle-arrow-up"></span></div> |
|
0 commit comments