aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2017-07-28 17:37:35 -0500
committerMatt Rude <[email protected]>2017-07-28 17:37:35 -0500
commit76b25b84ef61d8677e348e795093db6464dc6ba5 (patch)
tree23cc4e94da6241e6a0c9f780b4cb0ad3c198bd7a
parentdfbe3c564bebc103dd39ff045274a79a55d93ffe (diff)
downloadxmpp-site-builder-76b25b84ef61d8677e348e795093db6464dc6ba5.tar.gz
xmpp-site-builder-76b25b84ef61d8677e348e795093db6464dc6ba5.tar.bz2
xmpp-site-builder-76b25b84ef61d8677e348e795093db6464dc6ba5.zip
Updating User Guides
-rw-r--r--.gitignore1
-rw-r--r--_layouts/user-guides.html15
-rw-r--r--help/conversations.md25
-rw-r--r--help/gajim.md15
-rw-r--r--help/spark.md6
-rw-r--r--help/supported_standards.md (renamed from doc/supported_standards.md)0
6 files changed, 55 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index adeadcc..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-doc/compliance.html
diff --git a/_layouts/user-guides.html b/_layouts/user-guides.html
new file mode 100644
index 0000000..5e93f24
--- /dev/null
+++ b/_layouts/user-guides.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+{% include header.html %}
+{% include menu.html %}
+<div class="container offsetanchor" style="padding-top:80px;">
+<center><img src="/img/clients/{{ page.client}}_logo.png" alt="{{ page.client | capitalize }} XMPP Client Logo" height="128px" width="128px"><h1>{{ page.client | capitalize }} User Guide</h1></center>
+
+<!--
+<div class="col-md-4 pull-right float-right">
+ <center><img src="/img/clients/{{ page.client}}_logo.png" alt="{{ page.client | capitalize }} XMPP Client Logo" height="80px" width="80px"><h1></center>
+ <center><h3>{{ page.client | capitalize }}</h3></center>
+</div>
+-->
+
+{{ content }}
+{% include footer.html %}
diff --git a/help/conversations.md b/help/conversations.md
index 67ce160..b9e46e1 100644
--- a/help/conversations.md
+++ b/help/conversations.md
@@ -4,4 +4,27 @@ title: Conversations User Guide
permalink: /help/conversations/
---
-# Conversations User Guide
+<center><img src="/img/clients/conversations_logo.png" alt="Conversations Logo" height="128px" width="128px"><h1>Conversations User Guide</h1></center>
+
+## Overview
+
+## Downloading and Installing Conversations
+
+## Logging into Conversations for the first time
+
+## Updating your Profile
+
+## Adding a Contact
+
+## Changing your Status
+
+## Sending Messages
+
+## Sending a File to a Single User
+
+## Using a Group Conference
+
+### Sending a File to a Conference
+
+## Pro-Tips
+
diff --git a/help/gajim.md b/help/gajim.md
index f6d527b..6d2d559 100644
--- a/help/gajim.md
+++ b/help/gajim.md
@@ -1,19 +1,28 @@
---
-layout: default
+layout: user-guides
title: Gajim User Guide
+client: gajim
permalink: /help/gajim/
---
-# Gajim User Guide
+## Overview
Gajim is a free software, instant messaging client for the Jabber (XMPP) protocol which uses the GTK+ toolkit. It runs on GNU/Linux, BSD and Windows. The name Gajim is a recursive acronym for Gajim (is) a jabber instant messenger.
The goal of Gajim is to provide a full featured and easy to use Jabber client. Gajim works nicely with GNOME, but does not require it to run. It is released under the GNU General Public License.
## Downloading and Installing Gajim
+
+1. Downloading and installing gajim is just like any other program.
+2. Go to the Gajim [Download](https://gajim.org/downloads.php) page.
+3. Choose the operating system you are currently running.
+4. Click on the new link below the list of operating systems.
+ * *(Choose the installer version, not the portable version)*.
+5. Once downloaded, open the installer and complete the install.
+
## Logging into Gajim for the first time
-On the first time you start up Gajim the Account Creation Wizard Dialog will come up, which will guide you to either create a new account to connect to the jabber network or use an existing one, if you have.
+On the first time you start up Gajim the *Account Creation Wizard Dialog* will come up, which will guide you to either create a new account to connect to the jabber network or use an existing one, if you have.
So if this is your first time in the jabber network select the option for registering for a new account, choose one of the numerous jabber servers available that offers you the services you need and simply give a username and password. You are now connected!
diff --git a/help/spark.md b/help/spark.md
index 7c5f56e..15709b3 100644
--- a/help/spark.md
+++ b/help/spark.md
@@ -1,10 +1,12 @@
---
-layout: default
+layout: user-guides
title: Spark User Guide
permalink: /help/spark/
+client: spark
---
-# Spark User Guide
+
+## Overview
Spark is an Open Source, cross-platform IM client optimized for businesses and organizations. It features built-in support for group chat, telephony integration, and strong security. It also offers a great end-user experience with features like in-line spell checking, group chat room bookmarks, and tabbed conversations.
diff --git a/doc/supported_standards.md b/help/supported_standards.md
index f3ef732..f3ef732 100644
--- a/doc/supported_standards.md
+++ b/help/supported_standards.md