File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module Docs
2- class Cakephp < FileScraper
2+ class Cakephp < UrlScraper
33 self . name = 'CakePHP'
44 self . type = 'cakephp'
5- self . dir = '/Users/Thibaut/DevDocs/Docs/CakePHP'
5+ # self.dir = '/Users/Thibaut/DevDocs/Docs/CakePHP'
66 self . root_path = 'index.html'
77 self . links = {
8- home : 'http ://cakephp.org/' ,
8+ home : 'https ://cakephp.org/' ,
99 code : 'https://github.com/cakephp/cakephp'
1010 }
1111
@@ -23,28 +23,33 @@ class Cakephp < FileScraper
2323 HTML
2424
2525 version '3.3' do
26- self . release = '3.3.5 '
27- self . base_url = 'http ://api.cakephp.org/3.3/'
26+ self . release = '3.3.12 '
27+ self . base_url = 'https ://api.cakephp.org/3.3/'
2828 end
2929
3030 version '3.2' do
3131 self . release = '3.2.14'
32- self . base_url = 'http ://api.cakephp.org/3.2/'
32+ self . base_url = 'https ://api.cakephp.org/3.2/'
3333 end
3434
3535 version '3.1' do
3636 self . release = '3.1.13'
37- self . base_url = 'http://api.cakephp.org/3.1/'
37+ self . base_url = 'https://api.cakephp.org/3.1/'
38+ end
39+
40+ version '2.9' do
41+ self . release = '2.9.4'
42+ self . base_url = 'https://api.cakephp.org/2.9/'
3843 end
3944
4045 version '2.8' do
4146 self . release = '2.8.8'
42- self . base_url = 'http ://api.cakephp.org/2.8/'
47+ self . base_url = 'https ://api.cakephp.org/2.8/'
4348 end
4449
4550 version '2.7' do
4651 self . release = '2.7.11'
47- self . base_url = 'http ://api.cakephp.org/2.7/'
52+ self . base_url = 'https ://api.cakephp.org/2.7/'
4853 end
4954
5055 private
You can’t perform that action at this time.
0 commit comments