From c23be3a67c98830e19cf6bceec09b3221f62d770 Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 4 Jun 2008 23:38:03 +0000 Subject: [PATCH] remove some obsolete remarks --- docs/scripting.xml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 5751e3a25..e59e07242 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -2991,21 +2991,7 @@ Nmap finished: 1 IP address (1 host up) scanned in 9.317 seconds Example Scripts - - - This section should probably provide 2–3 scripts - which show a diverse and interesting set of NSE features. Each - script should probably have its own sect2 containing a brief - description of the script and anything noteworthy about it, - followed by the script itself with annotations (lineannotation - tag) as you can see, for example, at - . - - - - - Finger-Test Script The finger script (finger.nse) is a perfect @@ -3214,19 +3200,6 @@ end Implementation - - - We don't need a dozen pages of low-level trivial - details, but it would be nice to have a few sections - describing notable aspects of the NSE implementation (maybe - things like how the parallelization algorithms work, how Lua - is embedded, performance related notes. Information which - might help script writers is particularly desirable. I tend - to think reasons for choosing Lua may be better suited to - , but it could be placed here - instead. - - Now how does all this work? The following section describes some interesting aspects of the NSE. While the focus primarily lies on