| 1 | {{{ |
| 2 | #!html |
| 3 | <div class="zoo-default"> |
| 4 | <div class="container"> |
| 5 | <div class="col-xs-12 col-sm-2 col-lg-2 text-center"> |
| 6 | <span class="zoo-title "><i class="fa fa-download bfs"></i></span> |
| 7 | </div> |
| 8 | <div class="col-xs-12 col-sm-10 col-lg-10 text-center"> |
| 9 | <h1 class="section-heading">Download</h1> |
| 10 | <h2 class="sub-heading">ZOO-Project source code</h2> |
| 11 | <div class="well well well-heading"> |
| 12 | <p class="intnp">Welcome to the <a href="http://zoo-project.org">ZOO-Project</a> download section. Feel free to download a free and <a href="#license">open source</a> copy of the latest svn trunk. You can also use previous <a href="http://zoo-project.org">ZOO-Project</a> versions at your own risks.</p> |
| 13 | </div> |
| 14 | </div> |
| 15 | </div> |
| 16 | </div> |
| 17 | |
| 18 | <div class="bblock"> |
| 19 | <h1 class="section-heading-w">Latest</h1> |
| 20 | <div class="container"> |
| 21 | <div class="row"> |
| 22 | <div class="col-xs-12 col-sm-6 col-lg-6 text-center"> |
| 23 | <h2><i class="fa fa-code"></i> Download latest source code</h2> |
| 24 | <pre class="language-powershell"><code>#!sh |
| 25 | svn checkout http://svn.zoo-project.org/svn/trunk ZOO-Project</code></pre> |
| 26 | </div> |
| 27 | <div class="col-xs-12 col-sm-6 col-lg-6 text-center"> |
| 28 | <h2>ZOO-Project-1.5.0</h2> |
| 29 | <ul class="list-unstyled mtp"> |
| 30 | <li class="mtp"><i class="fa fa-file-archive-o"></i> <a href="http://zoo-project.org/dl/zoo-project-1.5.0.tar.bz2">zoo-project-1.5.0.tar.bz2</a></li> |
| 31 | <li class="mtp"><i class="fa fa-file-archive-o"></i> <a href="http://zoo-project.org/dl/zoo-project-1.5.0.zip">zoo-project-1.5.0.zip</a></li> |
| 32 | </ul> |
| 33 | </div> |
| 34 | </div> |
| 35 | |
| 36 | <div class="alert alert-success mtp text-center"> |
| 37 | <p><i class="fa fa-thumbs-up green"></i> Using svn latest trunk version is safe and healthy.</p> |
| 38 | </div> |
| 39 | |
| 40 | </div> |
| 41 | </div> |
| 42 | |
| 43 | <div class="dblock"> |
| 44 | <div class="container"> |
| 45 | <div class="col-lg-12"> |
| 46 | <h1 class="content-heading text-center">Releases</h1> |
| 47 | <div class="alert alert-warning mtp text-center"> |
| 48 | <p><i class="fa fa-warning"></i> By using previous release you may be exposed to unexpected behavior or bugs.</p> |
| 49 | </div> |
| 50 | |
| 51 | }}} |
| 52 | [[Include(Downloads2)]] |
| 53 | {{{ |
| 54 | #!html |
| 55 | |
| 56 | </div> |
| 57 | </div> |
| 58 | </div> |
| 59 | |
| 60 | <div id="license" class="paper"> |
| 61 | <div class="container text-center"> |
| 62 | <h1 class="content-heading">License</h1> |
| 63 | <div class="well text-center mtp"> |
| 64 | <p class="spg"><a href="http://zoo-project.org"><i class=""></i> ZOO-Project</a> is released under a MIT/X-11 style license. Please refer to the <a href="http://zoo-project.org/svn/trunk/zoo-project/LICENSE">ZOO-Project license file</a> for more information.</p> |
| 65 | </div> |
| 66 | </div> |
| 67 | </div> |
| 68 | |
| 69 | }}} |