-
Notifications
You must be signed in to change notification settings - Fork 15
/
contact.html
87 lines (72 loc) · 4.23 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--
Gregorio web site.
Copyright (C) 2007-2015 The Gregorio project
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<title>Gregorio project website</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="description" content="Free software for typesetting Gregorian chant" lang="en">
<meta name="keywords" content="Gregorian chant, gregorio, gabc, gregoriotex" lang="en">
<meta name="author" content="The Gregorio project">
<link rel="shortcut icon" href="./illus/fav.ico">
<link rel="icon" href="./illus/fav.ico">
<link rel="stylesheet" href="./style.css" type="text/css" title="default">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="./gregorio-menu.js"></script>
<script>
var context = 'gregorio';
var title = 'Gregorio project website'
</script>
</head>
<body>
<div id="ban">
<img src="./illus/harpedroite.png" title="" class="hd" alt="" />
<a id="haut" name="haut"></a>
<div id="banniere">
</div>
</div>
<script>write_gre_menu();</script>
<div class="flux">
<!-- IE patch-->
<div class="text">
<!-- End of header -->
<!-- header -->
<script>
context = null;
</script>
<h1>Contact</h1>
<p>You can contact the members of the Gregorio project by several means:</p>
<h2>Mailing lists</h2>
<p>Two mailing lists are available:</p>
<ul>
<li><a href="mailto:gregorio-users@googlegroups.com" title="">gregorio-users@googlegroups.com</a>, the users' list. Here you can ask your questions about gregorio usage and get help. You can search through the archives for this list <a href="https://groups.google.com/forum/#!forum/gregorio-users">here.</a> There is also a <a href="http://www.mail-archive.com/gregorio-users@gna.org/">searchable archive</a> of past discussions on the previous incarnation of this list.</li>
<li><a href="mailto:gregorio-devel@googlegroups.com" title="">gregorio-devel@googlegroups.com</a>, the developers' list. You can use this list to report bugs if you don't have a GitHub account (see below). This is also the list to use if you're interested in getting involved in development.</li>
</ul>
<p>In order to subscribe to those lists, please see <a href="https://groups.google.com/forum/#!forum/gregorio-users">the group page</a>. You will need to sign in to Google and then click the "Join group to post" button.</p>
<p>When requesting help with some feature of Gregorio, please try to assemble a <a href="https://www.dickimaw-books.com/latex/minexample/minexample-a4.pdf">minimal working example (MWE)</a> showing the progress you've made thus far. Such files make it easier for people to dive into helping you with your particular problem because they don't have to go through the process of recreating your particular circumstances in the first place.</p>
<h2>Bugs</h2>
<p>Bug reporting is done through <a href="https://github.com/gregorio-project/gregorio/issues">GitHub</a> (see the <a href="https://github.com/gregorio-project/gregorio/blob/master/CONTRIBUTING.md">Guidelines</a>).</p>
<h2>Website</h2>
<p>This website is hosted using GitHub Pages. You can find its repository <a href="https://github.com/gregorio-project/gregorio-project.github.io">here</a>, and can report typos, innacurate or unclear information, and other problems <a href="https://github.com/gregorio-project/gregorio-project.github.io/issues">here</a>.
<!-- footer -->
</div>
<div class="bottom">
</div>
<script>initialize_menu();</script>
</body>
</html>