diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 4487471b95..4802c9e6de 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -22,10 +22,40 @@
Supported Platforms
-x86 Linux Simulation. Fully functional.
-ARM7 (TI C5471). In progress -- my board is dead at the moment
-8051. In progress
-Freescale M68. Next in the queue
+
+- x86 Linux Simulation. Fully functional.
+- TI TMS320C5471 (also called TMS320DM180).
+ NuttX operates on the ARM7 of this dual core processor.
+ This port uses the Spectrum Digital
+ evaluation board with a GNU arm-elf toolchain*.
+ This port is in progress and partially functional (However,
+ my board is dead at the moment so it will be awhile before I fix it)
+- 8051 Microcontroller.
+ This port uses the PJRC 87C52 development system
+ and the SDCC toolchain.
+ This port will require a few more weeks before it is ready for time prime.
+- Motorola (Freescale) MC68HC908GP32 Microcontroller.
+ Using the Axiom CMS8GP32 development board.
+ This is next in the queue.
Other ports.
+ I also have partial ports for the TI TMS320DM270 and for MIPS.
+
+
+* A highly modified buildroot
+is available that be used to build a NuttX-compatible arm-elf toolchain.
+
+Memory Footprint
+
+To be provided
+
+Licensing
+
+NuttX is available under the highly permissive
+ BSD license.
+ Other than some fine print that you agree to respect my copyright
+ you should feel absolutely free to use NuttX in any environment and
+ without any concern for jeopardizing any proprietary software that
+ you may link with it.
Other Documentation
diff --git a/Documentation/NuttXBanner.html b/Documentation/NuttXBanner.html
index fa49d7db7f..42a6018d63 100644
--- a/Documentation/NuttXBanner.html
+++ b/Documentation/NuttXBanner.html
@@ -1,6 +1,6 @@
-XFLAT Banner
+NuttX Banner
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index 9898b7b1a2..1065d00977 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -1,11 +1,11 @@
-Nuttx Porting Manual
+NuttX Porting Manual
-
+
Under Construction
diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html
index 8396651c66..6894d84608 100644
--- a/Documentation/NuttxUserGuide.html
+++ b/Documentation/NuttxUserGuide.html
@@ -1,11 +1,16 @@
-Nuttx Users Manual
+NuttX Users Manual
-
+
+
+
+Under Construction
+
+
Nuttx Operating System
diff --git a/Documentation/index.html b/Documentation/index.html
index 8404c7f5f5..7320bb5aa4 100644
--- a/Documentation/index.html
+++ b/Documentation/index.html
@@ -1,6 +1,6 @@
-eXtended FLAT
+NuttX