Updating features page, removing features page visibility
Removing features page for now due to redundancy with main page.
This commit is contained in:
parent
9acfe104c8
commit
4692dc9e90
|
@ -1,8 +1,6 @@
|
|||
topnav:
|
||||
- page: Install
|
||||
url: quickstart
|
||||
- page: Features
|
||||
url: features
|
||||
- page: Docs
|
||||
url: preparing-the-server
|
||||
- page: Contribute
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
<div class="service-box mt-5 mx-auto">
|
||||
<i class="fas fa-4x fa-music text-primary mb-3 sr-icon-1"></i>
|
||||
<h3 class="mb-3">Library Intelligence</h3>
|
||||
<p class="text-mute mb-0">From designing intelligent & automated playlists to drag-and-drop visual editing & cuing, managing your library and playlists has never been simpler.</p>
|
||||
<p class="text-muted mb-0">From designing intelligent & automated playlists to drag-and-drop visual editing & cuing, managing your library and playlists has never been simpler.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6 text-center">
|
||||
|
@ -132,9 +132,9 @@
|
|||
</div>
|
||||
<div class="col-lg-3 col-md-6 text-center">
|
||||
<div class="service-box mt-5 mx-auto">
|
||||
<i class="fas fa-4x fa-microphone text-primary mb-3 sr-icon-4"></i>
|
||||
<h3 class="mb-3">Podcasting & More!</h3>
|
||||
<p class="text-muted mb-0">Syndicate your library with the latest content from the best artists on the web, it's as simple as providing an RSS feed and programming a schedule.</p>
|
||||
<i class="fas fa-4x fa-broadcast-tower text-primary mb-3 sr-icon-4"></i>
|
||||
<h3 class="mb-3">AM/FM & Web</h3>
|
||||
<p class="text-muted mb-0">LibreTime is flexible, allowing you to run your internet radio station entirely from a cloud VM with its built-in Icecast server or plug its analog output into the mixer at your broadcast AM or FM station.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -8,7 +8,7 @@ blurb: Just some of LibreTime's greatest hits
|
|||
- [Library Intelligence](#library)
|
||||
- [Programming](#programming)
|
||||
- [DJ Management](#managedjs)
|
||||
- [Podcasting & More!](#podcasting)
|
||||
- [AM/FM & Web](#amfm)
|
||||
- [B-Sides](#bsides)
|
||||
|
||||
# <i class="fas fa-1x fa-music text-primary mb-3 sr-icon-1"></i> Library Intelligence {#library}
|
||||
|
@ -20,7 +20,7 @@ blurb: Just some of LibreTime's greatest hits
|
|||
# <i class="fas fa-1x fa-th-list text-primary mb-3 sr-icon-2"></i> Programming {#programming}
|
||||
|
||||
* *Web-based remote station management* - authorized personnel can add
|
||||
programme material, create playlists or smart blocks, and stream in live,
|
||||
programme material, and create playlists or smart blocks,
|
||||
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.
|
||||
|
@ -28,7 +28,10 @@ blurb: Just some of LibreTime's greatest hits
|
|||
|
||||
# <i class="fas fa-1x fa-users text-primary mb-3 sr-icon-3"></i> DJ Management {#managedjs}
|
||||
|
||||
# <i class="fas fa-1x fa-microphone text-primary mb-3 sr-icon-4"></i> Podcasting & More! {#podcasting}
|
||||
* *User Management* - LibreTime allows for the creation of user accounts with four levels of user permissions:
|
||||
*Guest*, *DJ*, *Program Manager*, and *Admin*. Only give your staff the permissions they need to succeed.
|
||||
|
||||
# <i class="fas fa-1x fa-broadcast-tower text-primary mb-3 sr-icon-4"></i> AM/FM & Web {#amfm}
|
||||
|
||||
* *Solid playout* - LibreTime uses the open source Liquidsoap streaming language
|
||||
for reliable and precise playback to multiple outputs.
|
||||
|
@ -125,7 +128,7 @@ Optionally, the outgoing Icecast stream can be relayed to a transmitter.
|
|||
<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>
|
||||
<p class="text-muted 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">
|
||||
|
|
Loading…
Reference in New Issue