forked from nZEDb/nzedb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·41 lines (41 loc) · 2.49 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>nZEDb > Home</title>
<link rel="stylesheet" type="text/css" href="css/lithified.css">
<link rel="stylesheet" type="text/css" href="css/nzedb.css">
<link href="https://nZEDb.github.io/favicon.ico" title="Icon" type="image/x-icon" rel="icon">
<link href="https://nZEDb.github.io/favicon.ico" title="Icon" type="image/x-icon" rel="shortcut icon">
</head>
<body class="lithified">
<div class="container-medium">
<div class="masthead">
<ul class="nav nav-pills pull-right"></ul>
<a class="logolink pull-left" title="nZEDb Logo" href="https://nZEDb.github.io/"><img src="images/logo.png" class="logoimg" alt="nZEDb Logo"></a>
<ul class="nav pull-left menu-bar">
<li><a href="https://github.com/nZEDb/nZEDb/">Code</a></li>
<li><a href="https://forums.nzedb.com/">Forums</a></li>
<li><a href="https://forums.nzedb.com/index.php?action=chat">Chat</a></li>
<li><a href="https://github.com/nZEDb/nZEDb/blob/dev/Changelog">News</a></li>
<li><a href="https://github.com/nZEDb/nZEDb/wiki">Wiki</a></li>
<li><a href="https://nZEDb.github.io/donate">Donate</a></li>
</ul>
</div>
<hr>
<div class="content"><h1 style="color:#AAAAAA">About nZEDb</h1>
<p>nZEDb is a fork of <a href="https://github.com/anth0/nnplus">newznab plus</a>, while it was still open source.</p>
<p>It automatically scans usenet, similar to the way google search bots scan the internet. It does this by collecting usenet headers and temporarily storing them in an SQL database. It provides a web-based front-end providing search, browse and programmable (API) functionality.</p>
<p>The project is licensed under the <a title="GPLv3" href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License version 3</a>.</p>
<p>Code contributions are welcome, see <a title="Contributions guide" href="https://github.com/nZEDb/nZEDb/wiki/Contributing-Code-For-Beginners-to-Git%28hub%29">here</a>.</p>
<p>We develop nZEDb using <a title="Jetbrains PhpStorm" href="https://www.jetbrains.com/phpstorm/">Jetbrains PhpStorm</a> under their non-commercial Open Source projects license.</p>
<a title="Jetbrains PhpStorm" href="https://www.jetbrains.com/phpstorm/"><img src="images/icon_PhpStorm.png" alt="Jetbrains PhpStorm"></img></a>
</div>
<hr>
<div class="footer">
<p class="pull-right">© nZEDb 2013 – 2017</p>
</div>
</div>
</body>
</html>