3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
7 <html xmlns="http://www.w3.org/1999/xhtml">
9 <t:base t:href="$help-webapp/content/" />
12 body { font-family: sans-serif; font-size: 85%; }
13 a:link { text-decoration: none; color: #00004c; }
14 a:visited { text-decoration: none; color: #00004c; }
15 a:active { text-decoration: none; color: #00004c; }
16 a:hover { text-decoration: underline; color: #00004c; }
21 <h1><t:a t:href="$help-webapp/content/article-handbook.html"
22 target="content">Factor documentation</t:a></h1>
24 <p>This is the <a href="http://factorcode.org" target="_top">Factor</a>
25 documentation, generated offline from a
26 <code>load-everything</code> image. If you want, you can also browse the
27 documentation from within the <a href="http://factorcode.org" target="_top">Factor</a> UI.</p>
29 <p>You may search article titles below; for example, try searching for "HTTP".</p>
31 <t:form t:action="$help-webapp/search">
32 <t:field t:name="search" />
33 <button type="submit">Search</button>
36 <t:if t:value="articles">
42 <t:each t:name="articles">
43 <li> <t:link t:name="value" t:target="content" /> </li>
48 <t:if t:value="vocabs">
54 <t:each t:name="vocabs">
55 <li> <t:link t:name="value" t:target="content" /> </li>
60 <t:if t:value="words">
66 <t:each t:name="words">
67 <li> <t:link t:name="value" t:target="content" /> </li>