forked from sch/Blasta
Further uniformization of titles (CSS, XHTML, XSLT).
This commit is contained in:
parent
e97a1dd724
commit
14202b0887
31 changed files with 267 additions and 69 deletions
|
@ -256,6 +256,7 @@ table#software td {
|
||||||
#bookmarklet {
|
#bookmarklet {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
|
border-radius: 4px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
filter: drop-shadow(1px 1px 1px black);
|
filter: drop-shadow(1px 1px 1px black);
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
|
@ -266,6 +267,7 @@ table#software td {
|
||||||
|
|
||||||
#bookmarklet a {
|
#bookmarklet a {
|
||||||
color: #0000ff;
|
color: #0000ff;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#subscribe {
|
#subscribe {
|
||||||
|
|
|
@ -65,7 +65,9 @@ xmlns:atom='http://www.w3.org/2005/Atom'>
|
||||||
<div id='header'>
|
<div id='header'>
|
||||||
<!-- feed title -->
|
<!-- feed title -->
|
||||||
<h1>
|
<h1>
|
||||||
|
<a href='/'>
|
||||||
<img src='/graphic/blasta_syndicate.svg'/>
|
<img src='/graphic/blasta_syndicate.svg'/>
|
||||||
|
</a>
|
||||||
 
|
 
|
||||||
<xsl:value-of select='atom:title'/>
|
<xsl:value-of select='atom:title'/>
|
||||||
(syndication)
|
(syndication)
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» Information and resources about Blasta, collaborative
|
» Information and resources about Blasta, collaborative
|
||||||
bookmarks with an Irish manner.
|
bookmarks with an Irish manner.
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» {{message}}
|
» {{message}}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» The master standard for HTML.
|
» The master standard for HTML.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -83,7 +83,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
{% if pager %}
|
{% if pager %}
|
||||||
{% if page_next or page_prev %}
|
{% if page_next or page_prev %}
|
||||||
<div id="navigate-top">
|
<div id="navigate-top">
|
||||||
|
|
|
@ -38,9 +38,17 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
<p>» Connecting with XMPP.</p>
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
<h3>Connect to XMPP</h3>
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
» Connecting with XMPP.
|
||||||
|
</p>
|
||||||
|
<h3>
|
||||||
|
Connect to XMPP
|
||||||
|
</h3>
|
||||||
<form method="post" action="/">
|
<form method="post" action="/">
|
||||||
<label for="jabber_id">Jabber ID:</label>
|
<label for="jabber_id">Jabber ID:</label>
|
||||||
<input type="email" id="jabber_id" name="jabber_id"
|
<input type="email" id="jabber_id" name="jabber_id"
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» Herein contant information.
|
» Herein contant information.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» Bookmark a link to your personal PubSub node.
|
» Bookmark a link to your personal PubSub node.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -56,9 +56,17 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
<p>» This is a help guide for feeds of Blasta.</p>
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
<h3 id="introduction">An introduction to feeds</h3>
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
» This is a help guide for feeds of Blasta.
|
||||||
|
</p>
|
||||||
|
<h3 id="introduction">
|
||||||
|
An introduction to feeds
|
||||||
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
A feed, or "Atom", or "Syndication", or "RSS" (Really Simple
|
A feed, or "Atom", or "Syndication", or "RSS" (Really Simple
|
||||||
Syndication or Rich Site Summary) is a mean that allows you
|
Syndication or Rich Site Summary) is a mean that allows you
|
||||||
|
@ -72,7 +80,9 @@
|
||||||
spares the need for you to manually check the site for new
|
spares the need for you to manually check the site for new
|
||||||
content.
|
content.
|
||||||
</p>
|
</p>
|
||||||
<h4 id="atom-over-http">Atom Over HTTP</h4>
|
<h4 id="atom-over-http">
|
||||||
|
Atom Over HTTP
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Blasta offers Atom feeds for you to subscribe with your News
|
Blasta offers Atom feeds for you to subscribe with your News
|
||||||
Reader.
|
Reader.
|
||||||
|
@ -86,7 +96,9 @@
|
||||||
<a href="/help/syndication#software">
|
<a href="/help/syndication#software">
|
||||||
selection of News Readers</a>.
|
selection of News Readers</a>.
|
||||||
</p>
|
</p>
|
||||||
<h4 id="atom-over-xmpp">Atom Over XMPP</h4>
|
<h4 id="atom-over-xmpp">
|
||||||
|
Atom Over XMPP
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Since Blasta is based upon XMPP, Blasta offers
|
Since Blasta is based upon XMPP, Blasta offers
|
||||||
<a href="/help/about/xmpp/pubsub">PubSub</a> feeds for you
|
<a href="/help/about/xmpp/pubsub">PubSub</a> feeds for you
|
||||||
|
@ -115,8 +127,12 @@
|
||||||
"peer to peer" type of subscription is entirely independent
|
"peer to peer" type of subscription is entirely independent
|
||||||
from Blasta.
|
from Blasta.
|
||||||
</p>
|
</p>
|
||||||
<h4 id="http-xmpp">Which is better, HTTP or XMPP?</h4>
|
<h4 id="http-xmpp">
|
||||||
<p>It depends on your use case.</p>
|
Which is better, HTTP or XMPP?
|
||||||
|
</h4>
|
||||||
|
<p>
|
||||||
|
It depends on your use case.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you want to receive immediate updates and save bandwidth
|
If you want to receive immediate updates and save bandwidth
|
||||||
then XMPP would be a good choice for you.
|
then XMPP would be a good choice for you.
|
||||||
|
@ -137,7 +153,9 @@
|
||||||
For more information about Blasta feeds, please refer to the
|
For more information about Blasta feeds, please refer to the
|
||||||
feeds <a href="/help/syndication#patterns">legend</a>.
|
feeds <a href="/help/syndication#patterns">legend</a>.
|
||||||
</p>
|
</p>
|
||||||
<h4 id="conclusion">Conclusion</h4>
|
<h4 id="conclusion">
|
||||||
|
Conclusion
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
The syndication feeds of Blasta are available in two forms
|
The syndication feeds of Blasta are available in two forms
|
||||||
(HTTP and XMPP) and can be utilized via any mean you think
|
(HTTP and XMPP) and can be utilized via any mean you think
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» A practice for people to organize and share information in
|
» A practice for people to organize and share information in
|
||||||
a collaborative and decentralized manner.
|
a collaborative and decentralized manner.
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>» This is a help guide of Blasta.</p>
|
<p>» This is a help guide of Blasta.</p>
|
||||||
<h3>Contents</h3>
|
<h3>Contents</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» Some ideas which illustrate potential uses for Blasta.
|
» Some ideas which illustrate potential uses for Blasta.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» The Universal Communication Ecosystem.
|
» The Universal Communication Ecosystem.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» The social platform shaped for your community.
|
» The social platform shaped for your community.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -56,10 +56,20 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
<p>» The /now page movement.</p>
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
<h3>Now page</h3>
|
|
||||||
<p>This is the <b>/now page</b> of Blasta.</p>
|
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>
|
<p>
|
||||||
Blasta is dancing happily and is also recommending you to do
|
Blasta is dancing happily and is also recommending you to do
|
||||||
the same, especially when you wake up after a good night ;-)
|
the same, especially when you wake up after a good night ;-)
|
||||||
|
@ -68,28 +78,38 @@
|
||||||
And in case you want to know what Blasta is doing today,
|
And in case you want to know what Blasta is doing today,
|
||||||
please read this list.
|
please read this list.
|
||||||
</p>
|
</p>
|
||||||
<h4>Eternity</h4>
|
<h4>
|
||||||
|
Eternity
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Blasta is adopting the attitude of "living for the sake of
|
Blasta is adopting the attitude of "living for the sake of
|
||||||
eternity", the attitude of living with eternity always in
|
eternity", the attitude of living with eternity always in
|
||||||
mind, instead of living only for the moment.
|
mind, instead of living only for the moment.
|
||||||
</p>
|
</p>
|
||||||
<h4>Empowerment</h4>
|
<h4>
|
||||||
|
Empowerment
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Blasta is empowering people by making the access to
|
Blasta is empowering people by making the access to
|
||||||
information open, impartial and unbiased.
|
information open, impartial and unbiased.
|
||||||
</p>
|
</p>
|
||||||
<h4>Sovereignty</h4>
|
<h4>
|
||||||
|
Sovereignty
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Blasta is respecting the privacy of people and consequently
|
Blasta is respecting the privacy of people and consequently
|
||||||
preserving their sovereignty and their precious information.
|
preserving their sovereignty and their precious information.
|
||||||
</p>
|
</p>
|
||||||
<h4>Knowledge</h4>
|
<h4>
|
||||||
|
Knowledge
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Blasta is intending to enhance the access to valuable
|
Blasta is intending to enhance the access to valuable
|
||||||
knowledge and information.
|
knowledge and information.
|
||||||
</p>
|
</p>
|
||||||
<h4>Features</h4>
|
<h4>
|
||||||
|
Features
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Blasta is working on new enhancements and features, namely
|
Blasta is working on new enhancements and features, namely
|
||||||
to make its database federated and shared between multiple
|
to make its database federated and shared between multiple
|
||||||
|
@ -103,7 +123,9 @@
|
||||||
<p>
|
<p>
|
||||||
Blasta is further working on new extensions and userscripts.
|
Blasta is further working on new extensions and userscripts.
|
||||||
</p>
|
</p>
|
||||||
<h4>Dance</h4>
|
<h4>
|
||||||
|
Dance
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Blasta just loves to dance and be happy!
|
Blasta just loves to dance and be happy!
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -63,7 +63,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
{% if pager %}
|
{% if pager %}
|
||||||
{% if page_next or page_prev %}
|
{% if page_next or page_prev %}
|
||||||
<div id="navigate-top">
|
<div id="navigate-top">
|
||||||
|
|
|
@ -56,9 +56,17 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
<p>» The principles of Blasta.</p>
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
<h3>Philosophy</h3>
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
» The principles of Blasta.
|
||||||
|
</p>
|
||||||
|
<h3>
|
||||||
|
Philosophy
|
||||||
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
This document explains the fundamental principles of Blasta
|
This document explains the fundamental principles of Blasta
|
||||||
and sharing of referential resources (also known as
|
and sharing of referential resources (also known as
|
||||||
|
@ -73,7 +81,9 @@
|
||||||
<p> Visit <a href="http://againsttcpa.com">AgainstTCPA.com</a>
|
<p> Visit <a href="http://againsttcpa.com">AgainstTCPA.com</a>
|
||||||
to learn more about the subject of computing and trust.
|
to learn more about the subject of computing and trust.
|
||||||
</p>
|
</p>
|
||||||
<h4 id="control">Control</h4>
|
<h4 id="control">
|
||||||
|
Control
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
You can control your bookmarks <u>by your own personal
|
You can control your bookmarks <u>by your own personal
|
||||||
conviction</u> (minute 00:01:30 to the video), and the most
|
conviction</u> (minute 00:01:30 to the video), and the most
|
||||||
|
@ -82,7 +92,9 @@
|
||||||
information from your system without you doing so by
|
information from your system without you doing so by
|
||||||
yourself.
|
yourself.
|
||||||
</p>
|
</p>
|
||||||
<h4 id="think">Think</h4>
|
<h4 id="think">
|
||||||
|
Think
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
The Blasta system is constructed and designed in a fashion
|
The Blasta system is constructed and designed in a fashion
|
||||||
which would encourage, inspire and exert your mind to incite
|
which would encourage, inspire and exert your mind to incite
|
||||||
|
@ -108,7 +120,9 @@
|
||||||
<p class="quote">
|
<p class="quote">
|
||||||
TRUST always depends on mutuality.
|
TRUST always depends on mutuality.
|
||||||
</p>
|
</p>
|
||||||
<h4 id="conclusion">Conclusion</h4>
|
<h4 id="conclusion">
|
||||||
|
Conclusion
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Blasta is designed for organizing, sharing and spreading of
|
Blasta is designed for organizing, sharing and spreading of
|
||||||
information in a collaborative fashion, be it in an
|
information in a collaborative fashion, be it in an
|
||||||
|
|
|
@ -52,7 +52,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>» Information of your Jabber ID.</p>
|
<p>» Information of your Jabber ID.</p>
|
||||||
<h3>Your Profile</h3>
|
<h3>Your Profile</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>» Information about projects that are similar to Blasta.</p>
|
<p>» Information about projects that are similar to Blasta.</p>
|
||||||
<h3>Similar projects</h3>
|
<h3>Similar projects</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -56,21 +56,33 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
<p>» This is a help guide for XMPP PubSub of Blasta.</p>
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
<h3>PubSub</h3>
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
» This is a help guide for XMPP PubSub of Blasta.
|
||||||
|
</p>
|
||||||
|
<h3>
|
||||||
|
PubSub
|
||||||
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
Blasta manages and posts information on PubSub nodes of your
|
Blasta manages and posts information on PubSub nodes of your
|
||||||
own XMPP account.
|
own XMPP account.
|
||||||
</p>
|
</p>
|
||||||
<h4>Synopsis</h4>
|
<h4>
|
||||||
|
Synopsis
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
The technologies (i.e. standards and specifications) that
|
The technologies (i.e. standards and specifications) that
|
||||||
are being served for this task are Atom Syndication Format
|
are being served for this task are Atom Syndication Format
|
||||||
(ASF) and Publish-Subscribe.
|
(ASF) and Publish-Subscribe.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4>Atom Syndication Format (RFC 4287)</h4>
|
<h4>
|
||||||
|
Atom Syndication Format (RFC 4287)
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
The Atom Syndication Format or ASF is a standard for
|
The Atom Syndication Format or ASF is a standard for
|
||||||
syndication which was yielded from RSS. The ASF was
|
syndication which was yielded from RSS. The ASF was
|
||||||
|
@ -90,7 +102,9 @@
|
||||||
of content such as journals and news headlines to sites as
|
of content such as journals and news headlines to sites as
|
||||||
well as directly to user agents.
|
well as directly to user agents.
|
||||||
</p>
|
</p>
|
||||||
<h4>Publish-Subscribe (XEP-0060)</h4>
|
<h4>
|
||||||
|
Publish-Subscribe (XEP-0060)
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Publish-Subscribe or PubSub is an XEP specification for
|
Publish-Subscribe or PubSub is an XEP specification for
|
||||||
XMPP which was approved by the XMPP Standard Foundation (XSF)
|
XMPP which was approved by the XMPP Standard Foundation (XSF)
|
||||||
|
@ -110,12 +124,16 @@
|
||||||
geolocation, workflow systems, network management systems,
|
geolocation, workflow systems, network management systems,
|
||||||
and any other application that requires event notifications.
|
and any other application that requires event notifications.
|
||||||
</p>
|
</p>
|
||||||
<h4>Atomsub</h4>
|
<h4>
|
||||||
|
Atomsub
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Atomsub, or Atom Over XMPP, is the combination of PubSub and
|
Atomsub, or Atom Over XMPP, is the combination of PubSub and
|
||||||
Atom. <a href="/help/about/xmpp/atomsub">Learn more</a>.
|
Atom. <a href="/help/about/xmpp/atomsub">Learn more</a>.
|
||||||
</p>
|
</p>
|
||||||
<h4>Technicalities</h4>
|
<h4>
|
||||||
|
Technicalities
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
The location at which Blasta stores your information is inside
|
The location at which Blasta stores your information is inside
|
||||||
node <code>urn:xmpp:bibliography:0</code> of
|
node <code>urn:xmpp:bibliography:0</code> of
|
||||||
|
@ -126,7 +144,9 @@
|
||||||
and is where you can find all of your information, even if
|
and is where you can find all of your information, even if
|
||||||
this Blasta instance be offline.
|
this Blasta instance be offline.
|
||||||
</p>
|
</p>
|
||||||
<h4>PubSub</h4>
|
<h4>
|
||||||
|
PubSub
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
This is an illustrated example of a node item which stores
|
This is an illustrated example of a node item which stores
|
||||||
as an Atom entry.
|
as an Atom entry.
|
||||||
|
@ -142,7 +162,9 @@
|
||||||
representation of a URL ID for referential purposes in the
|
representation of a URL ID for referential purposes in the
|
||||||
Blasta system.
|
Blasta system.
|
||||||
</p>
|
</p>
|
||||||
<h4>Atom</h4>
|
<h4>
|
||||||
|
Atom
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
This is an illustrated example of an Atom Syndication Format
|
This is an illustrated example of an Atom Syndication Format
|
||||||
entry which is stored in item
|
entry which is stored in item
|
||||||
|
@ -158,7 +180,9 @@
|
||||||
Published : {{date_now_iso}}
|
Published : {{date_now_iso}}
|
||||||
Updated : {{date_now_iso}}
|
Updated : {{date_now_iso}}
|
||||||
</pre>
|
</pre>
|
||||||
<p>This is the data as retrieved by an XMPP IQ Stanza.</p>
|
<p>
|
||||||
|
This is the data as retrieved by an XMPP IQ Stanza.
|
||||||
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
<item xmlns="http://jabber.org/protocol/pubsub" id="3d0db4c019a01ebbbab1cf0723ed7ddd">
|
<item xmlns="http://jabber.org/protocol/pubsub" id="3d0db4c019a01ebbbab1cf0723ed7ddd">
|
||||||
<entry xmlns="http://www.w3.org/2005/Atom">
|
<entry xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
@ -206,14 +230,18 @@
|
||||||
at
|
at
|
||||||
<span class="date">{{date_now_readable}}</span>
|
<span class="date">{{date_now_readable}}</span>
|
||||||
</div>
|
</div>
|
||||||
<h4>Conclusion</h4>
|
<h4>
|
||||||
|
Conclusion
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
This was an illustrative representation of how your data is
|
This was an illustrative representation of how your data is
|
||||||
stored by Blasta as Atom feed entries on Publish-Subscribe
|
stored by Blasta as Atom feed entries on Publish-Subscribe
|
||||||
node <code>urn:xmpp:bibliography:0</code> of your XMPP
|
node <code>urn:xmpp:bibliography:0</code> of your XMPP
|
||||||
account.
|
account.
|
||||||
</p>
|
</p>
|
||||||
<h4>Resources</h4>
|
<h4>
|
||||||
|
Resources
|
||||||
|
</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://wiki.xmpp.org/web/PubSub_message_types">
|
<a href="https://wiki.xmpp.org/web/PubSub_message_types">
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» Queries about Blasta.
|
» Queries about Blasta.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» Register an XMPP account. It is free of charge.
|
» Register an XMPP account. It is free of charge.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» {{message}}
|
» {{message}}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>» {{message}}</p>
|
<p>» {{message}}</p>
|
||||||
<h3>{{description}}</h3>
|
<h3>{{description}}</h3>
|
||||||
<form method="get" action="{{form_action}}">
|
<form method="get" action="{{form_action}}">
|
||||||
|
|
|
@ -56,9 +56,17 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
<p>» Information about projects that Blasta is based upon.</p>
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
<h3>Software</h3>
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
» Information about projects that Blasta is based upon.
|
||||||
|
</p>
|
||||||
|
<h3>
|
||||||
|
Software
|
||||||
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
Blasta was made possible thanks to the following projects.
|
Blasta was made possible thanks to the following projects.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>» This is a help guide for syndication of Blasta.</p>
|
<p>» This is a help guide for syndication of Blasta.</p>
|
||||||
<h3>Feeds</h3>
|
<h3>Feeds</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -56,9 +56,17 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
<p>» {{message}}</p>
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
<h3>{{description}}</h3>
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
» {{message}}
|
||||||
|
</p>
|
||||||
|
<h3>
|
||||||
|
{{description}}
|
||||||
|
</h3>
|
||||||
<p id="tags-sized">
|
<p id="tags-sized">
|
||||||
{% for tag, instance in tag_list %}
|
{% for tag, instance in tag_list %}
|
||||||
{% if instance > 5000 %}
|
{% if instance > 5000 %}
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» Gratitude and appreciation from the world over.
|
» Gratitude and appreciation from the world over.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
» This is a referential guide for features of Blasta.
|
» This is a referential guide for features of Blasta.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="main" class="row">
|
<div id="main" class="row">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2> PubSub Bookmarks</h2>
|
<h2>
|
||||||
|
<img alt="💡" src="/graphic/xmpp.svg" width="18" height="18"/>
|
||||||
|
|
||||||
|
PubSub bookmarks
|
||||||
|
</h2>
|
||||||
<p>» The universal messaging standard; Tried and tested. Independent. Privacy-focused.</p>
|
<p>» The universal messaging standard; Tried and tested. Independent. Privacy-focused.</p>
|
||||||
<h3 id="overview">An Overview of XMPP</h3>
|
<h3 id="overview">An Overview of XMPP</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue