You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/lib/docs/scrapers/yii1.rb

18 lines
451 B

module Docs
class Yii1 < UrlScraper
self.name = 'Yii 1'
self.slug = 'yii1'
self.type = 'yii'
self.version = '1.1.16'
self.base_url = 'http://www.yiiframework.com/doc/api/1.1/'
html_filters.push 'yii1/clean_html', 'yii1/entries'
options[:container] = '.grid_9'
options[:attribution] = <<-HTML
&copy; 2008&ndash;2015 by Yii Software LLC<br>
Licensed under the three clause BSD license.
HTML
end
end