334 lines
15 KiB
HTML
334 lines
15 KiB
HTML
<!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);
|
|
background-image: url("{{ site.headimage }}");
|
|
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 -->
|
|
<nav class="navbar navbar-expand-lg navbar-light fixed-top navbar-shrink" id="mainNav">
|
|
<div class="container">
|
|
<a class="navbar-brand js-scroll-trigger" href="index"> {{ site.title }} </a>
|
|
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarResponsive">
|
|
<ul class="navbar-nav ml-auto">
|
|
{% for item in site.data.nav.topnav %}
|
|
<li class="nav-item">
|
|
<a class="nav-link js-scroll-trigger" href="{{ item.url }}">{{ item.page }}</a>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<!-- 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>
|
|
|
|
<!-- 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>
|
|
<a class="btn btn-primary btn-xl js-scroll-trigger" href="scheduling-shows">Read the Docs</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>
|
|
<a class="btn btn-light btn-xl js-scroll-trigger" href="#features">Key Features</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="features">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12 text-center">
|
|
<h2 class="section-heading">Key features include</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">
|
|
<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-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">
|
|
<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">
|
|
<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>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Screenshots gallery -->
|
|
<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">
|
|
<a class="portfolio-box" href="library">
|
|
<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">
|
|
<a class="portfolio-box" href="listener-stats">
|
|
<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">
|
|
<a class="portfolio-box" href="scheduling-shows">
|
|
<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">
|
|
<a class="portfolio-box" href="microsite">
|
|
<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">
|
|
Built-in Microsite
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-lg-4 col-sm-6">
|
|
<a class="portfolio-box" href="playout-history">
|
|
<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">
|
|
<a class="portfolio-box" href="podcasts-webstreams">
|
|
<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>
|
|
|
|
<section class="bg-dark text-white" id="get-started">
|
|
<div class="container text-center">
|
|
<h2 class="mb-4">Get Started</h2>
|
|
<h5>Follow the docs, and you'll be off the ground in no time!</5>
|
|
|
|
<div class="start-buttons" style="padding: 20px;">
|
|
<a class="btn btn-light btn-xl sr-button" href="quickstart">Quick Install</a>
|
|
|
|
<a class="btn btn-light btn-xl sr-button" href="vagrant">Vagrant</a>
|
|
|
|
<a class="btn btn-light btn-xl sr-button" target="_blank" href="https://github.com/ned-kelly/docker-multicontainer-libretime/blob/master/README.md">Docker Deployment</a>
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
|
|
<section id="community">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-10 mx-auto text-center">
|
|
<h2 class="section-heading">The new home of Open Source broadcasters.</h2>
|
|
|
|
<hr class="my-4">
|
|
|
|
<div class="row">
|
|
<div class="col-lg-4">
|
|
|
|
<a class="btn btn-light btn-xl sr-button btn-outline-full-width" target="_blank" target="_blank" href="contribute">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">
|
|
<h4 style="text-align: left;padding-bottom: 20px;padding-top: 20px;">Join the Libretime community</h4>
|
|
<p class="mb-5" style="text-align: left;">
|
|
Libretime has a vibrant community working on new features and fixes. Join the community on Discourse and take control of your studio. We'd love to hear from you, even if you're non-technical let us know if your station is running Libretime!
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<section class="footer-dark text-white">
|
|
<div class="text-footer">
|
|
<small>Hosted on GitHub Pages — Theme by <a href="https://github.com/ned-kelly">ned-kelly</a> and <a href="https://github.com/zklosko">Zachary Klosko</a> | </small>
|
|
<small>Code and docs licensed under GPLv2. More details <a href="http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/about-this-manual/">here</a>. </small>
|
|
</div>
|
|
</section>
|
|
</footer>
|
|
|
|
<!-- Optional JavaScript -->
|
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
|
|
<!-- For Scroll to Top text; from https://getflywheel.com/layout/sticky-back-to-top-button-tutorial/ -->
|
|
<script>
|
|
// Set a variable for our button element.
|
|
const scrollToTopButton = document.getElementById('js-top');
|
|
|
|
const scrollFunc = () => {
|
|
// Get the current scroll value
|
|
let y = window.scrollY;
|
|
|
|
// If the scroll value is greater than the window height, let's add a class to the scroll-to-top button to show it!
|
|
if (y > 0) {
|
|
scrollToTopButton.className = "top-link show";
|
|
} else {
|
|
scrollToTopButton.className = "top-link hide";
|
|
}
|
|
};
|
|
window.addEventListener("scroll", scrollFunc);
|
|
const scrollToTop = () => {
|
|
// Let's set a variable for the number of pixels we are from the top of the document.
|
|
const c = document.documentElement.scrollTop || document.body.scrollTop;
|
|
|
|
// If that number is greater than 0, we'll scroll back to 0, or the top of the document.
|
|
// We'll also animate that scroll with requestAnimationFrame:
|
|
// https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame
|
|
if (c > 0) {
|
|
window.requestAnimationFrame(scrollToTop);
|
|
// ScrollTo takes an x and a y coordinate.
|
|
// Increase the '10' value to get a smoother/slower scroll!
|
|
window.scrollTo(0, c - c / 10);
|
|
}
|
|
};
|
|
// When the button is clicked, run our ScrolltoTop function above!
|
|
scrollToTopButton.onclick = function(e) {
|
|
e.preventDefault();
|
|
scrollToTop();
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|