about summary refs log tree commit diff stats
path: root/index.html
blob: 3a3b188bb1577bf554c88afd44479e836e4f474f (plain) (blame)
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
<!DOCTYPE html>
<html dir="ltr" lang="en">
    <head>
        <meta charset='utf-8'>
        <title>c9 Doc</title>
    </head>
    <body>

        <h1>c9 Doc</h1>

            <ul>
                <li><a href="core/index.html">Core OS</a></li>
                <li><a href="tools/index.html">Tools</a></li>
                <li><a href="dev/index.html">Development</a></li>
                <li><a href="manifesto.html">Manifesto</a></li>
                <li><a href="links.html">Links</a></li>
            </ul>

        <pre>
        rev 0.0.1
        </pre>

        <p>Permission is granted to copy, distribute and/or modify this
        document under the terms of the GNU Free Documentation License,
        Version 1.3 or any later version published by the Free Software
        Foundation; with the Invariant Sections being just "Manifesto",
        with just one Front-Cover "FrontCover", and one Back-Cover
        "Give Back". A copy of the license is included in the section
        entitled "GNU Free Documentation License".</p>

        <p><a href="fdl-1.3-standalone.html">Gnu Free Documentation License</a></p>

    </body>
</html>