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.
- Host: GitHub
- URL: https://github.com/mmontone/cl-livedocs
- Owner: mmontone
- Created: 2021-05-18T20:37:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T00:48:16.000Z (almost 5 years ago)
- Last Synced: 2025-09-09T13:51:12.511Z (9 months ago)
- Topics: common-lisp, documentation, lisp
- Language: Common Lisp
- Homepage:
- Size: 290 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cl - cl-livedocs - similar and newer, based on Webinfo, with full text search enabled by default. (Online editors ## / Third-party APIs)
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


## License
GPL