Skip to content

Commit 87723ee

Browse files
committed
Replicate Project
1 parent 1820e68 commit 87723ee

File tree

11 files changed

+874
-1
lines changed

11 files changed

+874
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# Mr-DaveDev.github.io
1+
# Motion-Project.github.io
2+
Motion Project website on github pages

images/bg_hr.png

78 Bytes
Loading

images/blacktocat.png

463 Bytes
Loading

images/icon_download.png

216 Bytes
Loading

images/sprite_download.png

14.5 KB
Loading

index.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Motion by Motion-Project</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
8+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
9+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
10+
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
11+
</head>
12+
<body>
13+
<section class="page-header">
14+
<h1 class="project-name">Motion</h1>
15+
<h2 class="project-tagline">The Motion Application Project Website</h2>
16+
</section>
17+
18+
<section class="main-content">
19+
<h3>
20+
<a id="welcome-to-motion" class="anchor" href="#welcome-to-motion" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to Motion</h3>
21+
22+
<p>Motion is a program that monitors the video signal from cameras. It is able to detect if a significant part of the picture has changed; in other words, it can detect motion.</p>
23+
24+
<p>This project is in the process of being migrated from <a href="http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome">http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome</a> to github.</p>
25+
26+
<p>The latest information regarding the activities on the project can be found on the <a href="https://github.com/Motion-Project/motion/wiki/News">news page.</a> </p>
27+
28+
<h3>
29+
<a id="resources" class="anchor" href="#resources" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Resources</h3>
30+
31+
<p>The mailing lists are hosted on sourceforge:</p>
32+
33+
<ul>
34+
<li>motion-user <a href="https://lists.sourceforge.net/lists/listinfo/motion-user">https://lists.sourceforge.net/lists/listinfo/motion-user</a>
35+
</li>
36+
<li>motion-devel <a href="https://lists.sourceforge.net/lists/listinfo/motion-devel">https://lists.sourceforge.net/lists/listinfo/motion-devel</a>
37+
</li>
38+
</ul>
39+
40+
<h3>
41+
<a id="getting-help" class="anchor" href="#getting-help" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Getting help</h3>
42+
43+
<p>If you need help with motion, please 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 and any relevant log files. Use the same link to unsubscribe.</p>
44+
45+
<p>If you have found a bug (or have a suggestion), please report it <a href="https://github.com/Motion-Project/motion/issues">as an issue in github</a>, preferably after checking if someone else has already reported it.</p>
46+
47+
<h3>
48+
<a id="source-code" class="anchor" href="#source-code" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Source code</h3>
49+
50+
<p>The latest source code for motion is in <a href="https://github.com/Motion-Project/motion">our github repo</a>.</p>
51+
52+
<p>The build status from travis-ci for the master branch is: <a href="https://travis-ci.org/Motion-Project/motion"><img src="https://travis-ci.org/Motion-Project/motion.svg?branch=master" alt="Build Status"></a></p>
53+
54+
<p>The documentation for latest code can be found in the <a href="http://htmlpreview.github.com/?https://github.com/Motion-Project/motion/blob/master/motion_guide.html">Motion Guide</a>.</p>
55+
56+
<p>For documentation to match a release version, please refer to the motion guide included with the release.</p>
57+
58+
<h3>
59+
<a id="releases" class="anchor" href="#releases" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Releases</h3>
60+
61+
<p>The most current release of the Motion application can be found on the <a href="https://github.com/Motion-Project/motion/releases">releases page.</a> </p>
62+
63+
<footer class="site-footer">
64+
65+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
66+
</footer>
67+
68+
</section>
69+
70+
71+
</body>
72+
</html>

javascripts/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('This would be the main JS file.');

params.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Motion",
3+
"tagline": "The Motion Application Project Website",
4+
"body": "### Welcome to Motion\r\n\r\nMotion is a program that monitors the video signal from cameras. It is able to detect if a significant part of the picture has changed; in other words, it can detect motion.\r\n\r\nThis project is in the process of being migrated from http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome to github.\r\n\r\nThe latest information regarding the activities on the project can be found on the [news page.](https://github.com/Motion-Project/motion/wiki/News) \r\n\r\n### Resources\r\n\r\nThe mailing lists are hosted on sourceforge:\r\n\r\n* motion-user https://lists.sourceforge.net/lists/listinfo/motion-user\r\n* motion-devel https://lists.sourceforge.net/lists/listinfo/motion-devel\r\n\r\n### Getting help\r\n\r\nIf you need help with motion, please join the [motion-user mailing list](https://lists.sourceforge.net/lists/listinfo/motion-user) and send an email including as much detail as possible and any relevant log files. Use the same link to unsubscribe.\r\n\r\nIf you have found a bug (or have a suggestion), please report it [as an issue in github](https://github.com/Motion-Project/motion/issues), preferably after checking if someone else has already reported it.\r\n\r\n### Source code\r\n\r\nThe latest source code for motion is in [our github repo](https://github.com/Motion-Project/motion).\r\n\r\nThe build status from travis-ci for the master branch is: [![Build Status](https://travis-ci.org/Motion-Project/motion.svg?branch=master)](https://travis-ci.org/Motion-Project/motion)\r\n\r\nThe documentation for latest code can be found in the [Motion Guide](http://htmlpreview.github.com/?https://github.com/Motion-Project/motion/blob/master/motion_guide.html).\r\n\r\nFor documentation to match a release version, please refer to the motion guide included with the release.\r\n\r\n### Releases\r\n\r\nThe most current release of the Motion application can be found on the [releases page.](https://github.com/Motion-Project/motion/releases) \r\n\r\n",
5+
"note": "Don't delete this file! It's used internally to help with page regeneration."
6+
}

stylesheets/github-light.css

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
/*
2+
The MIT License (MIT)
3+
4+
Copyright (c) 2016 GitHub, Inc.
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.
23+
24+
*/
25+
26+
.pl-c /* comment */ {
27+
color: #969896;
28+
}
29+
30+
.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
31+
.pl-s .pl-v /* string variable */ {
32+
color: #0086b3;
33+
}
34+
35+
.pl-e /* entity */,
36+
.pl-en /* entity.name */ {
37+
color: #795da3;
38+
}
39+
40+
.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
41+
.pl-s .pl-s1 /* string source */ {
42+
color: #333;
43+
}
44+
45+
.pl-ent /* entity.name.tag */ {
46+
color: #63a35c;
47+
}
48+
49+
.pl-k /* keyword, storage, storage.type */ {
50+
color: #a71d5d;
51+
}
52+
53+
.pl-s /* string */,
54+
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
55+
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
56+
.pl-sr /* string.regexp */,
57+
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
58+
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
59+
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
60+
color: #183691;
61+
}
62+
63+
.pl-v /* variable */ {
64+
color: #ed6a43;
65+
}
66+
67+
.pl-id /* invalid.deprecated */ {
68+
color: #b52a1d;
69+
}
70+
71+
.pl-ii /* invalid.illegal */ {
72+
color: #f8f8f8;
73+
background-color: #b52a1d;
74+
}
75+
76+
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
77+
font-weight: bold;
78+
color: #63a35c;
79+
}
80+
81+
.pl-ml /* markup.list */ {
82+
color: #693a17;
83+
}
84+
85+
.pl-mh /* markup.heading */,
86+
.pl-mh .pl-en /* markup.heading entity.name */,
87+
.pl-ms /* meta.separator */ {
88+
font-weight: bold;
89+
color: #1d3e81;
90+
}
91+
92+
.pl-mq /* markup.quote */ {
93+
color: #008080;
94+
}
95+
96+
.pl-mi /* markup.italic */ {
97+
font-style: italic;
98+
color: #333;
99+
}
100+
101+
.pl-mb /* markup.bold */ {
102+
font-weight: bold;
103+
color: #333;
104+
}
105+
106+
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
107+
color: #bd2c00;
108+
background-color: #ffecec;
109+
}
110+
111+
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
112+
color: #55a532;
113+
background-color: #eaffea;
114+
}
115+
116+
.pl-mdr /* meta.diff.range */ {
117+
font-weight: bold;
118+
color: #795da3;
119+
}
120+
121+
.pl-mo /* meta.output */ {
122+
color: #1d3e81;
123+
}
124+

0 commit comments

Comments
 (0)