Consolidating pages

This commit is contained in:
Zachary Klosko 2020-05-22 22:07:51 -04:00
parent 3a54f8548e
commit 85196d5993
8 changed files with 78 additions and 142 deletions

View File

@ -5,16 +5,16 @@ topnav:
url: features
- page: Tour
url: tour
- page: FAQ
url: faq
- page: Docs
url: advanced-configuration
- page: Help Us!
- page: Contribute
url: contribute
docsnav:
- section: Install
contents:
- page: Preparing the Server
url: preparing-the-server
- page: Quick Install
url: quickstart
- page: Host Configuration
@ -38,9 +38,16 @@ docsnav:
url: users
- page: Help!
url: troubleshooting
- page: Advanced Configuration
url: advanced-configuration
- page:
- section: Advanced Configuration
contents:
- page: Interface Customization
url: interface-customization
- page: Configuring Streaming Services
url: icecast-shoutcast
- page: Backing up LibreTime
url: backing-up-the-server
- page: Upgrading LibreTime
url: upgrading
- section: Radio Broadcasting 101
contents:
- page: UNESCO Public Radio Guide
@ -54,3 +61,5 @@ docsnav:
url: rights-royalties
- page: Media Folders used by LibreTime
url: folders
- page: Uninstalling LibreTime
url: uninstall

View File

@ -1,53 +0,0 @@
sidebar:
- title: About LibreTime
subfolderitems:
- page: Features
url: features
- page: Interface Tour
url: tour
- page: FAQ
url: faq
- page: Contribute to LibreTime
url: contribute
- page:
- title: Installation
subfolderitems:
- page: Quick Install
url: quickstart
- page: Host Configuration
url: host-configuration
- page: Setting the Server Time
url: setting-the-server-time
- page: Configuring Track Types
url: track-types
- page: Setting up SSL
url: ssl-config
- page:
- title: Using LibreTime
subfolderitems:
- page: Preparing Media
url: preparing-media
- page: Scheduling Shows
url: scheduling-shows
- page: Broadcasting Live
url: live-broadcast
- page: Adding Users
url: users
- page: Help!
url: troubleshooting
- page: Advanced Configuration
url: advanced-configuration
- page:
- title: Radio Broadcasting 101
subfolderitems:
- page: UNESCO Public Radio Guide
url: learnradio-unescoguide
- page:
- title: Appendix
subfolderitems:
- page: HD Audio Modules
url: hd-audio-modules
- page: Rights and Royalties
url: rights-royalties
- page: Media Folders used by LibreTime
url: folders

View File

@ -250,6 +250,8 @@
<a class="btn btn-light btn-xl sr-button btn-outline-full-width" target="_blank" target="_blank" href="https://github.com/libretime/libretime">Contribute to Libretime</a>
<a class="btn btn-light btn-xl sr-button btn-outline-full-width" target="_blank" target="_blank" href="https://discourse.libretime.org/">Get Support on Discourse</a>
<a class="btn btn-light btn-xl sr-button btn-outline-full-width" target="_blank" target="_blank" href="https://chat.libretime.org/login">Chat With Us on Mattermost</a>
</div>
<div class="col-lg-8">

View File

@ -4,6 +4,9 @@ title: Contributing to LibreTime
blurb: LibreTime is a community project, maintained by an awesome group of volunteers. Being a "free as in freedom" project, we need the help of our users to keep the project going. You don't have to know how to write code in order to help. Check out some of ways you can give back to the LibreTime project below.
---
> LibreTime is a fork of AirTime due to stalled development of the FLOSS version. For background on this,
see this [open letter to the Airtime community](https://gist.github.com/hairmare/8c03b69c9accc90cfe31fd7e77c3b07d).
## Bug reporting
If you think you've found a bug, please report it on our [Github issues page](https://github.com/LibreTime/libretime/issues/new/choose).

View File

@ -1,37 +0,0 @@
---
layout: post
title: Frequently Asked Questions
date: May 22, 2020
author: LibreTime Community
blurb: You've got questions, we've got answers
---
**What is LibreTime?**
LibreTime is a community managed fork of the AirTime project.
It is managed by a friendly inclusive community of stations
from around the globe that use, document and improve LibreTime.
**Can I upgrade to LibreTime?**
In theory you can update any pre 3.0 version of AirTime to
LibreTime 3.0.0 and above. More information on [Upgrading](upgrading)
is in the docs.
LibreTime is complex software, as such it is close to impossible
to guarantee that every upgrade path works as intended. This
means you should trial the update on a parallel test
infrastructure to minimize possible downtime.
Please let the community know if you encounter issues with the
update process.
**Why are Cue-In/Out points wrong in some tracks? / What's with silan?**
The silan silence detection is currently outdated on almost all distributions. The older versions report clearly wrong information and may segfault at the worst. Versions starting with 0.3.3 (and some patched 0.3.2 builds) are much better but still need thorough testing. Please see the [release notes](https://github.com/LibreTime/libretime/releases) for up to date mitigation scenarios and details on the issues.
**Why did you fork AirTime?**
See this [open letter to the Airtime community](https://gist.github.com/hairmare/8c03b69c9accc90cfe31fd7e77c3b07d).

View File

@ -1,16 +1,26 @@
---
layout: page
title: Features
blurb:
---
# What is LibreTime?
![](img/Calendar-with-shows.jpg)
[LibreTime](http://libretime.org/ "LibreTime homepage") is the open broadcast
software for scheduling and remote station management. Web browser access to
the station's media library, multi-file upload and automatic metadata import
features are coupled with a collaborative online scheduling calendar and
playlist management. The scheduling calendar is managed through an easy-to-use
interface and triggers playout with sub-second precision.
Some of LibreTime's greatest hits:
* *Web-based remote station management* - authorized personnel can add
programme material, create playlists or smart blocks, and stream in live,
all via a web interface.
* *Automation* - LibreTime has a scheduler function that enables users to
create shows with content for playback at the exact date and time specified.
Playlists, smart blocks and remote stream URLs can be used multiple times.
* *Solid playout* - LibreTime uses the open source Liquidsoap streaming language
for reliable and precise playback to multiple outputs.
* *Open source* - run LibreTime royalty-free, make changes to the code, and contribute to the project as you see fit, under the GNU AGPLv3 license.
* *Multilingual* - supports over 15 languages both in the interface and inside file metadata
* *Low system requirements*
* For servers: 1Ghz processor, 2 GB RAM, and a wired ethernet connection with a static IP address
* For end-users: a modern version of Firefox, Chrome, or Safari, and a screen resolution of at least 1280x768
![](img/Screenshot540-Now_playing_250.png)
@ -79,3 +89,44 @@ can enable remote studios to stream in to Liquidsoap at authorised times.
Optionally, the outgoing Icecast stream can be relayed to a transmitter.
![](img/libretime_web_architecture.svg)
<html>
<section id="faq">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Frequently Asked Questions</h2>
<hr class="my-4">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<h3 class="mb-3">"What is LibreTime?"</h3>
<p class="text-mute mb-0">LibreTime is a community managed fork of the AirTime project. It is managed by a friendly inclusive community of stations from around the globe that use, document and improve LibreTime.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<h3 class="mb-3">"Can I upgrade to LibreTime?"</h3>
<p class="text-muted mb-0">In theory you can update any pre 3.0 version of AirTime to LibreTime 3.0.0 and above. More information is <a href:"upgrading">here</a>.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<h3 class="mb-3">"Why are Cue-In/Out points wrong in some tracks?"</h3>
<p class="text-muted mb-0">The silan silence detection is currently outdated on almost all distributions. The older versions report clearly wrong information and may segfault at the worst. Versions starting with 0.3.3 (and some patched 0.3.2 builds) are much better but still need thorough testing.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<h3 class="mb-3">"Why did you fork AirTime?"</h3>
<p class="text-muted mb-0">See this <a href="https://gist.github.com/hairmare/8c03b69c9accc90cfe31fd7e77c3b07d">open letter to the Airtime community</a>.</p>
</div>
</div>
</div>
</div>
</section>
</html>

Binary file not shown.

Before

(image error) Size: 57 KiB

View File

@ -1,39 +0,0 @@
---
layout: default
title: Home
sidebar: main
---
Welcome to LibreTime
====================
LibreTime makes it easy to run your own online or terrestrial radio station.
Don't believe us? Check out our [Quick Install](quickstart) page to see just how easy it is to install and use LibreTime!
Some of LibreTime's main features include:
* *Web-based remote station management* - authorized personnel can add
programme material, create playlists or smart blocks, and stream in live,
all via a web interface.
* *Automation* - LibreTime has a scheduler function that enables users to
create shows with content for playback at the exact date and time specified.
Playlists, smart blocks and remote stream URLs can be used multiple times.
* *Solid playout* - LibreTime uses the open source Liquidsoap streaming language
for reliable and precise playback to multiple outputs.
* *Open source* - run LibreTime royalty-free, make changes to the code, and contribute to the project as you see fit, under the GNU AGPLv3 license.
* *Multilingual* - supports over 15 languages both in the interface and inside file metadata
* *Low system requirements*
* For servers: 1Ghz processor, 2 GB RAM, and a wired ethernet connection with a static IP address
* For end-users: a modern version of Firefox, Chrome, or Safari, and a screen resolution of at least 1280x768
LibreTime is a fork of AirTime due to stalled development of the FLOSS version. For background on this, see this [open letter to the Airtime community](https://gist.github.com/hairmare/8c03b69c9accc90cfe31fd7e77c3b07d).
We have a number of [how-to guides](tutorials) that contain step-by-step instructions for various common tasks for both end users and administrators.
There are currently no companies offering turn-key LibreTime hosting so if you are interested in running it you will need to have some familiarity with running a Linux server.
You can always reach out to help from the community at our [forum](http://discourse.libretime.org). You can also join our [Mattermost instance](https://chat.libretime.org/) and talk with other developers and users.
### Proud Users
![Rabe95.6](img/stations/rabe956.svg) ![RadioCampus93.3](img/stations/radiocampus933.png) ![WRCS92.7](img/stations/wrcs927.png) ![WRIR 97.3](img/stations/wrir973.png)