<?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 / thanks</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> / thanks </h1> <dl id="navigation"> <dd> <img src="/graphic/blasta.svg"/> </dd> {% if jabber_id %} <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> PubSub Bookmarks</h2> <p> » Gratitude and appreciation from the world over. </p> <h3> Thanks </h3> <p> We would want to express our gratitude and appreciation to special men and women from Argentina, Canada, France Germany, Ireland, Italy, Palestine, Russia and The Netherlands. </p> <h4> Mr. Damian Sartori </h4> <p> We would want to thank to Mr. Damian Sartori (a.k.a.: TheCoffeMaker) from <a href="https://cyberdelia.com.ar/"> Cyberdelia</a> for providing instructions for present and future database management. </p> <h4> Mr. Guus der Kinderen </h4> <p> We would want to thank to Mr. Guus der Kinderen of <a href="http://igniterealtime.org">Ignite Realtime</a> who has instantly provided us with relevant references from the XMPP specification <a href="https://xmpp.org/extensions/xep-0060.html"> XEP-0060: Publish-Subscribe</a> and who has generously provided us with <a href="http://goodbytes.im">Goodbytes</a> <a href="https://igniterealtime.org/projects/openfire/"> Openfire</a> servers for testing Blasta. </p> <h4> Mr. Jérôme Poisson </h4> <p> We would want to thank to Mr. Jérôme Poisson of project <a href="https://libervia.org">Libervia</a> who has instructed us in coordinating the Blasta system with the Libervia system. </p> <h4> Mrs. Laura Lapina </h4> <p> We would want to thank to Mrs. Laura Lapina of 404 City and Loqi who has contributed her advises to select the proper technologies, and plan and engineer the master database operation workflow. </p> <h4> Mr. Schimon Jehudah Zachary </h4> <p> We would want to thank to Mr. Schimon Jehudah Zachary of project <a href="https://git.xmpp-it.net/sch/Rivista"> Rivista</a> who has provided us with concise, yet essential information and presentation about the value and worthiness of making use of XMPP as a platform for sharing of information, including elaborative SQLite queries that have accelerated and saved us precious development time. </p> <h4> Mr. Simone Canaletti </h4> <p> We would want to thank to Mr. Simone Canaletti of project <a href="https://woodpeckersnest.eu">WPN</a> who has helped in deploying and testing Blasta, including benchmarking for mass deployment, in addition to providing us with the adequate means for hosting the development ground of the Blasta platform and related projects. </p> <h4> Mr. Stephen Paul Weber </h4> <p> We would want to thank to Mr. Stephen Paul Weber of project <a href="https://soprani.ca">Soprani.ca</a> who has explained to us about various of the XMPP specifications. </p> <h4> Mr. Timothée Jaussoin </h4> <p> We would want to thank to Mr. Timothée Jaussoin of project <a href="https://movim.eu">Movim</a> who has contributed from his own time to personally convey and explain to us the XMPP specification <a href="https://xmpp.org/extensions/xep-0060.html"> XEP-0060: Publish-Subscribe</a>, and he has done so on various of occasions, including answering to questions that were already asked and answered more than once. </p> <h4> XMPP Berlin in association with XMPP Italia </h4> <p> Finally, we would want to thank to the fine gentlemen Lorenzo, Mario, Martin, Roberto, Schimon, Simone, and others for their efforts of producing the premiere public presention of the Blasta system. </p> <p> <a href="https://mov.im/node/pubsub.movim.eu/berlin-xmpp-meetup"> Berlin XMPP Meetup </a> </p> <p> <a href="https://video.xmpp-it.net"> XMPP-IT </a> </p> <br/> <p class="quote bottom"> “Some men are heroes by nature in that they will give all that is in them without regard to the effort or to the personal returns.” ― Carson McCullers </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>