|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Phalcon < UrlScraper
|
|
|
|
class Phalcon < UrlScraper
|
|
|
|
self.type = 'phalcon'
|
|
|
|
self.type = 'phalcon'
|
|
|
|
self.release = '2.0.10'
|
|
|
|
self.release = '3.0.0'
|
|
|
|
self.base_url = 'https://docs.phalconphp.com/en/latest/'
|
|
|
|
self.base_url = 'https://docs.phalconphp.com/en/latest/'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
@ -18,7 +18,7 @@ module Docs
|
|
|
|
reference/license.html)
|
|
|
|
reference/license.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2011–2015 Phalcon Framework Team<br>
|
|
|
|
© 2011–2016 Phalcon Framework Team<br>
|
|
|
|
Licensed under the Creative Commons Attribution License 3.0.
|
|
|
|
Licensed under the Creative Commons Attribution License 3.0.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|