[devdocsgjs/main: 1660/1867] Update nginx documentation (1.20.0)
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 1660/1867] Update nginx documentation (1.20.0)
- Date: Fri, 19 Nov 2021 23:48:13 +0000 (UTC)
commit 83c59a5a4d915eb43bf3071e86c859b0ece9d95e
Author: Simon Legner <Simon Legner gmail com>
Date: Thu May 13 17:06:55 2021 +0200
Update nginx documentation (1.20.0)
assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
lib/docs/scrapers/nginx.rb | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 57ad2aae..b86236b0 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -543,7 +543,7 @@ credits = [
'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
], [
'nginx',
- '2002-2020 Igor Sysoev<br>© 2011-2020 Nginx, Inc.',
+ '2002-2021 Igor Sysoev<br>© 2011-2021 Nginx, Inc.',
'BSD',
'http://nginx.org/LICENSE'
], [
diff --git a/lib/docs/scrapers/nginx.rb b/lib/docs/scrapers/nginx.rb
index 89a9db64..aa7c2b7a 100644
--- a/lib/docs/scrapers/nginx.rb
+++ b/lib/docs/scrapers/nginx.rb
@@ -2,7 +2,7 @@ module Docs
class Nginx < UrlScraper
self.name = 'nginx'
self.type = 'nginx'
- self.release = '1.19.3'
+ self.release = '1.20.0'
self.base_url = 'https://nginx.org/en/docs/'
self.links = {
home: 'https://nginx.org/',
@@ -22,8 +22,8 @@ module Docs
# http://nginx.org/LICENSE
options[:attribution] = <<-HTML
- © 2002-2020 Igor Sysoev<br>
- © 2011-2020 Nginx, Inc.<br>
+ © 2002-2021 Igor Sysoev<br>
+ © 2011-2021 Nginx, Inc.<br>
Licensed under the BSD License.
HTML
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]