[New] Added development and download pages

This commit is contained in:
Robert von Burg 2014-03-22 00:58:53 +01:00
parent a8aba4dade
commit 1c76c1fd34
2 changed files with 12 additions and 7 deletions

View File

@ -49,10 +49,10 @@
<p class="lead">This page describes how to setup the development environment.</p>
<h2>Prerequisites</h2>
To start developing Strolch you need:
To start developing Strolch you need an installed:
<ul>
<li>Java JDK 7</li>
<li>Maven 3</li>
<li>Apache Maven 3</li>
</ul>
<h2>Getting Started</h2>

View File

@ -48,6 +48,8 @@
<div class="content">
<h1>Downloads</h1>
<p class="lead">This page contains links to the latest Strolch downloads</p>
<p>The following downloads are releases of Strolch, but remember that it is always possible (and fairly easily) to re-build the artifacts on your own by following the easy steps on the <a href="development.html">development</a> page</p>
<h2>Releases</h2>
@ -92,10 +94,11 @@
</ul>
</div>
</div>
-->
-->
<h4>Latest: Snapshot</h4>
<h4>Latest: 0.1.0-Snapshot</h4>
<p><a href="dist/snapshot/strolch_bundle-0.1.0-SNAPSHOT.tar.gz">Strolch Snapshot Bundle</a></p>
<p>The following downloads are nightly builds of the currently successfully build artifacts which were built on the <a href="http://jenkins.eitchnet.ch/">continuous integration infrastructure</a>:</p>
<div style="width: 100%; float: left">
<div style="width: 350px; float: left">
eitchnet libraries:
@ -138,7 +141,9 @@
<div style="width: 100%; float: left">
<h3>Moose Image</h3>
<p><a href="http://www.moosetechnology.com">Moose</a> is a software analysis tool written in Pharo. To be able to analyze Strolch we provide an MSE and Moose Image to use with the <a href="http://www.pharo.org">Pharo VM</a></p>
<p><a href="http://www.moosetechnology.org">Moose</a> is a software and data analysis tool written in Pharo and implements many of the ideas behind the <a href="http://humane-assessment.com/s">Humane Assessment</a> philosophy. To be able to analyze Strolch we provide an MSE and Moose Image to use with the <a href="http://www.pharo-project.org">Pharo VM</a></p>
<p>The MSE was generated using <a href="http://www.moosetechnology.org/tools/verveinej">VerveineJ</a></p>
<p><a href="dist/snapshot/strolch_mse.tar.gz">Latest Strolch Snapshot MSE</a></p>
<p><a href="dist/snapshot/strolch_moose_image.tar.gz">Strolch Moose Image</a></p>
@ -148,8 +153,8 @@
<!-- content here -->
</div><!-- /.content -->
<div id="footer">
<div class="container">
<p class="text-muted">&copy; Strolch / <a href="mailto:eitch@eitchnet.ch">Robert von Burg</a> / Hosting by <a href="http://www.eitchnet.ch">eitchnet.ch</a></p>