From ada8e0cb23b9d91f7db943dcbf09a1f520f72bab Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Fri, 2 Feb 2018 00:54:55 -0600 Subject: Adding creating-account.html --- creating-account.html | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 creating-account.html (limited to 'creating-account.html') diff --git a/creating-account.html b/creating-account.html new file mode 100644 index 0000000..6e6dd1d --- /dev/null +++ b/creating-account.html @@ -0,0 +1,105 @@ +--- +layout: default +title: Creating a New Account +permalink: /creating-a-new-account/ +--- + +
+
+ + + +
+
+

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 %} +
+
+
+ {% endfor %} + + +
+

Step 2: Choose a XMPP Server and Register an Account

+
+ + + + + + + + + + + + + + +{% 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

+
+ + +
+
+ + -- cgit v1.2.3-59-ga6da