From de5be8b7039c551b68c94da9937899d7cdcb2c00 Mon Sep 17 00:00:00 2001 From: BHC Date: Mon, 21 Aug 2017 10:03:48 +0100 Subject: [PATCH 1/3] License date updated in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf28c460..0aa6a6e1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Bitcoin Copyright (c) 2009-2013 Bitcoin Core developers libtorrent Copyright (c) 2003 - 2007, Arvid Norberg -twister Copyright (c) 2013 Miguel Freitas +twister Copyright (c) 2017 Miguel Freitas ## What is twister? From d7001729e8d9f9ce2f17f35a3a1c82df05ea9028 Mon Sep 17 00:00:00 2001 From: Paul Romero Date: Sat, 26 Aug 2017 11:34:36 +0100 Subject: [PATCH 2/3] Full stop Replaced missing full stop. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aa6a6e1..b9bdf92b 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Desktop and Mobile interfaces. ## Different themes -If you prefer new modern look of twister with new untested things, you can try twister-calm theme +If you prefer new modern look of twister with new untested things, you can try twister-calm theme. But be careful, it is in beta stage. cd ~/.twister/ From 9156b164373455277ab39b66da0e8e2715f06326 Mon Sep 17 00:00:00 2001 From: Jessica Evans <31384125+jessicalinux@users.noreply.github.com> Date: Sun, 27 Aug 2017 13:31:58 +0100 Subject: [PATCH 3/3] more appropriate wording decentralized. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aa6a6e1..fd25ca68 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ twister Copyright (c) 2017 Miguel Freitas twister is an experimental peer-to-peer microblogging software. User registration and authentication is provided by a bitcoin-like network, so -it is completely distributed (does not depend on any central authority). +it is completely decentralized (does not depend on any central authority). Post distribution uses kademlia DHT network and bittorrent-like swarms, both are provided by libtorrent.