|
|
@ -2,7 +2,7 @@ module Docs
|
|
|
|
class D < UrlScraper
|
|
|
|
class D < UrlScraper
|
|
|
|
include MultipleBaseUrls
|
|
|
|
include MultipleBaseUrls
|
|
|
|
|
|
|
|
|
|
|
|
self.release = '2.094.2'
|
|
|
|
self.release = '2.095.1'
|
|
|
|
self.type = 'd'
|
|
|
|
self.type = 'd'
|
|
|
|
self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/']
|
|
|
|
self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/']
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.root_path = 'index.html'
|
|
|
@ -19,7 +19,7 @@ module Docs
|
|
|
|
options[:title] = false
|
|
|
|
options[:title] = false
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 1999–2020 The D Language Foundation<br>
|
|
|
|
© 1999–2021 The D Language Foundation<br>
|
|
|
|
Licensed under the Boost License 1.0.
|
|
|
|
Licensed under the Boost License 1.0.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|