[Openvas-commits] r11972 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 3 12:51:35 CET 2011
Author: hdoreau
Date: 2011-11-03 12:51:34 +0100 (Thu, 03 Nov 2011)
New Revision: 11972
Modified:
trunk/doc/website/openvas-cr-56.htm4
Log:
Added implementation guidelines for CR56.
Modified: trunk/doc/website/openvas-cr-56.htm4
===================================================================
--- trunk/doc/website/openvas-cr-56.htm4 2011-11-03 11:22:48 UTC (rev 11971)
+++ trunk/doc/website/openvas-cr-56.htm4 2011-11-03 11:51:34 UTC (rev 11972)
@@ -140,6 +140,26 @@
</p>
<p>
+For new scripts, the creation date can be generated using the
+<code>date</code> command:<br/>
+<code>date +"%F %T %z (%a, %d %b %Y)"</code>
+</p>
+
+<p>
+The last modification date and the last revision number can be set
+automatically by SVN. The following fields must be provided as is:<br/>
+<code>
+script_version("$Revision$");<br/>
+script_tag(name:"last_modification", value:"$Date$");
+</code>
+</p>
+
+<p>
+With the SVN keywords "Revision" and "Date" set for new scripts:<br/>
+<code>svn propset svn:keywords 'Revision Date' <filename></code>
+</p>
+
+<p>
Removal of "Risk factor" from description:
This should be possible
mostly automatically by text pattern matching. It should be taken
@@ -149,6 +169,9 @@
<h3>History</h3>
<ul>
+ <li> 2011-11-03 Henri Doreau <henri.doreau at greenbone dot net>:<br/>
+ Added implementation details.
+ </li>
<li> 2011-10-31 Henri Doreau <henri.doreau at greenbone dot net>:<br/>
Updated status.
</li>
More information about the Openvas-commits
mailing list