Index: src/site/site.xml
===================================================================
--- src/site/site.xml	(revision 345250)
+++ src/site/site.xml	(working copy)
@@ -29,6 +29,7 @@
       <item name="General Information" href="about.html"/>
       <item name="Faqs" href="faqs.html"/>
       <item name="Planned Features" href="planned-features.html"/>
+      <item name="Netbeans Module" href="netbeans-module.html"/>
       <item name="Change Log" href="change-log.html"/>
     </menu>
 
Index: src/site/apt/netbeans-module.apt
===================================================================
--- src/site/apt/netbeans-module.apt	(revision 0)
+++ src/site/apt/netbeans-module.apt	(revision 0)
@@ -0,0 +1,28 @@
+ ------
+ Netbeans IDE integration
+ ------
+ Milos Kleint
+ ------
+ January 05 2006
+
+Netbeans IDE Integration
+
+ Continuum integration servers can be accessed through XML-RPC directly from Netbeans IDE.
+{{{http://docs.codehaus.org/display/MEVENIDE/MevenideNetbeans2.0} The Netbeans IDE Continuum client}} is part
+of the Mevenide integration. 
+
+ In the first alpha version the features are:
+
+ * A configurable list of Continuum servers
+
+ * Shows a list of projects on the server, along with state and details about the project
+
+ * User can trigger a rebuild of the project
+ 
+ Features planned for future versions:
+
+ * Add projects to Continuum directly from the IDE
+
+ * Notifications about broken builds in Netbeans
+
+ * ..  Suggest more at Continuum or Mevenide bug tracking system.
\ No newline at end of file

