Skip to content

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

Notifications You must be signed in to change notification settings

mmontone/cl-livedocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published