-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (72 loc) · 3.63 KB
/
index.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>StruxureWare Plant Operation Ampla by Ampla</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/Ampla">View On GitHub</a></li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>StruxureWare Plant Operation Ampla</h1>
<p>Open Source Software Repository</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/Ampla">Ampla</a></span>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></span>
</div>
<h3>Welcome</h3>
<p>This is the official open source home for StruxureWare Plant Operation Ampla from Schneider Electric. With a community of talented engineers building many useful tools for Ampla we decided it was time to help consolidate these efforts and create a central place that can be called home for these projects.</p>
<h3>Projects</h3>
<p>You can find the code and start contributing by visiting our <a href="https://github.com/Ampla" title="Ampla GitHub site">GitHub site</a>.</p>
<ul>
<li>
<p><a href="https://github.com/Ampla/ProjectAnalysis" title="Project Analysis">Project Analysis</a></p>
<p>Generates a detailed and interactive HTML report from an Ampla project XML export.</p>
</li>
<li>
<p><a href="https://github.com/Ampla/SecurityAnalysis" title="Security Analysis">Security Analysis</a></p>
<p>Provides a HTML report detailing the roles, security scopes and role assignments configured in an Ampla project.</p>
</li>
<li>
<p><a href="https://github.com/Ampla/Project-To-B2MML" title="Project-To-B2MML">Project to B2MML</a></p>
<p>Use Ampla's Master Data Management functionality to detect changes in the Ampla project.</p>
</li>
<li>
<p><a href="https://github.com/Ampla/Ampla-Data-MVC" title="Ampla-Data-MVC">Ampla Data MVC</a></p>
<p>ASP.NET MVC project that will use the Ampla Data Webservice with a model based repository pattern.</p>
</li>
<li>
<p><a href="https://github.com/Ampla/Project-Diff" title="Project Diff">Project-Diff</a></p>
<p>A set of scripts to assist in comparing the difference between two projects.</p>
</li>
<li>
<p><a href="https://github.com/Ampla/Ampla-Log-Reader" title="Ampla Log Reader">Ampla Log Reader</a></p>
<p>Read and summarise the various Ampla Log files such as Wcf Logs, Production Analyst Logs and the Windows Event Log.</p>
</li>
</ul>
<h3>Licensing</h3>
<p>The preferred license for open source contributions is the MIT License (MIT). Please refer to the license file in individual project repositories for exact details of the applicable license.</p>
<p><em>The projects on this site are not supported by Schneider Electric.</em></p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>