aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2017-05-06 16:26:08 -0500
committerMatt Rude <[email protected]>2017-05-06 16:26:08 -0500
commite45698f5758c97f1b351db9268b1b4f21bbab0e2 (patch)
treeb71ddaba02252167f46b2948ee8bf7a87a5b73c5
parented8caba149bb0c4331581b1fe6bd00010944b2e9 (diff)
downloadxmpp-site-builder-e45698f5758c97f1b351db9268b1b4f21bbab0e2.tar.gz
xmpp-site-builder-e45698f5758c97f1b351db9268b1b4f21bbab0e2.tar.bz2
xmpp-site-builder-e45698f5758c97f1b351db9268b1b4f21bbab0e2.zip
Minor Updates
-rw-r--r--.jekyll-metadatabin12074 -> 0 bytes
-rw-r--r--_data/features.yml2
-rw-r--r--_data/sections.yml2
-rw-r--r--_includes/footer.html2
-rw-r--r--_includes/menu.html1
-rw-r--r--about.md10
-rw-r--r--doc/source.md12
-rw-r--r--help/spark.md19
-rw-r--r--index.html47
-rw-r--r--privacy-policy.md2
10 files changed, 62 insertions, 35 deletions
diff --git a/.jekyll-metadata b/.jekyll-metadata
deleted file mode 100644
index d8f92fc..0000000
--- a/.jekyll-metadata
+++ /dev/null
Binary files differ
diff --git a/_data/features.yml b/_data/features.yml
index 4eef36e..d76f852 100644
--- a/_data/features.yml
+++ b/_data/features.yml
@@ -12,7 +12,7 @@
- name: Rosters
section: history
- text:
+ text: The roster allows users to keep and manage a contact list or addressbook. Any modifications made by a user to their roster is shared between all clients but some clients may need to log out and back in or manually request the updated roster before the changes are displayed.
- name: Message Carbons
section: history
diff --git a/_data/sections.yml b/_data/sections.yml
index 1caa6a9..ddebbbc 100644
--- a/_data/sections.yml
+++ b/_data/sections.yml
@@ -1,6 +1,7 @@
- name: Archiving/Storage
slug: history
glyph: glyphicon-floppy-disk
+ color: 9FCF6C
- name: File Sharing
slug: file
@@ -9,3 +10,4 @@
- name: Mobile
slug: mobile
glyph: glyphicon-phone
+ color: E66E20
diff --git a/_includes/footer.html b/_includes/footer.html
index fbe4858..ea863ee 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,7 +3,7 @@
<div class="container offsetanchor" id="features">
<div id="footer"><!-- Starting Footer Section -->
<div class="pull-left">
- <p><a href="{{ site.url }}">Home</a> | <a href="{{ '/source/' | prepend: site.url }}">Source</a> | <a href="{{ '/contact/' | prepend: site.url }}">Contact</a></p>
+ <p><a href="{{ site.url }}">Home</a> | <a href="{{ '/about/' | prepend: site.url }}">About</a> | <a href="{{ '/privacy-policy/' | prepend: site.url }}">Privacy Policy</a> | <a href="{{ '/contact/' | prepend: site.url }}">Contact</a></p>
</div>
<div class="pull-right">
<p>&copy; {{ site.time | date: "%Y" }} by <a href="https://mattrude.com">{{ site.owner_name }}</a></p>
diff --git a/_includes/menu.html b/_includes/menu.html
index 6f484d2..5a0c85f 100644
--- a/_includes/menu.html
+++ b/_includes/menu.html
@@ -23,7 +23,6 @@
</ul>
{% endif %}
<ul class="nav navbar-nav navbar-right">
- <li><a href="{{ site.url }}/about/">About</a></li>
<li><a href="{{ site.url }}/help/">User Guides</a></li>
<li><a href="{{ site.url }}/certificates/">Certificates</a></li>
</ul>
diff --git a/about.md b/about.md
index 373f69b..9fa07a1 100644
--- a/about.md
+++ b/about.md
@@ -4,10 +4,14 @@ title: About
permalink: /about/
---
-## About: <small>This Service</small>
+<div class="section-headder" id="{{ section.slug }}"><center><span class="fa fa-info-circle" style="font-size:80px;" aria-hidden="true"></span><h1>About</h1></center></div>
+
+## This Service
An XMPP server provides basic messaging, [presence]({{ site.url }}/help/definitions/#presence), and XML routing features. This page lists Jabber/XMPP server software that you can use to run your own XMPP service, either over the Internet or on a local area network.
-## About: <small>This Server</small>
+This site is running [prosody](https://prosody.im) version {{ site.prosody-version }} on [Ubuntu](http://www.ubuntu.com/) version 16.04 LTS.. The source for prosody may be found at [hg.prosody.im](https://hg.prosody.im/). The program prosody is licensed under the [MIT/X11 license](https://prosody.im/source/mit).
+
+## Site Source Locations
+The source for this website may be found in the github repository [xmpp-site](https://code.mattrude.com/xmpp-site/about/). The site is licensed under the [GNU General Public License, version 3 (GPLv3)](https://code.mattrude.com/xmpp-site/plain/LICENSE), and may be used or modified under the terms of that license.
-This server is running [Prosody](https://prosody.im) version {{ site.prosody-version }} on [Ubuntu](http://www.ubuntu.com/) version 16.04 LTS. The phisical server is located in Minneapolis, Minnesota, USA.
diff --git a/doc/source.md b/doc/source.md
deleted file mode 100644
index 6acd5ae..0000000
--- a/doc/source.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: default
-title: Source Information
-permalink: /source/
----
-
-### XMPP Service
-This site is running [prosody](https://prosody.im) version {{ site.prosody-version }}. The source for prosody may be found at [hg.prosody.im](https://hg.prosody.im/). The program prosody is licensed under the [MIT/X11 license](https://prosody.im/source/mit).
-
-### Site Source Locations
-The source for this website may be found in the github repository [xmpp-site](https://code.mattrude.com/xmpp-site/about/). The site is licensed under the [GNU General Public License, version 3 (GPLv3)](https://code.mattrude.com/xmpp-site/plain/LICENSE), and may be used or modified under the terms of that license.
-
diff --git a/help/spark.md b/help/spark.md
index e0c40a9..397b7d2 100644
--- a/help/spark.md
+++ b/help/spark.md
@@ -21,7 +21,7 @@ Spark is an Open Source, cross-platform IM client optimized for businesses and o
- The server/domain is the
-## Updating your profile
+## Updating your Profile
## Adding a Contact
@@ -35,4 +35,21 @@ In particular, you can add people who chat using Spark or an application like it
If you decide you'd rather have the contact in another group, simply right-click their name, point to **Move to**, then click the name of the group you want to move them to.
+## Changing your Status
+## Sending Messages
+
+## Sending a File to a Single User
+
+## Using a Group Conference
+
+### Sending a File to a Conference
+
+## Pro-Tips
+
+* Press **Ctrl+F** (while in the contacts or chat window) and start filling the name. It will automatically filter out from all of your contacts. This is a fast way to find a contact in a huge roster.
+* Press **Ctrl+T** (only works in a roster window) - it will show frequent contacts, the people you chat most with.
+* Press **Ctrl+E** (only works in a roster window) - it will show a list of users you had conversations with recently. A quick way to find whom you were talking with recently, if you can't remember the name.
+* Pressing **Ctrl+Space** after you enter a few characters of someone's name in the group chat will complete the name automatically.
+
+If a contact you want to talk to is Away (or even Offline) and you want to know right away when he is available. Right-click such contact and select Alert when user is available. Spark will open a chat windows with that contact once he gets Online. Note: Spark will remember this task only until it is turned off.
diff --git a/index.html b/index.html
index decb458..0505572 100644
--- a/index.html
+++ b/index.html
@@ -16,6 +16,7 @@ permalink: /
</div>
<div class="container offsetanchor" id="opening">
+ <div class="col-md-7">
<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
@@ -30,24 +31,40 @@ permalink: /
may be used. My personal preferred clients are <a href="https://gajim.org/">Gajim</a> or
<a href="http://swift.im/">Swift</a> for desktop/laptops and <a href="https://conversations.im/">Conversations</a>
or <a href="https://guardianproject.info/apps/chatsecure/">ChatSecure</a> for mobile.</p>
+ </div>
+
+ <div class="col-md-5">
+ <h1>Connecting</h1>
+ <ul>
+ <li>XMPP Port: <b>5222</b></li>
+ <li>Hostname: <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>Conference 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 %}
+ </div>
</div>
-<div class="container offsetanchor" id="features">
+<div id="features">
{% for section in site.data.sections %}
- <div class="row">
- <div class="section-headder" id="{{ section.slug }}"><center>
- <span class="glyphicon {{ section.glyph }}" style="font-size:60px;" aria-hidden="true"></span>
- <h2>{{ section.name }}</h2>
- </center></div>
- <div class="feature-{{ section.slug }}">
- {% for feature in site.data.features %}
- {% if feature.section == section.slug %}
- <div class="col-md-4" style="min-height:280px;">
- <h3>{{ feature.name }}</h3>
- <p>{{ feature.text }}</p>
- </div>
- {% endif %}
- {% endfor %}
+ <div id="feature-{{ section.slug }}" style="background-color:#{{ section.color }};">
+ <div class="container offsetanchor">
+ <div class="row">
+ <div class="section-headder" id="{{ section.slug }}"><center>
+ <span class="glyphicon {{ section.glyph }}" style="font-size:60px;" aria-hidden="true"></span>
+ <h2>{{ section.name }}</h2>
+ </center></div>
+ <div class="feature-{{ section.slug }}">
+ {% for feature in site.data.features %}
+ {% if feature.section == section.slug %}
+ <div class="col-md-4" style="min-height:280px;">
+ <h3>{{ feature.name }}</h3>
+ <p>{{ feature.text }}</p>
+ </div>
+ {% endif %}
+ {% endfor %}
+ </div>
+ </div>
</div>
</div>
{% endfor %}
diff --git a/privacy-policy.md b/privacy-policy.md
index b84a135..c631c18 100644
--- a/privacy-policy.md
+++ b/privacy-policy.md
@@ -4,7 +4,7 @@ title: Privacy Policy
permalink: /privacy-policy/
---
-# Privacy Policy
+<div class="section-headder" id="{{ section.slug }}"><center><span class="fa fa-book" style="font-size:80px;" aria-hidden="true"></span><h1>Privacy Policy</h1></center></div>
Our general policy regarding your data is to save as much as needed and as little as possible. This document will try to explain what personal data we store and how we handle that.