|
|
@ -2,7 +2,7 @@ module Docs
|
|
|
|
class Codeigniter < UrlScraper
|
|
|
|
class Codeigniter < UrlScraper
|
|
|
|
self.name = 'CodeIgniter'
|
|
|
|
self.name = 'CodeIgniter'
|
|
|
|
self.type = 'sphinx'
|
|
|
|
self.type = 'sphinx'
|
|
|
|
self.base_url = 'https://www.codeigniter.com/user_guide/'
|
|
|
|
self.base_url = 'https://codeigniter.com/userguide3/'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'https://codeigniter.com/',
|
|
|
|
home: 'https://codeigniter.com/',
|
|
|
@ -31,7 +31,7 @@ module Docs
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2014–2018 British Columbia Institute of Technology<br>
|
|
|
|
© 2014–2019 British Columbia Institute of Technology<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|