This file is indexed.

/usr/share/doc/racket/scribble-pp/html.html is in racket-doc 6.7-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/><title>2&nbsp;HTML Generation</title><link rel="stylesheet" type="text/css" href="../scribble.css" title="default"/><link rel="stylesheet" type="text/css" href="../racket.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-style.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-racket.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-racket.css" title="default"/><link rel="stylesheet" type="text/css" href="../doc-site.css" title="default"/><script type="text/javascript" src="../scribble-common.js"></script><script type="text/javascript" src="../manual-racket.js"></script><script type="text/javascript" src="../manual-racket.js"></script><script type="text/javascript" src="../doc-site.js"></script><script type="text/javascript" src="../local-redirect/local-redirect.js"></script><script type="text/javascript" src="../local-redirect/local-user-redirect.js"></script><!--[if IE 6]><style type="text/css">.SIEHidden { overflow: hidden; }</style><![endif]--></head><body id="doc-racket-lang-org"><div class="tocset"><div class="tocview"><div class="tocviewlist tocviewlisttopspace"><div class="tocviewtitle"><table cellspacing="0" cellpadding="0"><tr><td style="width: 1em;"><a href="javascript:void(0);" title="Expand/Collapse" class="tocviewtoggle" onclick="TocviewToggle(this,&quot;tocview_0&quot;);">&#9658;</a></td><td></td><td><a href="index.html" class="tocviewlink" data-pltdoc="x">Scribble as Preprocessor</a></td></tr></table></div><div class="tocviewsublisttop" style="display: none;" id="tocview_0"><table cellspacing="0" cellpadding="0"><tr><td align="right">1&nbsp;</td><td><a href="text.html" class="tocviewlink" data-pltdoc="x">Text Generation</a></td></tr><tr><td align="right">2&nbsp;</td><td><a href="" class="tocviewselflink" data-pltdoc="x">HTML Generation</a></td></tr><tr><td align="right"></td><td><a href="doc-index.html" class="tocviewlink" data-pltdoc="x">Index</a></td></tr></table></div></div><div class="tocviewlist"><table cellspacing="0" cellpadding="0"><tr><td style="width: 1em;"><a href="javascript:void(0);" title="Expand/Collapse" class="tocviewtoggle" onclick="TocviewToggle(this,&quot;tocview_1&quot;);">&#9660;</a></td><td>2&nbsp;</td><td><a href="" class="tocviewselflink" data-pltdoc="x">HTML Generation</a></td></tr></table><div class="tocviewsublistbottom" style="display: block;" id="tocview_1"><table cellspacing="0" cellpadding="0"><tr><td align="right">2.1&nbsp;</td><td><a href="html-html.html" class="tocviewlink" data-pltdoc="x">Generating HTML Strings</a></td></tr><tr><td align="right">2.2&nbsp;</td><td><a href="html-xml.html" class="tocviewlink" data-pltdoc="x">Generating XML Strings</a></td></tr><tr><td align="right">2.3&nbsp;</td><td><a href="html-resources.html" class="tocviewlink" data-pltdoc="x">HTML Resources</a></td></tr></table></div></div></div></div><div class="maincolumn"><div class="main"><div class="navsettop"><span class="navleft"><form class="searchform"><input class="searchbox" style="color: #888;" type="text" value="...search manuals..." title="Enter a search string to search the manuals" onkeypress="return DoSearchKey(event, this, &quot;6.7&quot;, &quot;../&quot;);" onfocus="this.style.color=&quot;black&quot;; this.style.textAlign=&quot;left&quot;; if (this.value == &quot;...search manuals...&quot;) this.value=&quot;&quot;;" onblur="if (this.value.match(/^ *$/)) { this.style.color=&quot;#888&quot;; this.style.textAlign=&quot;center&quot;; this.value=&quot;...search manuals...&quot;; }"/></form>&nbsp;&nbsp;<a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot(&quot;6.7&quot;);">top</a></span><span class="navright">&nbsp;&nbsp;<a href="text.html" title="backward to &quot;1 Text Generation&quot;" data-pltdoc="x">&larr; prev</a>&nbsp;&nbsp;<a href="index.html" title="up to &quot;Scribble as Preprocessor&quot;" data-pltdoc="x">up</a>&nbsp;&nbsp;<a href="html-html.html" title="forward to &quot;2.1 Generating HTML Strings&quot;" data-pltdoc="x">next &rarr;</a></span>&nbsp;</div><h3 x-source-module="(lib &quot;scribblings/scribble/scribble-pp.scrbl&quot;)" x-source-pkg="scribble-doc" x-part-tag="&quot;html&quot;">2<tt>&nbsp;</tt><a name="(part._html)"></a><a name="(mod-path._scribble/html)"></a>HTML Generation</h3><p><div class="SIntrapara"><table cellspacing="0" cellpadding="0" class="defmodule"><tr><td align="left"><span class="hspace">&nbsp;</span><a href="https://download.racket-lang.org/docs/6.7/html/local-redirect/index.html?doc=guide&amp;rel=Module_Syntax.html%23%2528part._hash-lang%2529&amp;version=6.7" class="RktModLink Sq" data-pltdoc="x"><span class="RktMod">#lang</span></a><span class="hspace">&nbsp;</span><a href="" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/html</span></a></td><td align="right"><span class="RpackageSpec"><span class="Smaller">&nbsp;package:</span> <span class="stt">scribble-html-lib</span></span></td></tr></table></div><div class="SIntrapara">The <a href="" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/html</span></a>
language provides a way to generate HTML that is different from
<a href="https://download.racket-lang.org/docs/6.7/html/local-redirect/index.html?doc=scribble&amp;rel=base.html&amp;version=6.7" class="RktModLink Sq" data-pltdoc="x"><span class="RktSym">scribble/base</span></a>. The <a href="https://download.racket-lang.org/docs/6.7/html/local-redirect/index.html?doc=scribble&amp;rel=base.html&amp;version=6.7" class="RktModLink Sq" data-pltdoc="x"><span class="RktSym">scribble/base</span></a>
approach involves describing a document that can be rendered to HTML,
Latex, or other formats. The <a href="" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/html</span></a> approach,
in contrast, treats the document content as HTML format plus escapes.</div></p><p>Specifically, <a href="" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/html</span></a> is like
<a href="text.html" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/text</span></a>, but with the following changes:</p><ul><li><p>The <a href="html-html.html" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/html/html</span></a>,
<a href="html-xml.html" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/html/xml</span></a>, and
<a href="html-resources.html" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/html/resource</span></a> are re-exported,
in addition to <a href="text.html" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/text</span></a>.</p></li><li><p>Free identifiers that end with <span class="RktInBG"><span class="hspace"></span><span class="RktIn">:</span><span class="hspace"></span></span> are implicitly
quoted as symbols.</p></li></ul><p>When <a href="" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/html</span></a> is used via <span class="RktSym"><a href="https://download.racket-lang.org/docs/6.7/html/local-redirect/index.html?doc=reference&amp;rel=require.html%23%2528form._%2528%2528lib._racket%252Fprivate%252Fbase..rkt%2529._require%2529%2529&amp;version=6.7" class="RktStxLink Sq" data-pltdoc="x">require</a></span>
instead of <a href="https://download.racket-lang.org/docs/6.7/html/local-redirect/index.html?doc=guide&amp;rel=Module_Syntax.html%23%2528part._hash-lang%2529&amp;version=6.7" class="RktModLink Sq" data-pltdoc="x"><span class="RktMod">#lang</span></a>, then it does not change the printing of
values, and it does not include the bindings of <span class="RktSym">racket/base</span>.</p><p>The <a href="html-resources.html" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/html/resource</span></a>,
<a href="html-xml.html" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/html/xml</span></a>, and
<a href="html-html.html" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/html/html</span></a> libraries provide forms for
generating HTML as strings to be output in the same way as
<a href="text.html" class="RktModLink" data-pltdoc="x"><span class="RktSym">scribble/text</span></a>.</p><table cellspacing="0" cellpadding="0"><tr><td><p><span class="hspace">&nbsp;&nbsp;&nbsp;&nbsp;</span><a href="html-html.html" class="toclink" data-pltdoc="x">2.1<span class="hspace">&nbsp;</span>Generating HTML Strings</a></p></td></tr><tr><td><p><span class="hspace">&nbsp;&nbsp;&nbsp;&nbsp;</span><a href="html-xml.html" class="toclink" data-pltdoc="x">2.2<span class="hspace">&nbsp;</span>Generating XML Strings</a></p></td></tr><tr><td><p><span class="hspace">&nbsp;&nbsp;&nbsp;&nbsp;</span><a href="html-resources.html" class="toclink" data-pltdoc="x">2.3<span class="hspace">&nbsp;</span>HTML Resources</a></p></td></tr></table><div class="navsetbottom"><span class="navleft"><form class="searchform"><input class="searchbox" style="color: #888;" type="text" value="...search manuals..." title="Enter a search string to search the manuals" onkeypress="return DoSearchKey(event, this, &quot;6.7&quot;, &quot;../&quot;);" onfocus="this.style.color=&quot;black&quot;; this.style.textAlign=&quot;left&quot;; if (this.value == &quot;...search manuals...&quot;) this.value=&quot;&quot;;" onblur="if (this.value.match(/^ *$/)) { this.style.color=&quot;#888&quot;; this.style.textAlign=&quot;center&quot;; this.value=&quot;...search manuals...&quot;; }"/></form>&nbsp;&nbsp;<a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot(&quot;6.7&quot;);">top</a></span><span class="navright">&nbsp;&nbsp;<a href="text.html" title="backward to &quot;1 Text Generation&quot;" data-pltdoc="x">&larr; prev</a>&nbsp;&nbsp;<a href="index.html" title="up to &quot;Scribble as Preprocessor&quot;" data-pltdoc="x">up</a>&nbsp;&nbsp;<a href="html-html.html" title="forward to &quot;2.1 Generating HTML Strings&quot;" data-pltdoc="x">next &rarr;</a></span>&nbsp;</div></div></div><div id="contextindicator">&nbsp;</div></body></html>