Blasta/template/philosophy.xhtml

169 lines
6.8 KiB
HTML
Raw 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 / philosophy</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> / <a href="/help">help</a> / <a href="/help/about">about</a> / philosophy
</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>» The principles of Blasta.</p>
<h3>Philosophy</h3>
<p>
This document explains the fundamental principles of Blasta
and sharing of referential resources (also known as
"bookmarks").
</p>
<p>
Some ideas that are conveyed in this article were taken
from the video
<a href="magnet:?xt=urn:btih:7ea94c240691311dc0916a2a91eb7c3db2c6f3e4&amp;dn=trusted-computing">
Trusted Computing</a>.
</p>
<p> Visit <a href="http://againsttcpa.com">AgainstTCPA.com</a>
to learn more about the subject of computing and trust.
</p>
<h4 id="control">Control</h4>
<p>
You can control your bookmarks <u>by your own personal
conviction</u> (minute 00:01:30 to the video), and the most
that Blasta can ever do, is to not accept links into its
system, and that is it. Blasta will never be able to remove
information from your system without you doing so by
yourself.
</p>
<h4 id="think">Think</h4>
<p>
The Blasta system is constructed and designed in a fashion
which would encourage, inspire and exert your mind to incite
yourself to research, investigate, discover, and, most
importantly, to own and to think.
</p>
<h4 id="trust">Trust</h4>
<p>
TRUST | confidence.
</p>
<p class="quote">
Trust is the personal believe in correctness of something.
</p>
<p class="quote">
It is the deep conviction of truth and rightness, and can
not be enforced.
</p>
<p class="quote">
If you gain someone's trust, you have established an
interpersonal relationship, based on communication, shared
values and experiences.
</p>
<p class="quote">
TRUST always depends on mutuality.
</p>
<h4 id="conclusion">Conclusion</h4>
<p>
Blasta is designed for organizing, sharing and spreading of
information in a collaborative fashion, be it in an
exclusive manner, by the use of selective authorizations or
inclusive manner, or both.
</p>
<p>
Blasta is designed for people to control their information,
or more precisely, not to disrupt nor sabotage freedoms.
</p>
<p>
By these, to a great degree, you are able to make use of
Blasta in any shape that you desire, and consequently form
your bookmarks in your own image.
</p>
<br/>
<p class="quote bottom">
So God created man in his own image, in the image of God
created he him; male and female created he them.
― Genesis 1:27 (KJV)
</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>