summaryrefslogtreecommitdiff
blob: 3943d3d00967c50bc11cf7f56bb3caef637f620a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>common-lisp</herd>
<longdescription>
HTML-ENCODE is a small Common Lisp library for encoding text in
various web-savvy formats. There are three functions exported from the
html-encode package: encode-for-pre - encodes text so it's suitable
for inclusion in a HTML, encode-for-tt - attemps to encode the text so
it can display in a tag with proper spacing, encode-for-http - breaks
the string on ">" characters so that long lines aren't sent.
</longdescription>
</pkgmetadata>