-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
43 lines (43 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Storaged</title>
<meta charset="utf-8" />
<meta http-equiv="Content-Language" content="en" />
<link rel="stylesheet" href="doc/storaged-api/style.css" type="text/css">
</head>
<body>
<h1>About Storaged</h1>
<p>The Storaged project provides a daemon, tools and libraries to access and
manipulate disks and storage devices.</p>
<p>The code has its origins in the
<a href="https://www.freedesktop.org/wiki/Software/udisks/">udisk</a> project
which is being developed for the GNOME desktop environment needs. The
focus of the Storaged is the D-Bus API suitable for wider audience than
just the desktop applications.</p>
<p>Udisks and storaged projects merged in February 2017 using the original
name <a href="https://github.com/storaged-project/udisks">udisks</a>.</p>
<h1>License</h1>
<p>See the
<a href="https://github.com/storaged-project/udisks/blob/master/COPYING">COPYING</a>
file for the license. In a nutshell, the daemon and tools are licensed under the GPLv2
(or later) and libraries are licensed under LGPLv2 (or later).</p>
<h1>Documentation</h1>
<ul>
<li>The reference manual of the <a href="doc/udisks2-api/latest/index.html">udisks2 API</a>.</li>
</ul>
<h1>Links</h1>
<ul>
<li>Code:
<a href="https://github.com/storaged-project/udisks">https://github.com/storaged-project/udisks</a>
</li>
<li>Releases:
<a href="https://github.com/storaged-project/udisks/releases">https://github.com/storaged-project/udisks/releases</a>
</li>
<li>Issues and bug reporting:
<a href="https://github.com/storaged-project/udisks/issues">https://github.com/storaged-project/udisks/issues</a>
</li>
</ul>
<div class="footer">©2015 - 2024 Project Storaged</div>
</body>
</html>