|
|
@ -2,7 +2,7 @@ module Docs
|
|
|
|
class Nginx < UrlScraper
|
|
|
|
class Nginx < UrlScraper
|
|
|
|
self.name = 'nginx'
|
|
|
|
self.name = 'nginx'
|
|
|
|
self.type = 'nginx'
|
|
|
|
self.type = 'nginx'
|
|
|
|
self.release = '1.19.3'
|
|
|
|
self.release = '1.20.0'
|
|
|
|
self.base_url = 'https://nginx.org/en/docs/'
|
|
|
|
self.base_url = 'https://nginx.org/en/docs/'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'https://nginx.org/',
|
|
|
|
home: 'https://nginx.org/',
|
|
|
@ -22,8 +22,8 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
# http://nginx.org/LICENSE
|
|
|
|
# http://nginx.org/LICENSE
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2002-2020 Igor Sysoev<br>
|
|
|
|
© 2002-2021 Igor Sysoev<br>
|
|
|
|
© 2011-2020 Nginx, Inc.<br>
|
|
|
|
© 2011-2021 Nginx, Inc.<br>
|
|
|
|
Licensed under the BSD License.
|
|
|
|
Licensed under the BSD License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|