Skip to content

Commit fd38c95

Browse files
committed
fixed bad urls in html metadata, other fixes
1 parent 714b107 commit fd38c95

14 files changed

+74
-74
lines changed

_src/app/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<!-- Open Graph data -->
1010
<meta property="fb:app_id" content="279889809024519">
11-
<meta property="og:url" content="http://pgcodekeeper.com/faq.html">
11+
<meta property="og:url" content="http://pgcodekeeper.org/faq.html">
1212
<meta property="og:site_name" content="pgCodeKeeper">
1313
<meta property="og:title" content="FAQ">
1414
<meta property="og:description" content="Frequently asked questions">

_src/app/news.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title>pgCodeKeeper Releases</title>
7-
<meta name="description" content="pgCodeKeeper 3.8.6 Added support for ENABLE/DISABLE RULE states...">
7+
<meta name="description" content="pgCodeKeeper Release Notes">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<!-- Open Graph data -->
1010
<meta property="fb:app_id" content="279889809024519">
11-
<meta property="og:url" content="http://pgcodekeeper.com/news.html">
12-
<meta property="og:image" content="http://pgcodekeeper.com/images/logo1.png">
11+
<meta property="og:url" content="http://pgcodekeeper.org/news.html">
12+
<meta property="og:image" content="http://pgcodekeeper.org/images/logo1.png">
1313
<meta property="og:site_name" content="pgCodeKeeper">
1414
<meta property="og:title" content="pgCodeKeeper Releases">
15-
<meta property="og:description" content="pgCodeKeeper 3.8.6 Added support for ENABLE/DISABLE RULE states...">
15+
<meta property="og:description" content="pgCodeKeeper Release Notes">
1616
<!-- Schema.org markup for Google+ -->
1717
<meta itemprop="name" content="pgCodeKeeper Releases">
18-
<meta itemprop="description" content="pgCodeKeeper 3.8.6 Added support for ENABLE/DISABLE RULE states...">
19-
<meta itemprop="image" content="http://pgcodekeeper.com/images/logo1.png">
18+
<meta itemprop="description" content="pgCodeKeeper Release Notes">
19+
<meta itemprop="image" content="http://pgcodekeeper.org/images/logo1.png">
2020
<!-- Twitter Card data -->
2121
<meta name="twitter:card" content="summary">
22-
<meta name="twitter:site" content="http://pgcodekeeper.com/news.html">
22+
<meta name="twitter:site" content="http://pgcodekeeper.org/news.html">
2323
<meta name="twitter:title" content="pgCodeKeeper Releases">
24-
<meta name="twitter:description" content="pgCodeKeeper 3.8.6 Added support for ENABLE/DISABLE RULE states...">
25-
<meta name="twitter:image" content="http://pgcodekeeper.com/images/logo1.png">
24+
<meta name="twitter:description" content="pgCodeKeeper Release Notes">
25+
<meta name="twitter:image" content="http://pgcodekeeper.org/images/logo1.png">
2626
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
2727
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
2828
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,600&subset=latin,cyrillic" rel="stylesheet" type="text/css">

_src/app/pgsqlblocks-article.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<!-- Open Graph data -->
1111
<meta property="fb:app_id" content="279889809024519">
12-
<meta property="og:url" content="http://pgcodekeeper.com/pgsqlblocks-article.html">
13-
<meta property="og:image" content="http://pgcodekeeper.com/images/elephants-drinking-at-waterhole-in-Addo-Park-Eastern-Cape-South-Africa-WL.jpeg">
12+
<meta property="og:url" content="http://pgcodekeeper.org/pgsqlblocks-article.html">
13+
<meta property="og:image" content="http://pgcodekeeper.org/images/elephants-drinking-at-waterhole-in-Addo-Park-Eastern-Cape-South-Africa-WL.jpeg">
1414
<meta property="og:site_name" content="pgCodeKeeper">
1515
<meta property="og:title" content="Эй, запрос! Ты живой? Как легко обработать блокировки в PostgreSQL">
1616
<meta property="og:description" content="Доброе время суток! Администрирование и сопровождение реляционных баз данных чаще всего является нетривиальной задачей...">
1717
<!-- Schema.org markup for Google+ -->
1818
<meta itemprop="name" content="Эй, запрос! Ты живой? Как легко обработать блокировки в PostgreSQL">
1919
<meta itemprop="description" content="Доброе время суток! Администрирование и сопровождение реляционных баз данных чаще всего является нетривиальной задачей...">
20-
<meta itemprop="image" content="http://pgcodekeeper.com/images/elephants-drinking-at-waterhole-in-Addo-Park-Eastern-Cape-South-Africa-WL.jpeg">
20+
<meta itemprop="image" content="http://pgcodekeeper.org/images/elephants-drinking-at-waterhole-in-Addo-Park-Eastern-Cape-South-Africa-WL.jpeg">
2121
<!-- Twitter Card data -->
2222
<meta name="twitter:card" content="summary">
23-
<meta name="twitter:site" content="http://pgcodekeeper.com/pgsqlblocks-article.html">
23+
<meta name="twitter:site" content="http://pgcodekeeper.org/pgsqlblocks-article.html">
2424
<meta name="twitter:title" content="Эй, запрос! Ты живой? Как легко обработать блокировки в PostgreSQL">
2525
<meta name="twitter:description" content="Доброе время суток! Администрирование и сопровождение реляционных баз данных чаще всего является нетривиальной задачей...">
26-
<meta name="twitter:image" content="http://pgcodekeeper.com/images/elephants-drinking-at-waterhole-in-Addo-Park-Eastern-Cape-South-Africa-WL.jpeg">
26+
<meta name="twitter:image" content="http://pgcodekeeper.org/images/elephants-drinking-at-waterhole-in-Addo-Park-Eastern-Cape-South-Africa-WL.jpeg">
2727
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
2828
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
2929
<link href="https://fonts.googleapis.com/css?family=Nixie+One" rel="stylesheet">

_src/app/pgsqlblocks.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>pgsqlblocks</title>
6+
<title>pgSqlBlocks</title>
77
<meta name="description" content="Инструмент для работы с блокировками">
88
<meta Name="keywords" content="postgresql, blocking queries, process, db">
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<!-- Open Graph data -->
1111
<meta property="fb:app_id" content="279889809024519">
12-
<meta property="og:url" content="http://pgcodekeeper.com/pgsqlblocks.html">
13-
<meta property="og:image" content="http://pgcodekeeper.com/images/block-process.png">
12+
<meta property="og:url" content="http://pgcodekeeper.org/pgsqlblocks.html">
13+
<meta property="og:image" content="http://pgcodekeeper.org/images/block-process.png">
1414
<meta property="og:site_name" content="pgSqlBlocks">
1515
<meta property="og:title" content="pgSqlBlocks">
1616
<meta property="og:description" content="Инструмент для работы с блокировками">
1717
<!-- Schema.org markup for Google+ -->
1818
<meta itemprop="name" content="pgSqlBlocks">
1919
<meta itemprop="description" content="Инструмент для работы с блокировками">
20-
<meta itemprop="image" content="http://pgcodekeeper.com/images/block-process.png">
20+
<meta itemprop="image" content="http://pgcodekeeper.org/images/block-process.png">
2121
<!-- Twitter Card data -->
2222
<meta name="twitter:card" content="summary">
23-
<meta name="twitter:site" content="http://pgcodekeeper.com/pgsqlblocks.html">
23+
<meta name="twitter:site" content="http://pgcodekeeper.org/pgsqlblocks.html">
2424
<meta name="twitter:title" content="pgSqlBlocks">
2525
<meta name="twitter:description" content="Инструмент для работы с блокировками">
26-
<meta name="twitter:image" content="http://pgcodekeeper.com/images/block-process.png">
26+
<meta name="twitter:image" content="http://pgcodekeeper.org/images/block-process.png">
2727
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
2828
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
2929
<link href='https://fonts.googleapis.com/css?family=Poiret+One&subset=latin,cyrillic' rel='stylesheet' type='text/css'>

_src/app/the-article.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<!-- Open Graph data -->
1111
<meta property="fb:app_id" content="279889809024519">
12-
<meta property="og:url" content="http://pgcodekeeper.com/the-article.html">
13-
<meta property="og:image" content="http://pgcodekeeper.com/images/addoelephantpark.jpg">
12+
<meta property="og:url" content="http://pgcodekeeper.org/the-article.html">
13+
<meta property="og:image" content="http://pgcodekeeper.org/images/addoelephantpark.jpg">
1414
<meta property="og:site_name" content="pgCodeKeeper">
1515
<meta property="og:title" content="The taming of the scoundrel">
1616
<meta property="og:description" content="Do you like to develop databases? No, not the modern NoSQL, but good old-fashioned relational ones, where you can describe the relations and the stored procedures for the data access and logic...">
1717
<!-- Schema.org markup for Google+ -->
1818
<meta itemprop="name" content="The taming of the scoundrel">
1919
<meta itemprop="description" content="Do you like to develop databases? No, not the modern NoSQL, but good old-fashioned relational ones, where you can describe the relations and the stored procedures for the data access and logic...">
20-
<meta itemprop="image" content="http://pgcodekeeper.com/images/addoelephantpark.jpg">
20+
<meta itemprop="image" content="http://pgcodekeeper.org/images/addoelephantpark.jpg">
2121
<!-- Twitter Card data -->
2222
<meta name="twitter:card" content="summary">
23-
<meta name="twitter:site" content="http://pgcodekeeper.com/the-article.html">
23+
<meta name="twitter:site" content="http://pgcodekeeper.org/the-article.html">
2424
<meta name="twitter:title" content="The taming of the scoundrel">
2525
<meta name="twitter:description" content="Do you like to develop databases? No, not the modern NoSQL, but good old-fashioned relational ones, where you can describe the relations and the stored procedures for the data access and logic...">
26-
<meta name="twitter:image" content="http://pgcodekeeper.com/images/addoelephantpark.jpg">
26+
<meta name="twitter:image" content="http://pgcodekeeper.org/images/addoelephantpark.jpg">
2727
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
2828
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
2929
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,600&subset=latin,cyrillic" rel="stylesheet" type="text/css">

_src/app/video-tutorial-article.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<!-- Open Graph data -->
1111
<meta property="fb:app_id" content="279889809024519">
12-
<meta property="og:url" content="http://pgcodekeeper.com/video-tutorial-article.html">
13-
<meta property="og:image" content="http://pgcodekeeper.com/images/video-tutorial-screenshot.png">
12+
<meta property="og:url" content="http://pgcodekeeper.org/video-tutorial-article.html">
13+
<meta property="og:image" content="http://pgcodekeeper.org/images/video-tutorial-screenshot.png">
1414
<meta property="og:site_name" content="pgCodeKeeper">
1515
<meta property="og:title" content="pgCodeKeeper Video Tutorials">
1616
<meta property="og:description" content="A set of videos (in Russian) describing pgCodeKeeper, getting started, common use cases, and CLI integration.">
1717
<!-- Schema.org markup for Google+ -->
1818
<meta itemprop="name" content="pgCodeKeeper Video Tutorials">
1919
<meta itemprop="description" content="A set of videos (in Russian) describing pgCodeKeeper, getting started, common use cases, and CLI integration.">
20-
<meta itemprop="image" content="http://pgcodekeeper.com/images/video-tutorial-screenshot.png">
20+
<meta itemprop="image" content="http://pgcodekeeper.org/images/video-tutorial-screenshot.png">
2121
<!-- Twitter Card data -->
2222
<meta name="twitter:card" content="summary">
23-
<meta name="twitter:site" content="http://pgcodekeeper.com/video-tutorial-article.html">
23+
<meta name="twitter:site" content="http://pgcodekeeper.org/video-tutorial-article.html">
2424
<meta name="twitter:title" content="pgCodeKeeper Video Tutorials">
2525
<meta name="twitter:description" content="A set of videos (in Russian) describing pgCodeKeeper, getting started, common use cases, and CLI integration.">
26-
<meta name="twitter:image" content="http://pgcodekeeper.com/images/video-tutorial-screenshot.png">
26+
<meta name="twitter:image" content="http://pgcodekeeper.org/images/video-tutorial-screenshot.png">
2727
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
2828
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
2929
<link href="https://fonts.googleapis.com/css?family=Nixie+One" rel="stylesheet">

faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<!-- Open Graph data -->
1010
<meta property="fb:app_id" content="279889809024519">
11-
<meta property="og:url" content="http://pgcodekeeper.com/faq.html">
11+
<meta property="og:url" content="http://pgcodekeeper.org/faq.html">
1212
<meta property="og:site_name" content="pgCodeKeeper">
1313
<meta property="og:title" content="FAQ">
1414
<meta property="og:description" content="Frequently asked questions">

news.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title>pgCodeKeeper Releases</title>
7-
<meta name="description" content="pgCodeKeeper 3.8.6 Added support for ENABLE/DISABLE RULE states...">
7+
<meta name="description" content="pgCodeKeeper Release Notes">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<!-- Open Graph data -->
1010
<meta property="fb:app_id" content="279889809024519">
11-
<meta property="og:url" content="http://pgcodekeeper.com/news.html">
12-
<meta property="og:image" content="http://pgcodekeeper.com/images/logo1.png">
11+
<meta property="og:url" content="http://pgcodekeeper.org/news.html">
12+
<meta property="og:image" content="http://pgcodekeeper.org/images/logo1.png">
1313
<meta property="og:site_name" content="pgCodeKeeper">
1414
<meta property="og:title" content="pgCodeKeeper Releases">
15-
<meta property="og:description" content="pgCodeKeeper 3.8.6 Added support for ENABLE/DISABLE RULE states...">
15+
<meta property="og:description" content="pgCodeKeeper Release Notes">
1616
<!-- Schema.org markup for Google+ -->
1717
<meta itemprop="name" content="pgCodeKeeper Releases">
18-
<meta itemprop="description" content="pgCodeKeeper 3.8.6 Added support for ENABLE/DISABLE RULE states...">
19-
<meta itemprop="image" content="http://pgcodekeeper.com/images/logo1.png">
18+
<meta itemprop="description" content="pgCodeKeeper Release Notes">
19+
<meta itemprop="image" content="http://pgcodekeeper.org/images/logo1.png">
2020
<!-- Twitter Card data -->
2121
<meta name="twitter:card" content="summary">
22-
<meta name="twitter:site" content="http://pgcodekeeper.com/news.html">
22+
<meta name="twitter:site" content="http://pgcodekeeper.org/news.html">
2323
<meta name="twitter:title" content="pgCodeKeeper Releases">
24-
<meta name="twitter:description" content="pgCodeKeeper 3.8.6 Added support for ENABLE/DISABLE RULE states...">
25-
<meta name="twitter:image" content="http://pgcodekeeper.com/images/logo1.png">
24+
<meta name="twitter:description" content="pgCodeKeeper Release Notes">
25+
<meta name="twitter:image" content="http://pgcodekeeper.org/images/logo1.png">
2626
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
2727
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
2828
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,600&subset=latin,cyrillic" rel="stylesheet" type="text/css">

pgsqlblocks-article.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<!-- Open Graph data -->
1111
<meta property="fb:app_id" content="279889809024519">
12-
<meta property="og:url" content="http://pgcodekeeper.com/pgsqlblocks-article.html">
13-
<meta property="og:image" content="http://pgcodekeeper.com/images/elephants-drinking-at-waterhole-in-Addo-Park-Eastern-Cape-South-Africa-WL.jpeg">
12+
<meta property="og:url" content="http://pgcodekeeper.org/pgsqlblocks-article.html">
13+
<meta property="og:image" content="http://pgcodekeeper.org/images/elephants-drinking-at-waterhole-in-Addo-Park-Eastern-Cape-South-Africa-WL.jpeg">
1414
<meta property="og:site_name" content="pgCodeKeeper">
1515
<meta property="og:title" content="Эй, запрос! Ты живой? Как легко обработать блокировки в PostgreSQL">
1616
<meta property="og:description" content="Доброе время суток! Администрирование и сопровождение реляционных баз данных чаще всего является нетривиальной задачей...">
1717
<!-- Schema.org markup for Google+ -->
1818
<meta itemprop="name" content="Эй, запрос! Ты живой? Как легко обработать блокировки в PostgreSQL">
1919
<meta itemprop="description" content="Доброе время суток! Администрирование и сопровождение реляционных баз данных чаще всего является нетривиальной задачей...">
20-
<meta itemprop="image" content="http://pgcodekeeper.com/images/elephants-drinking-at-waterhole-in-Addo-Park-Eastern-Cape-South-Africa-WL.jpeg">
20+
<meta itemprop="image" content="http://pgcodekeeper.org/images/elephants-drinking-at-waterhole-in-Addo-Park-Eastern-Cape-South-Africa-WL.jpeg">
2121
<!-- Twitter Card data -->
2222
<meta name="twitter:card" content="summary">
23-
<meta name="twitter:site" content="http://pgcodekeeper.com/pgsqlblocks-article.html">
23+
<meta name="twitter:site" content="http://pgcodekeeper.org/pgsqlblocks-article.html">
2424
<meta name="twitter:title" content="Эй, запрос! Ты живой? Как легко обработать блокировки в PostgreSQL">
2525
<meta name="twitter:description" content="Доброе время суток! Администрирование и сопровождение реляционных баз данных чаще всего является нетривиальной задачей...">
26-
<meta name="twitter:image" content="http://pgcodekeeper.com/images/elephants-drinking-at-waterhole-in-Addo-Park-Eastern-Cape-South-Africa-WL.jpeg">
26+
<meta name="twitter:image" content="http://pgcodekeeper.org/images/elephants-drinking-at-waterhole-in-Addo-Park-Eastern-Cape-South-Africa-WL.jpeg">
2727
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
2828
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
2929
<link href="https://fonts.googleapis.com/css?family=Nixie+One" rel="stylesheet">

0 commit comments

Comments
 (0)