Reputation: 22071
Can anyone provide me some useful links to download CakePHP 1.2/1.3 Manual including API version in CHM format, which runs locally without any internet usage?
It would be helpful for me!
Upvotes: 4
Views: 4745
Reputation: 858
I found a nice compilation of 1.1 and 1.2 Manual and API in this CHM file. Alas, nothing on 1.3 yet, which would be ideal:
Link to site that lists CHM contents
Upvotes: 0
Reputation: 6571
You can find information on single html page (downloadable) Cake book and pdf generation here: http://leoponton.blogspot.com/2010/07/cakephp-offline-manual.html
Personally, I don't think the Cake book is so big or complex that it justifies the MS clunk of chm and anyway the searchability of a single html page is unsurpassed.
Upvotes: 0
Reputation: 96
There is a shell plugin that dumps a current copy cookbook as a pdf file: http://github.com/josegonzalez/cakephp-cookbook-dumper
Upvotes: 2