It's also possible to pull a zip file of the API docs just by following this link: https://github.com/clojure/clojure/zipball/gh-pages.
Another approach, if you're a git-head, is just to clone the clojure repo: $ git clone git://github.com/clojure/clojure.git api-docs $ cd api-docs $ git checkout -t origin/gh-pages Now you have the API docs linked back to their sources. If you want to update them, just go to that directory and do a "git pull" Tom On Oct 12, 11:10 am, Tassilo Horn <tass...@member.fsf.org> wrote: > jingguo <yaojing...@gmail.com> writes: > > Hi! > > > When programming in Clojure, I use the Reference documentation on > > clojure.org a lot. But my network condition is horrible. So I want to > > make a off-line copy. I have tried "wget -x -m -khttp://clojure.org" > > to make a mirror of clojure.org. But it does not work. > > First, I've thought it was due to a restrictive robots.txt on the clojure > server, so I tried > > wget -e robots=off -x -m -k --wait 1http://clojure.org/ > > but that also downloads just the index page... > > But I guess for programming clojure, you mostly want only the API docs, > and that can be mirrored perfectly fine with > > wget -xmkhttp://clojure.github.com/clojure/ > > HTH, > Tassilo -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en