mirror of
https://github.com/Motion-Project/motion.git
synced 2026-01-04 12:58:31 -05:00
71 lines
2.5 KiB
HTML
71 lines
2.5 KiB
HTML
<!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">
|
|
<script>
|
|
function fnc_topnav() {
|
|
var x = document.getElementById("id_topnav");
|
|
if (x.className === "topnav") {
|
|
x.className += " responsive";
|
|
} else {
|
|
x.className = "topnav";
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="topnav" id="id_topnav">
|
|
<img class="logoimg" src="motion.gif">
|
|
|
|
<a class="topnav-d" href="https://motion-project.github.io/motion_support.html">Support</a>
|
|
<a class="topnav-d" href="https://motion-project.github.io/motion_news.html" >News</a>
|
|
<a class="topnav-d" href="https://motion-project.github.io/motion_guide.html" >Documentation</a>
|
|
<a class="topnav-d" href="https://motion-project.github.io/motion_download.html">Download</a>
|
|
<a class="topnav-d" href="https://motion-project.github.io/index.html">Home</a>
|
|
|
|
<a class="topnav-m" href="https://motion-project.github.io/index.html">Home</a>
|
|
<a class="topnav-m" href="https://motion-project.github.io/motion_download.html">Download</a>
|
|
<a class="topnav-m" href="https://motion-project.github.io/motion_guide.html" >Documentation</a>
|
|
<a class="topnav-m" href="https://motion-project.github.io/motion_news.html" >News</a>
|
|
<a class="topnav-m" href="https://motion-project.github.io/motion_support.html">Support</a>
|
|
|
|
<a href="javascript:void(0);" class="icon" onclick="fnc_topnav()">☰</a>
|
|
</div>
|
|
<section class="page-header">
|
|
<h1>
|
|
Documentation
|
|
</h1>
|
|
</section>
|
|
<section class="main-content">
|
|
|
|
<h3><a name="Current_Release"></a> Latest Stable Release</h3>
|
|
<ul>
|
|
<li> <a href="motion_build.html"> Building from source </a></li>
|
|
<li> <a href="motion_config.html"> Configuration Options </a></li>
|
|
<li> <a href="motion_examples.html"> Examples</a></li>
|
|
<p></p>
|
|
<p></p>
|
|
</ul>
|
|
<p></p>
|
|
Short videos demonstrating the Motion software can also be viewed
|
|
<a href="https://www.youtube.com/channel/UCZpOjUMnc-uO3qIyZAD_4lg/videos"> here</a>.
|
|
<p></p>
|
|
|
|
<p></p>
|
|
<p></p>
|
|
<h3><a name="Prior"></a> Prior Release Versions</h3>
|
|
<ul>
|
|
|
|
</ul>
|
|
<p></p>
|
|
<p></p>
|
|
</ul>
|
|
</section>
|
|
</body>
|
|
</html>
|
|
|