File: support.html

package info (click to toggle)
sonata 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,164 kB
  • sloc: python: 9,480; sh: 33; makefile: 15
file content (47 lines) | stat: -rw-r--r-- 1,707 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Sonata Music Client for MPD - Support</title>
<link rel="stylesheet" type="text/css" href="screenstyle.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
</head>
<body>
<div class="container">

    <div class="titleblock"><h1>Sonata</h1><p><i>An elegant music client for MPD</i></p></div>

    <div><ul class="navbar">
            <li><a href="index.html" class="nav">Home</a></li>
            <li><a href="screenshots.html" class="nav">Screenshots</a></li>
            <li><a href="download.html" class="nav">Download</a></li>
            <li><a href="documentation.html" class="nav">Docs</a></li>
            <li><a href="changelog.html" class="nav">Changelog</a></li>
            <li><a href="support.html" class="nav">Support</a></li>
    </ul></div>

    <div class="content2">

        <h1>Support</h1>

        <p>
        The project is hosted at <a href="https://github.com/multani/sonata/">https://github.com/multani/sonata</a>.<br/>
        There you can file bug reports and feature requests, etc.
        </p>

        <h2>There are also a mailing list:</h2>
        &nbsp;&nbsp;&nbsp;<a href="https://lists.nongnu.org/mailman/listinfo/sonata-users">sonata-users</a> - Questions, comments, suggestions<br/>

    <div class="footer">
        <div class="right">
            <p>&copy; 2008-2009 Scott Horowitz - 2009-2014 Jonathan Ballet</p>
        </div>
        <br/>
    </div>

</div>
</body>
</html>