From 55258882c9668c90950ef4c189f61785387d4e2d Mon Sep 17 00:00:00 2001 From: Zachary Klosko 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 +--- + +
+
+

Page not found :(

+

The requested page could not be found.

+ + + Back to Docs + +
+
\ 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 +--- + + \ 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 ---- - -
-
- 404 Tape -

Page not found :(

-

The requested page could not be found.

- - - Back to Docs - -
-
- 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

Configure

-

We strive to embrace and drive change in our industry.

+

Prepare Libretime for primetime.

@@ -36,7 +36,7 @@ layout: default

Schedule Shows

-

We strive to embrace and drive change in our industry.

+

Putting in your first show? Start here.

@@ -55,8 +55,8 @@ layout: default
-

Libretime for FM Radio

-

We strive to embrace and drive change in our industry.

+

Libretime for AM/FM Radio

+

Libretime isn't just for internet radio; use it to supercharge your terrestrial radio station too!

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
-
Where can I download Docs UI Kit?
+
Is LibreTime free?
-
You can download Docs UI Kit on Htmlstream website or on the Github page.
+
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 financially or with your many talents. Our supporters allow the Libretime project to keep growing and improving.
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..."