mirror of
https://github.com/Motion-Project/motion.git
synced 2026-02-06 04:51:41 -05:00
Revise the Motion guide to use a style sheet and split the guide into the components as used on the Motion home page.
68 lines
3.6 KiB
HTML
68 lines
3.6 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">
|
|
</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>
|
|
Documentation
|
|
</h1>
|
|
</section>
|
|
<section class="main-content">
|
|
|
|
<h3><a name="Current_Release"></a> Latest Stable Release</h3>
|
|
<ul>
|
|
<li> <a href="motion_build.html"> Installing with apt/debs and building from source </a></li>
|
|
<li> <a href="motion_config.html"> Configuration </a></li>
|
|
<li> <a href="motion_config.html#Command_Line_Options"> Command Line Options </a></li>
|
|
<li> <a href="motion_config.html#The_Config_Files">Configuration Files</a></li>
|
|
<li> <a href="motion_config.html#Signals_Sent"> Signals (sent with e.g. kill command) </a></li>
|
|
<li> Configuration Options</li>
|
|
<ul>
|
|
<li> <a href="motion_config.html#Configuration_OptionsAlpha"> Listed alphabetically with mapping of old option names to current names </a></li>
|
|
<li> <a href="motion_config.html#Configuration_OptionsTopic"> Listed by topic </a></li>
|
|
<li> <a href="motion_config.html#Configuration_OptionsDetail"> Detail descriptions of each option</a></li>
|
|
</ul>
|
|
<p></p>
|
|
<p></p>
|
|
</ul>
|
|
|
|
<p></p>
|
|
<p></p>
|
|
<h3><a name="Git_Master_Guides"></a> Current Git Master</h3>
|
|
<ul>
|
|
<li> <a href="http://htmlpreview.github.com/?https://github.com/Motion-Project/motion/blob/master/motion_build.html"> Installing with apt/debs and building from source </a></li>
|
|
<li> <a href="http://htmlpreview.github.com/?https://github.com/Motion-Project/motion/blob/master/motion_config.html"> Configuration </a></li>
|
|
<li> <a href="http://htmlpreview.github.com/?https://github.com/Motion-Project/motion/blob/master/motion_config.html#Command_Line_Options"> Command Line Options </a></li>
|
|
<li> <a href="http://htmlpreview.github.com/?https://github.com/Motion-Project/motion/blob/master/motion_config.html#The_Config_Files">Configuration Files</a></li>
|
|
<li> <a href="http://htmlpreview.github.com/?https://github.com/Motion-Project/motion/blob/master/motion_config.html#Signals_Sent"> Signals (sent with e.g. kill command) </a></li>
|
|
<li> Configuration Options</li>
|
|
<ul>
|
|
<li> <a href="http://htmlpreview.github.com/?https://github.com/Motion-Project/motion/blob/master/motion_config.html#Configuration_OptionsAlpha"> Listed alphabetically with mapping of old option names to current names </a></li>
|
|
<li> <a href="http://htmlpreview.github.com/?https://github.com/Motion-Project/motion/blob/master/motion_config.html#Configuration_OptionsTopic"> Listed by topic </a></li>
|
|
<li> <a href="http://htmlpreview.github.com/?https://github.com/Motion-Project/motion/blob/master/motion_config.html#Configuration_OptionsDetail"> Detail descriptions of each option</a></li>
|
|
</ul>
|
|
<p></p>
|
|
<p></p>
|
|
</ul>
|
|
|
|
|
|
|
|
</section>
|
|
</body>
|
|
</html>
|
|
|