mmontone / cl-livedocs

Live web documentation browser for Common Lisp. Based on Webinfo project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cl-livedocs

Live web documentation browser for Common Lisp. Based on Webinfo project.

Use

Evaluate:

(cl-livedocs:start)

Then you can browse the documentation from your web browser.

Note that it takes a bit of time to start, as fulltext searching is enabled by default, and the indexing takes some time.

Run it like:

(cl-livedocs:start :fulltext-search nil)

to disable fulltext search and a fast start.

Screenshots

screenshot

screenshot2

License

GPL

About

Live web documentation browser for Common Lisp. Based on Webinfo project.


Languages

Language:Common Lisp 100.0%