1 |
< |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 |
< |
|
3 |
< |
<!-- |
4 |
< |
$Author$ |
5 |
< |
$Id$ |
6 |
< |
--> |
7 |
< |
|
8 |
< |
|
9 |
< |
<html> |
10 |
< |
|
11 |
< |
<head> |
12 |
< |
<title>i-scream Support</title> |
13 |
< |
<meta name="description" content="How to get support or submit bugs for i-scream."> |
14 |
< |
<meta name="keywords" content="i-scream, project, credits, central,monitoring,system, unix, linux, nt, server, alert"> |
15 |
< |
</head> |
16 |
< |
|
17 |
< |
<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> |
18 |
< |
|
19 |
< |
<table border="0" cellpadding="2" cellspacing="2"> |
20 |
< |
<tr> |
21 |
< |
<td valign="top"> |
22 |
< |
<!--#include virtual="left.inc" --> |
23 |
< |
</td> |
24 |
< |
<td valign="top"> |
25 |
< |
<!--#include virtual="title.inc" --> |
26 |
< |
|
27 |
< |
<font face="Arial" size="2"> |
28 |
< |
<h2>i-scream Support</h2> |
29 |
< |
|
30 |
< |
<p>i-scream uses <a href="http://www.bestpractical.com/rt/">RT</a> to track |
31 |
< |
support requests. We've set up two addresses to help seperate the two main |
32 |
< |
types of requests.</a> |
33 |
< |
|
34 |
< |
<h3>bugs@i-scream.org</h3> |
35 |
< |
|
36 |
< |
<p> |
37 |
< |
If you have found a bug or problem with an i-scream program send an |
38 |
< |
email to this address. Your message will be logged and one of the developers |
39 |
< |
will get back to you with more information. Hopefully we'll be able to fix |
40 |
< |
the bug. |
41 |
< |
</p> |
42 |
< |
|
43 |
< |
<h3>support@i-scream.org</h3> |
44 |
< |
|
45 |
< |
<p> |
46 |
< |
If you need some assistance with an i-scream program you should email |
47 |
< |
this address. One of the developers will be able to help attempt to |
48 |
< |
sort out you problem. Please make sure you read the documentation |
49 |
< |
<em>before</em> sending us an email. |
50 |
< |
</p> |
51 |
< |
|
52 |
< |
<p> |
53 |
< |
Once your email has been received you will get an acknowledgement by |
54 |
< |
email and details of how to view your tickets over the web. |
55 |
< |
</p> |
56 |
< |
|
57 |
< |
</font> |
58 |
< |
|
59 |
< |
<!--#include virtual="bottom.inc" --> |
60 |
< |
</td> |
61 |
< |
</tr> |
62 |
< |
</table> |
63 |
< |
|
64 |
< |
</body> |
65 |
< |
|
1 |
> |
<!--#include virtual="/doctype.inc" --> |
2 |
> |
<head> |
3 |
> |
<title> |
4 |
> |
Reporting bugs |
5 |
> |
</title> |
6 |
> |
<!--#include virtual="/style.inc" --> |
7 |
> |
</head> |
8 |
> |
<body> |
9 |
> |
<div id="container"> |
10 |
> |
<div id="main"> |
11 |
> |
<!--#include virtual="/header.inc" --> |
12 |
> |
<div id="contents"> |
13 |
> |
<h1 class="top"> |
14 |
> |
Reporting bugs |
15 |
> |
</h1> |
16 |
> |
<p> |
17 |
> |
i-scream makes uses of the GitHub issue trackers |
18 |
> |
associated with our projects over on |
19 |
> |
<a href="http://github.com/i-scream">GitHub</a>. If you've |
20 |
> |
found a bug with our software that's the best place to |
21 |
> |
report and discuss it. If you have a fix, you can make a |
22 |
> |
pull request there too. |
23 |
> |
</p> |
24 |
> |
<p> |
25 |
> |
If you want some help using one of the projects or which |
26 |
> |
to discuss any other issues the best place to go to is the |
27 |
> |
users mailing list. You can find out more about our mailing |
28 |
> |
lists <a href="mailinglists.xhtml">here</a>. |
29 |
> |
</p> |
30 |
> |
<p> |
31 |
> |
If there issue needs to remain private, for example a |
32 |
> |
security issue, please contact Tim directly. His details |
33 |
> |
are on the <a href="who.xhtml">Who We Are</a> page. This |
34 |
> |
should only be used in exceptional circumstances - we |
35 |
> |
prefer all discussion to happen on public mailing lists or |
36 |
> |
bug trackers where possible. |
37 |
> |
</p> |
38 |
> |
</div> |
39 |
> |
<!--#include virtual="/footer.inc" --> |
40 |
> |
</div> |
41 |
> |
<!--#include virtual="/menu.inc" --> |
42 |
> |
</div> |
43 |
> |
</body> |
44 |
|
</html> |