Add searx documentation

This commit is contained in:
Bob Mottram 2017-04-16 20:16:09 +01:00
parent 40281de73e
commit 89cea3b909
5 changed files with 445 additions and 79 deletions

37
doc/EN/app_searx.org Normal file
View File

@ -0,0 +1,37 @@
#+TITLE:
#+AUTHOR: Bob Mottram
#+EMAIL: bob@freedombone.net
#+KEYWORDS: freedombone, searx, search
#+DESCRIPTION: How to use SearX metasearch
#+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>SearX</h1>
</center>
#+END_EXPORT
#+BEGIN_CENTER
[[file:images/searx.jpg]]
#+END_CENTER
SearX is a metasearch engine. That means it returns results from other selected search engines. It's accessible via an onion address and provides a private search ability. Really the only advantage it gives you over searching directly from a Tor browser is the ability to customise your search experience.
In terms of security both the connection between you and the server, and the outgoing connection from the server to other search engines are onion routed. This should give you a reasonable level of search privacy.
ssh into the system with:
#+BEGIN_SRC bash
ssh myusername@mydomain.com -p 2222
#+END_SRC
Select *Administrator controls* then *App Settings* then *searx*. From there you can choose to attach the drive.
Once it has installed go to *About* on the *Administrator control panel* and look for *searx*. Take a note of the onion address, and you can then enter that into a Tor compatible browser. Go to *Passwords* on the *Administrator control panel* and select *searx*. This will give you the login password for your search site, and it prevents millions of random internet users from using your site as their default search engine and ruining the performance of your system.
It's also possible to customise the background image if you go to *App settings* then select *searx*.

View File

@ -99,6 +99,10 @@ An alternative federated social networking system compatible with GNU Social. It
Calendar system compatible with CalDAV and CardDAV. Synch your calendar events easily and securely across all your devices.
[[./app_radicale.html][How to use it]]
* SearX
A metasearch engine for customised and private web searches.
[[./app_searx.html][How to use it]]
* tt-rss
Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via an onion address. Have "/the right to read/" 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.

BIN
img/searx.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

313
website/EN/app_searx.html Normal file
View File

@ -0,0 +1,313 @@
<?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>
<!-- 2017-04-16 Sun 20:07 -->
<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 SearX metasearch"
/>
<meta name="keywords" content="freedombone, searx, search" />
<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-hledger:before { content: 'hledger'; }
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-2017 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>SearX</h1>
</center>
<div class="org-center">
<div class="figure">
<p><img src="images/searx.jpg" alt="searx.jpg" />
</p>
</div>
</div>
<p>
SearX is a metasearch engine. That means it returns results from other selected search engines. It's accessible via an onion address and provides a private search ability. Really the only advantage it gives you over searching directly from a Tor browser is the ability to customise your search experience.
</p>
<p>
In terms of security both the connection between you and the server, and the outgoing connection from the server to other search engines are onion routed. This should give you a reasonable level of search privacy.
</p>
<p>
ssh into the system with:
</p>
<div class="org-src-container">
<pre><code class="src src-bash">ssh myusername@mydomain.com -p 2222
</code></pre>
</div>
<p>
Select <b>Administrator controls</b> then <b>App Settings</b> then <b>searx</b>. From there you can choose to attach the drive.
</p>
<p>
Once it has installed go to <b>About</b> on the <b>Administrator control panel</b> and look for <b>searx</b>. Take a note of the onion address, and you can then enter that into a Tor compatible browser. Go to <b>Passwords</b> on the <b>Administrator control panel</b> and select <b>searx</b>. This will give you the login password for your search site, and it prevents millions of random internet users from using your site as their default search engine and ruining the performance of your system.
</p>
<p>
It's also possible to customise the background image if you go to <b>App settings</b> then select <b>searx</b>.
</p>
</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>

View File

@ -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>
<!-- 2017-04-07 Fri 20:08 -->
<!-- 2017-04-16 Sun 20:15 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -264,9 +264,9 @@ The base install of the system just contains an email server and Mutt client, bu
</div>
</div>
<div id="outline-container-org873e635" class="outline-2">
<h2 id="org873e635">DLNA</h2>
<div class="outline-text-2" id="text-org873e635">
<div id="outline-container-orgaef5461" class="outline-2">
<h2 id="orgaef5461">DLNA</h2>
<div class="outline-text-2" id="text-orgaef5461">
<p>
Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
</p>
@ -276,9 +276,9 @@ Enables you to use the system as a music server which any DLNA compatible device
</p>
</div>
</div>
<div id="outline-container-orgbedfdca" class="outline-2">
<h2 id="orgbedfdca">Dokuwiki</h2>
<div class="outline-text-2" id="text-orgbedfdca">
<div id="outline-container-org93b2ce7" class="outline-2">
<h2 id="org93b2ce7">Dokuwiki</h2>
<div class="outline-text-2" id="text-org93b2ce7">
<p>
A databaseless wiki system.
</p>
@ -288,9 +288,9 @@ A databaseless wiki system.
</p>
</div>
</div>
<div id="outline-container-org27e0b87" class="outline-2">
<h2 id="org27e0b87">Emacs</h2>
<div class="outline-text-2" id="text-org27e0b87">
<div id="outline-container-org22d83d1" class="outline-2">
<h2 id="org22d83d1">Emacs</h2>
<div class="outline-text-2" id="text-org22d83d1">
<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>
@ -300,9 +300,9 @@ If you use the Mutt client to read your email then this will set it up to use em
</p>
</div>
</div>
<div id="outline-container-org424ee81" class="outline-2">
<h2 id="org424ee81">Etherpad</h2>
<div class="outline-text-2" id="text-org424ee81">
<div id="outline-container-org3def1a9" class="outline-2">
<h2 id="org3def1a9">Etherpad</h2>
<div class="outline-text-2" id="text-org3def1a9">
<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>
@ -312,9 +312,9 @@ Collaborate on creating documents in real time. Maybe you're planning a holiday
</p>
</div>
</div>
<div id="outline-container-orgca1f5ae" class="outline-2">
<h2 id="orgca1f5ae">Friendica</h2>
<div class="outline-text-2" id="text-orgca1f5ae">
<div id="outline-container-orgce48cd9" class="outline-2">
<h2 id="orgce48cd9">Friendica</h2>
<div class="outline-text-2" id="text-orgce48cd9">
<p>
Federated social network system.
</p>
@ -324,9 +324,9 @@ Federated social network system.
</p>
</div>
</div>
<div id="outline-container-org099efc5" class="outline-2">
<h2 id="org099efc5">Ghost</h2>
<div class="outline-text-2" id="text-org099efc5">
<div id="outline-container-orgddef943" class="outline-2">
<h2 id="orgddef943">Ghost</h2>
<div class="outline-text-2" id="text-orgddef943">
<p>
Modern looking blogging system.
</p>
@ -336,9 +336,9 @@ Modern looking blogging system.
</p>
</div>
</div>
<div id="outline-container-org8ca5bab" class="outline-2">
<h2 id="org8ca5bab">GNU Social</h2>
<div class="outline-text-2" id="text-org8ca5bab">
<div id="outline-container-orgaa03d10" class="outline-2">
<h2 id="orgaa03d10">GNU Social</h2>
<div class="outline-text-2" id="text-orgaa03d10">
<p>
Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
</p>
@ -348,9 +348,9 @@ Federated social network. You can "<i>remote follow</i>" other users within the
</p>
</div>
</div>
<div id="outline-container-orgefe6291" class="outline-2">
<h2 id="orgefe6291">Gogs</h2>
<div class="outline-text-2" id="text-orgefe6291">
<div id="outline-container-org0b59cf9" class="outline-2">
<h2 id="org0b59cf9">Gogs</h2>
<div class="outline-text-2" id="text-org0b59cf9">
<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>
@ -360,9 +360,9 @@ Lightweight git project hosting system. You can mirror projects from Github, or
</p>
</div>
</div>
<div id="outline-container-orgbabbc04" class="outline-2">
<h2 id="orgbabbc04">HTMLy</h2>
<div class="outline-text-2" id="text-orgbabbc04">
<div id="outline-container-org82116af" class="outline-2">
<h2 id="org82116af">HTMLy</h2>
<div class="outline-text-2" id="text-org82116af">
<p>
Databaseless blogging system. Quite simple and with a markdown-like format.
</p>
@ -372,9 +372,9 @@ Databaseless blogging system. Quite simple and with a markdown-like format.
</p>
</div>
</div>
<div id="outline-container-org77b5e9b" class="outline-2">
<h2 id="org77b5e9b">Hubzilla</h2>
<div class="outline-text-2" id="text-org77b5e9b">
<div id="outline-container-org628e970" class="outline-2">
<h2 id="org628e970">Hubzilla</h2>
<div class="outline-text-2" id="text-org628e970">
<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>
@ -384,9 +384,9 @@ Web publishing platform with social network like features and good privacy contr
</p>
</div>
</div>
<div id="outline-container-org012dce9" class="outline-2">
<h2 id="org012dce9">IRC Server (ngirc)</h2>
<div class="outline-text-2" id="text-org012dce9">
<div id="outline-container-org053df0a" class="outline-2">
<h2 id="org053df0a">IRC Server (ngirc)</h2>
<div class="outline-text-2" id="text-org053df0a">
<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>
@ -396,18 +396,18 @@ Run your own IRC chat channel which can be secured with a password and accessibl
</p>
</div>
</div>
<div id="outline-container-orgbf66fa0" class="outline-2">
<h2 id="orgbf66fa0">Jitsi Meet</h2>
<div class="outline-text-2" id="text-orgbf66fa0">
<div id="outline-container-org3114655" class="outline-2">
<h2 id="org3114655">Jitsi Meet</h2>
<div class="outline-text-2" id="text-org3114655">
<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-orga96bb30" class="outline-2">
<h2 id="orga96bb30">Lychee</h2>
<div class="outline-text-2" id="text-orga96bb30">
<div id="outline-container-org95bfce2" class="outline-2">
<h2 id="org95bfce2">Lychee</h2>
<div class="outline-text-2" id="text-org95bfce2">
<p>
Make your photo albums available on the web.
</p>
@ -417,9 +417,9 @@ Make your photo albums available on the web.
</p>
</div>
</div>
<div id="outline-container-orgc221a17" class="outline-2">
<h2 id="orgc221a17">Mailpile</h2>
<div class="outline-text-2" id="text-orgc221a17">
<div id="outline-container-org7547134" class="outline-2">
<h2 id="org7547134">Mailpile</h2>
<div class="outline-text-2" id="text-org7547134">
<p>
Modern email client which supports GPG encryption.
</p>
@ -429,9 +429,9 @@ Modern email client which supports GPG encryption.
</p>
</div>
</div>
<div id="outline-container-orgca2c025" class="outline-2">
<h2 id="orgca2c025">Mediagoblin</h2>
<div class="outline-text-2" id="text-orgca2c025">
<div id="outline-container-org8cf199d" class="outline-2">
<h2 id="org8cf199d">Mediagoblin</h2>
<div class="outline-text-2" id="text-org8cf199d">
<p>
Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
</p>
@ -441,9 +441,9 @@ Publicly host video and audio files so that you don't need to use YouTube/Vimeo/
</p>
</div>
</div>
<div id="outline-container-org27b8147" class="outline-2">
<h2 id="org27b8147">Mumble</h2>
<div class="outline-text-2" id="text-org27b8147">
<div id="outline-container-org5c78370" class="outline-2">
<h2 id="org5c78370">Mumble</h2>
<div class="outline-text-2" id="text-org5c78370">
<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>
@ -453,9 +453,9 @@ The popular VoIP and text chat system. Say goodbye to old-fashioned telephony co
</p>
</div>
</div>
<div id="outline-container-org02d614a" class="outline-2">
<h2 id="org02d614a">PI-Hole</h2>
<div class="outline-text-2" id="text-org02d614a">
<div id="outline-container-orgb21fe4b" class="outline-2">
<h2 id="orgb21fe4b">PI-Hole</h2>
<div class="outline-text-2" id="text-orgb21fe4b">
<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>
@ -465,9 +465,9 @@ The black hole for web adverts. Block adverts at the domain name level within yo
</p>
</div>
</div>
<div id="outline-container-orgf2728a6" class="outline-2">
<h2 id="orgf2728a6">PostActiv</h2>
<div class="outline-text-2" id="text-orgf2728a6">
<div id="outline-container-orgf07d1fd" class="outline-2">
<h2 id="orgf07d1fd">PostActiv</h2>
<div class="outline-text-2" id="text-orgf07d1fd">
<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>
@ -477,9 +477,9 @@ An alternative federated social networking system compatible with GNU Social. It
</p>
</div>
</div>
<div id="outline-container-org570dfbc" class="outline-2">
<h2 id="org570dfbc">Radicale</h2>
<div class="outline-text-2" id="text-org570dfbc">
<div id="outline-container-orgf106362" class="outline-2">
<h2 id="orgf106362">Radicale</h2>
<div class="outline-text-2" id="text-orgf106362">
<p>
Calendar system compatible with CalDAV and CardDAV. Synch your calendar events easily and securely across all your devices.
</p>
@ -489,9 +489,21 @@ Calendar system compatible with CalDAV and CardDAV. Synch your calendar events e
</p>
</div>
</div>
<div id="outline-container-org691746d" class="outline-2">
<h2 id="org691746d">tt-rss</h2>
<div class="outline-text-2" id="text-org691746d">
<div id="outline-container-org75daebd" class="outline-2">
<h2 id="org75daebd">SearX</h2>
<div class="outline-text-2" id="text-org75daebd">
<p>
A metasearch engine for customised and private web searches.
</p>
<p>
<a href="./app_searx.html">How to use it</a>
</p>
</div>
</div>
<div id="outline-container-org277c344" class="outline-2">
<h2 id="org277c344">tt-rss</h2>
<div class="outline-text-2" id="text-org277c344">
<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>
@ -501,9 +513,9 @@ Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via a
</p>
</div>
</div>
<div id="outline-container-orgf70bec8" class="outline-2">
<h2 id="orgf70bec8">Syncthing</h2>
<div class="outline-text-2" id="text-orgf70bec8">
<div id="outline-container-org303d613" class="outline-2">
<h2 id="org303d613">Syncthing</h2>
<div class="outline-text-2" id="text-org303d613">
<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>
@ -513,9 +525,9 @@ Possibly the best way to synchronise files across all of your devices. Once it h
</p>
</div>
</div>
<div id="outline-container-org6a13776" class="outline-2">
<h2 id="org6a13776">Tahoe-LAFS</h2>
<div class="outline-text-2" id="text-org6a13776">
<div id="outline-container-org9375130" class="outline-2">
<h2 id="org9375130">Tahoe-LAFS</h2>
<div class="outline-text-2" id="text-org9375130">
<p>
Robust and encrypted storage of files on one or more server.
</p>
@ -525,9 +537,9 @@ Robust and encrypted storage of files on one or more server.
</p>
</div>
</div>
<div id="outline-container-org5aaf6ff" class="outline-2">
<h2 id="org5aaf6ff">Tox</h2>
<div class="outline-text-2" id="text-org5aaf6ff">
<div id="outline-container-org14db040" class="outline-2">
<h2 id="org14db040">Tox</h2>
<div class="outline-text-2" id="text-org14db040">
<p>
Client and bootstrap node for the Tox chat/VoIP system.
</p>
@ -537,9 +549,9 @@ Client and bootstrap node for the Tox chat/VoIP system.
</p>
</div>
</div>
<div id="outline-container-orge59745a" class="outline-2">
<h2 id="orge59745a">Turtl</h2>
<div class="outline-text-2" id="text-orge59745a">
<div id="outline-container-org7fa24b1" class="outline-2">
<h2 id="org7fa24b1">Turtl</h2>
<div class="outline-text-2" id="text-org7fa24b1">
<p>
A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
</p>
@ -549,18 +561,18 @@ A system for privately creating and sharing notes and images, similar to Evernot
</p>
</div>
</div>
<div id="outline-container-org3953047" class="outline-2">
<h2 id="org3953047">Vim</h2>
<div class="outline-text-2" id="text-org3953047">
<div id="outline-container-org87a048b" class="outline-2">
<h2 id="org87a048b">Vim</h2>
<div class="outline-text-2" id="text-org87a048b">
<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-orgc11449c" class="outline-2">
<h2 id="orgc11449c">XMPP</h2>
<div class="outline-text-2" id="text-orgc11449c">
<div id="outline-container-orgf4dbf6f" class="outline-2">
<h2 id="orgf4dbf6f">XMPP</h2>
<div class="outline-text-2" id="text-orgf4dbf6f">
<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>