2
4
Fork
You've already forked hyperdoc
1
Hypertext documentation system based on html-inspector-views https://hyperdoc.khinsen.net/
  • Common Lisp 79.4%
  • HTML 19.5%
  • CSS 0.8%
  • JavaScript 0.3%
2026年04月29日 17:36:00 +02:00
assets CSS cleanup 2026年03月16日 20:37:30 +01:00
hyperbook Languages view for Wikipedia pages 2026年03月09日 17:52:31 +01:00
hyperbook-explorer Languages view for Wikipedia pages 2026年03月09日 17:52:31 +01:00
hyperbook-fedwiki Render HTML story items 2026年04月29日 17:36:00 +02:00
hyperbook-server Serve HyperBooks added after server initialization 2026年01月21日 20:40:57 +01:00
hyperbook-the-book HyperBook factory for Wikipedia instances 2026年02月10日 17:50:58 +01:00
hyperbook-wikipedia Resolve empty Wikipedia page ids to the main page 2026年03月13日 10:52:14 +01:00
hyperdoc Source code view for tools 2026年03月16日 20:40:05 +01:00
hyperdoc-explorer Source code view for tools 2026年03月16日 20:40:05 +01:00
inspector-hyperdoc HyperBook factory for Wikipedia instances 2026年02月10日 17:50:58 +01:00
tools Script for modernizing HTML files 2026年01月02日 18:18:01 +01:00
.gitignore Skeleton 2024年12月09日 17:00:25 +01:00
AUTHORS Add file AUTHORS 2025年07月07日 11:52:15 +02:00
codemeta.json Add codemeta.json 2025年06月26日 16:53:19 +02:00
hyperbook.asd Languages view for Wikipedia pages 2026年03月09日 17:52:31 +01:00
hyperdoc.asd Remove obsolete hyperdoc/server 2025年12月26日 16:57:13 +01:00
LICENSE Pages and code files 2025年01月25日 21:02:55 +01:00
notes.org Start experimenting 2024年12月09日 17:34:26 +01:00
README.md Minor fixes 2026年02月13日 11:35:23 +01:00

HyperDoc

Hypertext documentation system based on html-inspector-views.

Running a Web server for the HyperDoc catalog

The basic command for SBCL is:

sbcl --no-userinit \
 --eval '(require :asdf)' \
 --eval '(asdf:load-system "hyperdoc")' \
 --eval '(asdf:load-system "hyperbook/server")' \
 --eval '(hyperbook/server:serve-catalog)'

This will serve a catalog containing a single HyperDoc, the one for HyperDoc itself. In practice, you will load additional systems providing HyperDocs, before the last --eval line.

License

BSD

Copyright (c) 2025 Konrad Hinsen

The SVG icons in the directory assets/hyperdoc/icons are from the Font Awesome collection, and are subject to its license.