views:

450

answers:

4

I am working on a wordpress theme and am looking for a downloaded set of documentation files so that I can access them even when I don't have access to the internet. I am looking for something similar to the PHP docs found on:

http://www.php.net/download-docs.php

Does anyone know where I might find something like that for wordpress?

+2  A: 

You could try downloading the Codex on

http://codex.wordpress.org/Main%5FPage

with HTTrack. Should give you a nice Offline-Readable Codex.

Doc Snuggles
A: 

You can also download phpxref or phpdoc and have it build a local version of all of the source code comments in wordpress.

Jorbin