Re: "If you wish to have a version for off-line use...

2009-09-29 Thread Duncan Watts
This worked for me: http://www.mail-archive.com/clojure@googlegroups.com/msg13731.html --~--~-~--~~~---~--~~ 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 No

Re: "If you wish to have a version for off-line use...

2009-09-23 Thread Mark Volkmann
, cej38 wrote: >> I was just looking through the main web page of clojure-contrib and >> came across this: >> >> "If you wish to have a version for off-line use you can use the >> download button on the  page at GitHub .gh-pages branch." >> >>

Re: "If you wish to have a version for off-line use...

2009-09-23 Thread Kei Suzuki
Long time ago I posted a message with a Clojure program that does what you are looking for. http://groups.google.com/group/clojure/browse_thread/thread/1e7b9c0a2d839bca/e1d6a0f1282c60d2?q=saving+the+Clojure+webiste The program, however, is terribly slow and inefficient. I've been working on impr

Re: "If you wish to have a version for off-line use...

2009-09-22 Thread Julian
Did you mean this? http://clojure.googlegroups.com/web/manual.pdf On Sep 20, 4:59 am, cej38 wrote: > I was just looking through the main web page of clojure-contrib and > came across this: > > "If you wish to have a version for off-line use you can use the > download bu

Re: "If you wish to have a version for off-line use...

2009-09-20 Thread Adrian Cuthbertson
Generally I use the source code for clojure and contrib documentation. I open an instance of Jedit on the source directory and use it's search/grep facilities to find what I'm looking for. It also helps in familiarising with the clojure and contrib implementations and learning the techniques used.

Re: "If you wish to have a version for off-line use...

2009-09-20 Thread MarkSwanson
Personally, that's not what I want. I want to download the clojure.org web page - one level deep so the files api, special_forms, macros, etc. are all available on my laptop offline. I tried a couple of programs (wget and httrack) to get this but there is some strange combobulation of redirects a

Re: "If you wish to have a version for off-line use...

2009-09-19 Thread Angel Java Lopez
jure-contrib and > came across this: > > "If you wish to have a version for off-line use you can use the > download button on the page at GitHub .gh-pages branch." > > Is there a similar repository for the clojure.org? > > --~--~-~--~~~

"If you wish to have a version for off-line use...

2009-09-19 Thread cej38
I was just looking through the main web page of clojure-contrib and came across this: "If you wish to have a version for off-line use you can use the download button on the page at GitHub .gh-pages branch." Is there a similar repository for the c