This is the cl-tidy Reference Manual, version 0.0.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:27:29 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-tidy
FFI bindings for HTML Tidy
Red Daly
MIT License
0.0.2
cffi
(system).
src
(module).
Modules are listed depth-first from the system components tree.
cl-tidy/src
cl-tidy
(system).
package.lisp
(file).
main.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-tidy/src/main.lisp
package.lisp
(file).
src
(module).
clean-up-html
(function).
check-html
(function).
init-tidy-buffer
(function).
slurp-file-3000
(function).
tidy-buffer-tclass
(class).
tidy-clean-and-repair
(function).
tidy-create
(function).
tidy-error-count
(function).
tidy-error-summary
(function).
tidy-opt-set-bool
(function).
tidy-parse-string
(function).
tidy-release
(function).
tidy-run-diagnostics
(function).
tidy-save-buffer
(function).
tidy-warning-count
(function).
with-tidy-buffer
(macro).
with-tidy-doc
(macro).
without-interrupts
(macro).
Packages are listed by definition order.
cl-tidy
cffi
.
common-lisp
.
clean-up-html
(function).
check-html
(function).
init-tidy-buffer
(function).
slurp-file-3000
(function).
tidy-buffer-tclass
(class).
tidy-clean-and-repair
(function).
tidy-create
(function).
tidy-error-count
(function).
tidy-error-summary
(function).
tidy-opt-set-bool
(function).
tidy-parse-string
(function).
tidy-release
(function).
tidy-run-diagnostics
(function).
tidy-save-buffer
(function).
tidy-warning-count
(function).
with-tidy-buffer
(macro).
with-tidy-doc
(macro).
without-interrupts
(macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Given an HTML string, ‘string‘, runs the input through Tidy. If
Tidy can handle the input, returns a version of the document that is valid
XHTML.
Thus, most dirty web pages from the internet can be grabbed run through ‘CLEAN-UP-HTML‘ and subsequently passed into a strict XML parser.
Jump to: | C F I M S T W |
---|
Jump to: | C F I M S T W |
---|
Jump to: | C F M P S T |
---|
Jump to: | C F M P S T |
---|