Re: Offline Clojure docs

2013-11-23 Thread Lan Rogers
Zeal is a Dash clone for linux/windows, and is api compatible with Dash docsets, hence would include the clojure docset. It's a little rough around the edges UI-wise but it gets the job done. On Sunday, June 30, 2013 11:43:19 PM UTC-7, Erik Bakstad wrote: > > If you are a

Re: Offline Clojure docs

2013-07-06 Thread Tom Faulhaber
Sorry, my second method should have been: $ curl -L https://github.com/clojure/clojure/archive/gh-pages.tar.gz | tar xvzf - Enjoy! Tom On Sunday, June 30, 2013 7:44:17 PM UTC-4, David Pollak wrote: > > Folks, > > Is there an offline package of Clojure docs (the full core.* api docs, > cheat

Re: Offline Clojure docs

2013-07-05 Thread Kelker Ryan
wget -k -m http://clojure-doc.org/wget -k -m http://clojuredocs.org/ 06.07.2013, 12:59, "Tom Faulhaber" :It's easy to pull the autodoc documentation for offline use. You can either do this: $ git clone https://github.com/clojure/clojure.git clojure-api$ cd clojure-api$ git checkout gh-pages or you

Re: Offline Clojure docs

2013-07-05 Thread Tom Faulhaber
It's easy to pull the autodoc documentation for offline use. You can either do this: $ git clone https://github.com/clojure/clojure.git clojure-api $ cd clojure-api $ git checkout gh-pages or you can just open "https://github.com/clojure/clojure/archive/gh-pages.zip"; or pull the directory wit

Re: Offline Clojure docs

2013-06-30 Thread Erik Bakstad
If you are a Mac user I highly recommend Dash it has all kinds of documentation available for download, and the search is very nice as well. -Erik kl. 07:31:40 UTC+2 mandag 1. juli 2013 skrev David Pollak følgende: > > Thanks everyone for the super helpful suggestions!

Re: Offline Clojure docs

2013-06-30 Thread David Pollak
Thanks everyone for the super helpful suggestions! On Mon, Jul 1, 2013 at 9:04 AM, Mark Engelberg wrote: > Download here: > https://github.com/clojure/clojure/tree/gh-pages > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to th

Re: Offline Clojure docs

2013-06-30 Thread Mark Engelberg
Download here: https://github.com/clojure/clojure/tree/gh-pages -- -- 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 y

Re: Offline Clojure docs

2013-06-30 Thread Sean Corfield
There are a couple of iPhone apps with Clojure docs: https://itunes.apple.com/us/app/clojuredoc/id401479442?mt=8 <-- free, hasn't been updated for ages, but this is what I use anyway https://itunes.apple.com/us/app/clojure-bee-api-documentation/id524862532?mt=8 <-- $0.99, hasn't been updated in a

Re: Offline Clojure docs

2013-06-30 Thread guns
On Mon 1 Jul 2013 at 07:44:17AM +0800, David Pollak wrote: > Is there an offline package of Clojure docs (the full core.* api docs, > cheat sheets, etc.)? If you work with an editor with clojure REPL integration, you can fashion your own cheat sheet. I have a vim command that dumps a list of al

Offline Clojure docs

2013-06-30 Thread David Pollak
Folks, Is there an offline package of Clojure docs (the full core.* api docs, cheat sheets, etc.)? I'm traveling with intermittent Internet connectivity (I'm in China now and it's marginal but I'm going to the UP in Michigan where there's no Internet within 15 miles of where I'm staying). With a