diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..d918d71 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/website-new.iml b/.idea/website-new.iml new file mode 100644 index 0000000..5e764c4 --- /dev/null +++ b/.idea/website-new.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/content/download.html b/content/download.html deleted file mode 100644 index a85b983..0000000 --- a/content/download.html +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Get Cwtch" -date: 2020-12-10T14:07:19-08:00 -draft: false ---- - -We are preparing for a Beta release very soon! - diff --git a/content/download.md b/content/download.md new file mode 100644 index 0000000..d47928e --- /dev/null +++ b/content/download.md @@ -0,0 +1,25 @@ +--- +title: "Get Cwtch" +date: 2020-12-10T14:07:19-08:00 +draft: false +--- + +We are preparing for a Beta release very soon! + + +# Android + +* APK: + +# Windows + +* EXE: + +# Linux + +* amd64: + +# Build from Source + +* libcwtch-go: https://git.openprivacy.ca/flutter/libcwtch-go +* Flutter UI: https://git.openprivacy.ca/flutter/flutter_app diff --git a/static/favicon.png b/static/favicon.png index 26a2bd5..df58306 100644 Binary files a/static/favicon.png and b/static/favicon.png differ diff --git a/static/images/cwtch.png b/static/images/cwtch.png new file mode 100644 index 0000000..df58306 Binary files /dev/null and b/static/images/cwtch.png differ diff --git a/themes/cwtch/layouts/index.html b/themes/cwtch/layouts/index.html index 2e43be4..9f84a15 100644 --- a/themes/cwtch/layouts/index.html +++ b/themes/cwtch/layouts/index.html @@ -11,12 +11,30 @@ -
+ +

What is Cwtch?

+ +

Cwtch (a Welsh word roughly translating to “a hug that creates a safe place”) is a decentralized, privacy-preserving, + multi-party messaging protocol that can be used to build metadata resistant applications.

+ + + + +
-

Coming Soon

- +

How it Works

+

@@ -115,5 +133,24 @@
+ +

FAQ

+ +

What is the difference between a peer-to-peer connection and a cwtch group?

+ +

Cwtch peer-to-peer connections allow 2 people to message each other directly. Behind the scenes peer-to-peer connections + use Tor v3 onion services to provide an encrypted, and metadata resistant connection. Because of this direct connection, both parties need + to be online at the same time in order to message each other.

+ +

Cwtch Groups allow multiple parties to participate in a single conversation using an untrusted server (that cna be provided by 3rd party or + self hosted). Server operators cannot learn how many people are in a group, or what is being discussed. If multiple groups are hosted on a + single server then the server is unable to learn which messages belong to which group without the collusion of a group member. Unlike in peer-to-peer + conversations, group conversations can be conducted asynchronously, so everyone in a group doesn't need to be online at the same time.

+ +

What happens if I forget the password to an encrypted profile?

+ +

Without the password it is practically impossible for anyone to derive the key to decrypt the profile. As such that profile should be considered + lost.

+ {{ partial "footer.html" . }} \ No newline at end of file diff --git a/themes/cwtch/layouts/partials/footer.html b/themes/cwtch/layouts/partials/footer.html index 0a63da5..ecf5189 100644 --- a/themes/cwtch/layouts/partials/footer.html +++ b/themes/cwtch/layouts/partials/footer.html @@ -1,10 +1,8 @@ -