|
|
@ -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.25.1'
|
|
|
|
self.release = '1.27.1'
|
|
|
|
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/',
|
|
|
@ -23,7 +23,7 @@ module Docs
|
|
|
|
# http://nginx.org/LICENSE
|
|
|
|
# http://nginx.org/LICENSE
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2002-2021 Igor Sysoev<br>
|
|
|
|
© 2002-2021 Igor Sysoev<br>
|
|
|
|
© 2011-2023 Nginx, Inc.<br>
|
|
|
|
© 2011-2024 Nginx, Inc.<br>
|
|
|
|
Licensed under the BSD License.
|
|
|
|
Licensed under the BSD License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|