aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-13 17:18:41 -0600
committerMatt Rude <[email protected]>2018-02-13 17:18:41 -0600
commit91b13995f34291c501abcc1e8d999854912981f4 (patch)
tree36f4aa2c2ee4446790c9743081024189c6b5477c
parentede2948540febb02d915472ce51328c1f0f09e06 (diff)
downloadxmpp-site-lite-91b13995f34291c501abcc1e8d999854912981f4.tar.gz
xmpp-site-lite-91b13995f34291c501abcc1e8d999854912981f4.tar.bz2
xmpp-site-lite-91b13995f34291c501abcc1e8d999854912981f4.zip
Minor About and Cert page updates
-rw-r--r--_includes/about.html4
-rw-r--r--_sass/site.scss7
-rw-r--r--certificates.html11
3 files changed, 15 insertions, 7 deletions
diff --git a/_includes/about.html b/_includes/about.html
index 079f333..dbe2eaa 100644
--- a/_includes/about.html
+++ b/_includes/about.html
@@ -21,12 +21,12 @@
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.
The program ejabberd is licensed under the
- <a href="https://github.com/processone/ejabberd/blob/master/COPYING">GNU General Public License v2.0</a>.</p>
+ <a href="https://github.com/processone/ejabberd/blob/master/COPYING">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>.
The site is licensed under the
- <a href="https://github.com/mattrude/xmpp-site-lite/blob/master/LICENSE">GNU General Public License, version 3 (GPLv3)</a>,
+ <a href="https://github.com/mattrude/xmpp-site-lite/blob/master/LICENSE">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/_sass/site.scss b/_sass/site.scss
index f83c314..a6dd76a 100644
--- a/_sass/site.scss
+++ b/_sass/site.scss
@@ -293,9 +293,16 @@ pre {
#cert-table {
h2 {
display: inline;
+ margin-bottom: 10px;
}
p {
+ margin-bottom: 1rem;
+ margin-top: 1rem;
+ }
+ #date {
float: right;
+ margin-top: 0;
+ margin-bottom: 0;
}
}
diff --git a/certificates.html b/certificates.html
index fb9e71a..2e33a61 100644
--- a/certificates.html
+++ b/certificates.html
@@ -21,7 +21,7 @@ permalink: /certificates/
<div id="cert-table">
<h2>{{ site.xmpp-url }}</h2>
-<p><small>(expires: {{ site.fingerprint-expires }})</small></p>
+<p id="date"><small>(expires: {{ site.fingerprint-expires }})</small></p>
{% if site.fingerprint-sha1 %}
<div class="cert-title">
<b>SHA1 Fingerprint</b>
@@ -41,7 +41,7 @@ permalink: /certificates/
<hr class="my-4">
{% if site.xmpp-host %}
<h2>{{ site.xmpp-host }}</h2>
-<p><small>(expires: {{ site.fingerprint-im-expires }})</small></p>
+<p id="date"><small>(expires: {{ site.fingerprint-im-expires }})</small></p>
{% if site.xmpp-host and site.fingerprint-im-sha1 %}
<div class="cert-title">
<b>SHA1 Fingerprint</b>
@@ -62,7 +62,7 @@ permalink: /certificates/
{% endif %}
{% if site.xmpp-conference-url and site.xep-0045 == 1 %}
<h2>{{ site.xmpp-conference-url }}</h2>
-<p><small>(expires: {{ site.fingerprint-conference-expires }})</small></p>
+<p id="date"><small>(expires: {{ site.fingerprint-conference-expires }})</small></p>
{% if site.xmpp-conference-url and site.xep-0045 == 1 and site.fingerprint-conference-sha1 %}
<div class="cert-title">
<b>SHA1 Fingerprint</b>
@@ -83,7 +83,7 @@ permalink: /certificates/
{% endif %}
{% if site.xmpp-proxy-url and site.xep-0065 == 1 %}
<h2>{{ site.xmpp-proxy-url }}</h2>
-<p><small>(expires: {{ site.fingerprint-proxy-expires }})</small></p>
+<p id="date"><small>(expires: {{ site.fingerprint-proxy-expires }})</small></p>
{% if site.xmpp-proxy-url and site.xep-0065 == 1 and site.fingerprint-proxy-sha1 %}
<div class="cert-title">
<b>SHA1 Fingerprint</b>
@@ -104,7 +104,8 @@ permalink: /certificates/
{% endif %}
{% if site.xmpp-upload-url and site.xep-0363 == 1 %}
<h2>{{ site.xmpp-upload-url }}</h2>
-<p><small>(expires: {{ site.fingerprint-upload-expires }})</small></p>
+<p id="date"><small>(expires: {{ site.fingerprint-upload-expires }})</small></p>
+<p>The <b>{{ site.xmpp-upload-url }}</b> domain is used for the HTTP File Upload (<a href="https://xmpp.org/extensions/xep-0363.html">XEP-0363</a>), that allows a user to upload a file to the server, the server will then provide a URL link back to that file that anyone may view.</p>
{% if site.xmpp-upload-url and site.xep-0363 == 1 and site.fingerprint-upload-sha1 %}
<div class="cert-title">
<b>SHA1 Fingerprint</b>