-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathtool.html
More file actions
65 lines (58 loc) · 2.27 KB
/
tool.html
File metadata and controls
65 lines (58 loc) · 2.27 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
62
63
64
---
layout: default
title: openETCS Extended Tool Construction Set
---
<div class="row">
<div class="span6">
<h1>
ETCS Modeling Made Easy
</h1>
<p style="padding-bottom: 20px">
<img src="/images/openETCS-logo.png"/>
</p>
<p>
The openETCS tool is the primary platform for ETCS modeling in the openETCS project.
</p>
</div>
<div class="span3 events">
<p><a
href="https://github.com/openETCS/toolchain/releases">Download</a></p>
<p><a href="https://github.com/openETCS/toolchain/blob/master/tool/releasenote/releaseshistory.org">Release notes</a></p>
<p><a href="https://openetcs.ci.cloudbees.com/job/openETCS-tycho/lastSuccessfulBuild/artifact/tool/bundles/org.openetcs.documentation/bin/documentation/OpenETCS%20Toolchain.pdf">Documentation</a></p>
<p><a href="https://github.com/openETCS/toolchain/issues">Report Bug</a></p>
<p><a href="https://github.com/openETCS/toolchain/wiki">Community</a></p>
<p> </p>
<p><img src="http://www.cloudbees.com/sites/default/files/Button-Built-on-CB-1.png"/></p>
</div>
</div>
<div class="row">
<div class="feature span3">
<h2>Components</h2>
<p>Currently, openETCS consists of the following Components:</p>
<ul>
<li>Eclipse Kepler</li>
<li>Eclipse Modeling Tools</li>
<li>Eclipse Papyrus</li>
<li>Eclipse RMF</li>
<li>Eclipse EGit</li>
<li>openETCS DataDictionary (under Construction)</li>
</ul>
</div>
<div class="feature span3">
<h2>Documentation</h2>
<p>
We have a lot of documentation - as it is not always easy to find, you find it all in one spot here:
<ul>
<li>Tool use: Please use the Eclipse help to learn about the various tools (Papyrus, RMF, etc.)</li>
<li>Eclipse Help also contains openETCS-specific content, which you can also find <a href="https://github.com/openETCS/toolchain/wiki/Documentation">in the wiki</a>.</li>
<li>In D4.2 you find the <a href="https://github.com/openETCS/requirements/blob/master/Reference/D2_4.pdf?raw=true">Definition of the methods used to perform the formal description</a>.</li>
</ul>
</p>
</div>
<div class="feature span3">
<h2>Development News</h2>
<p>
We have a build server - click on download above to get the openETCS toolchain.
</p>
</div>
</div>