docs/src/header.html

Sat, 28 Oct 2017 15:59:16 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 28 Oct 2017 15:59:16 +0200
changeset 260
a6184aff5108
parent 259
2f5dea574a75
child 264
24f5484bae97
permissions
-rw-r--r--

rename LICENSE to COPYING to be distributed by autoconf

        <!-- begin header -->
        <div id="header">
            <span>UAP Common Extensions</span>
            <img src="uaplogo.png" alt="UAP Core">
        </div>
        <!-- end header -->

        <!-- begin navigation -->
        <div id="sidebar">
            <div class="nav">
                <h3>Getting Started</h3>
                <ul>
                    <li><a href="index.html">Overview</a></li>
                    <li><a href="install.html">Build Instructions</a></li>
                    <li><a href="license.html">License</a></li>
                </ul>
            </div>
            <div class="nav">
                <h3>Documentation</h3>
                <ul>
                    <li><a href="modules.html">Modules</a>
                    <ul>
                        <li><a href="modules.html#allocator">Allocator</a></li>
                        <li><a href="modules.html#avl">AVL Tree</a></li>
                        <li><a href="modules.html#buffer">Buffer</a></li>
                        <li><a href="modules.html#list">List</a></li>
                        <li><a href="modules.html#logging">Logging</a></li>
                        <li><a href="modules.html#map">Map</a></li>
                        <li><a href="modules.html#mempool">Memory Pool</a></li>
                        <li><a href="modules.html#properties">Properties</a></li>
                        <li><a href="modules.html#stack">Stack</a></li>
                        <li><a href="modules.html#string">String</a></li>
                        <li><a href="modules.html#test">Testing</a></li>
                        <li><a href="modules.html#utils">Utilities</a></li>
                    </ul>
                    </li>
                    <li><a href="examples.html">Examples</a></li>
                </ul>
            </div>
            <div class="nav">
                <h3>Resources</h3>
                <ul>
                    <li><a target="_blank" href="api/index.html">API Reference</a></li>
                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">UAP Core Repository</a></li>
                    <li><a target="_blank" href="https://sourceforge.net/p/ucx/">Source Forge</a></li>
                </ul>
            </div>
            <div class="nav">
                <h3>Partners</h3>
                <ul>
                    <li><a target="_blank" href="https://www.unixwork.de">UNIXwork</a></li>
                </ul>
            </div>
        </div>
        <!-- end navigation -->

        <!-- begin content -->
        <div id="content">

mercurial