-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (52 loc) · 2.33 KB
/
index.html
File metadata and controls
61 lines (52 loc) · 2.33 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>MxUpdate</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1><img src="images/mxupdate.png" alt="eFaps" width="120px"></h1>
<p>Git Hub Page for MxUpdate</p>
<p class="view">
<a href="https://github.com/mxupdate"><img src="images/GitHub-Logo.png" alt="GitHub" width="30px">GitHub Profile</a>
</p>
</header>
<section>
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true">
<span class="octicon octicon-link"></span></a>Short Introduction</h3>
<p>MxUpdate is a deployment tool for the Enovia PLM platform to handle administration objects as single update files (configuration items).</p>
<table>
<tr>
<th>Module / Application</th><th>Description</th>
</tr>
<tr><td><a href="https://github.com/MxUpdate/Manual">Manual</a></td><td>MxUpdate Manual written in Markdown.</td></tr>
<tr><td><a href="https://github.com/MxUpdate/Update">Update</a></td><td>MxUpdate Update tool.</td></tr>
</table>
<h3>
<a id="sourceCodeManagement" class="anchor" href="#sourceCodeManagement" aria-hidden="true">
<span class="octicon octicon-link"></span></a>Source-Code Management</h3>
<p>MxUpdate uses git and can be found on <a href="https://github.com">GitHub</a>. The profile for the current valid code and relases
is <a href="https://github.com/mxupdate">MxUpdate</a>.
<h3>
<a id="issuesManagement" class="anchor" href="#issuesManagement" aria-hidden="true">
<span class="octicon octicon-link"></span></a>Issues Management</h3>
<p>MxUpdate uses the Issues Management provided by <a href="https://github.com">GitHub</a>.
</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme base on <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>