diff options
-rw-r--r-- | demo.html | 2 | ||||
-rw-r--r-- | developers.html | 18 | ||||
-rw-r--r-- | elements/footer-nested.html | 2 | ||||
-rw-r--r-- | elements/footer.html | 2 | ||||
-rw-r--r-- | elements/header-nested.html | 2 | ||||
-rw-r--r-- | elements/header.html | 2 | ||||
-rw-r--r-- | index.html | 4 |
7 files changed, 21 insertions, 11 deletions
@@ -70,7 +70,7 @@ <h6>A downloadable VMWare virtual appliance</h6> <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><br> - <li><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> + <li><b>Freeside-Appliance-1.9.1.zip</b> (393mb)<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><br> <!-- <li>Minimum 512m RAM, 1.5Ghz processor recommended --> </ul> </th> 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> diff --git a/elements/footer-nested.html b/elements/footer-nested.html index 79d8a87..4f2694a 100644 --- a/elements/footer-nested.html +++ b/elements/footer-nested.html @@ -8,7 +8,7 @@ <a href="/freeside/services.html">Services</a> | <a href="/freeside/demo.html">Demo</a> | <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:1.9:Documentation">Documentation</a> | - <a href="/freeside/developers.html" >Developers</a> | + <a href="/freeside/developers.html" >Open Source</a> | <a href="https://secure.freeside.biz/selfservice/selfservice.cgi">Customer login</a> | <a href="/freeside/about.html">About</a> | <a href="/freeside/jobs.html">Jobs</a> | diff --git a/elements/footer.html b/elements/footer.html index 91a819a..2e3fd94 100644 --- a/elements/footer.html +++ b/elements/footer.html @@ -8,7 +8,7 @@ <a href="services.html">Services</a> | <a href="demo.html">Demo</a> | <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:1.9:Documentation">Documentation</a> | - <a href="developers.html" >Developers</a> | + <a href="developers.html" >Open Source</a> | <a href="https://secure.freeside.biz/selfservice/selfservice.cgi">Customer login</a> | <a href="about.html">About</a> | <a href="jobs.html">Jobs</a> | diff --git a/elements/header-nested.html b/elements/header-nested.html index 526e343..cb9351b 100644 --- a/elements/header-nested.html +++ b/elements/header-nested.html @@ -29,7 +29,7 @@ <a href="/freeside/services.html" id="nav">Services</a> | <a href="/freeside/demo.html" id="nav">Demo</a> | <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:1.9:Documentation" id="nav">Documentation</a> | - <a href="/freeside/developers.html" id="nav">Developers</a> | + <a href="/freeside/developers.html" id="nav">Open Source</a> | <a href="https://secure.freeside.biz/selfservice/selfservice.cgi" id="nav">Customer login</a> | <a href="/freeside/about.html" id="nav">About</a> | <a href="/freeside/jobs.html" id="nav">Jobs</a> | diff --git a/elements/header.html b/elements/header.html index 25fc3eb..e0f86a9 100644 --- a/elements/header.html +++ b/elements/header.html @@ -29,7 +29,7 @@ <a href="services.html" id="nav">Services</a> | <a href="demo.html" id="nav">Demo</a> | <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:1.9:Documentation" id="nav">Documentation</a> | - <a href="developers.html" id="nav">Developers</a> | + <a href="developers.html" id="nav">Open Source</a> | <a href="https://secure.freeside.biz/selfservice/selfservice.cgi" id="nav">Customer login</a> | <a href="about.html" id="nav">About</a> | <a href="jobs.html" id="nav">Jobs</a> | @@ -49,6 +49,10 @@ <td width="9" height="*" bgcolor="#A5A3A3"> </td> <td height="*" align="center" valign="top" bgcolor="#A5A3A3"><table width="100%" border="0" cellpadding="2" cellspacing="5"> <tr align="left" valign="top"> + <td width="115" align="right" valign="top"><b>Oct 11 2009:</b></td> + <td width="*">1.9.1 released</td> + </tr> + <tr align="left" valign="top"> <td width="115" align="right" valign="top"><b>Sep 1-3 2009:</b></td> <td width="*">Exhibited at <a href="http://www.tmcnet.com/voip/conference/">Internet Telephony Expo</A></td> </tr> |