[devdocsgjs/main: 1099/1867] postgresql: add version 13
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 1099/1867] postgresql: add version 13
- Date: Fri, 19 Nov 2021 23:47:44 +0000 (UTC)
commit 0eec0a85ae926f361d943b73113137b65f84d370
Author: Simon Legner <Simon Legner gmail com>
Date: Fri Nov 13 00:44:10 2020 +0100
postgresql: add version 13
assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
lib/docs/scrapers/postgresql.rb | 7 ++++++-
public/icons/docs/postgresql/SOURCE | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 4aa5f185..8c1c52d0 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -603,7 +603,7 @@ credits = [
'https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE'
], [
'PostgreSQL',
- '1996-2019 The PostgreSQL Global Development Group<br>© 1994 The Regents of the University of
California',
+ '1996-2020 The PostgreSQL Global Development Group<br>© 1994 The Regents of the University of
California',
'PostgreSQL',
'https://www.postgresql.org/about/licence/'
], [
diff --git a/lib/docs/scrapers/postgresql.rb b/lib/docs/scrapers/postgresql.rb
index 9483bfde..3c428bf8 100644
--- a/lib/docs/scrapers/postgresql.rb
+++ b/lib/docs/scrapers/postgresql.rb
@@ -51,10 +51,15 @@ module Docs
/\Aunsupported-features/ ]
options[:attribution] = <<-HTML
- © 1996–2019 The PostgreSQL Global Development Group<br>
+ © 1996–2020 The PostgreSQL Global Development Group<br>
Licensed under the PostgreSQL License.
HTML
+ version '13' do
+ self.release = '13.1'
+ self.base_url = "https://www.postgresql.org/docs/#{version}/"
+ end
+
version '12' do
self.release = '12.1'
self.base_url = "https://www.postgresql.org/docs/#{version}/"
diff --git a/public/icons/docs/postgresql/SOURCE b/public/icons/docs/postgresql/SOURCE
index 84ce600b..e9a53dcf 100644
--- a/public/icons/docs/postgresql/SOURCE
+++ b/public/icons/docs/postgresql/SOURCE
@@ -1 +1 @@
-http://www.postgresql.org/about/press/presskit93/#logos
+https://www.postgresql.org/about/press/presskit93/#logos
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]