From 5946c7841426504487c5c19f07f74b49e37585a8 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 16 Jul 2020 18:35:43 +0200 Subject: [PATCH] Update links to new repo --- views/guides/contributing.content.php | 6 +++--- views/guides/self-hosting-keyoxide.content.php | 4 ++-- views/index.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/views/guides/contributing.content.php b/views/guides/contributing.content.php index 90bcaee..d9d4c24 100644 --- a/views/guides/contributing.content.php +++ b/views/guides/contributing.content.php @@ -2,11 +2,11 @@

As a developer

-

As Keyoxide is an open-source project licensed under the permissive MIT License, everyone is welcome and encouraged to contribute. This can be done in various forms:

+

As Keyoxide is an open-source project licensed under the permissive MIT License, everyone is welcome and encouraged to contribute. This can be done in various forms:

Not a developer?

diff --git a/views/guides/self-hosting-keyoxide.content.php b/views/guides/self-hosting-keyoxide.content.php index f2bd2f7..942d3db 100644 --- a/views/guides/self-hosting-keyoxide.content.php +++ b/views/guides/self-hosting-keyoxide.content.php @@ -1,5 +1,5 @@ -

Though it's not a fully supported use case yet, anyone can take the source code and put it on their own server. The idea is that Keyoxide.org is not special in itself. After all, all the heavy lifting is done by the browser. So the role of any individual Keyoxide server is to get the tool in the hands of the end user.

+

Though it's not a fully supported use case yet, anyone can take the source code and put it on their own server. The idea is that Keyoxide.org is not special in itself. After all, all the heavy lifting is done by the browser. So the role of any individual Keyoxide server is to get the tool in the hands of the end user.

The few supporting roles the server has can easily be performed by any other (PHP) server.

-

So if you like the project but perhaps are mistrusting of servers of others, especially when it comes to keypairs, here's the source code and put it on your own server. Thanks for using the project!

+

So if you like the project but perhaps are mistrusting of servers of others, especially when it comes to keypairs, here's the source code and put it on your own server. Thanks for using the project!

diff --git a/views/index.php b/views/index.php index 006c432..47eae72 100644 --- a/views/index.php +++ b/views/index.php @@ -24,7 +24,7 @@

Made by Yarmo Mackenbach.
- Code hosted on Codeberg (drone CI/CD). + Code hosted on Codeberg (drone CI/CD).
Uses openpgp.js (version 4.10.6).