diff --git a/views/faq.php b/views/faq.php index 3953a34..ed1259b 100644 --- a/views/faq.php +++ b/views/faq.php @@ -3,7 +3,7 @@

FAQ

# What is Keyoxide?

-

Keyoxide is a lightweight and FOSS solution to make basic cryptography operations accessible to regular humans. It is built to be privacy friendly and secure, it can even be selfhosted.

+

Keyoxide is a lightweight and FOSS solution to make basic cryptography operations accessible to regular humans. It is built to be privacy friendly and secure, it can even be self-hosted.

# Why does Keyoxide exist?

Keyoxide provides a solution to a modern problem: we humans have developed advanced methods of encrypting data and signing it. Unfortunately, it requires complicated tools that demand a minimal level of understanding cryptography and how keypairs work to leverage these technologies.

diff --git a/views/guides.php b/views/guides.php index 41b3739..aa674a1 100644 --- a/views/guides.php +++ b/views/guides.php @@ -13,7 +13,7 @@

Beyond Keyoxide.org

How OpenPGP identity proofs work
Uploading keys using web key directory
- Selfhosting Keyoxide
+ Self-hosting Keyoxide
Are you a service provider?

Adding proofs

diff --git a/views/guides/encrypt.content.php b/views/guides/encrypt.content.php index f85286a..188db5f 100644 --- a/views/guides/encrypt.content.php +++ b/views/guides/encrypt.content.php @@ -11,7 +11,7 @@

Open the keyoxide.org/encrypt page and paste the fingerprint in the Email / key id / fingerprint field.

Write a message in the Message field. Scroll down and press the ENCRYPT MESSAGE button.

-

You have successfully encrypted the message! The encrypted message in the Message field can safely be sent via unsecure communication channels knowing that only the person possessing the private key associated with that fingerprint can read it.

+

You have successfully encrypted the message! The encrypted message in the Message field can safely be sent via unsecured communication channels knowing that only the person possessing the private key associated with that fingerprint can read it.

Going further

diff --git a/views/guides/selfhosting-keyoxide.content.php b/views/guides/self-hosting-keyoxide.content.php similarity index 100% rename from views/guides/selfhosting-keyoxide.content.php rename to views/guides/self-hosting-keyoxide.content.php diff --git a/views/guides/self-hosting-keyoxide.title.php b/views/guides/self-hosting-keyoxide.title.php new file mode 100644 index 0000000..2be94ce --- /dev/null +++ b/views/guides/self-hosting-keyoxide.title.php @@ -0,0 +1 @@ +Self-hosting Keyoxide diff --git a/views/guides/selfhosting-keyoxide.title.php b/views/guides/selfhosting-keyoxide.title.php deleted file mode 100644 index bccd40d..0000000 --- a/views/guides/selfhosting-keyoxide.title.php +++ /dev/null @@ -1 +0,0 @@ -Selfhosting Keyoxide