|
From: <di...@us...> - 2007-10-19 17:43:41
|
Revision: 560
http://safekeep.svn.sourceforge.net/safekeep/?rev=560&view=rev
Author: dimi
Date: 2007-10-19 10:43:35 -0700 (Fri, 19 Oct 2007)
Log Message:
-----------
Simplify a bit the download page.
Modified Paths:
--------------
website/trunk/WebContent/download.shtml
Modified: website/trunk/WebContent/download.shtml
===================================================================
--- website/trunk/WebContent/download.shtml 2007-10-19 17:39:43 UTC (rev 559)
+++ website/trunk/WebContent/download.shtml 2007-10-19 17:43:35 UTC (rev 560)
@@ -96,23 +96,16 @@
<li><b>Host</b>: <tt>safekeep.svn.sourceforge.net</tt></li>
<li><b>Path</b>: <tt>/svnroot/safekeep/safekeep/trunk</tt></li>
</ul>
-To check out the project read-only:
+To check out the safekeep project read-only:
<pre>
-$ svn co https://safekeep.svn.sourceforge.net/svnroot/safekeep/<b>ModuleName</b>/trunk <b>ModuleName</b>
+$ svn co https://safekeep.svn.sourceforge.net/svnroot/safekeep/safekeep/trunk safekeep
</pre>
-The following modules are available:
-<table border="2">
- <tr>
- <th>ModuleName</th> <th>Description</th>
- </tr>
- <tr>
- <td><tt>safekeep</tt></td> <td>The SafeKeep application</td>
- </tr>
- <tr>
- <td><tt>website</tt></td> <td>The HTML code for this website</td>
- </tr>
-</table>
+If you would like to contribute to this website, you can checkout the HTML code:
+<pre>
+$ svn co https://safekeep.svn.sourceforge.net/svnroot/website/safekeep/trunk safekeep-website
+</pre>
+
<a name="browse"></a>
<h2>Browse SVN Repository</h2>
<p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|