]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/help/search.xml
f6b364f089eed50e882d2789fbe6e5933a2766de
[factor.git] / extra / webapps / help / search.xml
1 <?xml version='1.0' ?>
2
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
5 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
6
7 <html xmlns="http://www.w3.org/1999/xhtml">
8         <head>
9                 <t:base t:href="$help-webapp/content/" />
10
11                 <style>
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; }
17                 </style>
18         </head>
19
20         <body>
21                 <h1><t:a t:href="$help-webapp/content/article-handbook.html"
22                         target="content">Factor documentation</t:a></h1>
23
24                 <p>This is the <a href="http://factorcode.org" target="_top">Factor</a>
25                 documentation, generated offline from a
26                 <code>load-all</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>
28                 
29                 <p>You may search article titles below; for example, try searching for "HTTP".</p>
30                 
31                 <t:form t:action="$help-webapp/search">
32                         <t:field t:name="search" />
33                         <button type="submit">Search</button>
34                 </t:form>
35                 
36                 <t:if t:value="articles">
37                         <hr/>
38                         
39                         <h2>Articles</h2>
40                         
41                         <ul>
42                                 <t:each t:name="articles">
43                                         <li> <t:link t:name="value" t:target="content" /> </li>
44                                 </t:each>
45                         </ul>
46                 </t:if>
47                 
48                 <t:if t:value="vocabs">
49                         <hr/>
50                         
51                         <h2>Vocabularies</h2>
52                         
53                         <ul>
54                                 <t:each t:name="vocabs">
55                                         <li> <t:link t:name="value" t:target="content" /> </li>
56                                 </t:each>
57                         </ul>
58                 </t:if>
59                 
60                 <t:if t:value="words">
61                         <hr/>
62                         
63                         <h2>Words</h2>
64                         
65                         <ul>
66                                 <t:each t:name="words">
67                                         <li> <t:link t:name="value" t:target="content" /> </li>
68                                 </t:each>
69                         </ul>
70                 </t:if>
71
72         </body>
73 </html>
74
75 </t:chloe>