diff options
author | Silvino Silva <silvino@bk.ru> | 2017-01-12 04:12:15 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-01-12 04:12:15 +0000 |
commit | ca965160498a43dcc8769d7493469e5995d1caf4 (patch) | |
tree | 13181aacf7255e19bc0440ef2de3ac2e3f7fef27 /index.html | |
parent | 4caa43d6aece6e8b13a9c325781c47809479e8e1 (diff) | |
download | doc-ca965160498a43dcc8769d7493469e5995d1caf4.tar.gz |
index revision
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 61 |
1 files changed, 27 insertions, 34 deletions
diff --git a/index.html b/index.html index a79bd6a..89990d7 100644 --- a/index.html +++ b/index.html @@ -8,40 +8,15 @@ <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="host.html">Host</a></li> - </ul> - - <ul> - <li><a href="manifesto.html">Manifesto</a></li> - <li><a href="legal/index.html">Labor law</a></li> - <li><a href="links.html">Links</a></li> - <li><a href="team.html">Team</a></li> - </ul> + <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="host.html">Host</a></li> + </ul> - <h2>About</h2> - - <p>Version;</p> - - <pre> - rev 0.3.0 - </pre> - - <p>Current upstream git repository;</p> - - <p> - <a href="https://github.com/s1lvino/c9-doc">https://github.com/s1lvino/c9-doc</a> - </p> <h2>Ports</h2> - <p>Current ports upstream git repository;</p> - - <p> - <a href="https://github.com/s1lvino/c9-ports">https://github.com/s1lvino/c9-ports</a> - </p> <p>Content of <a href="core/conf/ports/c9-ports.httpup">c9-ports.httpup</a>; @@ -57,14 +32,32 @@ # End of file </pre> + <h2>About</h2> + + <p>Version;</p> + + <pre> + rev 0.3.0 + </pre> + + <p><a href="manifesto.html">Manifesto</a> helps to have general + idea, <a href="legal/index.html">legal</a> try's to address bureaucracy + and <a href="links.html">Links</a> contains links to external web + references. Current upstream git repository;</p> + + <p> + <a href="https://github.com/s1lvino/c9-doc">https://github.com/s1lvino/c9-doc</a> + </p> + + <h2>License</h2> <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", - and Links". A copy of the license is included in the section - entitled "GNU Free Documentation License".</p> + Foundation; with the Invariant Sections being this page "Index", + "Manifesto", "Team" and Links". 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> |