daquino / clojuredocs-docset

Dash docset generator for ClojureDocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

Installation

Install the following dependencies:

$ brew install httrack
$ brew install leiningen

Usage

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.

License

Copyright © 2013 Lokeshwaran

Distributed under the Eclipse Public License, the same as Clojure.

About

Dash docset generator for ClojureDocs.org


Languages

Language:Clojure 100.0%