Skip to content

Commit 4276a4e

Browse files
committed
Revisions for 4.4.0
1 parent e70b892 commit 4276a4e

14 files changed

Lines changed: 8402 additions & 478 deletions

4.4.0/mask1.png

854 Bytes
Loading

4.4.0/motion.gif

1.49 KB
Loading

4.4.0/motion.png

1.5 KB
Loading

4.4.0/motion_build.html

Lines changed: 978 additions & 0 deletions
Large diffs are not rendered by default.

4.4.0/motion_config.html

Lines changed: 6086 additions & 0 deletions
Large diffs are not rendered by default.

4.4.0/motion_guide.html

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="UTF-8">
5+
<link href="motion.png" rel="icon" type="image/png">
6+
<title>Motion</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link rel="stylesheet" type="text/css" href="motion_stylesheet.css" media="screen">
9+
<script>
10+
function fnc_topnav() {
11+
var x = document.getElementById("id_topnav");
12+
if (x.className === "topnav") {
13+
x.className += " responsive";
14+
} else {
15+
x.className = "topnav";
16+
}
17+
}
18+
</script>
19+
</head>
20+
<body>
21+
<div class="topnav" id="id_topnav">
22+
<img class="logoimg" src="motion.gif">
23+
24+
<a class="topnav-d" href="https://motion-project.github.io/motion_support.html">Support</a>
25+
<a class="topnav-d" href="https://motion-project.github.io/motion_news.html" >News</a>
26+
<a class="topnav-d" href="https://motion-project.github.io/motion_guide.html" >Documentation</a>
27+
<a class="topnav-d" href="https://motion-project.github.io/motion_download.html">Download</a>
28+
<a class="topnav-d" href="https://motion-project.github.io/index.html">Home</a>
29+
30+
<a class="topnav-m" href="https://motion-project.github.io/index.html">Home</a>
31+
<a class="topnav-m" href="https://motion-project.github.io/motion_download.html">Download</a>
32+
<a class="topnav-m" href="https://motion-project.github.io/motion_guide.html" >Documentation</a>
33+
<a class="topnav-m" href="https://motion-project.github.io/motion_news.html" >News</a>
34+
<a class="topnav-m" href="https://motion-project.github.io/motion_support.html">Support</a>
35+
36+
<a href="javascript:void(0);" class="icon" onclick="fnc_topnav()">&#9776;</a>
37+
</div>
38+
<section class="page-header">
39+
<h1>
40+
Documentation
41+
</h1>
42+
</section>
43+
<section class="main-content">
44+
45+
<h3><a name="Current_Release"></a> Latest Stable Release</h3>
46+
<ul>
47+
<li> <a href="motion_build.html"> Installing with apt/debs and building from source </a></li>
48+
<li> <a href="motion_config.html"> Configuration </a></li>
49+
<li> <a href="motion_config.html#commandlineoptions"> Command Line Options </a></li>
50+
<li> <a href="motion_config.html#configfiles">Configuration Files</a></li>
51+
<li> <a href="motion_config.html#Signals_Sent"> Signals (sent with e.g. kill command) </a></li>
52+
<li> Configuration Options</li>
53+
<ul>
54+
<li> <a href="motion_config.html#Configuration_OptionsAlpha"> Listed alphabetically with mapping of old option names to current names </a></li>
55+
<li> <a href="motion_config.html#Configuration_OptionsTopic"> Listed by topic </a></li>
56+
<li> <a href="motion_config.html#Configuration_OptionsDetail"> Detail descriptions of each option</a></li>
57+
</ul>
58+
<p></p>
59+
<p></p>
60+
</ul>
61+
<p></p>
62+
<h3><a name="Prior"></a> Prior Release Versions</h3>
63+
<ul>
64+
<li> <a href="4.3.2/motion_config.html"> Version 4.3.2</a></li>
65+
<li> <a href="4.3.1/motion_config.html"> Version 4.3.1</a></li>
66+
<li> <a href="4.3.0/motion_config.html"> Version 4.3.0</a></li>
67+
<li> <a href="4.2.2/motion_config.html"> Version 4.2.2</a></li>
68+
<li> <a href="4.2.1/motion_config.html"> Version 4.2.1</a></li>
69+
<li> <a href="4.2/motion_config.html"> Version 4.2</a></li>
70+
<li> <a href="4.1.1/motion_guide.html"> Version 4.1.1</a></li>
71+
<li> <a href="4.1/motion_guide.html"> Version 4.1</a></li>
72+
<li> <a href="4.0.1/motion_guide.html"> Version 4.0.1</a></li>
73+
<li> <a href="4.0/motion_guide.html"> Version 4.0</a></li>
74+
<li> <a href="3.4.1/motion_guide.html"> Version 3.4.1</a></li>
75+
<p></p>
76+
<p></p>
77+
</ul>
78+
</section>
79+
</body>
80+
</html>
81+

0 commit comments

Comments
 (0)