From 55258882c9668c90950ef4c189f61785387d4e2d Mon Sep 17 00:00:00 2001
From: Zachary Klosko <kloskoz@vcu.edu>
Date: Mon, 9 Nov 2020 23:19:28 -0500
Subject: [PATCH] Assorted work

---
 docs/404.html                       | 15 +++++++++++++--
 docs/_config.yml                    |  2 +-
 docs/_docs/backing-up-the-server.md |  3 +--
 docs/_docs/station-setup.md         | 17 +++++++++++++++++
 docs/_docs/widgets.md               |  7 +++++++
 docs/_layouts/404.html              | 16 ----------------
 docs/docs.html                      |  8 ++++----
 docs/faq.html                       |  4 ++--
 install                             |  2 +-
 9 files changed, 46 insertions(+), 28 deletions(-)
 create mode 100644 docs/_docs/station-setup.md
 create mode 100644 docs/_docs/widgets.md
 delete mode 100644 docs/_layouts/404.html

diff --git a/docs/404.html b/docs/404.html
index 81dc7a640..f88978408 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -1,4 +1,15 @@
 ---
 permalink: /404.html
-layout: 404
----
\ No newline at end of file
+layout: default
+---
+
+    <div class="container">
+      <section class="center-text">
+        <p><strong>Page not found :(</strong></p>
+        <p>The requested page could not be found.</p>
+        <a href="/docs"><svg class="bi bi-arrow-left-circle-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
+          <path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-7.646 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L6.207 7.5H11a.5.5 0 0 1 0 1H6.207l2.147 2.146z"/>
+        </svg> Back to Docs
+        </a>
+      </section>
+    </div>
\ No newline at end of file
diff --git a/docs/_config.yml b/docs/_config.yml
index 632b65935..fa1d1f3fb 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,7 +1,7 @@
 title: LibreTime 
 description: An open source radio automation server made for (and by) low-power FM stations and the rest of us.
 logo: 144px.png
-baseurl: "/" # The subpath of your site, e.g. /blog
+baseurl: "zklosko.github.io/libretime/" # The subpath of your site, e.g. /blog
 url: "https://libretime.org" # The base hostname & protocol for your site, e.g. http://example.com
 
 layouts_dir: _layouts
diff --git a/docs/_docs/backing-up-the-server.md b/docs/_docs/backing-up-the-server.md
index 9228d5eb8..311878148 100644
--- a/docs/_docs/backing-up-the-server.md
+++ b/docs/_docs/backing-up-the-server.md
@@ -1,8 +1,7 @@
 ---
 layout: article
-title: Backing Up The Server
+title: Backing Up Libretime
 category: admin
-git: backing-up-the-server.md
 ---
 
 ## Database Backup
diff --git a/docs/_docs/station-setup.md b/docs/_docs/station-setup.md
new file mode 100644
index 000000000..2376031d8
--- /dev/null
+++ b/docs/_docs/station-setup.md
@@ -0,0 +1,17 @@
+---
+layout: article
+title: Libretime for Terrestrial Broadcasters
+category: manager
+---
+
+## How to
+
+### 1. Prepare your studio
+### 2. Install Ubuntu 18.04 LTS
+### 3. Install Libretime
+### 4. Configure soundcard
+
+### 5. Set up SSH tunneling (optional)
+
+SSH tunneling is similar to using a VPN but with the need to manually connect to individual computers
+and ports instead of gaining access to the entire network.
\ No newline at end of file
diff --git a/docs/_docs/widgets.md b/docs/_docs/widgets.md
new file mode 100644
index 000000000..871f94c6b
--- /dev/null
+++ b/docs/_docs/widgets.md
@@ -0,0 +1,7 @@
+---
+title: Widgets
+category: interface
+layout: article
+---
+
+<iframe frameborder="0" width="400" height="300" src="http://broadcast.wcrsfm.org/embed/player?stream=auto&title=Now Playing"></iframe>
\ No newline at end of file
diff --git a/docs/_layouts/404.html b/docs/_layouts/404.html
deleted file mode 100644
index 4b8865762..000000000
--- a/docs/_layouts/404.html
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: default
----
-
-    <div class="container">
-      <section class="center-text">
-        <img src="/img/404.png" alt="404 Tape">
-        <p><strong>Page not found :(</strong></p>
-        <p>The requested page could not be found.</p>
-        <a href="/docs"><svg class="bi bi-arrow-left-circle-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
-          <path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-7.646 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L6.207 7.5H11a.5.5 0 0 1 0 1H6.207l2.147 2.146z"/>
-        </svg> Back to Docs
-        </a>
-      </section>
-    </div>
-
diff --git a/docs/docs.html b/docs/docs.html
index d086511dc..6cd777328 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -26,7 +26,7 @@ layout: default
               <div class="card-header border-0"><i class="fas fa-wrench fa-3x text-dark"></i></div>
               <div class="card-body pt-0">
                 <h4 class="h5 mb-2"><a class="link-dark" href="/docs/host-configuration">Configure</a></h4>
-                <p class="card-text mb-4">We strive to embrace and drive change in our industry.</p>
+                <p class="card-text mb-4">Prepare Libretime for primetime.</p>
               </div>
             </div>
           </div>
@@ -36,7 +36,7 @@ layout: default
               <div class="card-header border-0"><i class="far fa-clock fa-3x text-dark"></i></div>
               <div class="card-body pt-0">
                 <h4 class="h5 mb-2"><a class="link-dark" href="/docs/scheduling-shows">Schedule Shows</a></h4>
-                <p class="card-text mb-4">We strive to embrace and drive change in our industry.</p>
+                <p class="card-text mb-4">Putting in your first show? Start here.</p>
               </div>
             </div>
           </div>
@@ -55,8 +55,8 @@ layout: default
             <div class="card p-3 border-0 shadow">
               <div class="card-header border-0"><i class="fas fa-broadcast-tower fa-3x text-dark"></i></div>
               <div class="card-body pt-0">
-                <h4 class="h5 mb-2"><a class="link-dark" href="article.html">Libretime for FM Radio</a></h4>
-                <p class="card-text mb-4">We strive to embrace and drive change in our industry.</p>
+                <h4 class="h5 mb-2"><a class="link-dark" href="/docs/station-setup">Libretime for AM/FM Radio</a></h4>
+                <p class="card-text mb-4">Libretime isn't just for internet radio; use it to supercharge your terrestrial radio station too!</p>
               </div>
             </div>
           </div>
diff --git a/docs/faq.html b/docs/faq.html
index 69be788c8..bace1e2f7 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -93,12 +93,12 @@ layout: default
 
                 <div class="card border-bottom mb-3">
                   <div class="card-header accordion-header d-flex align-items-center" id="headingFour-001" data-toggle="collapse" data-target="#collapseFour-001" aria-expanded="true" aria-controls="collapseFour-001" role="region">
-                    <h6 class="mb-0">Where can I download Docs UI Kit?</h6>
+                    <h6 class="mb-0">Is LibreTime free?</h6>
                     <i class="fas fa-angle-down accordion-control ml-auto text-primary"></i>
                   </div>
 
                   <div id="collapseFour-001" class="collapse" aria-labelledby="headingFour-001" data-parent="#accordionExample-001">
-                    <div class="card-body">You can download Docs UI Kit on <a target="_blank" href="https://htmlstream.com/">Htmlstream website</a> or on the <a href="#">Github page</a>.</div>
+                    <div class="card-body">Absolutely, but "free as in freedom" free. While there is no cost to use the Libretime software at your radio station or in the cloud, please consider supporting the project <a href="https://opencollective.com/libretime" target="_blank">financially</a> or <a href="/contribute">with your many talents</a>. Our supporters allow the Libretime project to keep growing and improving.</div>
                   </div>
                 </div>
 
diff --git a/install b/install
index fb4ce7b3f..b8cc0e124 100755
--- a/install
+++ b/install
@@ -1134,7 +1134,7 @@ fi
 
 if [ ! -d "/etc/airtime" ]; then
     loud "\n-----------------------------------------------------"
-    loud "                * Installing Airtime *               "
+    loud "                * Installing Libretime *               "
     loud "-----------------------------------------------------"
 
     verbose "\n * Creating /etc/airtime/ directory..."