-
Notifications
You must be signed in to change notification settings - Fork 7
/
contact.html
105 lines (84 loc) · 3.66 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!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>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 25 March 2009), see www.w3.org" />
<meta http-equiv="content-type" content=
"text/html; charset=us-ascii" />
<title>Qucs project: contact</title>
<link href="qucsweb.css" rel="stylesheet" type="text/css" />
<!-- header and footer include scripts -->
<script src="headerfooter.js" type="text/javascript">
</script>
</head>
<body>
<!-- include the common web page header -->
<script type="text/javascript">
//<![CDATA[
header()
//]]>
</script>
<div id="main">
<hr />
<center>
[ <a href="docs.html">user manual</a> -
<a href= "thirdparty.html">third party</a> -
<a href= "technical.html">technical papers</a> -
<a href="components.html">components</a> -
<a href="related.html">related</a> -
<a href= "press.html">press/education</a> -
contact ]
</center>
<h3>Contact</h3>
If you have problems or you want to support
this project feel free to write an
email to one of the <a href="devs.html">Active Developers</a>.
</br>
</br>
To keep in touch with the broader community of users and contributors you are
encouraged to subscribe to the mailing lists below.
</br>
</br>
Note that the lists have a limitation in the size of attachments.
<h3>Other means to contact us</h3>There is a <a href="https://sourceforge.net/p/qucs/mailman/qucs-help/">qucs-help</a> mailing list dedicated to general support discussions. Please first <a href="https://lists.sourceforge.net/lists/listinfo/qucs-help">subscribe</a> to the list and then contact us at <a href="mailto:[email protected]">[email protected]</a> for tech support!
<br><br>
If you want to mingle in the development
discussions, <a href="https://lists.sourceforge.net/lists/listinfo/qucs-devel">subscribe</a> to the <a href="https://sourceforge.net/p/qucs/mailman/qucs-devel/">qucs-devel</a> mailing list and send a mail to <a href="mailto:[email protected]">[email protected]</a>.
<br><br>
This way, you can be certain someone will respond to your
message within reasonable time. However, there are some other
possibilities you may want to use:
<ul>
<li>Forums:</li>
<li style="list-style: none">
The <a href= "http://sourceforge.net/forum/?group_id=90337">sourceforge
forums</a> are at your disposal.</li>
</br>
<li>Bug trackers:</li>
<li style="list-style: none">
For known and new bugs your can use either the
<a href="http://sourceforge.net/p/qucs/bugs/">SourceForge bug tracker</a> or
<a href="https://github.com/Qucs/qucs/issues">GitHub issue tracker</a>.
</li>
</ul>
<h3>When sending a bug report or support request</h3>We always
need information to be able to help you. Here's a list of what
we may need. If unsure, include it!
<ul>
<li>the actual problem or bug description</li>
<li>some operating system information, probably including the
compiler information</li>
<li>Qucs version (release or git + date)</li>
<li>in case of crashes, the gdb stack trace if available</li>
<li>the buggy schematic, data display or netlist</li>
</ul>
<hr />
</div><!-- include the common web page header -->
<script type="text/javascript">
//<![CDATA[
footer()
//]]>
</script>
</body>
</html>