about summary refs log tree commit diff stats
path: root/subx.nanorc
Commit message (Expand)AuthorAgeFilesLines
* 5840 - syntax highlighting for nano (!!)Kartik Agaram2019-12-281-0/+16
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
<!DOCTYPE html>
<html dir="ltr" lang="en">
    <head>
        <meta charset='utf-8'>
        <title>Hive System Doc</title>
    </head>
    <body>

        <h1>Hive System Documentation</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>


        <h2>Ports</h2>

        <p>Ports git driver file
        <a href="core/conf/ports/ports.git">Ports driver</a> of
        <a href="https://hive.gnu.systems/git/ports.git">Ports git</a>
        </p>

        <pre>
        # Collection Ports Driver
        #
        NAME=ports
        URL=git://hive.gnu.systems/git/ports.git
        BRANCH=develop
        destination=/usr/ports/ports
        PORTS_DIR="/usr/ports"
        </pre>

        <h2>About</h2>

        <p>Version;</p>

        <pre>
        rev 0.4.0
        </pre>

        <a href="links.html">Links</a> contains relevant
        references. Current upstream git repository;</p>

        <p>
        <a href="https://hive.gnu.systems/git/doc.git">https://hive.gnu.systems/git/doc.git</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 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>

    </body>
</html>