Index: /trunk/docs/nse_facilitator/nse_facilitator.xml
===================================================================
--- /trunk/docs/nse_facilitator/nse_facilitator.xml (revision 616)
+++ /trunk/docs/nse_facilitator/nse_facilitator.xml (revision 616)
@@ -0,0 +1,29 @@
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook v4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+
+<article>
+  <artheader>
+    <title>NSE Fasilitator</title>
+    <author>
+      <firstname>Maxim</firstname>
+      <surname>Gavrilov</surname>
+      <copyright>
+	<year>2007</year>
+	<holder>Adriano Monteiro Marques</holder>
+      </copyright>
+    </author>
+  </artheader>
+
+  <section>
+    <title>Introduction</title>
+
+    <para>
+      The idea of the NSE facilitator is to provide a better integration of 
+      <application>Umit</application>, <application>Nmap</application> and 
+      <application>NSE</application> in such a way that even a newbie could easilly run 
+      and share scripts with a few clicks, instead of finding them in the web, 
+      downloading, reading documentation to know how to use it with Nmap and 
+      running a long command to be able to use it.
+    </para>
+  </section>
+</article>
Index: /trunk/docs/Makefile
===================================================================
--- /trunk/docs/Makefile (revision 476)
+++ /trunk/docs/Makefile (revision 616)
@@ -29,4 +29,9 @@
 	  profile_editor/profile_editor.xml
 
+	# NSE facilitator
+	xsltproc --output nse_facilitator.html \
+	  /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl \
+	  nse_facilitator/nse_facilitator.xml
+
 	# Scanning article
 	xsltproc --output scanning.html \
