-
Notifications
You must be signed in to change notification settings - Fork 36
/
index.html
141 lines (128 loc) · 8.58 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BPMN Tool Matrix</title>
<!-- Bootstrap -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link href="css/bpmnmatrix.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
if (window.location.protocol != "https:") { window.location.href = "https:" + window.location.href.substring(window.location.protocol.length); }
</script>
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36018060-4', 'auto');
ga('send', 'pageview');
</script>
<nav class="navbar navbar-inverse navbar-static-top primary-nav">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">BPMN Tool Matrix</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-left">
<li class="active"><a href="#">Matrix</a></li>
<li><a href="#contribute">Contribute</a></li>
<li><a href="#other-resources">Resources</a></li>
<li><a href="#license">License</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container-fluid content-container">
<h1>BPMN Tool Matrix</h1>
<nav class="pill-nav">
<ul class="nav nav-pills">
<li role="presentation" class="active"><a href="#">All</a></li>
<li role="presentation"><a href="#">Free</a></li>
<li role="presentation"><a href="#">Open Source</a></li>
<li role="presentation" class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-expanded="false">Platform <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Cross-Platform</a></li>
<li><a href="#">Windows</a></li>
<li><a href="#">Linux</a></li>
<li><a href="#">Unix</a></li>
<li><a href="#">Mac</a></li>
</ul>
</li>
</ul>
</nav>
<table class="table table-striped table-condensed table-bordered">
<thead>
<tr>
<th class="key-name">Name</th>
<th class="key-creator">Creator</th>
<th class="key-os" colspan="5">OS</th>
<th class="key-platform">Platform/OS</th>
<th class="key-version">BPMN Version</th>
<th class="key-first-release">First Release</th>
<th class="key-latest-release">Latest Release</th>
<th class="key-license" colspan="4">Software License</th>
</tr>
</thead>
<tbody></tbody>
</table>
<div id="amzn-widget">
<script type="text/javascript">amzn_assoc_ad_type ="responsive_search_widget"; amzn_assoc_tracking_id ="bpmnio-21"; amzn_assoc_marketplace ="amazon"; amzn_assoc_region ="DE"; amzn_assoc_placement =""; amzn_assoc_search_type = "search_widget";amzn_assoc_width ="auto"; amzn_assoc_height ="auto"; amzn_assoc_default_search_category =""; amzn_assoc_default_search_key ="BPMN";amzn_assoc_theme ="light"; amzn_assoc_bg_color ="FFFFFF"; </script><script src="//z-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1&Marketplace=DE"></script>
</div>
<section id="contribute">
<div class="jumbotron">
<h1>Contribute</h1>
<p>
Do you know any other BPMN tool you want to add to this list? Is there any information that's out of date and needs to be updated?
This site is a <a href="https://github.com/bpmnmatrix/bpmnmatrix.github.io"><i class="fa fa-github"></i> github repository</a>, so feel free to
</p>
<p>
<a class="btn btn-primary btn-lg" href="https://github.com/bpmnmatrix/bpmnmatrix.github.io/issues/new" role="button">Open an Issue</a> or to
<a class="btn btn-primary btn-lg" href="https://github.com/bpmnmatrix/bpmnmatrix.github.io/compare/" role="button">Create a Pull Request</a>
</p>
</div>
</section>
<section id="other-resources">
<h1>Other Resources</h1>
<ul class="list-group">
<li class="list-group-item">Visit the <a href="http://www.bpmn.org/">Official BPMN-Website</a> of the Object Management Group</li>
<li class="list-group-item">Take a look at the <a href="http://www.bpmb.de/images/BPMN2_0_Poster_EN.pdf">BPMN Poster</a> of the BPM-Offensive Berlin</li>
<li class="list-group-item">View the <a href="http://en.wikipedia.org/wiki/Business_Process_Model_and_Notation">Wikipedia article on BPMN</a> or the <a href="http://en.wikipedia.org/wiki/Comparison_of_Business_Process_Modeling_Notation_tools">Comparison of Business Process Modeling Notation tools</a></li>
</ul>
</section>
<section id="license">
<h1>License</h1>
<div class="media">
<div class="media-left media-middle">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
</div>
<div class="media-body">
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">BPMN Tool Matrix</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://bpmnmatrix.github.io/" property="cc:attributionName" rel="cc:attributionURL">Moritz Hesse</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://en.wikipedia.org/wiki/Comparison_of_Business_Process_Modeling_Notation_tools" rel="dct:source">http://en.wikipedia.org/wiki/Comparison_of_Business_Process_Modeling_Notation_tools</a>.
</div>
</div>
</section>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src="js/bpmnmatrix.js"></script>
</body>
</html>