<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="color-scheme" content="dark light" />
    <title>Blasta / help</title>
    <link rel="shortcut icon" href="/graphic/blasta.svg"/>
    <link rel='icon' type='image/svg+xml' href='/graphic/blasta.svg'/>
    <link rel='stylesheet' type='text/css' media='screen' href='/stylesheet/stylesheet.css'/>
</head>
<body>
    <div id="container">
        <div id="header" class="row">
            <h1>
                <img src="/graphic/blasta.svg"/>
                <a href="/">Blasta</a> / help
            </h1>
            <dl id="navigation">
                <dd>
                    <img src="/graphic/blasta.svg"/>
                </dd>
                {% if jabber_id %}
                    <dd>
                        <a href="/save">Add</a>
                    </dd>
                    <dd>
                        <a href="/jid">Public</a>
                    </dd>
                    <dd>
                        <a href="/private">Private</a>
                    </dd>
                    <dd>
                        <a href="/read">Read</a>
                    </dd>
                {% endif %}
                <dd>
                    <a href="/search{% if jabber_id %}/jid/{{jabber_id}}{% endif %}">Search</a>
                </dd>
                <dd>
                    <a href="/popular">Popular</a>
                </dd>
                <dd>
                    <a href="/recent">Recent</a>
                </dd>
                <dd>
                    {% if jabber_id %}
                        <a href="/disconnect">Disconnect</a>
                    {% else %}
                        <a href="/connect">Connect</a>
                    {% endif %}
                </dd>
            </dl>
        </div>
        <div id="main" class="row">
            <div id="content">
                <h2>&nbsp; PubSub Bookmarks</h2>
                <p>ยป This is a help guide of Blasta.</p>
                <h3>Contents</h3>
                <p>
                    The following references provide references to features that
                    are available on XMPP and to features are offered by Blasta,
                    and also disclose the mechanisms which Blasta utilizes.
                </p>
                <div id="table">
                    <div>
                        <h4>About</h4>
                        <p><a href="/help/about">Blasta</a></p>
                        <p><a href="/help/about/folksonomy">Folksonomy</a></p>
                        <p><a href="/help/about/ideas">Ideas</a></p>
                        <p><a href="/help/about/philosophy">Philosophy</a></p>
                        <p><a href="/help/about/projects">Projects</a></p>
                        <p><a href="/help/about/software">Software</a></p>
                        <p><a href="/help/about/thanks">Thanks</a></p>
                    </div>
                    <div>
                        <h4>Help</h4>
                        <p><a href="/help/feeds">Feeds</a></p>
                        <p><a href="/help/questions">Questions</a></p>
                        <p><a href="/help/syndication">Syndication</a></p>
                        <p><a href="/help/utilities">Utilities</a></p>
                    </div>
                    <div>
                        <h4>Personal</h4>
                        <p><a href="/contact">Contact</a></p>
                        <p><a href="/now">Now</a></p>
                    </div>
                    <div>
                        <h4>Policy</h4>
                        <p><a href="/help/policy/copy">Copy</a></p>
                        <p><a href="/help/policy/privacy">Privacy</a></p>
                        <p><a href="/help/policy/terms">Terms</a></p>
                    </div>
                    {% if jabber_id %}
                        <div>
                            <h4>Profile</h4>
                            <p><a href="/profile">About</a></p>
                            <p><a href="/profile#enrollment">Enrollment</a></p>
                            <p><a href="/profile#export">Export</a></p>
                            <p><a href="/profile#import">Import</a></p>
                            <p><a href="/profile#permissions">Permissions</a></p>
                            <p><a href="/profile#routine">Routine</a></p>
                            <p><a href="/profile#termination">Termination</a></p>
                        </div>
                    {% endif %}
                    <div>
                        <h4>XMPP</h4>
                        <p><a href="/help/about/xmpp/atomsub">Atomsub</a></p>
                        <p><a href="/help/about/xmpp/libervia">Libervia</a></p>
                        <p><a href="/help/about/xmpp/movim">Movim</a></p>
                        <p><a href="/help/about/xmpp/pubsub">PubSub</a></p>
                        <p><a href="/help/about/xmpp">XMPP</a></p>
                    </div>
                </div>
            </div>
        </div>
        <div id="footer" class="row">
            <dl>
                <dd>
                    <img src="/graphic/blasta.svg" alt="logo"/>
                    <a href="/">blasta</a>
                </dd>
                <dd>
                    <a href="/help/about">about</a>
                </dd>
                <dd>
                    <a href="/help/about/xmpp">xmpp</a>
                </dd>
                <dd>
                    <a href="/help/about/xmpp/pubsub">pubsub</a>
                </dd>
                <dd>
                    <a href="{{journal}}">journal</a>
                </dd>
                <dd>
                    <a href="/help">help</a>
                </dd>
                <dd>
                    <a href="/help/policy">policy</a>
                </dd>
                <dd>
                    <a href="/help/feeds">rss</a>
                </dd>
                <dd>
                    <a href="/contact">contact</a>
                </dd>
            </dl>
        </div>
    </div>
</body>
</html>