aboutsummaryrefslogtreecommitdiff
path: root/sampleroot/readme/HEADER.html
blob: 689bff12af4519d0205198a6f0dc928a9cd4844f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
<head>
</head>
<body>
    <div id="content"><meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <h2>Sample includes</h2>
    <br />
    <h2><pre>&lt;linaro:include file="README" /&gt;</pre></h2>
    <pre style="font-size:.85em; padding:0 0 0 10;">
    <linaro:include file="README" />
    </pre>
    <h2><pre>&lt;linaro:include file="INSTALL"/&gt;</pre></h2>
    <pre style="font-size:.85em; padding:0 0 0 10;">
    <linaro:include file="INSTALL"/>
    </pre>
    <h2><pre>&lt;linaro:include file="HACKING"&gt;HACKING is missing&lt;/linaro:include&gt;</pre></h2>
    <pre style="font-size:.85em; padding:0 0 0 10;">
    <linaro:include file="HACKING">HACKING is missing</linaro:include>
    </pre>
    <h2><pre>&lt;linaro:include file="subdir/README"/&gt;</pre></h2>
    <pre style="font-size:.85em; padding:0 0 0 10;">
    <linaro:include file="subdir/README"/>
    </pre>
    <h2><pre>&lt;linaro:include file="subdir/../README"/&gt;</pre></h2>
    <pre style="font-size:.85em; padding:0 0 0 10;">
    <linaro:include file="../README"/>
    </pre>
    <h2><pre>&lt;linaro:include file="/tmp/README"/&gt;</pre></h2>
    <pre style="font-size:.85em; padding:0 0 0 10;">
    <linaro:include file="/tmp/README"/>
    </pre>
    <h2><pre>&lt;linaro:include file="READMELINK"/&gt;</pre></h2>
    <pre style="font-size:.85em; padding:0 0 0 10;">
    <linaro:include file="READMELINK"/>
    </pre>
</body>
</html>