From 792245ebc4688b650204bc903cf38b5634687c14 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Fri, 2 Feb 2018 04:44:22 -0600 Subject: More updates to creating-account.html --- _includes/guide-download.html | 29 +++++ _includes/guide-register.html | 111 +++++++++++++++++ creating-account.html | 271 ++++++++++-------------------------------- register_web/register.html | 2 +- register_web/success.html | 1 + 5 files changed, 208 insertions(+), 206 deletions(-) create mode 100644 _includes/guide-download.html create mode 100644 _includes/guide-register.html diff --git a/_includes/guide-download.html b/_includes/guide-download.html new file mode 100644 index 0000000..89e7eee --- /dev/null +++ b/_includes/guide-download.html @@ -0,0 +1,29 @@ + {% for type in site.data.clienttypes %} +
+

{{ type.name }}

+
+
+ {% for client in site.data.clients %} + {% if client.type == type.slug %} +
+
+ {% if client.img %} + + {% endif %} +
+

{{ client.name }}

+
    +
  • Platform: {{ client.platform }}
  • +
  • Encryption: {{ client.encryption }}
  • +
  • Website: {{ client.domain }}
  • + {% if client.text %}
  • {{ client.text }}
  • {% endif %} +
+
+
+
+ {% endif %} + {% endfor %} +
+
+
+ {% endfor %} diff --git a/_includes/guide-register.html b/_includes/guide-register.html new file mode 100644 index 0000000..411d303 --- /dev/null +++ b/_includes/guide-register.html @@ -0,0 +1,111 @@ +
+ +
+
+
+ +
+
+
+
+
+
+
+

Registration Form

+
+
+
+
+ +
+ +
+ @{hostname} +
+
Your username is required.
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
Your email address is required.
+
+
+
+ {captcha} +
+
+
+ + +
+
+
+
+
+
+
+
+
+ + + + +
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + +{% for service in site.data.clients-compliance %} + + + + + + {% if service.xep-375 == 1 %}{% else %}{% endif %} + {% if service.xep-368 == 1 %}{% else %}{% endif %} + +{% endfor %} + +
Service NameRegistration Method
Website
Language
Service
Price
XEP-0375 complientXEP-0368 complient
{{ service.name }}{% if service.registration-url %}{{ service.registration }}{% elsif service.registration %}{{ service.registration}}{% else %}Unknown{% endif %}
{{ service.language }}
{% if service.price %}{{ service.price }}{% else %}Free{% endif %}
Yes
No
Yes
No
+ + + +
+
+
diff --git a/creating-account.html b/creating-account.html index 7f2e0b0..ba1e2c8 100644 --- a/creating-account.html +++ b/creating-account.html @@ -1,215 +1,76 @@ --- layout: default title: Creating a New Account -permalink: /creating-a-new-account/ +permalink: /new-user-guide/ ---
-
- -
-

New User Guide

-

This page is here to help a new user, register an account, download the needed software, and log into the server.

-
-

It uses utility classes for typography and spacing to space content out within the larger container.

-

- Get Started -

-
- -
-
- -
- - - -
-

Overview

- -

It may look like there are a bunch of steps to get all setup, but it is really pretty easy and quick to do.

- -

- - - -
-

Step 1: Download a Client

-
- - {% for type in site.data.clienttypes %} -
-

{{ type.name }}

-
-
- {% for client in site.data.clients %} - {% if client.type == type.slug %} -
-
- {% if client.img %} - - {% endif %} -
-

{{ client.name }}

-
    -
  • Platform: {{ client.platform }}
  • -
  • Encryption: {{ client.encryption }}
  • -
  • Website: {{ client.domain }}
  • - {% if client.text %}
  • {{ client.text }}
  • {% endif %} -
-
-
-
- {% endif %} - {% endfor %} -
-
+ + + +
+ +
+

Overview

+
+ +

It may look like there are a bunch of steps to get all setup, but it is really pretty easy and quick to do.

+ +

+ + +
+

Step 1: Download a Client

+
+ + {% include guide-download.html %} + + +
+

Step 2: Choose a XMPP Server and Register an Account

+
+ + {% include guide-register.html %} + + +
+

Step 3: Connect your Client to you New Account

+
- {% endfor %} - - -
-

Step 2: Choose a XMPP Server and Register an Account

-
- - -
- -
-
-
- -
-
-
-
-
-
-
-

Registration Form

-
-
-
-
- -
- -
- @{hostname} -
-
Your username is required.
-
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
Your email address is required.
-
-
-
- {captcha} -
-
-
- - -
-
-
-
-
-
-
-
-
- - - - -
-
-
- -
-
- -
-
- - - - - - - - - - - - - - -{% for service in site.data.clients-compliance %} - - - - - - {% if service.xep-375 == 1 %}{% else %}{% endif %} - {% if service.xep-368 == 1 %}{% else %}{% endif %} - -{% endfor %} - -
Service NameRegistration Method
Website
Language
Service
Price
XEP-0375 complientXEP-0368 complient
{{ service.name }}{% if service.registration-url %}{{ service.registration }}{% elsif service.registration %}{{ service.registration}}{% else %}Unknown{% endif %}
{{ service.language }}
{% if service.price %}{{ service.price }}{% else %}Free{% endif %}
Yes
No
Yes
No
- - - -
-
-
- - -
-

Step 3: Connect your Client to you New Account

-
- - -
-
- - + +
+