Initial commit
[keepassx] / src / res / docs / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html>
4 <head>
5         <title>KeePassX User Guide</title>
6 </head>
7 <body>
8         <a name="top" />
9         <h1>KeePassX User Guide</h1>
10         <p>For version 0.4.0.</p>
11
12         <a name="in_short" />
13         <h2>KeePassX project in short</h2>
14         <p>
15                 <a href="http://keepassx.org/">KeePassX</a> <img src="external.png" /> (KPX) 
16                 is a cross-platform password manager program. 
17                 It is mainly designed to be used on *nix platforms,
18                 such as Linux and Mac OS X.
19         </p>
20         <p>
21                 KeePassX currently uses same the database file
22                 format as the <a href="http://keepass.info/">KeePass</a> <img src="external.png" /> 
23                 1.x (Classic) password manager software for Windows.
24                 Although a Windows build for KPX exists, it is
25                 recommended to use the original KeePass on Windows, as
26                 it has more features and is more matured on the platform.
27         </p>
28         <p>
29                 Please note that KeePassX and KeePass are entirely 
30                 separate projects, maintained by two separate groups of people
31                 and consequently, share no common codebase.
32         </p>
33         <p>
34                 Thank you for using KeePassX!
35         </p>
36
37         <a name="installation" />
38         <h2>Program installation</h2>
39         <p>
40                 See the <a href="systemreq.html">system requirements</a> and 
41                 <a href="installation.html">installation procedures</a> for KeePassX.
42                 If you are viewing this documentation from already installed KeePassX
43                 program, you can safely skip this part.
44         </p>
45
46         <a name="quickstart" />
47         <h2>Quick-start Guide</h2>
48         <p>
49                 Master the <a href="quickstart.html">essential core 
50                 features of KeePassX</a> in minutes.
51         </p>
52 <!--
53         <a name="features" />
54         <h2>Features</h2>
55         <p>
56                 More detailed overview of the <a href="features.html">current 
57                 KeePassX features</a>.
58         </p>
59 -->
60         <a name="faq" />
61         <h2>Frequently Asked Questions</h2>
62         <p>
63                 See answers to the most <a href="faq.html">Frequently Asked Questions</a>.
64         </p>
65
66         <a name="support" />
67         <h2>Contact and Support</h2>
68         <p>
69                 If you have further questions or want to make suggestions 
70                 about the program, please visit
71                 <a href="http://www.keepassx.org/forum/">KeePassX forum</a> <img src="external.png" />.
72         </p>
73         
74 <!--
75         <a name="" />
76         <h2></h2>
77         <p>
78         
79         </p>
80 -->
81 </body> 
82 </html>