Skip to content

dlokesh/clojuredocs-docset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.