The html-encode Reference Manual

This is the html-encode Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:41:36 2024 GMT+0.

Table of Contents


1 Systems

The main system appears first, followed by any subsystem dependency.


1.1 html-encode

A library for encoding text in various web-savvy encodings.

Author

Brian Mastenbrook

License

MIT

Source

html-encode.asd.

Child Component

html-encode.lisp (file).


2 Files

Files are sorted by type and then listed depth-first from the systems components trees.


2.1 Lisp


2.1.1 html-encode/html-encode.asd

Source

html-encode.asd.

Parent Component

html-encode (system).

ASDF Systems

html-encode.

Packages

html-encode-system.


2.1.2 html-encode/html-encode.lisp

Source

html-encode.asd.

Parent Component

html-encode (system).

Packages

html-encode.

Public Interface

3 Packages

Packages are listed by definition order.


3.1 html-encode-system

Source

html-encode.asd.

Use List
  • asdf/interface.
  • common-lisp.

3.2 html-encode

Source

html-encode.lisp.

Use List

common-lisp.

Public Interface

4 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


4.1 Public Interface


4.1.1 Ordinary functions

Function: automatically-encode-non-entities (string)
Package

html-encode.

Source

html-encode.lisp.

Function: encode-for-argument (string)
Package

html-encode.

Source

html-encode.lisp.

Function: encode-for-http (string)
Package

html-encode.

Source

html-encode.lisp.

Function: encode-for-pre (string)
Package

html-encode.

Source

html-encode.lisp.

Function: encode-for-tt (string &key with-line-numbers first-char-nbsp)
Package

html-encode.

Source

html-encode.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables