|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Yii < UrlScraper
|
|
|
|
class Yii < UrlScraper
|
|
|
|
self.type = 'yii'
|
|
|
|
self.type = 'yii'
|
|
|
|
self.version = '2.0.1'
|
|
|
|
self.version = '2.0.2'
|
|
|
|
self.base_url = 'http://www.yiiframework.com/doc-2.0/'
|
|
|
|
self.base_url = 'http://www.yiiframework.com/doc-2.0/'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ module Docs
|
|
|
|
options[:skip_patterns] = [/\Ayii-apidoc/]
|
|
|
|
options[:skip_patterns] = [/\Ayii-apidoc/]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2008–2014 by Yii Software LLC<br>
|
|
|
|
© 2008–2015 by Yii Software LLC<br>
|
|
|
|
Licensed under the three clause BSD license.
|
|
|
|
Licensed under the three clause BSD license.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|