From 7807197b0155ebffe8eaaa3ad153deb749215970 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 7 Aug 2019 14:24:15 +0200 Subject: [PATCH 1/2] nginx: use HTTPS --- lib/docs/scrapers/nginx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/nginx.rb b/lib/docs/scrapers/nginx.rb index 5354b8bd..3a459f70 100644 --- a/lib/docs/scrapers/nginx.rb +++ b/lib/docs/scrapers/nginx.rb @@ -6,7 +6,7 @@ module Docs self.base_url = 'https://nginx.org/en/docs/' self.links = { home: 'https://nginx.org/', - code: 'http://hg.nginx.org/nginx' + code: 'https://hg.nginx.org/nginx' } html_filters.push 'nginx/clean_html', 'nginx/entries' From d370aacca0369645cd661cd21f21c5236d713785 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 7 Aug 2019 14:26:39 +0200 Subject: [PATCH 2/2] nginx: update to 1.17.2 --- 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 aa51f5d1..fd3b617a 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -473,7 +473,7 @@ credits = [ 'https://github.com/LearnBoost/mongoose/blob/master/README.md#license' ], [ 'nginx', - '2002-2018 Igor Sysoev
© 2011-2018 Nginx, Inc.', + '2002-2019 Igor Sysoev
© 2011-2019 Nginx, Inc.', 'BSD', 'http://nginx.org/LICENSE' ], [ diff --git a/lib/docs/scrapers/nginx.rb b/lib/docs/scrapers/nginx.rb index 3a459f70..98a927fc 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.15.5' + self.release = '1.17.2' self.base_url = 'https://nginx.org/en/docs/' self.links = { home: 'https://nginx.org/', @@ -21,8 +21,8 @@ module Docs options[:skip_patterns] = [/\/faq\//] options[:attribution] = <<-HTML - © 2002-2018 Igor Sysoev
- © 2011-2018 Nginx, Inc.
+ © 2002-2019 Igor Sysoev
+ © 2011-2019 Nginx, Inc.
Licensed under the BSD License. HTML