-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdev.html
69 lines (69 loc) · 2.74 KB
/
dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<body id="data_background">
<head>
<meta charset="UTF-8"/>
<title>MediaKraken Multimedia Suite - Development</title>
<meta name="description" content="Development info for MediaKraken multimedia suite.">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="./static/css/web_layout.css" media="all" type="text/css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<h1 align="center" style="color:white;">MediaKraken application suite development</h1>
<BR>
<div id="header"></div>
<BR>
<BR>
<BR>
<div class="row-fluid">
<div class="col-sm-12">
<div class="col-sm-8 col-sm-offset-2">
<h2 style="color:white;">Development</h2>
<p style="color:white;" class="ident">Interested in helping out? The bulk of the source code is Python 2.7.x at the moment and all source code is available on <a href="https://github.com/MediaKraken">Github</a>. Running your PR's through Pylint and creating unit tests for PyTest is greatly appreciated. All current unit tests are within the testing directory. Please see <a href="http://www.mediakraken.org/about.html">about</a> page for module list and 3rd party libraries used in this application suite. Jenkins server showing PyLint and code coverage via unit testing <a href="http://www.mediakraken.org:8901/" >here.</a></p>
<BR>
<ul style="color:white;">
<li><a href="https://github.com/MediaKraken/MediaKraken_Deployment">MediaKraken_Deployment</a> - Main codebase for deployment
<ul>
<li>Python
<li>Twisted
<li>Flask
<li>Kivy
<li>Plyer
</ul>
<li><a href="https://github.com/MediaKraken/MediaKraken_Roku">MediaKraken_Roku</a> - Roku Client
<ul>
<li>Brightscript
</ul>
<li><a href="https://github.com/MediaKraken/MediaKraken_Tizen">MediaKraken_Tizen</a> - Samsung Tizen client
<ul>
<li>HTML
<li>CSS
<li>Javascript
<li>Bootstrap
</ul>
<li><a href="https://github.com/MediaKraken/MediaKraken_Website">MediaKraken_Website</a> - This website
<ul>
<li>HTML
<li>CSS
<li>Javascript
<li>Bootstrap
</ul>
</ul>
</div>
</div>
</div>
<div id="footer"></div>
<script>
$("#header").load("header.html");
$("#footer").load("footer.html");
</script>
</body>
</html>