Menu

[28c4c4]: / SourceCode.html  Maximize  Restore  History

Download this file

82 lines (60 with data), 2.7 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>OSWf - Source Code</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="./style.css" type="text/css" charset="utf-8" />
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon"/>
</head>
<body>
<div id="wrapper">
<!-- Start of 'left' column div ====================================================== -->
<div id="sidebar">
<div id="logo">
<h1>Informagen</h1>
<p><a href="./index.html">OSWf - Workflow</a></p>
<p>Source Code</p>
</div>
<script type='text/javascript' src="includes/jumplist.js"> </script>
<script type='text/javascript' src="includes/contactInfo.js"> </script>
</div>
<!-- Start of 'Content' column div =================================================== -->
<div id="content">
<div class="heading">
<h2>Source Code</h2>
<p>
Source is stored at SourceForge.net in a set of GIT repositories. The various components
can be downloaded using the command line command shown below.
</p>
<p>Source Code can browsed and downloaded directly from the SourceForge site at:
<a href='https://sourceforge.net/projects/oswf/'>https://sourceforge.net/projects/oswf/</a>
</p>
</div>
<!-- <div class="clear"> </div> -->
<div class='topic>'>
<h3>Core Workflow Engine</h3>
<pre class='code'>git clone git://git.code.sf.net/p/oswf/core oswf-core</pre>
</div>
<div class='topic>'>
<h3>Hibernate 3 Workflow Store</h3>
<pre class='code'>git clone git://git.code.sf.net/p/oswf/store oswf-store</pre>
</div>
<div class='topic>'>
<h3>OSWf Simulator</h3>
<pre class='code'>git clone git://git.code.sf.net/p/oswf/simulator oswf-simulator</pre>
</div>
<div class='topic>'>
<h3>Web Site</h3>
<pre class='code'>git clone git://git.code.sf.net/p/oswf/web oswf-web</pre>
</div>
</div> <!-- End of 'content' div ============================================================= -->
</div> <!-- End of 'wrapper' div ============================================================= -->
<div class="clear"> </div>
<div id="footer">
<div id="copyright">
Copyright &copy; 2012-2013 William Gilbert, All rights reserved.
</div>
</div>
</body>
</html>