[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openvas-cvs
Subject:    [Openvas-commits] r30068 - trunk/doc/website
From:       scm-commit () wald ! intevation ! org
Date:       2018-03-13 7:27:12
Message-ID: 20180313072712.4F1299A12EB2 () wald ! intevation ! org
[Download RAW message or body]

Author: jan
Date: 2018-03-13 08:27:12 +0100 (Tue, 13 Mar 2018)
New Revision: 30068

Modified:
   trunk/doc/website/install-source-de.htm4
   trunk/doc/website/install-source.htm4
Log:
Updated source code installation page: Condensed content,
link github instead of wald.


Modified: trunk/doc/website/install-source-de.htm4
===================================================================
--- trunk/doc/website/install-source-de.htm4	2018-03-12 09:57:02 UTC (rev 30067)
+++ trunk/doc/website/install-source-de.htm4	2018-03-13 07:27:12 UTC (rev 30068)
@@ -10,7 +10,7 @@
 m4_dnl Andre Heinecke <aheinecke@intevation.de>
 m4_dnl
 m4_dnl Copyright:
-m4_dnl Copyright (C) 2010-2017 Greenbone Networks GmbH
+m4_dnl Copyright (C) 2010-2018 Greenbone Networks GmbH
 m4_dnl
 m4_dnl This program is free software; you can redistribute it and/or
 m4_dnl modify it under the terms of the GNU General Public License
@@ -50,21 +50,13 @@
 
 <p>
 <b>
-Nach der Installation von OpenVAS aus dem Quelltext heraus empfehlen wir
-dringend, dass Sie die Routine zum Überprüfen
-Ihrer Installation von OpenVAS nach der Installation durchführen.<br/>
-Siehe: <a href="setup-and-start-de.html">Konfiguration und Start</a>
+Nach der Installation aus dem Quelltext heraus empfehlen wir
+dringend, dass Sie die diese Prüf-Routine durchführen:<br/>
+<a href="setup-and-start-de.html">Konfiguration und Start</a>
 </b>
 </p>
 
 <h2>Download der aktuellsten Quelltexte</h2>
- <i>Ältere Versionen und Prüfsummen finden Sie bei den
-  <a href=http://wald.intevation.org/frs/?group_id=29>OpenVAS Dateien</a>.
- </i>
- <i>GVM-Tools wird über Bitbucket.org zur Verfügung gestellt, andere Versionen finden Sie auf der
-  <a href="https://bitbucket.org/greenbone/gvm-tools/downloads/?tab=tags">Download-Seite</a>
-  des Projekts.
- </i>
  <table class="dl_table" style="width:100%">
    <tr>
     <th>OpenVAS-8</th>
@@ -319,24 +311,15 @@
 <h2>Installieren aus dem Quelltext Repository</h2>
 
 <p>
-Die OpenVAS Quellen werden in einem Subversion ("SVN") Repository
-verwaltet. Siehe
-<a href="http://wald.intevation.org/scm/?group_id=29">Subversion
-Zugriff</a>.
+Die Quellen werden hier verwaltet:
+<a href="https://github.com/greenbone/">github.com/greenbone/</a>.
 </p>
 
 <p>
-Bitte beachten Sie das ein vollständiger Checkout von OpenVAS
-mehr Module enthält als Sie tatsächlich zum bauen benötigen.
-Bauen und Installieren Sie einfach die Pakete so als würden Sie
-Sie von den Quellpaketen aus installieren.
-</p>
-
-<p>
 Der Hauptunterschied zwischen den Quellpaketen und dem
 Quelltext im Repository ist die Tatsache das der Quelltext im Repository
-neuer und weiter ist. Jedoch kann dieser Code auch Fehler
-enthalten oder unter Umständen nicht kompilieren.
+neuer und weiter ist. Jedoch ist dieser Code weniger getestet
+und kann unerwartetes Verhalten zeigen.
 </p>
 
 <p>

Modified: trunk/doc/website/install-source.htm4
===================================================================
--- trunk/doc/website/install-source.htm4	2018-03-12 09:57:02 UTC (rev 30067)
+++ trunk/doc/website/install-source.htm4	2018-03-13 07:27:12 UTC (rev 30068)
@@ -9,7 +9,7 @@
 m4_dnl Jan-Oliver Wagner <jan-oliver.wagner@greenbone.net>
 m4_dnl
 m4_dnl Copyright:
-m4_dnl Copyright (C) 2010-2017 Greenbone Networks GmbH
+m4_dnl Copyright (C) 2010-2018 Greenbone Networks GmbH
 m4_dnl
 m4_dnl This program is free software; you can redistribute it and/or
 m4_dnl modify it under the terms of the GNU General Public License
@@ -44,26 +44,19 @@
 <p>
 Both procedures, building from source code release and
 building from source code repository follow common
-ways OpenVAS shares with many other Free Software products.
+ways of many other Free Software products.
 </p>
 
 <p>
 <b>
-After you installed OpenVAS from Source Code, we highly recommend to run
-the check routine we provide for OpenVAS:
+After you installed from Source Code, we highly recommend to run
+the check routine:
 <a href="setup-and-start.html">Setup and start OpenVAS</a>
 </b>
 </p>
 
 
 <h2>Download latest Source Code</h2>
- <i>For other versions and checksums see the
-  <a href=http://wald.intevation.org/frs/?group_id=29>OpenVAS files section</a>.
- </i><br/>
- <i>GVM-Tools is hosted on Bitbucket.org, see the
-  <a href="https://bitbucket.org/greenbone/gvm-tools/downloads/?tab=tags">Downloads page</a>
-  of the project for other versions.
- </i>
  <table class="dl_table" style="width:100%">
    <tr>
     <th>OpenVAS-8</th>
@@ -314,29 +307,20 @@
 <h2>Install Source Code from Repository</h2>
 
 <p>
-The OpenVAS source codes are managed in a
-Subversion ("SVN") Repository. See the
-<a href="http://wald.intevation.org/scm/?group_id=29">overview
-on how to access OpenVAS SVN Repository</a>.
+The source codes are managed at
+<a href="https://github.com/greenbone/">github.com/greenbone/</a>.
 </p>
 
 <p>
-Note that a full check out of the repository will include
-more modules than you actually need to build. Just build and install
-the packages as you would do based on the source code releases.
-</p>
-
-<p>
 The major difference compared to the source code releases is
-that the code in the repository on the one hand
+that the code in the repositories on the one hand
 represents a more advanced state and on the other hand
-may contain bugs or even may not compile properly.
+was not tested and may show unexpected behaviour.
 </p>
 
 <p>
-If you have trouble building OpenVAS from source code
-repository or get involved in the actual development,
-you are welcome to join the <a
+If you have trouble building from source code repositories or if you 
+want to get involved in the actual development, you are welcome to join the <a
 href="http://lists.wald.intevation.org/mailman/listinfo/openvas-devel">openvas
 developers mailing list</a>.
 </p>



_______________________________________________
Openvas-commits mailing list
Openvas-commits@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-commits

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic