kidd / AllegroLisp.docset

Dash docset for franz's allegro lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AllegroLisp.docSet

Generate dash docs for Allegro Lisp

Best used with

http://github.com/areina/helm-dash :)

Usage

  1. make import
  2. mv AllegroLisp.docSet/ ~/your-docsets-path/

    demo

Commit new versions

  1. make import
  2. make commit

Generate links without alisp

As a first approach to generating the links, you can use pup to extract useful info.

cat index-{a..w}.htm | pup 'li > a json{}' | jq '[.[] |{href, text} | select(.href | test("\\.\\.") |not  )]'

 cat index-{a..w}.htm | pup 'li > a json{}' |
 jq -r '[.[] |{href, text} | select(.href | test("^\\.\\.") | not)] | map(["insert" , .href , .text]|join(" ")) | join("\n")'

Author

Raimon Grau Cuscó <raimonster@gmail.com>

About

Dash docset for franz's allegro lisp

License:MIT License


Languages

Language:HTML 100.0%Language:Common Lisp 0.0%Language:CSS 0.0%Language:Makefile 0.0%