Author: jan Date: 2007-07-19 11:49:08 +0200 (Thu, 19 Jul 2007) New Revision: 279
Modified: trunk/doc/website/openvas-client.htm4 trunk/doc/website/roadmap.htm4 trunk/doc/website/template_header.m4 Log: Updated roadmap and added information on the 0.9.0 release of OpenVAS-Client. Modified: trunk/doc/website/openvas-client.htm4 =================================================================== --- trunk/doc/website/openvas-client.htm4 2007-07-19 08:48:29 UTC (rev 278) +++ trunk/doc/website/openvas-client.htm4 2007-07-19 09:49:08 UTC (rev 279) @@ -26,9 +26,8 @@ PAGE_START -<h2>OpenVAS-Client</h2> +<h2>About OpenVAS-Client</h2> -<h3>About</h3> <p> OpenVAS-Client is a terminal and GUI client application for OpenVAS and Nessus. In fact @@ -53,5 +52,44 @@ and may be linked with OpenSSL. </p> +<h2>Installing OpenVAS-Client</h2> +<h3>Readily available installation package</h3> + +<p> +So far, there are no readily available installation +package for any operating system. +<p> + +<h3>Latest release</h3> + +<p> +The download link for the latest source code release can +be found in the "Download" box to the right. </p> + +<p> +Download the ".tar.gz" source code archive and unpack +with "tar -xzf openvas-client-N.N.N.tar.gz". Currently +it is easiest to work on a GNU/Linux system, but others +may work as well. +</p> + +<p> +Now read the file <a href="http://wald.intevation.org/plugins/scmsvn/viewcvs.php/trunk/openvas-client/README?root=openvas&view=markup">README</a> inside the new directory for next +steps. +</p> + +<h3>Most current state of development (directly from the source code management system)</h3> + +<p> +You need subversion to retrieve the code: +</p> + +<p> +$ svn checkout https://svn.wald.intevation.org/svn/openvas/trunk/openvas-client +</p> + +<p> +Change to the new directory and follow the instructions of the <a href="http://wald.intevation.org/plugins/scmsvn/viewcvs.php/trunk/openvas-client/README?root=openvas&view=markup">README</a> file. +</p> Modified: trunk/doc/website/roadmap.htm4 =================================================================== --- trunk/doc/website/roadmap.htm4 2007-07-19 08:48:29 UTC (rev 278) +++ trunk/doc/website/roadmap.htm4 2007-07-19 09:49:08 UTC (rev 279) @@ -33,9 +33,22 @@ planned roadmap for OpenVAS. <p> -<h3>Release 1.0 (ca. October 2007)</h3> +<h3>OpenVAS Release 0.9 (ca. August 2007)</h3> <p> +A first deveopment release for testing purposes. +</p> + +<h3>OpenVAS-Client Release 1.0 (ca. August 2007)</h3> + +<p> +The first stable release of the GUI client with some +enhanced features compared to NessusClient 1.X. +</p> + +<h3>OpenVAS Release 1.0 (ca. October 2007)</h3> + +<p> More or less same functionality as Nessus-2, but with OpenSSL replaced by GNU/TLS to resolve license conflict (OpenVAS 1.0 may then be distributed Modified: trunk/doc/website/template_header.m4 =================================================================== --- trunk/doc/website/template_header.m4 2007-07-19 08:48:29 UTC (rev 278) +++ trunk/doc/website/template_header.m4 2007-07-19 09:49:08 UTC (rev 279) @@ -94,7 +94,7 @@ <div class="box"> <h1>Download</h1> <p> - So far, no releases of OpenVAS have happened. Version 1.0 will be released + So far, no releases of OpenVAS Server have happened. Version 1.0 will be released after code cleanup is finished (see <a href="roadmap.html">Roadmap</a>). </p> @@ -102,6 +102,10 @@ However the source code is managed with Subversion and is available via the development platform. </p> + + <p> + <a href="http://wald.intevation.org/frs/?group_id=29&release_id=150">OpenVAS-Client 0.9.0</a> + </p> </div> </div> _______________________________________________ Openvas-commits mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-commits
