An open API service indexing awesome lists of open source software.

https://github.com/mmontone/cl-livedocs

Live web documentation browser for Common Lisp. Based on Webinfo project.
https://github.com/mmontone/cl-livedocs

common-lisp documentation lisp

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# cl-livedocs

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

## Use

Evaluate:

```lisp
(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:
```lisp
(cl-livedocs:start :fulltext-search nil)
```

to disable fulltext search and a fast start.

## Screenshots

![screenshot](docs/screenshot.png "screenshot")

![screenshot2](docs/screenshot2.png "screenshot2")

## License

GPL