2020-05-22 23:34:32 +02:00
<!doctype html>
< html lang = "en" >
< head >
<!-- Required meta tags -->
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
<!-- Bootstrap CSS -->
< link rel = "stylesheet" href = "https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity = "sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin = "anonymous" >
<!-- Custom fonts for this template -->
< link href = "vendor/fontawesome-free/css/all.min.css" rel = "stylesheet" type = "text/css" >
< link href = 'https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel = 'stylesheet' type = 'text/css' >
< link href = 'https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel = 'stylesheet' type = 'text/css' >
<!-- Plugin CSS -->
< link href = "vendor/magnific-popup/magnific-popup.css" rel = "stylesheet" >
<!-- Custom styles for this template -->
< link href = "css/creative.min.css" rel = "stylesheet" >
< style >
header.masthead {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
2020-11-04 00:08:55 +01:00
background-image: url("/img/header.jpg");
2020-05-22 23:34:32 +02:00
background-position: center center;
background-size: cover;
}
body{
font-family:Merriweather,'Helvetica Neue',Arial,sans-serif;
padding-top: 0px;
}
< / style >
< title > {{ site.title }} - {{ page.title }}< / title >
< / head >
< body id = "page-top" >
<!-- Navigation -->
2020-06-16 16:06:44 +02:00
{% include navbar.html %}
2020-05-28 00:03:45 +02:00
<!-- Scroll to Top link -->
< a class = "top-link hide" href = "" id = "js-top" >
< svg class = "bi bi-arrow-up-circle-fill" width = "4em" height = "4em" 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-10.646.354a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 6.207V11a.5.5 0 0 1-1 0V6.207L5.354 8.354z" / >
< / svg >
< span class = "screen-reader-text" > Back to top< / span >
< / a >
2020-05-22 23:34:32 +02:00
<!-- Splash Image -->
< header class = "masthead text-center text-white d-flex" >
< div class = "container my-auto" >
< div class = "row" >
< div class = "col-lg-10 mx-auto" >
< h1 class = "text-uppercase" >
< strong > {{ site.headtext }} < / strong >
< / h1 >
< hr >
< / div >
< div class = "col-lg-8 mx-auto" >
< p class = "text-faded mb-5" >
{{ site.headsubtext}}
< / p >
< a class = "btn btn-primary btn-xl js-scroll-trigger" href = "{{ site.headbuttonurl }}" > {{ site.headbuttontext }}< / a >
< / div >
< / div >
< / div >
< / header >
<!-- Orange Container -->
< section class = "bg-primary" id = "about" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 mx-auto text-center" >
< h2 class = "section-heading text-white" > Freedom through Open Source!< / h2 >
< hr class = "light my-4" >
< p class = "text-faded mb-4" >
LibreTime is Free/Libre and Open Source (FLOSS) radio automation and broadcasting solution helping communities both modernize their broadcasting stack, and get up and on-the-air with ease.
< / p >
< p class = "text-faded mb-4" >
The platform consists of several open-source components that can be easily and rapidly deployed on both dedicated hardware, virtual machines, and Cloud native infrastructure - allowing your station to truly underwrite it's own destiny.
< / p >
< p class = "text-faded mb-4" >
The platform is a fork of the older AirTime project which is < b > no longer actively maintained< / b > , and the evolution of Open Source broadcasting for both current AirTime and new users looking to continue with the platform on their own infrastructure.
< / p >
< / div >
< / div >
< / div >
2020-11-02 19:20:34 +01:00
<!-- SVG BG -->
< svg class = "position-absolute bottom-0 left-0" xmlns = "http://www.w3.org/2000/svg" xmlns:xlink = "http://www.w3.org/1999/xlink" x = "0px" y = "0px" viewBox = "0 0 1920 323" enable-background = "new 0 0 1920 323" xml:space = "preserve" >
< polygon fill = "#ffffff" style = "fill-opacity: .05;" points = "-0.5,322.5 -0.5,121.5 658.3,212.3 " > < / polygon >
< polygon fill = "#ffffff" style = "fill-opacity: .1;" points = "-2,323 1920,323 1920,-1 " > < / polygon >
< / svg >
<!-- End SVG BG -->
2020-05-22 23:34:32 +02:00
< / section >
2020-05-31 01:55:33 +02:00
<!-- Features Block -->
2020-05-22 23:34:32 +02:00
< section id = "features" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-12 text-center" >
< h2 class = "section-heading" > Key features include< / h2 >
< / 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" >
< i class = "fas fa-4x fa-music text-primary mb-3 sr-icon-1" > < / i >
< h3 class = "mb-3" > Library Intelligence< / h3 >
2020-05-26 16:22:19 +02:00
< 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 >
2020-05-22 23:34:32 +02:00
< / div >
< / 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-th-list text-primary mb-3 sr-icon-2" > < / i >
< h3 class = "mb-3" > Programming< / h3 >
< p class = "text-muted mb-0" > Schedule your live and pre-programmed shows easily with a drag-and-drop style calendar, additionally all content broadcasted is logged for efficient reporting to media licensing authorities.< / p >
< / div >
< / 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-users text-primary mb-3 sr-icon-3" > < / i >
< h3 class = "mb-3" > DJ Management< / h3 >
< p class = "text-muted mb-0" > Libretime's user management allows for the simple creation of hierarchical staff who can control their broadcast slots associated with them from anywhere on the planet!< / p >
< / div >
< / div >
< div class = "col-lg-3 col-md-6 text-center" >
< div class = "service-box mt-5 mx-auto" >
2020-05-26 16:22:19 +02:00
< 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 >
2020-05-22 23:34:32 +02:00
< / div >
< / div >
< / div >
< / div >
< / section >
2020-05-28 00:03:45 +02:00
<!-- Screenshots gallery -->
2020-05-22 23:34:32 +02:00
< section class = "p-0" id = "screenshots" >
< div class = "container-fluid p-0" >
< div class = "row no-gutters popup-gallery" >
< div class = "col-lg-4 col-sm-6" >
2020-05-31 01:12:10 +02:00
< a class = "portfolio-box" href = "library" >
2020-05-22 23:34:32 +02:00
< img class = "img-fluid" src = "img/portfolio/library.jpg" alt = "" >
< div class = "portfolio-box-caption" >
< div class = "portfolio-box-caption-content" >
< div class = "project-category text-faded" >
Intelligent Library
< / div >
< / div >
< / div >
< / a >
< / div >
< div class = "col-lg-4 col-sm-6" >
2020-06-21 23:45:51 +02:00
< a class = "portfolio-box" href = "analytics#streaming-listener-statistics" >
2020-05-22 23:34:32 +02:00
< img class = "img-fluid" src = "img/portfolio/stream-stats.jpg" alt = "" >
< div class = "portfolio-box-caption" >
< div class = "portfolio-box-caption-content" >
< div class = "project-category text-faded" >
Streaming Listener Statistics
< / div >
< / div >
< / div >
< / a >
< / div >
< div class = "col-lg-4 col-sm-6" >
2020-05-28 00:03:45 +02:00
< a class = "portfolio-box" href = "scheduling-shows" >
2020-05-22 23:34:32 +02:00
< img class = "img-fluid" src = "img/portfolio/scheduling.jpg" alt = "" >
< div class = "portfolio-box-caption" >
< div class = "portfolio-box-caption-content" >
< div class = "project-category text-faded" >
Show Scheduling
< / div >
< / div >
< / div >
< / a >
< / div >
< div class = "col-lg-4 col-sm-6" >
2020-05-28 16:49:28 +02:00
< a class = "portfolio-box" href = "microsite" >
2020-05-22 23:34:32 +02:00
< img class = "img-fluid" src = "img/portfolio/builtin-microsite.jpg" alt = "" >
< div class = "portfolio-box-caption" >
< div class = "portfolio-box-caption-content" >
< div class = "project-category text-faded" >
2020-05-28 16:49:28 +02:00
Built-in Microsite
2020-05-22 23:34:32 +02:00
< / div >
< / div >
< / div >
< / a >
< / div >
< div class = "col-lg-4 col-sm-6" >
2020-06-21 17:52:41 +02:00
< a class = "portfolio-box" href = "analytics" >
2020-05-22 23:34:32 +02:00
< img class = "img-fluid" src = "img/portfolio/playout-history.jpg" alt = "" >
< div class = "portfolio-box-caption" >
< div class = "portfolio-box-caption-content" >
< div class = "project-category text-faded" >
Playout History & Auditing
< / div >
< / div >
< / div >
< / a >
< / div >
< div class = "col-lg-4 col-sm-6" >
2020-06-21 23:45:51 +02:00
< a class = "portfolio-box" href = "library#podcasts" >
2020-05-22 23:34:32 +02:00
< img class = "img-fluid" src = "img/portfolio/podcasts.jpg" alt = "" >
< div class = "portfolio-box-caption" >
< div class = "portfolio-box-caption-content" >
< div class = "project-category text-faded" >
Podcast Automation & Scheduling
< / div >
< / div >
< / div >
< / a >
< / div >
< / div >
< / div >
< / section >
2020-05-31 01:55:33 +02:00
2020-11-02 19:20:34 +01:00
<!-- "Our Biggest Fans" Section -->
2020-06-16 16:06:44 +02:00
{% include fans.html %}
2020-05-22 23:34:32 +02:00
2020-11-02 19:52:53 +01:00
< section class = "" id = "get-started" >
2020-05-22 23:34:32 +02:00
< div class = "container" >
< div class = "row" >
< div class = "col-lg-10 mx-auto text-center" >
2020-11-02 19:52:53 +01:00
< h2 class = "section-heading" > Get started< / h2 >
2020-11-03 05:14:27 +01:00
< br >
2020-11-02 19:52:53 +01:00
< iframe width = "560" height = "315" src = "https://www.youtube.com/embed/Djo_55LgjXE" frameborder = "0" allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen > < / iframe >
2020-05-31 01:55:33 +02:00
< p class = "mb-5" style = "text-align: center;" >
2020-11-02 19:52:53 +01:00
< p class = "text-muted mb-0" > Install Libretime in just three commands:< / p >
< code > git clone https://github.com/LibreTime/libretime.git< / code >
< br >
< code > cd libretime< / code >
< br >
< code > sudo bash install -fiap< / code >
< p >
< a href = "/docs/host-configuration" > Next: Host Configuration< / a >
2020-05-22 23:34:32 +02:00
< / div >
2020-06-06 15:57:03 +02:00
< / div >
2020-05-22 23:34:32 +02:00
< / div >
< / section >
2020-11-02 19:20:34 +01:00
2020-06-17 22:57:15 +02:00
{% include footer.html %}
2020-05-22 23:34:32 +02:00
2020-06-17 22:57:15 +02:00
{% include scripts.html %}
2020-05-22 23:34:32 +02:00
< / body >
< / html >