[Openvas-commits] r1303 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Sep 9 12:31:34 CEST 2008
Author: mwiegand
Date: 2008-09-09 12:31:23 +0200 (Tue, 09 Sep 2008)
New Revision: 1303
Modified:
trunk/doc/website/index.htm4
trunk/doc/website/integrated-tools.htm4
Log:
Added link to #openvas statistics, details to ovaldi-howto
Modified: trunk/doc/website/index.htm4
===================================================================
--- trunk/doc/website/index.htm4 2008-09-09 09:36:30 UTC (rev 1302)
+++ trunk/doc/website/index.htm4 2008-09-09 10:31:23 UTC (rev 1303)
@@ -121,7 +121,8 @@
sister project <a href="http://www.oftc.net/">OFTC</a>'s IRC servers which can
be found at <a href="irc://irc.oftc.net">irc.oftc.net</a> in the #openvas
channel. There is an <a href="http://www.linux.hr/openvas/archive/">archive
-of the IRC channel</a> as well.
+of the IRC channel</a> and <a href="http://www.linux.hr/openvas/stats/">some
+statistics on when people are active</a> available as well.
</p>
<p>
Modified: trunk/doc/website/integrated-tools.htm4
===================================================================
--- trunk/doc/website/integrated-tools.htm4 2008-09-09 09:36:30 UTC (rev 1302)
+++ trunk/doc/website/integrated-tools.htm4 2008-09-09 10:31:23 UTC (rev 1303)
@@ -94,7 +94,7 @@
<a href="using-slad.html">how to use SLAD with OpenVAS</a>.
</p>
-<h3>OVAL</h3>
+<h3>ovaldi (OVAL)</h3>
<p>
Homepage: <a href="http://oval.mitre.org/">OVAL website</a><br/>
@@ -108,19 +108,22 @@
<p>
Status (20080909): Proof-of-concept support for OVAL definitions is included in
-OpenVAS. If you want to use OVAL definitions, the following steps are
-neccessary:
+OpenVAS. Support for ovaldi was introduced in revision 1298; this revision is
+recommended for testing OVAL support. If you want to use OVAL definitions, the
+following steps are neccessary:
</p>
<ol>
<li>Download ovaldi (preferably from the
<a href="http://sourceforge.net/svn/?group_id=215469">ovaldi SVN repository</a>;
-revision 138 is recommend for best results with OpenVAS).</li>
+revision 138 is recommended for best results with OpenVAS).</li>
<li>Apply <a href="svndiff-ovaldi-rev138.patch">this patch</a> to the ovaldi
source.</li>
<li>Compile and install ovaldi.</li>
<li>Copy the desired OVAL definitions into your OpenVAS plugin directory; make
sure to change the file extension from .xml to .oval.</li>
+<li>Copy the OVAL schema definitions (the .xsd files in the "xml" subdirectory
+in your OVAL installation) into your OpenVAS plugin directory.</li>
<li>Restart your OpenVAS server; clients connecting to this server will now see
a new plugin family called "OVAL definitions" in the plugin selection
section.</li>
More information about the Openvas-commits
mailing list