[Openvas-commits] r5375 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 5 15:53:33 CEST 2009
Author: jan
Date: 2009-10-05 15:53:32 +0200 (Mon, 05 Oct 2009)
New Revision: 5375
Modified:
trunk/doc/website/openvas-server.htm4
trunk/doc/website/template_header.m4
Log:
Updating website with some hints/consideration of the 3.0 Beta.
Modified: trunk/doc/website/openvas-server.htm4
===================================================================
--- trunk/doc/website/openvas-server.htm4 2009-10-05 13:29:49 UTC (rev 5374)
+++ trunk/doc/website/openvas-server.htm4 2009-10-05 13:53:32 UTC (rev 5375)
@@ -6,10 +6,10 @@
m4_dnl Description: Overview on OpenVAS-Server Software
m4_dnl
m4_dnl Authors:
-m4_dnl Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+m4_dnl Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
m4_dnl
m4_dnl Copyright:
-m4_dnl Copyright (C) 2007, 2008 Intevation GmbH
+m4_dnl Copyright (C) 2007, 2008, 2009 Greenbone Networks GmbH
m4_dnl
m4_dnl This program is free software; you can redistribute it and/or modify
m4_dnl it under the terms of the GNU General Public License version 2,
@@ -39,11 +39,18 @@
</p>
<p>
-The server consists of 4 modules: openvas-libraries, openvas-libnasl, openvas-server
+<b>Release 2.0:</b> The server consists of 4 modules: openvas-libraries, openvas-libnasl, openvas-server
and openvas-plugins. All need to be installed for a fully functional server.
</p>
<p>
+<b>Release 3.0 (Beta status!):</b> The former "OpenVAS server" is now called the "OpenVAS Scanner" and
+consists of 2 modules: openvas-libraries and openvas-scanner. The scanner is accompanied by the
+optional servers "OpenVAS Manager" (module openvas-manager) and "OpenVAS Administrator" (module
+openvas-administrator).
+</p>
+
+<p>
OpenVAS-Server is a forked development of Nessus 2.2. The fork happened
because Nessus 3 changed to a proprietary license model.
Nessus 2.2.x development stopped for third party contributors.
@@ -72,7 +79,7 @@
mailing list</a> and ask for support there.
</p>
-<h3>Readily available installation packages</h3>
+<h3>Readily available installation packages (Version 2.0.x)</h3>
<p>
Please note: OpenVAS 2 series was released recently and may not yet be
@@ -335,7 +342,7 @@
http://www.freshports.org</a>.
</p>
-<h3>Latest source code release</h3>
+<h3>Latest source code release (Version 2.0.x)</h3>
<p>
The download link for the latest source code release can
@@ -370,7 +377,7 @@
Repeat for each module and read the corresponding INSTALL or README files.
</p>
-<h3>Most current state of development (directly from the source code management system)</h3>
+<h3>Most current state of development (directly from the source code management system) (Version 2.0.x)</h3>
<p>
You need subversion to retrieve the code.
@@ -378,13 +385,51 @@
<p>
<code>
+$ svn checkout https://svn.wald.intevation.org/svn/openvas/branches/openvas-libraries-2-0<br>
+$ svn checkout https://svn.wald.intevation.org/svn/openvas/branches/openvas-libnasl-2-0<br>
+$ svn checkout https://svn.wald.intevation.org/svn/openvas/branches/openvas-server-2-0<br>
+$ svn checkout https://svn.wald.intevation.org/svn/openvas/trunk/openvas-plugins<br>
+</code>
+</p>
+
+<p>
+Now read the file <a href="http://wald.intevation.org/plugins/scmsvn/viewcvs.php/branches/openvas-libraries-2-0/INSTALL_README?root=openvas&view=markup">INSTALL_README</a>
+inside the directory "openvas-libraries" for the next steps.
+</p>
+
+<p>
+Do the same openvas-server module and read the corresponding INSTALL or README files.
+</p>
+
+<p>
+Note for the SVN build: Although the OpenVAS team is committed to maintaining high code quality, please
+be aware that you are using a development state that may be incomplete and
+unstable and should not be used in production environments.
+</p>
+
+<h3>Most current state of development (directly from the source code management system) (Version 3.0.x)</h3>
+
+<p>
+You need subversion to retrieve the code.
+</p>
+
+<p>
+<code>
$ svn checkout https://svn.wald.intevation.org/svn/openvas/trunk/openvas-libraries<br>
-$ svn checkout https://svn.wald.intevation.org/svn/openvas/trunk/openvas-server<br>
+$ svn checkout https://svn.wald.intevation.org/svn/openvas/trunk/openvas-scanner<br>
</code>
</p>
+<p>Optional:</p>
+
<p>
-Now read the file <a href="http://wald.intevation.org/plugins/scmsvn/viewcvs.php/trunk/openvas-libraries/INSTALL_README?root=openvas&view=markup">INSTALL_README</a>
+<code>
+$ svn checkout https://svn.wald.intevation.org/svn/openvas/trunk/openvas-manager<br>
+$ svn checkout https://svn.wald.intevation.org/svn/openvas/trunk/openvas-administrator<br>
+</code>
+</p>
+
+Now read the file <a href="http://wald.intevation.org/plugins/scmsvn/viewcvs.php/branches/openvas-libraries-2-0/INSTALL_README?root=openvas&view=markup">INSTALL_README</a>
inside the directory "openvas-libraries" for the next steps.
</p>
Modified: trunk/doc/website/template_header.m4
===================================================================
--- trunk/doc/website/template_header.m4 2009-10-05 13:29:49 UTC (rev 5374)
+++ trunk/doc/website/template_header.m4 2009-10-05 13:53:32 UTC (rev 5375)
@@ -175,6 +175,14 @@
<a href="http://wald.intevation.org/frs/download.php/557/openvas-compendium-1.0.1.de.pdf">PDF (de)</a><br>
</p>
+ <p>
+ <b>OpenVAS 3.0 BETA:</b><br>
+ <a href="http://wald.intevation.org/frs/?group_id=29&release_id=286">-libraries 3.0.0-beta2</a><br>
+ <a href="http://wald.intevation.org/frs/?group_id=29&release_id=287">-scanner 3.0.0-beta2</a><br>
+ <a href="http://wald.intevation.org/frs/?group_id=29&release_id=291">-client 3.0.0-beta1</a><br>
+ Optional:<br>
+ <a href="http://wald.intevation.org/frs/?group_id=29&release_id=292">-manager 0.9.0</a><br>
+ <a href="http://wald.intevation.org/frs/?group_id=29&release_id=290">-administrator 0.2.0</a><br>
</div>
<div class="box">
More information about the Openvas-commits
mailing list