factor/extra/webapps/help/search.xml

76 lines
1.8 KiB
XML
Raw Normal View History

2008-09-29 05:10:20 -04:00
<?xml version='1.0' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<t:base t:href="$help-webapp/content/" />
2008-09-29 06:03:05 -04:00
<style>
body { font-family: sans-serif; font-size: 85%; }
a:link { text-decoration: none; color: #00004c; }
a:visited { text-decoration: none; color: #00004c; }
a:active { text-decoration: none; color: #00004c; }
a:hover { text-decoration: underline; color: #00004c; }
</style>
2008-09-29 05:10:20 -04:00
</head>
<body>
2008-09-29 06:03:05 -04:00
<h1><t:a t:href="$help-webapp/content/article-handbook.html"
2008-09-29 06:08:16 -04:00
target="content">Factor documentation</t:a></h1>
2008-09-29 05:10:20 -04:00
2008-09-29 18:16:47 -04:00
<p>This is the <a href="http://factorcode.org" target="_top">Factor</a>
2008-09-29 06:08:16 -04:00
documentation, generated offline from a
2008-09-29 23:40:00 -04:00
<code>load-everything</code> image. If you want, you can also browse the
2008-09-29 23:40:41 -04:00
documentation from within the <a href="http://factorcode.org" target="_top">Factor</a> UI.</p>
2008-09-29 06:03:05 -04:00
2008-09-29 23:40:00 -04:00
<p>You may search article titles below; for example, try searching for "HTTP".</p>
2008-09-29 06:03:05 -04:00
2008-09-29 05:10:20 -04:00
<t:form t:action="$help-webapp/search">
<t:field t:name="search" />
2008-11-17 08:17:05 -05:00
<button type="submit">Search</button>
2008-09-29 05:10:20 -04:00
</t:form>
<t:if t:value="articles">
2008-09-29 06:03:05 -04:00
<hr/>
<h2>Articles</h2>
2008-09-29 05:10:20 -04:00
<ul>
<t:each t:name="articles">
<li> <t:link t:name="value" t:target="content" /> </li>
</t:each>
</ul>
</t:if>
<t:if t:value="vocabs">
2008-09-29 06:03:05 -04:00
<hr/>
<h2>Vocabularies</h2>
2008-09-29 05:10:20 -04:00
<ul>
<t:each t:name="vocabs">
<li> <t:link t:name="value" t:target="content" /> </li>
</t:each>
</ul>
</t:if>
<t:if t:value="words">
2008-09-29 06:03:05 -04:00
<hr/>
<h2>Words</h2>
2008-09-29 05:10:20 -04:00
<ul>
<t:each t:name="words">
<li> <t:link t:name="value" t:target="content" /> </li>
</t:each>
</ul>
</t:if>
</body>
</html>
</t:chloe>