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/yii.rb

13 lines
260 B

module Docs
class Yii < UrlScraper
self.name = 'Yii'
self.slug = 'yii'
self.type = 'yii'
self.version = '1.1.14'
self.base_url = 'http://www.yiiframework.com/doc/api/1.1/'
html_filters.push 'yii/clean_html', 'yii/entries'
end
end