aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-05-10 16:47:16 -0500
committerMatt Rude <[email protected]>2018-05-10 16:47:16 -0500
commite58b53134654a50e58d030a21de5d5f994502e41 (patch)
tree1680e9e12d08a70a15e96c7e141741e6b4be025e
parent2d47d3de50205febfd4d0ca6a2f51807ab954bba (diff)
downloadxmpp-site-lite-e58b53134654a50e58d030a21de5d5f994502e41.tar.gz
xmpp-site-lite-e58b53134654a50e58d030a21de5d5f994502e41.tar.bz2
xmpp-site-lite-e58b53134654a50e58d030a21de5d5f994502e41.zip
Minor content changes
-rw-r--r--_includes/about.html28
-rw-r--r--_includes/footer.html2
-rw-r--r--_includes/header.html2
-rw-r--r--certificates.html8
4 files changed, 21 insertions, 19 deletions
diff --git a/_includes/about.html b/_includes/about.html
index dbe2eaa..6206581 100644
--- a/_includes/about.html
+++ b/_includes/about.html
@@ -3,30 +3,30 @@
<div class="section-headder"><center><span class="fa fa-info-circle" style="font-size:80px;" aria-hidden="true"></span><h1>About</h1></center></div>
<div class="col-md-5 pull-right">
<h2>Contact Information</h2>
- <p>This site is maintained by Matt Rude (<a href="https://keyserver.mattrude.com/d/0xc4909ee495b0761f">0xc4909ee495b0761f</a>). If you would like to report any problems or bugs, please send a email or XMPP messsage to the email address listed in one of my public keys.</p>
+ <p>This site is maintained by Matt Rude (<a href="https://keyserver.mattrude.com/d/0xc4909ee495b0761f" target="_blank">0xc4909ee495b0761f</a>). If you would like to report any problems or bugs, please send a email or XMPP messsage to the email address listed in one of my public keys.</p>
<ul class="contact-list">
<li class="list-inline"><b><a href="xmpp:[email protected]" title="XMPP/Jabber ID"><i class="fa fa-commenting"></i></a></b></li>
<li class="list-inline"><b><a href="mailto:[email protected]" title="Email Address"><i class="fa fa-envelope"></i></a></b></li>
- <li class="list-inline"><b><a href="https://www.twitter.com/mdrude" title="Twitter Profile Page"><i class="fa fa-twitter-square"></i></a></b></li>
- <li class="list-inline"><b><a href="https://github.com/mattrude" title="Github Profile Page"><i class="fa fa-github"></i></a></b></li>
- <li class="list-inline"><b><a href="https://mattrude.com" title="Website"><i class="fa fa-link"></i></a></b></li>
- <li class="list-inline"><b><a href="https://keyserver.mattrude.com/search/vindex/hash/fingerprint/0xc4909ee495b0761f" title="PGP Public Key"><i class="fa fa-key"></i></a></b></li>
+ <li class="list-inline"><b><a href="https://www.twitter.com/mdrude" title="Twitter Profile Page" target="_blank"><i class="fa fa-twitter-square"></i></a></b></li>
+ <li class="list-inline"><b><a href="https://github.com/mattrude" title="Github Profile Page" target="_blank"><i class="fa fa-github"></i></a></b></li>
+ <li class="list-inline"><b><a href="https://mattrude.com" title="Website" target="_blank"><i class="fa fa-link"></i></a></b></li>
+ <li class="list-inline"><b><a href="https://keyserver.mattrude.com/search/vindex/hash/fingerprint/0xc4909ee495b0761f" title="PGP Public Key" target="_blank"><i class="fa fa-key"></i></a></b></li>
</ul>
</div>
<div class="col-md-7">
<h2 id="this-service">This Service</h2>
- <p>This service is running a clustered configuration, of two servers, running <a href="https://www.ejabberd.im/">ejabberd</a>
- version {{ site.ejabberd-version }} on
- <a href="http://www.ubuntu.com/">Ubuntu</a> version 16.04 LTS.
- The source code for ejabberd may be found on <a href="https://github.com">Github.com</a> in the
- <a href="https://github.com/processone/ejabberd">processone/ejabberd</a> repository.
+ <p>This service is running a clustered configuration, of two servers, running <a href="https://www.ejabberd.im/" target="_blank">ejabberd</a>
+ version <a href="https://github.com/processone/ejabberd/commits/{{ site.ejabberd-gitversion }}" target="_blank">{{ site.ejabberd-version }}</a> on
+ <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> version 16.04 LTS.
+ The source code for ejabberd may be found on <a href="https://github.com" target="_blank">Github.com</a> in the
+ <a href="https://github.com/processone/ejabberd" target="_blank">processone/ejabberd</a> repository.
The program ejabberd is licensed under the
- <a href="https://github.com/processone/ejabberd/blob/master/COPYING">GNU General Public License, version 2.0</a>.</p>
+ <a href="https://github.com/processone/ejabberd/blob/master/COPYING" target="_blank">GNU General Public License, version 2.0</a>.</p>
- <h2 id="site-source-locations">Website Source</h2>
- <p>The source for this website may be found in the github repository <a href="https://github.com/mattrude/xmpp-site-lite">xmpp-site-lite</a>.
+ <h2 id="site-source-locations" target="_blank">Website Source</h2>
+ <p>The source for this website may be found in the github repository <a href="https://github.com/mattrude/xmpp-site-lite" target="_blank">xmpp-site-lite</a>.
The site is licensed under the
- <a href="https://github.com/mattrude/xmpp-site-lite/blob/master/LICENSE">GNU General Public License, version 3.0</a>,
+ <a href="https://github.com/mattrude/xmpp-site-lite/blob/master/LICENSE" target="_blank">GNU General Public License, version 3.0</a>,
and may be used or modified under the terms of that license.</p>
</div>
</div>
diff --git a/_includes/footer.html b/_includes/footer.html
index f257a60..ef0a950 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -5,7 +5,7 @@
<p><a href="https://status.im.mattrude.com/{{ site.xmpp-url }}">Status</a> | <a href="{{ site.url }}/certificates/">Certificates</a></p>
</div>
<div class="pull-right">
- <p>&copy; {{ site.time | date: "%Y" }} by <a href="https://mattrude.com">{{ site.owner_name }}</a></p>
+ <p>&copy; {{ site.time | date: "%Y" }} by <a href="{{ site.owner-url }}">{{ site.owner_name }}</a></p>
</div>
</div><!-- Closing Footer Section -->
</div><!-- Closing Menu Section (from header) -->
diff --git a/_includes/header.html b/_includes/header.html
index 4510a46..0736996 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -11,6 +11,6 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.url }}">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Encode+Sans+Expanded|Ubuntu">
+ <link rel="stylesheet" href="{{ "/assets/css/fonts.css" | prepend: site.url }}">
</head>
<body id="main" data-spy="scroll" data-target="#navbar-main">
diff --git a/certificates.html b/certificates.html
index 2e33a61..9bd5ae2 100644
--- a/certificates.html
+++ b/certificates.html
@@ -13,15 +13,16 @@ permalink: /certificates/
<hr class="my-4">
-<p style="max-width:800px;text-align:center;margin:0 auto;">One of the benefits of communicating via XMPP is the level of security involved. This server uses <a href="">DNSSEC</a> and TLS <a href="">Certificate Pinning</a>, to secure its users identity and privacy from outside observers.</p>
+<p style="max-width:800px;text-align:center;margin:0 auto;">One of the benefits of communicating via XMPP is the level of security you may implement on the connection to and from the server. This server uses <a href="https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions">DNSSEC</a> and <a href="">TLS Certificate Pinning</a>, to secure its users from diffrent <a href="https://en.wikipedia.org/wiki/Man-in-the-middle_attack">MitM</a> attacks outside observers.</p>
-<p style="max-width:800px;text-align:center;margin:0 auto;">As an added layer of security, a user can validate the servers they are connecting to, below is the current fingerprints for each domain name.</p>
+<p style="max-width:800px;text-align:center;margin:0 auto;">As an added layer of security, a user may validate this servers TLS Certificates, below is the current fingerprints for each domain name you may use.</p>
<hr class="my-4">
<div id="cert-table">
<h2>{{ site.xmpp-url }}</h2>
<p id="date"><small>(expires: {{ site.fingerprint-expires }})</small></p>
+<p>This is the primary certificate that your client will use during its XMPP connection.</p>
{% if site.fingerprint-sha1 %}
<div class="cert-title">
<b>SHA1 Fingerprint</b>
@@ -42,6 +43,7 @@ permalink: /certificates/
{% if site.xmpp-host %}
<h2>{{ site.xmpp-host }}</h2>
<p id="date"><small>(expires: {{ site.fingerprint-im-expires }})</small></p>
+<p>This is the certificate and domain that you are currently using to view this webpage; it is used for most website services. This is also used during some XMPP connection attempts.</p>
{% if site.xmpp-host and site.fingerprint-im-sha1 %}
<div class="cert-title">
<b>SHA1 Fingerprint</b>
@@ -63,6 +65,7 @@ permalink: /certificates/
{% if site.xmpp-conference-url and site.xep-0045 == 1 %}
<h2>{{ site.xmpp-conference-url }}</h2>
<p id="date"><small>(expires: {{ site.fingerprint-conference-expires }})</small></p>
+<p>The conference domain at {{ site.xmpp-conference-url }} is used for all <a href="https://xmpp.org/extensions/xep-0045.html">MUC</a> (conference services) within your client.</p>
{% if site.xmpp-conference-url and site.xep-0045 == 1 and site.fingerprint-conference-sha1 %}
<div class="cert-title">
<b>SHA1 Fingerprint</b>
@@ -126,4 +129,3 @@ permalink: /certificates/
</div> <!-- Closing cert-table id div -->
<p style='text-align:right;'><a href="https://check.messaging.one/result.php?domain={{ site.xmpp-url }}&amp;type=server"><img src="https://check.messaging.one/badge.php?domain={{ site.xmpp-url }}" alt="check.messaging.one server score" /></a></p>
-