Dash docset generator for ClojureDocs.org
Performs the following:
- Mirror clojuredocs.org/clojure_core (around 17mb) using HTTrack
- Copy html content to default dash docset template
- Parse all functions from clojure_core.html
- Populate searchIndex in docSet.dsidx (sqlite db)
Install the following dependencies:
$ brew install httrack
$ brew install leiningen
Download uberjar and run:
$ java -jar clojuredocs-docset-<version>-standalone.jar
or clone source to customize HTTrack in config.clj and run:
$ lein run
Import the generated clojure-docs.docset into Dash.
Copyright © 2013 Lokeshwaran
Distributed under the Eclipse Public License, the same as Clojure.