-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreleases.html
85 lines (80 loc) · 3.86 KB
/
releases.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
---
layout: main
title: MOTECH - Mobile Technology for Community Health
---
<div class="column-container clearfix">
<div class="column third">
<h4>Releases</h4>
<p>
While MOTECH source code is always available from our github repository as we reach significant milestones along our development roadmap we will be making stable binary releases available for use.
</p>
<p>
You can access any release either by building it yourself using the release tag or by downloading the modules from the release page.
</p>
</div><!-- end .third -->
<div class="column third">
<div class="clearfix">
<h6 style="text-transform: none;"><a href="releases/r0.11.html">Release 0.11</a></h6>
<ul>
<li><small>Tag: <a href="http://code.google.com/p/motech/source/list?name=motech-0.11">motech-0.11</a></small></li>
<li><small>Released: 29th June 2012</small></li>
</ul>
</div>
<div class="clearfix">
<h6 style="text-transform: none;"><a href="releases/r0.10.html">Release 0.10</a></h6>
<ul>
<li><small>Tag: <a href="http://code.google.com/p/motech/source/list?name=motech-0.10">motech-0.10</a></small></li>
<li><small>Released: 16th May 2012</small></li>
</ul>
</div>
<div class="clearfix">
<h6 style="text-transform: none;"><a href="releases/r0.9.html">Release 0.9</a></h6>
<ul>
<li><small>Tag: <a href="http://code.google.com/p/motech/source/list?name=motech-0.9">motech-0.9</a></small></li>
<li><small>Released: 5th April 2012</small></li>
</ul>
</div>
<div class="clearfix">
<h6 style="text-transform: none;"><a href="releases/r0.8.html">Release 0.8</a></h6>
<ul>
<li><small>Tag: <a href="http://code.google.com/p/motech/source/list?name=motech-0.8">motech-0.8</a></small></li>
<li><small>Released: 12th March 2012</small></li>
</ul>
</div>
<div class="clearfix">
<h6 style="text-transform: none;"><a href="releases/r0.7.html">Release 0.7</a></h6>
<ul>
<li><small>Tag: <a href="http://code.google.com/p/motech/source/list?name=motech-0.7">motech-0.7</a></small></li>
<li><small>Released: 24th Jan 2012</small></li>
</ul>
</div>
<div class="clearfix">
<h6 style="text-transform: none;"><a href="releases/r0.6.html">Release 0.6</a></h6>
<ul>
<li><small>Tag: <a href="http://code.google.com/p/motech/source/list?name=motech-0.6">motech-0.6</a></small></li>
<li><small>Released: 9th Jan 2012</small></li>
</ul>
</div>
<div class="clearfix">
<h6 style="text-transform: none;"><a href="releases/r0.5.html">Release 0.5</a></h6>
<ul>
<li><small>Tag: <a href="http://code.google.com/p/motech/source/list?name=motech-0.5">motech-0.5</a></small></li>
<li><small>Released: 23rd Dec 2011</small></li>
</ul>
</div>
<div class="clearfix">
<h6 style="text-transform: none;"><a href="releases/r0.4.html">Release 0.4</a></h6>
<ul>
<li><small>Tag: <a href="http://code.google.com/p/motech/source/list?name=motech-0.4">motech-0.4</a></small></li>
<li><small>Released: 8th Dec 2011</small></li>
</ul>
</div>
<div class="clearfix">
<h6 style="text-transform: none;"><a href="releases/dr1.html">Developer Release 1</a></h6>
<ul>
<li><small>Tag: <a href="http://code.google.com/p/motech/source/list?name=DR1">DR1</a></small></li>
<li><small>Released: 19th Oct 2011</small></li>
</ul>
</div>
</div><!-- end .third -->
</div><!-- end .column-container -->