|
From: <di...@us...> - 2007-02-05 01:55:41
|
Revision: 382
http://safekeep.svn.sourceforge.net/safekeep/?rev=382&view=rev
Author: dimi
Date: 2007-02-04 17:55:39 -0800 (Sun, 04 Feb 2007)
Log Message:
-----------
Add the release 0.9.0 to the website
Modified Paths:
--------------
website/trunk/WebContent/download.shtml
website/trunk/WebContent/index.shtml
Modified: website/trunk/WebContent/download.shtml
===================================================================
--- website/trunk/WebContent/download.shtml 2007-02-05 01:55:23 UTC (rev 381)
+++ website/trunk/WebContent/download.shtml 2007-02-05 01:55:39 UTC (rev 382)
@@ -12,10 +12,70 @@
<a name="releases"></a>
<h2>Releases</h2>
<p>
-We do not currently provide a release. Version 0.1 of SafeKeep was an internal-only release,
-and we are currently in the process of preparing the code base for a public release.
-Please check this space for a release in the near future (within the first quarter of 2007).
+<a href="http://sourceforge.net/project/showfiles.php?group_id=185128&package_id=215518&release_id=483287">SafeKeep 0.9.0</a>
+was released Feb 1, 2007, containing the following main features:
</p>
+<ul>
+ <li>based on <a href="http://www.nongnu.org/rdiff-backup/">rdiff-backup</a>,
+ a tried and tested backup solution</li>
+ <li>fast and easy deployment, with no configuration stored on the backed-up boxes</li>
+ <li>centralized configuration, with reasonable and useful defaults</li>
+ <li>built-in support for LVM snapshots, PostgreSQL and MySQL dumps</li>
+ <li>secure setup via SSH tunneling, with built-in key management</li>
+ <li>binary packages for RPM and DEB based Linux distributions</li>
+ <li>clean, easy to understand Python code-base</li>
+</ul>
+<table>
+ <tr>
+ <th colspan="2">Distribution</th><th>Source</th><th>Binary</th>
+ </tr>
+ <tr>
+ <td>
+ <img src="images/redhat.png" width="50" height="50" alt="RedHat Linux" border="0">
+ </td>
+ <td>
+ <b>Red Hat / Fedora</b> binary and source .rpms for RedHat EL 4; Fedora Core 4, 5, 6; CentOS 4, and compatible distributions.
+ </td>
+ <td>
+ <a href="http://downloads.sourceforge.net/safekeep/safekeep-0.9.0-1.src.rpm?use_mirror=internap">safekeep-0.9.0-1.src.rpm</a>
+ </td>
+ <td>
+ <a href="http://downloads.sourceforge.net/safekeep/safekeep-common-0.9.0-1.noarch.rpm?use_mirror=internap">safekeep-common-0.9.0-1.noarch.rpm</a> <br>
+ <a href="http://downloads.sourceforge.net/safekeep/safekeep-client-0.9.0-1.noarch.rpm?use_mirror=internap">safekeep-client-0.9.0-1.noarch.rpm</a> <br>
+ <a href="http://downloads.sourceforge.net/safekeep/safekeep-server-0.9.0-1.noarch.rpm?use_mirror=internap">safekeep-server-0.9.0-1.noarch.rpm</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <img src="images/ubuntu.png" width="50" height="50" alt="Ubuntu Linux" border="0">
+ </td>
+ <td>
+ <b>Ubuntu</b> binary and source .debs for Ubuntu Edgy, Dapper, and Breezy
+ </td>
+ <td>
+ N/A
+ </td>
+ <td>
+ <a href="http://downloads.sourceforge.net/safekeep/safekeep-common_0.9.0_all.deb?use_mirror=internap">safekeep-common_0.9.0_all.deb</a> <br>
+ <a href="http://downloads.sourceforge.net/safekeep/safekeep-client_0.9.0_all.deb?use_mirror=internap">safekeep-client_0.9.0_all.deb</a> <br>
+ <a href="http://downloads.sourceforge.net/safekeep/safekeep-server_0.9.0_all.deb?use_mirror=internap">safekeep-server_0.9.0_all.deb</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <img src="images/linux.png" width="50" height="50" alt="Linux Source" border="0">
+ </td>
+ <td>
+ <b>Linux</b> source tarball for most distributions running Python 2.4 or newer
+ </td>
+ <td>
+ <a href="http://downloads.sourceforge.net/safekeep/safekeep-0.9.0.tar.gz?use_mirror=internap">safekeep-0.9.0.tar.gz</a>
+ </td>
+ <td>
+ N/A
+ </td>
+ </tr>
+</table>
<a name="svn"></a>
<h2>Subversion (SVN)</h2>
Modified: website/trunk/WebContent/index.shtml
===================================================================
--- website/trunk/WebContent/index.shtml 2007-02-05 01:55:23 UTC (rev 381)
+++ website/trunk/WebContent/index.shtml 2007-02-05 01:55:39 UTC (rev 382)
@@ -49,6 +49,30 @@
<a href="mailto:saf...@li...">saf...@li...</a>.
</p>
</blockquote>
+<p class="NewsTitle">Feb 1, 2007: SafeKeep version 0.9.0 (beta) released
+<img src="images/grey_pixel.gif" width="100%" height="1" alt="">
+</p>
+<blockquote>
+<p>
+SafeKeep 0.9.0 was released today, the first public beta of the project.
+It contains the following main features:
+</p>
+<ul>
+ <li>based on <a href="http://www.nongnu.org/rdiff-backup/">rdiff-backup</a>,
+ a tried and tested backup solution</li>
+ <li>fast and easy deployment, with no configuration stored on the backed-up boxes</li>
+ <li>centralized configuration, with reasonable and useful defaults</li>
+ <li>built-in support for LVM snapshots, PostgreSQL and MySQL dumps</li>
+ <li>secure setup via SSH tunneling, with built-in key management</li>
+ <li>binary packages for RPM and DEB based Linux distributions</li>
+ <li>clean, easy to understand Python code-base</li>
+</ul>
+<p>
+Binary packages for RedHat-based (e.g. RedHat EL, CentOS, Fedora)
+and Debian-based (e.g. Debian, Ubuntu) distributions are available
+for immediate <a href="download.shtml">download ...</a>
+</p>
+</blockquote>
</div>
<!--#include virtual="footer.shtml" -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|