aboutsummaryrefslogtreecommitdiffstats
path: root/test-index.html
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-03 21:08:46 -0600
committerMatt Rude <[email protected]>2018-02-03 21:08:46 -0600
commitc5c60729062cc3d89be7447b5d330367417aa6f7 (patch)
tree74330b48908247623f48b01420d833c7feb3fab7 /test-index.html
parent0c0cde3923440b2d293549c7e430a38082cc0457 (diff)
downloadxmpp-site-lite-c5c60729062cc3d89be7447b5d330367417aa6f7.tar.gz
xmpp-site-lite-c5c60729062cc3d89be7447b5d330367417aa6f7.tar.bz2
xmpp-site-lite-c5c60729062cc3d89be7447b5d330367417aa6f7.zip
Update
Diffstat (limited to 'test-index.html')
-rw-r--r--test-index.html145
1 files changed, 145 insertions, 0 deletions
diff --git a/test-index.html b/test-index.html
new file mode 100644
index 0000000..4e702be
--- /dev/null
+++ b/test-index.html
@@ -0,0 +1,145 @@
+---
+layout: welcome
+title: Home
+permalink: /test-index/
+---
+
+
+<!-- Opening Site Jumbo Tron -->
+
+<div class="jumbotron">
+ <div class="container text-center">
+ <div class="row">
+ <div class="col-md-4">
+ <img src="{{ site.url }}/assets/img/xmpp_logo.png" width="233px;" height="240px;">
+ </div>
+ <div class="col-md-8 float-md-right site-title">
+ <h1>XMPP Communication Service</h1>
+ </div>
+ </div>
+ </div>
+</div>
+
+<!-- Opening Section -->
+
+<div id="opening" class="container offsetanchor">
+ <div class="row">
+ <div id="opening-text" class="col-lg-7 col-md-6">
+ <p>This is the <strong>{{ site.name }}</strong> communication service website. This site is here to provide basic
+ information on using this service. A <a href="{{ site.url }}/help/definitions/#xmpp-server">XMPP</a>
+ service provides messaging ability via a local client. XMPP sites like this service are
+ <a href="{{ site.url }}/help/definitions/#federation">federated</a>, 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
+ <a href="https://xmpp.org/extensions/xep-0375.html">XEP-0375</a>. The XEP-0375 document specifies the 2016
+ compliance levels for XMPP clients and servers.</p>
+
+ <p>XMPP is an open standard for communication, mainly used for instant messaging. It is a secure battle-tested
+ protocol developed by an independent standards organization.</p>
+
+ <p>This service requires the use of a client to connect to the server with. Please see the
+ <a href="{{ site.url }}/help/clients/">client list</a> for a small list of available clients that
+ may be used. My personal preferred clients are <a href="https://gajim.org/">Gajim</a> or
+ <a href="https://swift.im/">Swift</a> for desktop/laptops and <a href="https://conversations.im/">Conversations</a>
+ or <a href="https://chatsecure.org/">ChatSecure</a> for mobile.</p>
+ </div>
+
+ <div id="opening-side" class="col-lg-5 col-md-6 col-sm-8 col-12 float-center">
+ <h1>Connecting...</h1>
+ <ul>
+ <li>Port: <b>5222</b></li>
+ <li>Domain: <b>{{ site.xmpp-url }}</b></li>
+ <li>Server Name: <b>{{ site.xmpp-host }}</b></li>{% if site.xmpp-conference-url and site.xep-0045 == 1 %}
+ <li>Rooms: <b>{{ site.xmpp-conference-url }}</b></li>{% endif %}{% if site.xmpp-proxy-url and site.xep-0065 == 1 %}
+ <li>Socks 5 Proxy: <b>{{ site.xmpp-proxy-url }}</b></li>{% endif %}{% if site.xmpp-upload-url and site.xep-0363 == 1 %}
+ <li>File Uploads: <b>{{ site.xmpp-upload-url }}</b></li>{% endif %}
+ </ul>
+ <div style="padding-left:40px;"><a href="https://check.messaging.one/result.php?domain={{ site.xmpp-url }}&amp;type=server" target="_blank"><img src="https://check.messaging.one/badge.php?domain={{ site.xmpp-url }}" alt="check.messaging.one server score"/></a></div>
+ </div>
+ </div>
+</div>
+
+<!-- Register Form -->
+
+{% if site.register-web == 2 %}
+<div id="register" class="index-section">
+ <div id="feature-register">
+ <div id="feature-register" class="container offsetanchor">
+ {% include registration.html %}
+ </div>
+ </div>
+</div>
+{% endif %}
+
+
+<div id="server-features" class="container-fluid">
+ <div class="row justify-content">
+
+ <!-- Starting the page index nav menu -->
+ <div class="col-2">
+ <nav id="navbar-main" class="sticky-top navbar navbar-light" style="padding-top:80px;margin-top:-80px;">
+ <a class="navbar-brand" href="#"><b>Server Features</b></a>
+ <nav id="nav-body" class="nav nav-pills flex-column bg-light">
+ <a class="nav-link" href="#history">Archiving/Storage</a>
+ <a class="nav-link" href="#file">File Sharing</a>
+<!--
+ <nav class="nav nav-pills flex-column">
+ <a class="nav-link ml-3 my-1" href="#mobile">Mobile</a>
+ <a class="nav-link ml-3 my-1" href="#desktop">Desktop</a>
+ </nav>
+-->
+ <a class="nav-link" href="#mobile">Mobile</a>
+ </nav>
+ </nav>
+ </div>
+ <!-- Ending the page index nav menu -->
+
+ <!-- Starting the content section of the page -->
+ <div class="col-10" style="padding-right:unset;">
+
+<!-- Site Features -->
+
+{% for section in site.data.sections %}
+<div id="{{ section.slug }}" class="index-section feature-section" style="background-color:#{{ section.color }};margin-left:-23%;padding-left:23%;">
+ <div class="container offsetanchor">
+ <div class="section-headder" id="feature-{{ section.slug }}">
+ <center>
+ <span class="{{ section.glyph }}" style="font-size:100px;" aria-hidden="true"></span>
+ <h2>{{ section.name }}</h2>
+ </center>
+ </div>
+ <div class="row">
+ <div class="feature-{{ section.slug }}">
+ <div class="row">
+ {% for feature in site.data.features %}
+ {% if feature.section == section.slug %}
+ <div class="col-md-4 col-sm-6" style="min-height:280px;">
+ <h3>{{ feature.name }}</h3>
+ <p>{{ feature.text }}</p>
+ </div>
+ {% endif %}
+ {% endfor %}
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
+{% endfor %}
+
+ </div>
+ <!-- Ending the content section of the page -->
+ </div> <!-- Closing the row justify-content clases -->
+</div> <!-- Closing the ID creating-account and the main container class -->
+
+<!-- About Section -->
+
+<div id="about" class="index-section" style="background-color:#eee;">
+ {% include about.html %}
+</div>
+
+<!-- Security Section -->
+
+<div id="security" class="index-section-last">
+ {% include security.html %}
+</div>
+