From 54d1ddeccdb008b64758495175a8c9f14324aafe Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 4 Feb 2018 05:17:10 -0600 Subject: Minor updates --- _config.yml | 3 +- _includes/registration.html | 85 ++++++++++++++++++++++++++++++++++++++++----- index.html | 7 ++-- 3 files changed, 82 insertions(+), 13 deletions(-) diff --git a/_config.yml b/_config.yml index b77e405..693c924 100644 --- a/_config.yml +++ b/_config.yml @@ -7,9 +7,10 @@ name: "soderparr.com" baseurl: "soderparr.com" destination: "/var/www/im.soderparr.com" prosody-version: "0.10" -register-web: 1 +register-web: 2 color: "#9FCF6C" #color: "#c3950d" +recaptcha_public_key: "6LdJkzUUAAAAAFj3M0bgNhwzoPuPoiYdlbVaWBf-" owner_name: "Matt Rude" owner_pgpkey: "0xc4909ee495b0761f" diff --git a/_includes/registration.html b/_includes/registration.html index de1b191..e4acf35 100644 --- a/_includes/registration.html +++ b/_includes/registration.html @@ -1,4 +1,4 @@ -

New Account Registration

+

New XMPP Account Registration Page

@@ -15,32 +15,101 @@ Below is a small list of clients you may use, but really any XMPP client can work.

Once you have logged into the server, you may then chat with users on nearly any XMPP server.

-
+

Conversations

-
+

Swift

-
+

ChatSecure

-
+

Gajim


-

Please see the client list for a longer list of available clients that may be used.

+

Please see the client list for a longer list of available clients that may be used.

+
+
+
+
+

Registration Form

+
+
+
+
+ +
+ +
+ @{{ site.xmpp-url }} +
+
Your username is required.
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
Your email address is required.
+
+
+
+ +
+
+ +
+
+
+ + +
+
+ +
+
+
+
diff --git a/index.html b/index.html index fd48911..a40f764 100644 --- a/index.html +++ b/index.html @@ -26,10 +26,9 @@ permalink: /
-

This is the {{ site.name }} communication service. This site is here to provide basic - information on using this service. A XMPP - service provides messaging ability via a local client. XMPP sites like this service are - federated, meaning they are able to connect +

This is the {{ site.name }} communication service. A XMPP + service provides messaging ability via a local client. Meny XMPP servers (like this one) are + federated, meaning they are able to connect to diffrent XMPP servers on diffrent domains, similer to how email allows you to send messages to users on other domains/servers. This service is in complete compliance with XEP-0375.

-- cgit v1.2.3-59-ga6da