Dash docset generator for ClojureDocs.org
Performs the following:
- Mirror clojuredocs.org/clojure_core (around 17mb) using wget
- 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 wget
brew install leiningen
Generate with
lein run
Import the generated clojure-docs.docset into Dash.
Copyright © 2013 Lokeshwaran
Distributed under the Eclipse Public License, the same as Clojure.