diff options
author | ivan <ivan> | 2009-10-11 08:18:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-11 08:18:14 +0000 |
commit | 74c356b6f79d6cc7de180a5e99f83e9cc5821c01 (patch) | |
tree | 70ec1f2e8b360b551df0934943ef2a14fe9aafa4 /developers.html | |
parent | 218fd8409fa22e4b3eeb7905890e3c67bdf0cc44 (diff) |
1.9.1
Diffstat (limited to 'developers.html')
-rw-r--r-- | developers.html | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/developers.html b/developers.html index a18c6b4..6fad327 100644 --- a/developers.html +++ b/developers.html @@ -1,12 +1,12 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title>Freeside Developers and Open-Source Community</title> +<title>Open Source</title> { include('elements/header.html'); } <div id="content1"> - <h6>Developers and Open-Source Community</h6> + <h6>Open Source</h6> <table width="100%" border="0" cellpadding="0" cellspacing="16" > <tr> @@ -19,18 +19,24 @@ </tr> <tr> <td align="left" valign="top"> - Source code + Source code (current branch) <ul class="indented"> - <li>Current: <a href="freeside-1.7.3.tar.gz">freeside-1.7.3.tar.gz</a></li> + <li>Current: <a href="freeside-1.9.1.tar.gz">freeside-1.9.1.tar.gz</a></li> + <li>CVS snapshot (HEAD): <a href="/cgi-bin/viewvc.cgi/freeside.tar.gz?view=tar">freeside.tar.gz</a></li> + </ul> + + Source code (maintenance branch) + <ul class="indented"> + <li>Maintenance: <a href="freeside-1.7.3.tar.gz">freeside-1.7.3.tar.gz</a></li> <li>Testing: <a href="freeside-1.7.4rc3.tar.gz">freeside-1.7.4rc3.tar.gz</a></li> <li>CVS snapshot (1_7_BRANCH): <a href="/cgi-bin/viewvc.cgi/freeside.tar.gz?view=tar&pathrev=FREESIDE_1_7_BRANCH">freeside.tar.gz</a></li> - <li>CVS snapshot (HEAD): <a href="/cgi-bin/viewvc.cgi/freeside.tar.gz?view=tar">freeside.tar.gz</a></li> </ul> Virtual appliance <ul class="indented"> <li><a href="http://www.vmware.com/download/player/">VMWare player</a> for Windows or Linux or <a href="http://www.vmware.com/products/fusion/">VMWare Fusion</a> for OSX is required (free download)<br> - <li>Current: <b>Freeside-Appliance-1.7.3.zip</b> (340mb)<br><a href="Freeside-Appliance-1.7.3.zip">direct download</a> or <a href="Freeside-Appliance-1.7.3.zip.torrent">bittorrent download</a><br> + <li>Current: <b>Freeside-Appliance-1.9.1.zip</b> (393)<br><a href="Freeside-Appliance-1.9.1.zip">direct download</a> or <a href="Freeside-Appliance-1.9.1.zip.torrent">bittorrent download</a><br> + <li>Maintenance: <b>Freeside-Appliance-1.7.3.zip</b> (340mb)<br><a href="Freeside-Appliance-1.7.3.zip">direct download</a> or <a href="Freeside-Appliance-1.7.3.zip.torrent">bittorrent download</a><br> <li>Testing: <b>Freeside-Appliance-1.7.4rc3.zip</b> (390mb)<br><a href="Freeside-Appliance-1.7.4rc3.zip">direct download</a> or <a href="Freeside-Appliance-1.7.4rc3.zip.torrent">bittorrent download</a><br><br> </ul> |