Blasta/template/now.xhtml

181 lines
6.3 KiB
HTML
Raw Permalink Normal View History

<?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 / now</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'/>
<script src="/script/regulator.js" />
</head>
<body>
<div id="container">
<div id="header" class="row">
<h1>
<img src="/graphic/blasta.svg"/>
&nbsp;
<a href="/">
Blasta
</a>
/ now
</h1>
<dl id="navigation">
<dd>
<a href="/">
<img alt="Main"
src="/graphic/blasta.svg"/>
</a>
</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>
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
&nbsp;
PubSub bookmarks
</h2>
<p>
» The /now page movement.
</p>
<h3>
Now page
</h3>
<p>
This is the <b>/now page</b> of Blasta.
</p>
<p>
Blasta is dancing happily and is also recommending you to do
the same, especially when you wake up after a good night ;-)
</p>
<p>
And in case you want to know what Blasta is doing today,
please read this list.
</p>
<h4>
Eternity
</h4>
<p>
Blasta is adopting the attitude of "living for the sake of
eternity", the attitude of living with eternity always in
mind, instead of living only for the moment.
</p>
<h4>
Empowerment
</h4>
<p>
Blasta is empowering people by making the access to
information open, impartial and unbiased.
</p>
<h4>
Sovereignty
</h4>
<p>
Blasta is respecting the privacy of people and consequently
preserving their sovereignty and their precious information.
</p>
<h4>
Knowledge
</h4>
<p>
Blasta is intending to enhance the access to valuable
knowledge and information.
</p>
<h4>
Features
</h4>
<p>
Blasta is working on new enhancements and features, namely
to make its database federated and shared between multiple
instances, by adding support for the protocol DHT, either by
BitTorrent or IPFS or even both; and
</p>
<p>
Blasta is also working on adding support for Gemini and
Gopher; and
</p>
<p>
Blasta is further working on new extensions and userscripts.
</p>
<h4>
Dance
</h4>
<p>
Blasta just loves to dance and be happy!
</p>
<br/>
<p class="quote bottom">
Visit <a href="https://nownownow.com">nownownow.com</a>,
for more /now pages.
</p>
</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>