forked from Motion-Project/Motion-Project.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
motion_support.html
54 lines (53 loc) · 2.69 KB
/
motion_support.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<link href="motion.png" rel="icon" type="image/png">
<title>Motion</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="motion_stylesheet.css" media="screen">
</head>
<body>
<ul class="nav-button">
<li class="nav-button"><a href="motion_support.html">Support</a></li>
<li class="nav-button"><a href="motion_news.html">News</a></li>
<li class="nav-button"><a href="motion_guide.html">Documentation</a></li>
<li class="nav-button"><a href="motion_download.html">Download</a></li>
<li class="nav-button"><a href="index.html">Home</a></li>
<li class="nav-button" style="float: left;"> <img src="motion.gif" width="125" height="50"> </li>
</ul>
<section class="page-header">
<h1>
Support
</h1>
</section>
<section class="main-content">
<p></p>
If you are having an question or issue with the setup, configuration or use of Motion, the following
resources are available to assist.
<ul>
<li> <a href="motion-guide.html">Motion Guide</a> </li>
<li> Join the <a href="https://lists.sourceforge.net/lists/listinfo/motion-user">motion-user mailing list</a>
and send an email including as much detail as possible with the question. (Use the same link to unsubscribe)
</li>
<li> #motion on IRC freenode</li>
</ul>
<p></p>
It is important to use these resources instead of the github issues for non-code issues since it engages a
much wider audience who may have experience resolving the particular issue you are trying to resolve.
<p></p>
If you have found a bug, please make sure that you are using
the latest release version from the Motion
<a href="https://github.com/Motion-Project/motion/releases">releases</a> page. This version is typically
more recent than what will be installed via package managers such as apt-get.
<p></p>
If the version reported in the github issue is not the most recent, it is probable that the issue will be
closed with only a reference to this document. Please upgrade the version installed and recreate the problem.
<p></p>
The issues on the github site are to discuss code problems, crashes and application enhancements
only. General "how to" questions opened as issues on the github may also get closed with only a reference to
this page. As indicated above, it is best that these questions be sent to the mailing list or IRC channel.
<p></p>
</section>
</body>
</html>