|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Elisp < FileScraper
|
|
|
|
class Elisp < FileScraper
|
|
|
|
self.type = 'elisp'
|
|
|
|
self.type = 'elisp'
|
|
|
|
self.release = '27.2'
|
|
|
|
self.release = '28.2'
|
|
|
|
self.base_url= 'https://www.gnu.org/software/emacs/manual/html_node/elisp/'
|
|
|
|
self.base_url= 'https://www.gnu.org/software/emacs/manual/html_node/elisp/'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
@ -57,7 +57,7 @@ module Docs
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution]= <<-HTML
|
|
|
|
options[:attribution]= <<-HTML
|
|
|
|
Copyright © 1990-1996, 1998-2021 Free Software Foundation, Inc. <br>
|
|
|
|
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>
|
|
|
|
Licensed under the GNU GPL license.
|
|
|
|
Licensed under the GNU GPL license.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|