1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en" lang=
"en">
5 <title>index.html
</title>
6 <style type=
"text/css">
7 .index {font-style:italic;}
8 .dir {font-weight:bold;}
9 .disabled a {color:#
777;}
10 .filelist {font-family:monospace;}
15 <p>This is the index file for smoketest files. This root directory is
16 explicitly allowed and does not allow recursion.
</p>
20 <li>Delete index.html, load page in browser. Expect: Fully formed page
</li>
21 <li>Run `php update.php clean`. Expect: All html pages gone
</li>
22 <li>Run `php update.php normal`. Expect: No updates
</li>
23 <li>Run `php update.php all`. Expect: All html pages generated
</li>
24 <li>Touch index.xhtml source file, run `php update.php normal`. Expect: index.html updated
</li>
25 <li>Run `php update.php clean`, then visit each active page. Expect: all pages fully formed
</li>
29 <!-- this needs to be reimplemented using XHTML Compiler functionality -->
31 <li><a href=
"(special)/" class=
"dir">(special)/
</a><ul>
32 <li><a href=
"(special)/index.html" class=
"index">index.html
</a> (
<a href=
"(special)/index.xhtml">src
</a>)
</li>
34 <li class=
"disabled"><a href=
"private/" class=
"dir">private/
</a><ul>
35 <li><a href=
"private/index.html" class=
"index">index.html
</a> (
<a href=
"private/index.xhtml">src
</a>)
</li>
37 <li><a href=
"recursive/" class=
"dir">recursive/
</a><ul>
38 <li><a href=
"recursive/subdir/" class=
"dir">subdir/
</a><ul>
39 <li><a href=
"recursive/subdir/index.html" class=
"index">index.html
</a> (
<a href=
"recursive/subdir/index.xhtml">src
</a>)
</li>
41 <li><a href=
"recursive/index.html" class=
"index">index.html
</a> (
<a href=
"recursive/index.xhtml">src
</a>)
</li>