mirror of https://github.com/freeCodeCamp/devdocs
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.
20 lines
566 B
20 lines
566 B
10 years ago
|
module Docs
|
||
|
class Nokogiri2 < Rdoc
|
||
|
self.name = 'Nokogiri'
|
||
|
self.slug = 'nokogiri'
|
||
|
self.version = '1.6.4'
|
||
|
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Nokogiri'
|
||
|
|
||
|
html_filters.replace 'rdoc/entries', 'nokogiri2/entries'
|
||
|
|
||
|
options[:root_title] = 'Nokogiri'
|
||
|
options[:only_patterns] = [/\ANokogiri/]
|
||
|
|
||
|
options[:attribution] = <<-HTML
|
||
|
© 2008–2014 Aaron Patterson, Mike Dalessio, Charles Nutter,<br>
|
||
|
Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori Musha<br>
|
||
|
Licensed under the MIT License.
|
||
|
HTML
|
||
|
end
|
||
|
end
|