From: <di...@us...> - 2007-02-04 23:38:13
|
Revision: 374 http://safekeep.svn.sourceforge.net/safekeep/?rev=374&view=rev Author: dimi Date: 2007-02-04 15:38:12 -0800 (Sun, 04 Feb 2007) Log Message: ----------- HTML validation fixes Modified Paths: -------------- website/trunk/WebContent/contributing.shtml website/trunk/WebContent/documentation.shtml website/trunk/WebContent/download.shtml website/trunk/WebContent/header.shtml website/trunk/WebContent/index.shtml website/trunk/WebContent/motivation.shtml Modified: website/trunk/WebContent/contributing.shtml =================================================================== --- website/trunk/WebContent/contributing.shtml 2007-02-04 23:35:32 UTC (rev 373) +++ website/trunk/WebContent/contributing.shtml 2007-02-04 23:38:12 UTC (rev 374) @@ -26,6 +26,7 @@ <a href="mailto:saf...@li...">saf...@li...</a>. Do not hesitate to provide as much detail as possible in your reports about the problems you are seeing. At a minimum, try to include the following: +</p> <ul> <li>The version of SafeKeep you are using</li> <li>The operating system you are running SafeKeep on</li> @@ -63,6 +64,7 @@ </p> <p> When submitting patches, please: +</p> <ul> <li>Include a ChangeLog entry with your name, email address and a description of what your patch does. </li> <li>Keep the patch small and the point of the change clear. </li> @@ -72,7 +74,6 @@ <li>Avoid unnecessarily changing the formatting of the code. </li> <li>Read the diff and make sure it contains only what you want in it. </li> </ul> -</p> <p> Accepted patches will appear in the <a href="mailto:saf...@li...">saf...@li...</a> Modified: website/trunk/WebContent/documentation.shtml =================================================================== --- website/trunk/WebContent/documentation.shtml 2007-02-04 23:35:32 UTC (rev 373) +++ website/trunk/WebContent/documentation.shtml 2007-02-04 23:38:12 UTC (rev 374) @@ -13,12 +13,12 @@ <p> Please note that this section is a works-in-progress. We hope to have them available in the next little while. +</p> <ul> <li><a href="safekeep.html">safekeep(1) man page</a></li> <li><a href="safekeep.conf.html">safekeep.conf(5) man page</a></li> <!--li><a href="safekeep-tips.shtml">SafeKeep Tips</a></li--> </ul> -</p> <a name="ex"></a> <h2>Quick Example</h2> Modified: website/trunk/WebContent/download.shtml =================================================================== --- website/trunk/WebContent/download.shtml 2007-02-04 23:35:32 UTC (rev 373) +++ website/trunk/WebContent/download.shtml 2007-02-04 23:38:12 UTC (rev 374) @@ -27,6 +27,7 @@ </p> <p> Here is a quick summary of the SVN information you need: +</p> <ul> <li><b>Host</b>: <tt>safekeep.svn.sourceforge.net</tt></li> <li><b>Path</b>: <tt>/svnroot/safekeep/safekeep/trunk</tt></li> @@ -47,16 +48,15 @@ <td><tt>website</tt></td> <td>The HTML code for this website</td> </tr> </table> -</p> <a name="browse"></a> <h2>Browse SVN Repository</h2> <p> If you just want to take a quick look at the code, you can directly browse the SVN repository over the web: +</p> <ul> <li><a href="http://safekeep.svn.sourceforge.net/viewvc/safekeep/">safekeep.svn.sourceforge.net/viewvc/safekeep</a> </ul> -</p> <!--#include virtual="footer.shtml" --> Modified: website/trunk/WebContent/header.shtml =================================================================== --- website/trunk/WebContent/header.shtml 2007-02-04 23:35:32 UTC (rev 373) +++ website/trunk/WebContent/header.shtml 2007-02-04 23:38:12 UTC (rev 374) @@ -1,6 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> <head> <title><!--#echo var="title" --></title> Modified: website/trunk/WebContent/index.shtml =================================================================== --- website/trunk/WebContent/index.shtml 2007-02-04 23:35:32 UTC (rev 373) +++ website/trunk/WebContent/index.shtml 2007-02-04 23:38:12 UTC (rev 374) @@ -9,6 +9,7 @@ <p> You will probably find SafeKeep useful if you: +</p> <ul> <li><strong>Run Linux</strong>, and you need to backup your data, </li> <li><strong>Prefer Open Source</strong>, and you are not willing to trust @@ -16,7 +17,6 @@ <li><strong>Demand Security</strong>, because it is not negotiable, </li> <li><strong>Strive for Simplicity</strong>, because TCO matters. </li> </ul> -</p> <p> If you feel SafeKeep may be the answer for your data backup needs, take Modified: website/trunk/WebContent/motivation.shtml =================================================================== --- website/trunk/WebContent/motivation.shtml 2007-02-04 23:35:32 UTC (rev 373) +++ website/trunk/WebContent/motivation.shtml 2007-02-04 23:38:12 UTC (rev 374) @@ -42,6 +42,7 @@ Linux based systems needed a backup solution. We figured that this was a "solved" problem, so we took a quick look around for something that would satisfy our quite reasonable requirements: +</p> <ul> <li>Must be under an accepted Open Source License</li> <li>Security is important, even on a LAN</li> @@ -49,7 +50,6 @@ <li>Take advantage of modern features, like LVM snapshoting</li> <li>Bandwidth efficient, it may be used over slower links</li> </ul> -</p> <p> It turns out that the offer is a little underwhelming. The only one This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |