forked from sabnzbd/sabnzbd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (97 loc) · 5.62 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
title: The free and easy binary newsreader
---
<div class="container downloads-container content-container">
<div class="row">
<div class="col-md-6 main-logo">
<img src="/images/logo-full.svg" alt="SABnzbd">
</div>
<div class="col-md-6 downloads-row">
<div class="download-buttons-wrapper">
<div class="show-before-load">
Loading..
</div>
<div class="show-after-load download-stable">
<a class="download-button">
<span class="glyphicon glyphicon-circle-arrow-down"></span>
<h4>Version</h4>
<strong class="download-os"></strong>
</a>
<a class="download-extra" href="/downloads">Downloads for other platforms</a>
</div>
<div class="linux-row">
<span class="glyphicon glyphicon-info-sign"></span>
<a href="/wiki/installation/install-ubuntu-repo">Install via Ubuntu PPA Repository</a>
</div>
</div>
</div>
</div>
</div>
<div class="main-wrapper content-container">
<div id="main-container" class="container">
<div class="row text-center" id="giganews-wide">
<a href="http://www.giganews.com/?a=SABnzbd:contribute" target="_blank">
<img src="https://www.giganews.com/banners/SABnzbd:contribute/468x60a.gif" alt="Giganews Newsgroups"><br>
Click here to sign up for a Giganews Plan
</a>
</div>
<div class="row text-center">
<h1 id="frontpage-slogan">Free and easy binary newsreader</h1>
</div>
<div class="row highlights-row">
<div class="col-md-6">
<img class="highlights" src="/images/landing/os-logos.png" alt="It runs anywhere" />
<h3>It runs anywhere</h3>
<p>SABnzbd runs on Windows, MacOS, Linux. And also on Unix, BSD, certain NAS devices (Synology, QNAP).
You can access SABnzbd from any device with a webbrowser, so also iOS and Android phones and tablets.</p>
<div class="clearfix"></div>
</div>
<div class="col-md-6">
<img class="highlights" src="/images/landing/small-and-large-screens.png" alt="Small and large screens" />
<h3>Small and large screens</h3>
<p>SABnzbd is responsive: With the Glitter interface, you can access SABnzbd and manage your downloads from any device: desktop, tablet or phone. Others have made Android (<a href="http://nzb360.com/" target="_blank">nzb360</a>) and iOS (<a href="http://sabmini.com/" target="_blank">SABmini</a>) apps to manage SABnzbd.</p>
<div class="clearfix"></div>
</div>
</div>
<div class="row highlights-row">
<div class="col-md-6">
<img class="highlights" src="/images/landing/integrates-with-other-tools.png" alt="Integrates with other tools" />
<h3>Integrates with other tools</h3>
<p>Apps like <a href="https://sonarr.tv/" target="_blank">Sonarr</a>, <a href="https://sickrage.github.io/" target="_blank">Sickrage</a>, <a href="https://couchpota.to/" target="_blank">CouchPotato</a> and <a href="https://github.com/rembo10/headphones" target="_blank">Headphones</a> can integrate with SABnzbd and automate your download process.<br/>
SABnzbd can also read and process <a href="/wiki/configuration/{{ site.wiki_version }}/rss">RSS feeds</a>, activate <a href="/wiki/scripts/post-processing-scripts">custom scripts</a> and <a href="/wiki/configuration/{{ site.wiki_version }}/notifications">notify</a> you via mail, growl, prowl, pushover and pushbullet.</p>
<div class="clearfix"></div>
</div>
<div class="col-md-6">
<img class="highlights" src="/images/landing/15-languages.png" alt="In 15 languages"/>
<h3>In 15 languages</h3>
<p>SABnzbd now ships with <strong>15 localizations</strong>: <br/>English, Dansk, Deutsch, Español (castellano), Français, Nederlands, Norsk bokmål, Polski, Português Brasileiro, Româna, Suomi, Svenska, русский язык, српски, 简体中文.</p>
<div class="clearfix"></div>
</div>
</div>
<div class="row padding-row">
<div class="col-md-8 col-md-offset-2">
<h2 class="text-center">Screenshots</h2>
<ul id="frontpage-slideshow">
{% for screenshot in site.data.screenshots %}
<li>
<a href="/images/landing/screenshots/{{ screenshot.file }}" data-featherlight="image">
<img src="/images/landing/screenshots/{{ screenshot.file }}" alt="{{ screenshot.title | strip_html }}">
</a>
<strong>{{ screenshot.title }}</strong>
</li>
{% endfor %}
</ul>
</div>
</div>
<div class="row padding-row">
<div class="col-md-12 text-center">
<h4>SABnzbd is Open Source Software; it's free as in speech and free as in beer.<br/>
As it's open source you can inspect it, and develop your own code</h4>
</div>
</div>
</div>
</div>
<script src="/js/lightslider.min.js"></script>
<script src="/js/featherlight.min.js"></script>
<script src="/js/showdown.min.js"></script>
<script src="/js/sabnzbd.js?v={{ site.time | date: '%d%m%Y' }}"></script>