Hello,
I have uploaded a script gen-clj-docs.clj in the file area
that goes through all the clojure and clojure-contrib
modules and dumps out the latest docs from
sources as txt files. It leverages clojure.contrib.ns-utils
for this (thanks!).
Thought that some people might find this useful.
http://groups.google.com/group/clojure/web/gen-clj-docs.clj
Note that its best to run this in a separate folder
as it creates 1 txt file for each ns.
Parth