Website: provide security contact information
[openxpki.git] / www.openxpki.org / trunk / htdocs / resources / index.html
blob5d39f468d414c3bd7cd93781b8420eb64957b110
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4 <head>
5 <title>OpenXPKI Project - Resources</title>
6 <link rel="stylesheet" title="default" href="../css/openxpki.css" type="text/css" />
7 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10 </head>
11 <body>
12 <div id="page">
14 <div id="header">
15 <a href="..">
16 <img src="../images/openxpki_logo.png"
17 alt="OpenXPKI Project"/>
18 </a>
20 </div> <!-- header -->
22 <div id="navi">
23 <div class="menu">
24 <div class="menu_item"><a href="..">Home</a></div>
25 <div class="menu_item"><a href="../secadvs/index.html">Security Advisories</a></div>
26 <div class="menu_item"><a href="../news/index.html">News</a></div>
27 <div class="menu_item"><a href="../docs/index.html">Documentation</a></div>
28 <div class="menu_item"><a href="../support/index.html">Support</a></div>
29 <div class="menu_item"><a href="../download/index.html">Download</a></div>
30 <div class="menu_item"><a href="http://wiki.openxpki.org">Wiki</a></div>
31 <div class="menu_item"><a href="index.html">Resources</a></div>
32 <div class="menu_sub_item"><a href="wwwmirrors.html">WWW Mirrors</a></div>
33 <div class="menu_item"><a href="../foundation/index.html">Foundation</a></div>
34 <div class="menu_item"><a href="../legacy/index.html">OpenCA Support</a></div>
35 <div class="w3c">
36 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=150124&amp;type=1" width="88" height="31" alt="SourceForge.net Logo" /></a>
37 </div>
38 <div class="w3c">
39 <a href="http://validator.w3.org/check?uri=http://www.openxpki.org/resources/index.html"><img class="noborder" src="../images/valid-xhtml10.png" alt="Valid XHTML 1.0!" height="31" width="88" /></a>
40 </div>
41 <div class="w3c">
42 <a href="http://www.masonhq.com/"><img class="noborder" src="../images/built-with-white1.png" alt="Built with Mason" height="31" width="88" /></a>
43 </div>
46 </div> <!-- menu -->
47 </div> <!-- navi -->
49 <div id="content">
51 <h2>Resources</h2>
52 <a href="http://sourceforge.net/">
53 <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=150124"
54 width="125" height="37" alt="SourceForge.net Logo"/>
55 </a>
56 <p>OpenXPKI is hosted on SourceForge.net and uses its services
57 for communication and project management.</p>
58 <ul>
59 <li><a href="http://sf.net/projects/openxpki/">
60 OpenXPKI at SourceForge</a></li>
61 <li><a href="http://sf.net/mail/?group_id=150124">
62 Mailing Lists</a></li>
63 <li><a href="http://sf.net/tracker/?group_id=150124">
64 Tracking system:</a>
65 <ul>
66 <li>Bugs</li>
67 <li>Support Requests</li>
68 <li>Patches</li>
69 <li>Feature Requests</li>
70 </ul>
71 </li>
72 <li><a href="http://sf.net/svn/?group_id=150124">
73 Subversion (SVN) Version Control System</a>. Main SVN repository of the OpenXPKI source code.</li>
74 <li><a href="http://openxpki.svn.sf.net/viewvc/openxpki/">
75 ViewVC</a>. Web viewer of the OpenXPKI's SVN repository.
76 Hosts at SourceForge. Updates with each commit.</li>
77 <li><a href="http://www7.openxpki.org/svn/openxpki">
78 WebSVN</a>. Another web viewer of the OpenXPKI's SVN repository.
79 With RSS feed. Hosts at www7. Updates every 10 min.</li>
80 </ul>
81 <h2>Source code repository structure</h2>
82 <p>
83 OpenXPKI uses Subversion as its main revision control system.
84 The primary repository is hosted at SourceForge, containing
85 releases as well as bleeding edge development code.
86 The directory structure is layed out as follows:</p>
87 <dl>
88 <dt class="sourcecode">/trunk/</dt>
89 <dd><dl>
90 <dt class="sourcecode">perl-modules/core/trunk/</dt>
91 <dd>Server Core modules</dd>
92 <dt class="sourcecode">clients/perl/</dt>
93 <dd><dl>
94 <dt class="sourcecode">OpenXPKI-Client/</dt>
95 <dd>Base class for perl-based clients</dd>
96 <dt class="sourcecode">OpenXPKI-Client-HTML-Mason/</dt>
97 <dd>Web interface to a locally running OpenXPKI daemon</dd>
98 <dt class="sourcecode">OpenXPKI-Client-SCEP/</dt>
99 <dd>SCEP interface</dd>
100 </dl></dd>
101 <dt class="sourcecode">deployment/</dt>
102 <dd>Deployment tools</dd>
103 <dt class="sourcecode">i18n/</dt>
104 <dd>Internationalization of the user interface</dd>
105 <dt class="sourcecode">package/</dt>
106 <dd><dl>
107 <dt class="sourcecode">debian/</dt>
108 <dd>Tools to build fresh Debian Linux package</dd>
109 <dt class="sourcecode">freebsd/</dt>
110 <dd>FreeBSD ports and tools to update them</dd>
111 <dt class="sourcecode">suse/</dt>
112 <dd>SuSE package creation tools</dd>
113 </dl></dd>
114 </dl></dd>
115 <dt class="sourcecode">/www.openxpki.org/trunk/</dt>
116 <dd><dl>
117 <dt class="sourcecode">src/</dt>
118 <dd>Web site source code</dd>
119 <dt class="sourcecode">htdocs/</dt>
120 <dd>Static HTML generated from the source code (can directly be
121 published by a web server)</dd>
122 <dt class="sourcecode">update_www_openxpki_org</dt>
123 <dd>A script to update the web servers</dd>
124 </dl></dd>
125 </dl>
128 <h2>Web Site Mirrors</h2>
130 This web site is mirrored on several web servers across the world.
131 You can find a
132 <a href="wwwmirrors.html">
133 list of WWW Mirrors here
134 </a>.
135 </p>
136 <h2>Wiki</h2>
138 We also have a <a href="http://wiki.openxpki.org">Wiki</a> (hosted on www4), where the documentation effort takes place and everyone can contribute their knowledge.
139 </p>
140 </div> <!-- content -->
142 <div id="footer">
143 Last modified by alech on Thu Aug 14 13:16:08 UTC 2008
144 (based on rev. 1315). &copy; 2005 - 2007 OpenXPKI Foundation
147 </div> <!-- footer -->
149 </div> <!-- page -->
150 </body>
151 </html>