|
From: <di...@us...> - 2007-01-11 23:29:36
|
Revision: 277
http://safekeep.svn.sourceforge.net/safekeep/?rev=277&view=rev
Author: dimi
Date: 2007-01-11 15:29:30 -0800 (Thu, 11 Jan 2007)
Log Message:
-----------
Initial import of the website, still a work-in-progress
Added Paths:
-----------
website/
website/branches/
website/tags/
website/trunk/
website/trunk/Makefile
website/trunk/WebContent/
website/trunk/WebContent/contributing.shtml
website/trunk/WebContent/documentation.shtml
website/trunk/WebContent/download.shtml
website/trunk/WebContent/faq.shtml
website/trunk/WebContent/footer.shtml
website/trunk/WebContent/forums.shtml
website/trunk/WebContent/header.shtml
website/trunk/WebContent/images/
website/trunk/WebContent/images/grey_pixel.gif
website/trunk/WebContent/images/transp.gif
website/trunk/WebContent/index.shtml
website/trunk/WebContent/license.shtml
website/trunk/WebContent/motivation.shtml
website/trunk/WebContent/support.shtml
website/trunk/WebContent/theme/
website/trunk/WebContent/theme/formatting.css
website/trunk/WebContent/theme/layout.css
Added: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile (rev 0)
+++ website/trunk/Makefile 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,14 @@
+
+all: help
+
+help:
+ @echo "Targets:"
+ @echo " help Displays this message"
+ @echo " deploy Deploys teh website to SourceForge"
+ @echo " clean Cleans up the source tree"
+
+deploy:
+ cd WebContent; scp -r *.shtml theme images shell.sourceforge.net:/home/groups/s/sa/safekeep/htdocs
+
+clean:
+ rm -f WebContent/*~
Property changes on: website/trunk/Makefile
___________________________________________________________________
Name: svn:executable
+
Added: website/trunk/WebContent/contributing.shtml
===================================================================
--- website/trunk/WebContent/contributing.shtml (rev 0)
+++ website/trunk/WebContent/contributing.shtml 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,89 @@
+<!--#set var="title" value="SafeKeep Contributions" -->
+<!--#include virtual="header.shtml" -->
+
+<h1>Contributing</h1>
+<div id="PageMenu">
+ <span class="PageMenuTitle">On This Page:</span>
+ <a href="#start">Getting Started</a> /
+ <a href="#test">Testing and Reporting</a> /
+ <a href="#style">Coding Style</a> /
+ <a href="#patches">Submitting Patches</a>
+</div>
+
+<a name="start"></a>
+<h2>Getting Started</h2>
+<p>
+Working knowledge of Python is required. Your best bet is to start with
+a fresh source code snapshot, which you may obtain from our
+<a href="download.shtml#svn">SVN Repository</a> at SourceForge.
+</p>
+
+<a name="test"></a>
+<h2>Testing and Reporting</h2>
+<p>
+Testing on different distributions is also a valuable contribution. Please report
+your results back to us on
+<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:
+<ul>
+ <li>The version of SafeKeep you are using</li>
+ <li>The operating system you are running SafeKeep on</li>
+ <li>The version of Python you are running</li>
+</ul>
+
+<a name="style"></a>
+<h2>Coding Style</h2>
+<p>
+Maintain whatever style is present in the code being modified. New code
+should also follow the style used in the other files so that the entire
+codebase maintains a unified "look".
+</p>
+<p>
+<strong>Note</strong>: please make sure that your Tab size is set to 8.
+This is the only sane way in which people in a distributed environment
+can work together. If you are using Eclipse, you need to adjust it as
+it comes set to 4 by default.
+</p>
+
+<a name="patches"></a>
+<h2>Submitting Patches</h2>
+<p>
+Please submit your patches to the development mailing list:
+<a href="mailto:saf...@li...">saf...@li...</a>.
+If you aren't sure what exactly a "patch" is, or don't know how to generate one,
+but you have got code contributions to make, please don't hesitate to ask questions
+on the mailing lists. Generating and appliying patches is an easy thing to get
+the hang of, and they drastically simplify code submission and review.
+</p>
+<p>
+Unified contextual diffs against the latest development snapshot are preferred.
+If you are using Eclipse, there is built-in support for patch generation and application
+under the "Team" menu.
+</p>
+<p>
+When submitting patches, please:
+<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>
+ <li>Submit one fix or group of related changes per patch. </li>
+ <li>Generate your patch against the latest version of SafeKeep from SVN (see below). </li>
+ <li>Be careful to not corrupt the patch through line-wrapping. </li>
+ <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>
+mailing list. If your patch is not applied, review it carefully and check it against the above points.
+</p>
+<p>
+Rejected patches will receive a note in the
+<a href="mailto:saf...@li...">saf...@li...</a>
+mailing list. We do reply to all patch submissions, so if you receive no response to
+your patch please try resubmitting it.
+</p>
+
+
+<!--#include virtual="footer.shtml" -->
Added: website/trunk/WebContent/documentation.shtml
===================================================================
--- website/trunk/WebContent/documentation.shtml (rev 0)
+++ website/trunk/WebContent/documentation.shtml 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,30 @@
+<!--#set var="title" value="SafeKeep Documentation" -->
+<!--#include virtual="header.shtml" -->
+
+<h1>Documentation</h1>
+<div id="PageMenu">
+ <span class="PageMenuTitle">On This Page:</span>
+ <a href="#docs">Documentation</a> /
+ <a href="#ex">Quick Example</a>
+</div>
+
+<a name="docs"></a>
+<h2>Documentation</h2>
+<p>
+Please note that this section is a works-in-progress.
+We hope to have them available in the next little while.
+<ul>
+ <li><a href="safekeep-man-1.shtml">SafeKeep man(1) page</a></li>
+ <li><a href="safekeep-man-5.shtml">SafeKeep man(5) page</a></li>
+ <li><a href="safekeep-tips.shtml">SafeKeep Tips</a></li>
+</ul>
+</p>
+
+<a name="ex"></a>
+<h2>Quick Example</h2>
+<p>
+TODO
+</p>
+
+
+<!--#include virtual="footer.shtml" -->
Added: website/trunk/WebContent/download.shtml
===================================================================
--- website/trunk/WebContent/download.shtml (rev 0)
+++ website/trunk/WebContent/download.shtml 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,62 @@
+<!--#set var="title" value="SafeKeep Download" -->
+<!--#include virtual="header.shtml" -->
+
+<h1>Download</h1>
+<div id="PageMenu">
+ <span class="PageMenuTitle">On This Page:</span>
+ <a href="#releases">Releases</a> /
+ <a href="#svn">Subversion (SVN)</a> /
+ <a href="#browse">Browse SVN Repository</a>
+</div>
+
+<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 codebase for a public release.
+Please check this space for a release in the near future (within the first quarter of 2007).
+</p>
+
+<a name="svn"></a>
+<h2>Subversion (SVN)</h2>
+<p>
+The source code for SafeKeep is maintained in a SVN repository
+at SourceForge. For detailed information on how to checkout
+the SafeKeep source code using SVN, see our SourceForge
+<a href="http://sourceforge.net/svn/?group_id=185128">SVN page</a>.
+</p>
+<p>
+Here is a quick summary of the SVN information you need:
+<ul>
+ <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:
+<pre>
+$ svn co https://safekeep.svn.sourceforge.net/svnroot/safekeep/<b>ModuleName</b>/trunk <b>ModuleName</b>
+</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>
+</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:
+<ul>
+ <li><a href="http://safekeep.svn.sourceforge.net/viewvc/safekeep/">safekeep.svn.sourceforge.net/viewvc/safekeep</a>
+</ul>
+</p>
+
+<!--#include virtual="footer.shtml" -->
Added: website/trunk/WebContent/faq.shtml
===================================================================
--- website/trunk/WebContent/faq.shtml (rev 0)
+++ website/trunk/WebContent/faq.shtml 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,88 @@
+<!--#set var="title" value="SafeKeep FAQ" -->
+<!--#include virtual="header.shtml" -->
+
+<h1>FAQ</h1>
+<ol>
+ <li><a href="#whatis">What is SafeKeep?</a></li>
+ <li><a href="#who">Who is resposible for it?</a></li>
+ <li><a href="#why">Why did you write it?</a></li>
+ <li><a href="#open">Is it Open Source?</a></li>
+ <li><a href="#commercial">Can it be used in commercial environments?</a></li>
+ <li><a href="#mylicense">Will the SafeKeep license restrict the choise of license for my code?</a></li>
+ <li><a href="#modify">Can I modify the SafeKeep code?</a></li>
+ <li><a href="#develop">How do I become a SafeKeep developer? What do I need to know?</a></li>
+ <li><a href="#submit">How can I submit code that I have written back to the project?</a></li>
+</ol>
+
+<ol class="faq">
+ <li> <a name="whatis"></a>What is SafeKeep?
+ <div class="answer">
+ SafeKeep is a centralized and easy to use backup application that
+ combines the best features of a mirror and an incremental backup.
+ It is designed for ease of use and centralized management, removing
+ a lot of the tedium typically involved in setting up such systems.
+ It take advantage of new Linux features such as the LVM system, to
+ provide consistent and secure backups.
+ </div>
+ </li>
+ <li> <a name="who"></a>Who is resposible for it?
+ <div class="answer">
+ SafeKeep was written at Lattica by:
+ <ul>
+ <li>Dimi Paun</li>
+ <li>Stelian Pop</li>
+ </ul>
+ </div>
+ </li>
+ <li> <a name="why"></a>Why did you write it?
+ <div class="answer">
+ There are lots of such packages out there, but none seem to
+ fit the bill. See our <a href="motivation.shtml">Motivation page</a>
+ for more on this subject.
+ </div>
+ </li>
+ <li> <a name="open"></a>Is it Open Source?
+ <div class="answer">
+ Yes, and it is <a href="license.shtml">licensed</a> under the
+ terms of the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>.
+ </div>
+ </li>
+ <li> <a name="commercial"></a>Can it be used in commercial environments?
+ <div class="answer">
+ Absolutely. We welcome and encourage both free and commercial use.
+ </div>
+ </li>
+ <li> <a name="mylicense"></a>Will the SafeKeep license restrict the choice of license for my code?
+ <div class="answer">
+ Not at all, as long as you don't copy parts of it into your code.
+ </div>
+ </li>
+ <li> <a name="modify"></a>Can I modify the SafeKeep code?
+ <div class="answer">
+ Yes, you can. We encourage you to contribute them back so that
+ all users benefit. If you want to keep them private, you can
+ do so as long as you don't redistribute the results. If you want
+ to distribute modified versions of SafeKeep, you will have
+ to make sure the recipients can easily get to the changes that
+ you've made. You can read more about this on our
+ <a href="license.shtml">License page</a>.
+ </div>
+ </li>
+ <li> <a name="develop"></a>How do I become a SafeKeep developer? What do I need to know?
+ <div class="answer">
+ Working knowledge of Python and Linux is required.
+ For more information on this subject, please refer
+ to our <a href="contributing.shtml">Contributing page</a>.
+ </div>
+ </li>
+ <li> <a name="submit"></a>How can I submit code that I have written back to the project?
+ <div class="answer">
+ To submit a patch for inclusion in SafeKeep, simply
+ send a <code>diff -u</code> to the
+ <a href="saf...@li...">saf...@li...</a>
+ mailing list. Please provide a description of your changes, and
+ the license (BSD) for your code.
+ </div>
+ </li>
+</ol>
+<!--#include virtual="footer.shtml" -->
Added: website/trunk/WebContent/footer.shtml
===================================================================
--- website/trunk/WebContent/footer.shtml (rev 0)
+++ website/trunk/WebContent/footer.shtml 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,6 @@
+</div><!--end of Content-->
+
+<div id="Footer">
+</div>
+</body>
+</html>
Added: website/trunk/WebContent/forums.shtml
===================================================================
--- website/trunk/WebContent/forums.shtml (rev 0)
+++ website/trunk/WebContent/forums.shtml 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,62 @@
+<!--#set var="title" value="SafeKeep Mailing Lists, IRC" -->
+<!--#include virtual="header.shtml" -->
+
+<h1>Forums</h1>
+<div id="PageMenu">
+ <span class="PageMenuTitle">On This Page:</span>
+ <a href="#ml">Mailing Lists</a> /
+ <a href="#irc">IRC Channel</a>
+</div>
+
+<a name="ml"></a>
+<h2>Mailing Lists</h2>
+
+<p>Our mailing lists are hosted at <a href="http://sourceforge.net">SourceForge</a>,
+and are being managed by <a href="http://www.list.org">GNU Mailman</a>. They can be subscribed
+to, and unsubscribed from <a href="http://sourceforge.net/mail/?group_id=185128">over the web</a>.
+
+<ul>
+ <li>
+ [<a href="http://lists.sourceforge.net/lists/listinfo/safekeep-devel">(Un-)Subscribe</a>]
+ [<a href="http://sourceforge.net/mailarchive/forum.php?forum_id=51273">Archive</a>]
+ <a href="mailto:saf...@li...">saf...@li...</a><br />
+ A medium traffic open list for discussing SafeKeep development, patches, support
+ questions, or anything else of interest to SafeKeep developers and users.<br /><br />
+ </li>
+
+ <li>
+ [<a href="http://lists.sourceforge.net/lists/listinfo/safekeep-commit">(Un-)Subscribe</a>]
+ [<a href="http://sourceforge.net/mailarchive/forum.php?forum_id=51271">Archive</a>]
+ <a href="mailto:saf...@li...">saf...@li...</a><br />
+ A medium traffic read only list which tracks commits to the SVN tree. <br />
+ Please note that the notification emails contain the patches that are being
+ applied. Volume notwithstanding, this list is the best way to keep on top
+ of the latest development progress.<br /><br />
+ </li>
+</ul>
+
+<p>Please direct all bug reports, support questions, patches, feature requests, or any other
+SafeKeep-related issue to <a href="mailto:saf...@li...">saf...@li...</a>.
+This will ensure that your request will be looked at by a developer in a timely fashion.
+Note that you do not need to be subscribed to the mailing list to post, simply email
+us at the address above.
+</p>
+
+<a name="irc"></a>
+<h2>IRC Channel</h2>
+
+<p><a href="http://www.freenode.net">Freenode.net</a> hosts a chat room for
+SafeKeep. You can access the chat room using an IRC program such as
+<a href="http://www.xchat.org/">X-Chat</a> (Linux) or
+<a href="http://www.mirc.com/">mIRC</a> (Windows). Use the settings listed below:
+
+<ul>
+ <li><b>Server:</b> irc.freenode.net</li>
+ <li><b>Port:</b> 6667</li>
+ <li><b>Channel:</b> #safekeep</li>
+</ul>
+
+If you use Mozilla or any other browser that supports IRC urls, you can
+join the chat by clicking on <a href="irc://irc.freenode.net/#safekeep">irc://irc.freenode.net/#safekeep</a>.
+
+<!--#include virtual="footer.shtml" -->
Added: website/trunk/WebContent/header.shtml
===================================================================
--- website/trunk/WebContent/header.shtml (rev 0)
+++ website/trunk/WebContent/header.shtml 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,26 @@
+<html>
+
+<head>
+ <title><!--#echo var="title" --></title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="description" content="A design by Alina Silvestrovici" />
+
+ <link rel="stylesheet" href="theme/layout.css" type="text/css" />
+ <link rel="stylesheet" href="theme/formatting.css" type="text/css" />
+</head>
+
+<body>
+<div id="Header">
+ <div id="HeaderTitle">SafeKeep</div>
+ <div id="HeaderNavigation">
+ <a href="index.shtml">Home</a>
+ <a href="support.shtml">Support</a>
+ <a href="license.shtml">License</a>
+ <a href="download.shtml">Download</a>
+ <a href="forums.shtml">Forums</a>
+ <a href="faq.shtml">FAQ</a>
+ <a href="documentation.shtml">Documentation</a>
+ </div> <!--end of HeaderNavigation-->
+</div> <!--end of Header -->
+
+<div id="Content">
Added: website/trunk/WebContent/images/grey_pixel.gif
===================================================================
(Binary files differ)
Property changes on: website/trunk/WebContent/images/grey_pixel.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: website/trunk/WebContent/images/transp.gif
===================================================================
(Binary files differ)
Property changes on: website/trunk/WebContent/images/transp.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: website/trunk/WebContent/index.shtml
===================================================================
--- website/trunk/WebContent/index.shtml (rev 0)
+++ website/trunk/WebContent/index.shtml 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,54 @@
+<!--#set var="title" value="SafeKeep Home" -->
+<!--#include virtual="header.shtml" -->
+
+<h1>Introduction</h1>
+<p>
+SafeKeep is a centralized and easy to use backup application that combines
+the best features of a mirror and an incremental backup.
+</p>
+
+<p>
+SafeKeep is probably for you, if you:
+<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
+ your valuable data to a closed, prorietary product, </li>
+ <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
+a few moments to see what it can offer. We've tried to make it
+<strong>simple</strong>, <strong>secure</strong>, and
+<strong>manageable</strong>. We <a href="motivation.shtml">built it</a>
+on top of solid open source components that have been extensively
+tested by the community. You can trust SafeKeep with your data.
+</p>
+
+<p>
+To see how SafeKeep looks like in action, take a look our
+<a href="documentation.shtml#ex">quick example</a>, or
+browse the <a href="documentation.shtml">documentation</a>.
+Last but not least, SafeKeep is Open Source and you are always
+welcome to jump in and <a href="contributing.shtml">contribute</a>!
+</p>
+
+<h2>News</h2>
+
+<div class="NewsBox">
+<p class="NewsTitle">Jan 19, 2007: SafeKeep website goes live
+<img src="images/grey_pixel.gif" width="100%" height="1" alt="">
+</p>
+<blockquote>
+<p>
+The SafeKeep site is up-and-running! We will continue to add content
+and improve the rendering in various browsers. Meanwhile, please
+report all problems to
+<a href="mailto:saf...@li...">saf...@li...</a>.
+</p>
+</blockquote
+</div>
+
+<!--#include virtual="footer.shtml" -->
Added: website/trunk/WebContent/license.shtml
===================================================================
--- website/trunk/WebContent/license.shtml (rev 0)
+++ website/trunk/WebContent/license.shtml 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,43 @@
+<!--#set var="title" value="SafeKeep License" -->
+<!--#include virtual="header.shtml" -->
+
+<h1>License</h1>
+<div id="PageMenu">
+ <span class="PageMenuTitle">On This Page:</span>
+ <a href="#copyright">Copyright</a> /
+ <a href="#license">License</a>
+</div>
+
+
+<a name="copyright"></a>
+<h2>Copyright</h2>
+<p>
+Copyright (c) 2007 Lattica, Inc. (see AUTHORS file for a complete list).
+</p>
+
+<a name="license"></a>
+<h2>License</h2>
+<p>
+SafeKeep is <a href="http://www.opensource.org">Open Source</a>, distributed under the terms of the
+<a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a> (GPL).
+</p>
+<p>
+As a backup application, SafeKeep is a key components of your infrastructure.
+We believe that infrastructure components should be open, especially when they
+safeguard such an important asset as your data.
+</p>
+<p>
+The GPL is a standard license designed to allow the use of SafeKeep in both open source
+and commercial environemnts, while quaranting you access to the source code. It places
+<em>no restrictions</em> on your other application's lincenses, and avoids the need for
+any sort of license management, no matter how and where your use the application.
+</p>
+<p>
+If you need to modify SafeKeep to adjust it to your own requirements, you are allowed
+to do so without the need to share those changes with others. However, if you want to
+redistribute your modifications, the GPL requires that you license them under the GPL
+terms so that others can benefit from them. This requirement ensures that all users of
+the software have access to any future improvements.
+</p>
+
+<!--#include virtual="footer.shtml" -->
Added: website/trunk/WebContent/motivation.shtml
===================================================================
--- website/trunk/WebContent/motivation.shtml (rev 0)
+++ website/trunk/WebContent/motivation.shtml 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,26 @@
+<!--#set var="title" value="SafeKeep Raison d'Etre" -->
+<!--#include virtual="header.shtml" -->
+
+<h1>Motivation</h1>
+<div id="PageMenu">
+ <span class="PageMenuTitle">On This Page:</span>
+ <a href="#intro">Introduction</a> /
+ <a href="#adhoc">What's wrong with ad-hoc scripts?</a>
+</div>
+
+<a name="intro"></a>
+<h2>Introduction</h2>
+
+<p>
+TODO
+</p>
+
+<a name="adhoc"></a>
+<h2>What's wrong with ad-hoc scripts?</h2>
+
+<p>
+TODO
+</p>
+
+
+<!--#include virtual="footer.shtml" -->
Added: website/trunk/WebContent/support.shtml
===================================================================
--- website/trunk/WebContent/support.shtml (rev 0)
+++ website/trunk/WebContent/support.shtml 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,53 @@
+<!--#set var="title" value="SafeKeep Support" -->
+<!--#include virtual="header.shtml" -->
+
+<h1>Support</h1>
+<div id="PageMenu">
+ <span class="PageMenuTitle">On This Page:</span>
+ <a href="#community">Community</a> /
+ <a href="#commercial">Commercial</a> /
+ <a href="#bugs">Bug Reporting</a>
+</div>
+
+<a name="community"></a>
+<h2>Community</h2>
+<p>
+SafeKeep has a variety of community and commercial support options available for users.
+Community support is offered on <a href="forums.shtml#ml">mailing lists</a>, and
+on <a href="forums.shtml#irc">IRC</a>. We prefer to keep the bulk of the support
+discussions on the mailing list rather then IRC, so that the information gets
+archived and indexed to benefit everybody.
+</p>
+
+<a name="commercial"></a>
+<h2>Commercial</h2>
+<p>
+Commercial support is also available from the company sponsoring
+the project, <a href="http://lattica.com">Lattica, Inc.</a>
+</p>
+<p>
+While we believe that the free community support should satisfy
+most people's needs, there are environments where time and
+service guarantees are important. Please email
+<a href="mail:sa...@la...">sa...@la...</a> for more
+information.
+</p>
+
+<a name="bugs"></a>
+<h2>Bug Reporting</h2>
+<p>
+If you've found a bug in SafeKeep, please submit all the relevant details to
+<a href="mailto:saf...@li...">saf...@li...</a>.
+Do not hesitate to provide as much detail as possible in your report. At a minimum,
+try to include the following:
+<ul>
+ <li>A detalied description of the problem</li>
+ <li>Instructions on how to replicate it, if possible</li>
+ <li>The version of SafeKeep you are using</li>
+ <li>The configuration files, if they don't contain confidential information</li>
+ <li>The operating system you are running SafeKeep on</li>
+</ul>
+
+</p>
+
+<!--#include virtual="footer.shtml" -->
Added: website/trunk/WebContent/theme/formatting.css
===================================================================
--- website/trunk/WebContent/theme/formatting.css (rev 0)
+++ website/trunk/WebContent/theme/formatting.css 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,218 @@
+/* Predefined XHTML Tags */
+body {
+ background: #fefefe;
+ color: #000000;
+ font-family: Arial, Lucida Grande, sans-serif;
+ font-size: 1em;
+ line-height: 1.25em;
+}
+h1 {
+ font-family: "trebuchet ms", tahoma, sans-serif;
+ color: #515351;
+ border-bottom: 1px solid #515351;
+ line-height: 1.2em;
+}
+h2 {
+ color: #515351;
+ font-size: 1.3em;
+}
+h3 {
+ color:#515351;
+ border-bottom: #515351 1px dashed;
+ font-size: 1.2em;
+}
+h4 {
+ color:#515351;
+ font-size: 1.1em;
+}
+p {
+ line-spacing: 0.2em;
+ line-height: 1.2em;
+}
+p, tr, td, ul, li {
+ font-size: 0.9em;
+}
+
+
+
+/*Custom ID tags*/
+#Header {margin-top: 30px;
+ background-color: #7b7da5;
+ border: 2px solid #6b6d8f;
+ color: #ffffff;
+}
+#HeaderTitle {
+ font-size: 3em;
+ font-weight: bold;
+ padding: 10px;
+}
+#HeaderTitleSub {
+ font-weight: bold;
+}
+#HeaderNavigation {
+ padding: 0.5em;
+ border: 2px solid #8386AF;
+ background-color: #9B9ECF;
+}
+#HeaderNavigation a {
+ border-right: 2px solid #39471c;
+ border-left: 2px solid #39471c;
+ color: #000000;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ padding-bottom: 0.2em;
+ text-decoration: none;
+}
+#HeaderNavigation a:hover {
+
+ border-bottom: 2px solid #39471c;
+}
+#Content{
+ background: #DDDDDD;
+ text-align: left;
+ border: 2px dashed #ccc;
+}
+#Footer {
+ padding: 0.5em;
+ font: sans-serif 0.9em;
+ color: #000;
+}
+
+
+/*Code Box Style*/
+
+pre {
+ padding: 0.5em;
+ border: 1pt solid #c0c0c0;
+ background: #F0ECE6;
+ white-space: pre;
+ /* begin css 3 or browser specific rules - do not remove!
+ see: http://forums.techguy.org/archive/index.php/t-249849.html */
+ white-space: pre-wrap;
+ word-wrap: break-word;
+ swhite-space: -moz-pre-wrap;
+ white-space: -pre-wrap;
+ white-space: -o-pre-wrap;
+ /* end css 3 or browser specific rules */
+}
+
+code {
+ white-space: pre;
+}
+
+/*Lists Styles*/
+ol, ul {
+ margin-left: 0;
+ padding-left: 1.5em;
+ list-style-position: inside;
+ }
+ol ol, ul ul {
+ padding-left: 2em;
+ }
+ol ol ol, ul ul ul {
+ padding-left: 2.5em;
+ }
+ul {
+ list-style-type: disc;
+ }
+ul ul {
+ list-style-type: circle;
+ }
+ul ul ul {
+ list-style-type: square;
+ }
+
+
+/*Side Menu*/
+div.menu {
+
+ width:100%;
+ padding: 0;
+ background-color: #9c9ece;
+ }
+div.menu a {
+ display: block;
+ margin: 0;
+ width: 100%;
+ padding: 0.5em;
+ color: #000000;
+ text-decoration: none;
+ }
+html>body div.menu a {
+ width: auto;
+ }
+div.menu a:hover {
+ color: white;
+ text-decoration: underline;
+ }
+.LeftContainerItem {
+ border-top: 2px solid #f5a626;
+ border-bottom: 2px solid #f5a626;
+ margin-bottom: 1em;
+ background-color: ##9B9ECF;
+}
+.LeftContainerItem img {
+ border: 0px solid black;
+ text-align: center;
+}
+.LeftContainerHeader {
+ border-bottom: 1px dashed #8386AF;
+ padding: 0.5em;
+ font-weight: bold;
+ background-color: #7b7da5;
+}
+
+/*Links, general*/
+a:link {
+ color: #4d55cf;
+ text-decoration: underline;
+}
+a:visited {
+ color:##4B8F47;
+ text-decoration: underline;
+}
+a:hover {
+ color:#000000;
+ text-decoration: none;
+}
+a:active {
+ color:#000000;
+ text-decoration: none;
+}
+
+#PageMenu {
+ margin-top: -1em;
+}
+
+.PageMenuTitle {
+ font-weight: bold;
+ color: #7b7da5;
+}
+
+.faq li {
+ font-weight: bold;
+}
+
+.answer {
+ padding: 0.5em 2em 1.5em 2em;
+ font-weight: normal;
+}
+
+.NewsBox {
+}
+
+.NewsBox hr {
+ margin: -1em 2em 0em 1.5em;
+ height: 1px;
+}
+
+.NewsBox blockquote {
+ margin-top: -0.2em;
+}
+
+.NewsTitle {
+ padding: 0em 2em 0em 2em;
+ font-size: 14px;
+ font-weight: bold;
+ color: black;
+}
Added: website/trunk/WebContent/theme/layout.css
===================================================================
--- website/trunk/WebContent/theme/layout.css (rev 0)
+++ website/trunk/WebContent/theme/layout.css 2007-01-11 23:29:30 UTC (rev 277)
@@ -0,0 +1,40 @@
+/* Predefined XHTML Tags */
+body {
+ padding: 0;
+ margin: 0;
+ text-align: center;
+ }
+
+/* ...
[truncated message content] |