Skip to content
Snippets Groups Projects
Commit 45b62880 authored by Bob Mottram's avatar Bob Mottram
Browse files

Separate hubzilla documentation

parent 4873fa19
No related branches found
No related tags found
No related merge requests found
#+TITLE:
#+AUTHOR: Bob Mottram
#+EMAIL: bob@freedombone.net
#+KEYWORDS: freedombone, hubzilla
#+DESCRIPTION: How to use Hubzilla
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
#+BEGIN_CENTER
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_EXPORT html
<center>
<h1>Hubzilla</h1>
</center>
#+END_EXPORT
Hubzilla is a web publishing and social network system which includes wiki, web pages, photo albums and file storage. It also has privacy controls which allow you to define who can see which content. It's possible to write posts and have them visible only to a group of friends (known as "/privacy groups/"), with the encryption being handled automatically.
* Initial install
On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is *register* a new user. The first user on the system then becomes its administrator.
#+BEGIN_CENTER
[[file:images/hubzilla_mobile.jpg]]
#+END_CENTER
......@@ -48,6 +48,7 @@ Databaseless blogging system. Quite simple and with a markdown-like format.
* Hubzilla
Web publishing platform with social network like features and good privacy controls so that it's possible to specify who can see which content. Includes photo albums, calendar, wiki and file storage.
[[./app_hubzilla.html][How to use it]]
* IRC Server (ngirc)
Run your own IRC chat channel which can be secured with a password and accessible via an onion address. A bouncer is included so that you can receive messages sent while you were offline. Works with Hexchat and other popular clients.
......
......@@ -24,7 +24,7 @@
| [[./app_syncthing.html][Syncing to the Cloud]] |
| [[Play Music]] |
| [[./app_gnusocial.html][Microblogging (GNU Social)]] |
| [[Social Network]] |
| [[./app_hubzilla.html][Social Network]] |
| [[Chat Services]] |
| [[RSS Reader]] |
| [[Git Projects]] |
......@@ -120,14 +120,6 @@ If you have an Android device then go to F-Droid (if you don't already have it i
The DLNA service will only work within your local home network, and isn't remotely accessible from other locations via the internet. That can be both a good and a bad thing. Another consideration is that there are no access controls on DLNA services, so any music or videos on the USB drive will be playable by anyone within your home network.
* Social Network
** Domains
Both Hubzilla and GNU Social try to obtain certificates automatically at the time of installation via Let's Encrypt. This will likely mean that in order for this to work you'll need to have obtained at least one "official" domain via a domain selling service, since Let's Encrypt mostly doesn't seem to work with free subdomains from sites such as freeDNS.
** Initial install
On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is *register* a new user. The first user on the system then becomes its administrator.
[[file:images/hubzilla_mobile.jpg]]
* Chat Services
** IRC
IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
......
<?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" lang="en" xml:lang="en">
<head>
<!-- 2016-11-12 Sat 19:05 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
<meta name="generator" content="Org mode" />
<meta name="author" content="Bob Mottram" />
<meta name="description" content="How to use Hubzilla"
/>
<meta name="keywords" content="freedombone, hubzilla" />
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: visible;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { width: 90%; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css" href="freedombone.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="preamble" class="status">
<a name="top" id="top"></a>
</div>
<div id="content">
<div class="org-center">
<div class="figure">
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<h1>Hubzilla</h1>
</center>
<p>
Hubzilla is a web publishing and social network system which includes wiki, web pages, photo albums and file storage. It also has privacy controls which allow you to define who can see which content. It's possible to write posts and have them visible only to a group of friends (known as "<i>privacy groups</i>"), with the encryption being handled automatically.
</p>
<div id="outline-container-org1eabf16" class="outline-2">
<h2 id="org1eabf16">Initial install</h2>
<div class="outline-text-2" id="text-org1eabf16">
<p>
On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is <b>register</b> a new user. The first user on the system then becomes its administrator.
</p>
<div class="org-center">
<div class="figure">
<p><img src="images/hubzilla_mobile.jpg" alt="hubzilla_mobile.jpg" />
</p>
</div>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<style type="text/css">
.back-to-top {
position: fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
color: #000000;
background-color: rgba(235, 235, 235, 0.80);
font-size: 12px;
padding: 1em;
display: none;
}
.back-to-top:hover {
background-color: rgba(135, 135, 135, 0.50);
}
</style>
<div class="back-to-top">
<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
</div>
</div>
</body>
</html>
......@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-11-12 Sat 18:36 -->
<!-- 2016-11-12 Sat 19:06 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
......@@ -257,54 +257,54 @@ The base install of the system just contains an email server and Mutt client, bu
</div>
</div>
<div id="outline-container-orgfb55f9d" class="outline-2">
<h2 id="orgfb55f9d">DLNA</h2>
<div class="outline-text-2" id="text-orgfb55f9d">
<div id="outline-container-org37dde03" class="outline-2">
<h2 id="org37dde03">DLNA</h2>
<div class="outline-text-2" id="text-org37dde03">
<p>
Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
</p>
</div>
</div>
<div id="outline-container-org3d9e56b" class="outline-2">
<h2 id="org3d9e56b">Dokuwiki</h2>
<div class="outline-text-2" id="text-org3d9e56b">
<div id="outline-container-orgb2b081e" class="outline-2">
<h2 id="orgb2b081e">Dokuwiki</h2>
<div class="outline-text-2" id="text-orgb2b081e">
<p>
A databaseless wiki system.
</p>
</div>
</div>
<div id="outline-container-org78d03a9" class="outline-2">
<h2 id="org78d03a9">Emacs</h2>
<div class="outline-text-2" id="text-org78d03a9">
<div id="outline-container-orgbef7c5d" class="outline-2">
<h2 id="orgbef7c5d">Emacs</h2>
<div class="outline-text-2" id="text-orgbef7c5d">
<p>
If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
</p>
</div>
</div>
<div id="outline-container-org26bf68b" class="outline-2">
<h2 id="org26bf68b">Etherpad</h2>
<div class="outline-text-2" id="text-org26bf68b">
<div id="outline-container-orgea9225f" class="outline-2">
<h2 id="orgea9225f">Etherpad</h2>
<div class="outline-text-2" id="text-orgea9225f">
<p>
Collaborate on creating documents in real time. Maybe you're planning a holiday with other family members or creating documentation for a Free Software project along with other volunteers. Etherpad is hard to beat for simplicity and speed. Only users of the system will be able to access it.
</p>
</div>
</div>
<div id="outline-container-orgc31576b" class="outline-2">
<h2 id="orgc31576b">Ghost</h2>
<div class="outline-text-2" id="text-orgc31576b">
<div id="outline-container-org4b850a3" class="outline-2">
<h2 id="org4b850a3">Ghost</h2>
<div class="outline-text-2" id="text-org4b850a3">
<p>
Modern looking blogging system.
</p>
</div>
</div>
<div id="outline-container-orgee3dddb" class="outline-2">
<h2 id="orgee3dddb">GNU Social</h2>
<div class="outline-text-2" id="text-orgee3dddb">
<div id="outline-container-orgb0bbf11" class="outline-2">
<h2 id="orgb0bbf11">GNU Social</h2>
<div class="outline-text-2" id="text-orgb0bbf11">
<p>
Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
</p>
......@@ -314,117 +314,120 @@ Federated social network. You can "<i>remote follow</i>" other users within the
</p>
</div>
</div>
<div id="outline-container-org8fe01f9" class="outline-2">
<h2 id="org8fe01f9">Gogs</h2>
<div class="outline-text-2" id="text-org8fe01f9">
<div id="outline-container-org592494d" class="outline-2">
<h2 id="org592494d">Gogs</h2>
<div class="outline-text-2" id="text-org592494d">
<p>
Lightweight git project hosting system. You can mirror projects from Github, or if Github turns evil then just host your own projects while retaining the familiar <i>fork-and-pull</i> workflow. If you can use Github then you can also use Gogs.
</p>
</div>
</div>
<div id="outline-container-org4470b42" class="outline-2">
<h2 id="org4470b42">HTMLy</h2>
<div class="outline-text-2" id="text-org4470b42">
<div id="outline-container-org245ef0e" class="outline-2">
<h2 id="org245ef0e">HTMLy</h2>
<div class="outline-text-2" id="text-org245ef0e">
<p>
Databaseless blogging system. Quite simple and with a markdown-like format.
</p>
</div>
</div>
<div id="outline-container-org2a202d7" class="outline-2">
<h2 id="org2a202d7">Hubzilla</h2>
<div class="outline-text-2" id="text-org2a202d7">
<div id="outline-container-org3fe0bdc" class="outline-2">
<h2 id="org3fe0bdc">Hubzilla</h2>
<div class="outline-text-2" id="text-org3fe0bdc">
<p>
Web publishing platform with social network like features and good privacy controls so that it's possible to specify who can see which content. Includes photo albums, calendar, wiki and file storage.
</p>
<p>
<a href="./app_hubzilla.html">How to use it</a>
</p>
</div>
</div>
<div id="outline-container-orge9b173f" class="outline-2">
<h2 id="orge9b173f">IRC Server (ngirc)</h2>
<div class="outline-text-2" id="text-orge9b173f">
<div id="outline-container-orga37f3ba" class="outline-2">
<h2 id="orga37f3ba">IRC Server (ngirc)</h2>
<div class="outline-text-2" id="text-orga37f3ba">
<p>
Run your own IRC chat channel which can be secured with a password and accessible via an onion address. A bouncer is included so that you can receive messages sent while you were offline. Works with Hexchat and other popular clients.
</p>
</div>
</div>
<div id="outline-container-org78d0811" class="outline-2">
<h2 id="org78d0811">Jitsi Meet</h2>
<div class="outline-text-2" id="text-org78d0811">
<div id="outline-container-org4297227" class="outline-2">
<h2 id="org4297227">Jitsi Meet</h2>
<div class="outline-text-2" id="text-org4297227">
<p>
Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
</p>
</div>
</div>
<div id="outline-container-orgedc6b4b" class="outline-2">
<h2 id="orgedc6b4b">Lychee</h2>
<div class="outline-text-2" id="text-orgedc6b4b">
<div id="outline-container-orga757fb2" class="outline-2">
<h2 id="orga757fb2">Lychee</h2>
<div class="outline-text-2" id="text-orga757fb2">
<p>
Make your photo albums available on the web.
</p>
</div>
</div>
<div id="outline-container-orge7e12cf" class="outline-2">
<h2 id="orge7e12cf">Mailpile</h2>
<div class="outline-text-2" id="text-orge7e12cf">
<div id="outline-container-org7a7e39b" class="outline-2">
<h2 id="org7a7e39b">Mailpile</h2>
<div class="outline-text-2" id="text-org7a7e39b">
<p>
Modern email client which supports GPG encryption.
</p>
</div>
</div>
<div id="outline-container-org0cfe5f8" class="outline-2">
<h2 id="org0cfe5f8">Mumble</h2>
<div class="outline-text-2" id="text-org0cfe5f8">
<div id="outline-container-org857a6fa" class="outline-2">
<h2 id="org857a6fa">Mumble</h2>
<div class="outline-text-2" id="text-org857a6fa">
<p>
The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
</p>
</div>
</div>
<div id="outline-container-org0b3b308" class="outline-2">
<h2 id="org0b3b308">PI-Hole</h2>
<div class="outline-text-2" id="text-org0b3b308">
<div id="outline-container-org4b60729" class="outline-2">
<h2 id="org4b60729">PI-Hole</h2>
<div class="outline-text-2" id="text-org4b60729">
<p>
The black hole for web adverts. Block adverts at the domain name level within your local network. It can significantly reduce bandwidth, speed up page load times and protect your systems from being tracked by spyware.
</p>
</div>
</div>
<div id="outline-container-orgb367bd4" class="outline-2">
<h2 id="orgb367bd4">PostActiv</h2>
<div class="outline-text-2" id="text-orgb367bd4">
<div id="outline-container-org296b9b7" class="outline-2">
<h2 id="org296b9b7">PostActiv</h2>
<div class="outline-text-2" id="text-org296b9b7">
<p>
An alternative federated social networking system compatible with GNU Social. It includes some optimisations and fixes currently not available within the main GNU Social project.
</p>
</div>
</div>
<div id="outline-container-orge988a62" class="outline-2">
<h2 id="orge988a62">Radicale</h2>
<div class="outline-text-2" id="text-orge988a62">
<div id="outline-container-org6730c37" class="outline-2">
<h2 id="org6730c37">Radicale</h2>
<div class="outline-text-2" id="text-org6730c37">
<p>
Calendar system compatible with CalDAV and CardDAV. Manage your calendar events easily across all your devices.
</p>
</div>
</div>
<div id="outline-container-org14c63e9" class="outline-2">
<h2 id="org14c63e9">tt-rss</h2>
<div class="outline-text-2" id="text-org14c63e9">
<div id="outline-container-orgb6e77e0" class="outline-2">
<h2 id="orgb6e77e0">tt-rss</h2>
<div class="outline-text-2" id="text-orgb6e77e0">
<p>
Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via an onion address. Have "<i>the right to read</i>" without the Surveillance State knowing what you're reading. Also available with a user interface suitable for viewing on mobile devices via a browser such as OrFox.
</p>
</div>
</div>
<div id="outline-container-orgeb52684" class="outline-2">
<h2 id="orgeb52684">Syncthing</h2>
<div class="outline-text-2" id="text-orgeb52684">
<div id="outline-container-org0e95589" class="outline-2">
<h2 id="org0e95589">Syncthing</h2>
<div class="outline-text-2" id="text-org0e95589">
<p>
Possibly the best way to synchronise files across all of your devices. Once it has been set up it "just works" with no user intervention needed.
</p>
......@@ -434,27 +437,27 @@ Possibly the best way to synchronise files across all of your devices. Once it h
</p>
</div>
</div>
<div id="outline-container-org3c128ff" class="outline-2">
<h2 id="org3c128ff">Tox</h2>
<div class="outline-text-2" id="text-org3c128ff">
<div id="outline-container-org4e88617" class="outline-2">
<h2 id="org4e88617">Tox</h2>
<div class="outline-text-2" id="text-org4e88617">
<p>
Client and bootstrap node for the Tox chat/VoIP system.
</p>
</div>
</div>
<div id="outline-container-org28e354a" class="outline-2">
<h2 id="org28e354a">Vim</h2>
<div class="outline-text-2" id="text-org28e354a">
<div id="outline-container-org888c449" class="outline-2">
<h2 id="org888c449">Vim</h2>
<div class="outline-text-2" id="text-org888c449">
<p>
If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
</p>
</div>
</div>
<div id="outline-container-orgd507e34" class="outline-2">
<h2 id="orgd507e34">XMPP</h2>
<div class="outline-text-2" id="text-orgd507e34">
<div id="outline-container-org2b56b2b" class="outline-2">
<h2 id="org2b56b2b">XMPP</h2>
<div class="outline-text-2" id="text-org2b56b2b">
<p>
Chat server which can be used together with client such as Gajim or Conversations to provide end-to-end content security and also onion routed metadata security. Includes advanced features such as <i>client state notification</i> to save battery power on your mobile devices, support for seamless roaming between networks and <i>message carbons</i> so that you can receive the same messages while being simultaneously logged in to your account on more than one device.
</p>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment