|
|
@ -3,7 +3,7 @@ module Docs
|
|
|
|
self.name = 'Apache HTTP Server'
|
|
|
|
self.name = 'Apache HTTP Server'
|
|
|
|
self.slug = 'apache_http_server'
|
|
|
|
self.slug = 'apache_http_server'
|
|
|
|
self.type = 'apache'
|
|
|
|
self.type = 'apache'
|
|
|
|
self.release = '2.4.25'
|
|
|
|
self.release = '2.4.26'
|
|
|
|
self.base_url = 'https://httpd.apache.org/docs/2.4/en/'
|
|
|
|
self.base_url = 'https://httpd.apache.org/docs/2.4/en/'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'https://httpd.apache.org/'
|
|
|
|
home: 'https://httpd.apache.org/'
|
|
|
@ -30,7 +30,7 @@ module Docs
|
|
|
|
/\Adeveloper\// ]
|
|
|
|
/\Adeveloper\// ]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2016 The Apache Software Foundation<br>
|
|
|
|
© 2017 The Apache Software Foundation<br>
|
|
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|