[Blends-commit] [SCM] privacy branch, master, updated. 3dc7e0fc1a78575c2b5ad4adcc2c76d79c95c67f
Iain R. Learmonth
irl at fsfe.org
Mon Dec 29 15:12:02 UTC 2014
The following commit has been merged in the master branch:
commit 3dc7e0fc1a78575c2b5ad4adcc2c76d79c95c67f
Author: Iain R. Learmonth <irl at fsfe.org>
Date: Mon Dec 29 16:11:22 2014 +0100
Added basic taxonomy
diff --git a/doc/taxonomy.dot b/doc/taxonomy.dot
new file mode 100644
index 0000000..68c6704
--- /dev/null
+++ b/doc/taxonomy.dot
@@ -0,0 +1,67 @@
+
+digraph taxonomy {
+
+ freedom [label="Debian Freedom Tools Pure Blend"];
+
+ privacy [label="Privacy Tools"];
+ censorship [label="Censorship Related Tools"];
+
+ freedom->censorship;
+ freedom->privacy;
+
+ anonymity [label="Anonymity Tools"];
+ cryptography [label="Cryptography Tools"];
+ password [label="Password Management Tools"];
+ file [label="Disk and Filesystem Tools"];
+
+ privacy->anonymity;
+ privacy->cryptography;
+ privacy->password;
+ privacy->file;
+
+ pwgen [label="Password Generators"];
+ pwman [label="Password Managers"];
+
+ password->pwgen;
+ password->pwman;
+
+ secure_delete [label="Secure Deletion"];
+ disk_encryption [label="Disk Encryption"];
+
+ file->secure_delete;
+ file->disk_encryption;
+ file->gnupg;
+
+ tor [label="Tor"];
+ gnunet [label="GNUNet"];
+ i2p [label="I2P"];
+ mixmaster [label="Mixmaster"];
+ mat [label="Metadata Anonymisation Toolkit"];
+
+ anonymity->tor;
+ anonymity->gnunet;
+ anonymity->i2p;
+ anonymity->mixmaster;
+ anonymity->mat;
+
+ gnupg [label="GnuPG"];
+ otr [label="OTR"];
+
+ cryptography->gnupg;
+ cryptography->otr;
+ cryptography->disk_encryption;
+
+ circumvention [label="Censorship Circumvention"];
+ censorship_research [label="Censorship Research"];
+
+ censorship->circumvention;
+ censorship->censorship_research;
+
+ ooni [label="OONI"];
+
+ censorship_research->ooni;
+
+ circumvention->tor;
+
+}
+
diff --git a/doc/taxonomy.png b/doc/taxonomy.png
new file mode 100644
index 0000000..4dbce7c
Binary files /dev/null and b/doc/taxonomy.png differ
--
Debian Privacy Tools Pure Blend
More information about the Blends-commit
mailing list