Skip to content

Commit 021f652

Browse files
committed
Revise index and download pages
1 parent 10ddca1 commit 021f652

2 files changed

Lines changed: 8 additions & 27 deletions

File tree

index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,10 @@ <h1>
4949
</section>
5050
<section class="main-content">
5151
<p></p>
52-
Motion and MotionPlus are highly configurable programs that monitor video signals from many types of cameras and depending
52+
Motion is a highly configurable program that monitor video signals from many types of cameras and depending
5353
upon how they are configured, perform actions when movement is detected.
5454
<p></p>
55-
Motion is the original software dating back to 2000 while MotionPlus is a new application. MotionPlus was added as a
56-
new application in order to allow for removal of older functionality rarely used while also adding new functionalities.
57-
<p></p>
58-
The applications include the ablity to:
55+
Motion includes the ablity to:
5956
<p></p>
6057
<ul>
6158
<li>Create videos or save pictures of the activity</li>

motion_download.html

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -45,50 +45,34 @@ <h1>
4545

4646
<p></p>
4747
<p></p>
48-
The following provides the links to the Motion and MotionPlus releases, source code, build instructions
48+
The following provides the links to the Motion releases, source code, build instructions
4949
and scripts to build deb files.
5050
<p></p>
5151
<p></p>
5252
<div class="tblreleasecurrent">
5353
<table style="border-width:0.5px; text-align: center;" cellspacing="0" cellpadding="0" >
5454
<colgroup>
55-
<col width="300px">
56-
<col width="300px">
57-
<col width="300px">
55+
<col width="30%">
56+
<col width="30%">
57+
<col width="30%">
5858
</colgroup>
59-
<thead >
60-
<tr >
61-
<th word-wrap:break-word > Motion </th>
62-
<td word-wrap:break-word > </td>
63-
<th word-wrap:break-word > MotionPlus </th>
64-
</tr>
65-
</thead>
6659
<tbody>
6760
<tr>
6861
<td word-wrap:break-word > </td>
6962
<td word-wrap:break-word > </td>
7063
<td word-wrap:break-word > </td>
7164
</tr>
72-
7365
<tr>
7466
<td word-wrap:break-word > <a href="https://github.com/Motion-Project/motion/releases">Releases</a></td>
75-
<td word-wrap:break-word > </td>
76-
<td word-wrap:break-word > <a href="https://github.com/Motion-Project/motionplus/releases">Releases</a></td>
77-
</tr>
78-
<tr>
7967
<td word-wrap:break-word > <a href="https://github.com/Motion-Project/motion">Source Code Repository</a></td>
80-
<td word-wrap:break-word > </td>
81-
<td word-wrap:break-word > <a href="https://github.com/Motion-Project/motionplus">Source Code Repository</a></td>
8268
</tr>
8369
<tr>
84-
<td word-wrap:break-word > <a href="motion_build.html">Build Guide</a> </td>
85-
<td word-wrap:break-word > </td>
86-
<td word-wrap:break-word > <a href="motionplus_build.html">Build Guide</a> </td>
70+
<td word-wrap:break-word > <a href="motion_build.html">Build Guide(version 4.7.x)</a> </td>
71+
<td word-wrap:break-word > <a href="motionv5_build.html">Build Guide(version 5)</a> </td>
8772
</tr>
8873
<tr>
8974
<td word-wrap:break-word > <a href="https://raw.githubusercontent.com/Motion-Project/motion-packaging/master/builddeb.sh">Deb Creation Script</a></td>
9075
<td word-wrap:break-word > </td>
91-
<td word-wrap:break-word > <a href="https://raw.githubusercontent.com/Motion-Project/motion-packaging/master/buildplus.sh">Deb Creation Script</a> </td>
9276
</tr>
9377
</tbody>
9478
</table>

0 commit comments

Comments
 (0)