diff --git a/Web/HTML/About.html b/Web/HTML/About.html
index e05abfef6..fd929f057 100644
--- a/Web/HTML/About.html
+++ b/Web/HTML/About.html
@@ -63,30 +63,6 @@ vlink="#000000" alink="#000000">
examples page to see more
details.
-
A Summary Of Features
- CMake has several powerful features. These include:
-
- - Supports complex, large build environments. CMake has been
- proven in several large projects.
-
- Generates native build files (e.g., makefiles on Unix;
- workspaces/projects on MS Visual C++). Therefore standard
- tools can be used on any platform/compiler configuration.
-
- Has powerful commands include the ability to locate
- include files, libraries, executables; include external
- CMake files that encapsulate standard functionality;
- interfaces to testing systems; supports recursive
- directory traversal with variable inheritance; can run
- external programs; supports conditional builds; supports
- regular expression expansion; and so on.
-
- Supports in-place and out-of-place builds. Multiple
- compilation trees are possible from a single source tree.
-
- Can be easily extended to add new features.
-
- CMake is open source.
-
- CMake operates with a cache designed to be interfaced with
- a graphical editor. The cache provides optional interaction
- to conditionally control the build process.
-
-
The Origins of CMake
CMake was created in response to the need
for a powerful, cross-platform build environment for the Insight
Segmentation and Registration Toolkit (ITK) funded by NLM as part of the
diff --git a/Web/HTML/Features.html b/Web/HTML/Features.html
new file mode 100644
index 000000000..cd860058c
--- /dev/null
+++ b/Web/HTML/Features.html
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ A Summary Of Features CMake is an extensible,
+ open-source system thathas several powerful features. These include:
+
+ - Supports complex, large build environments. CMake has been
+ proven in several large projects.
+ - Generates native build files (e.g., makefiles on Unix;
+ workspaces/projects on MS Visual C++). Therefore standard
+ tools can be used on any platform/compiler configuration.
+ - Has powerful commands include the ability to locate
+ include files, libraries, executables; include external
+ CMake files that encapsulate standard functionality;
+ interfaces to testing systems; supports recursive
+ directory traversal with variable inheritance; can run
+ external programs; supports conditional builds; supports
+ regular expression expansion; and so on.
+ - Supports in-place and out-of-place builds. Multiple
+ compilation trees are possible from a single source tree.
+ - Can be easily extended to add new features.
+ - CMake is open source.
+ - CMake operates with a cache designed to be interfaced with
+ a graphical editor. The cache provides optional interaction
+ to conditionally control the build process.
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Web/HTML/SideBar.html b/Web/HTML/SideBar.html
index 12acb5216..ff077c589 100644
--- a/Web/HTML/SideBar.html
+++ b/Web/HTML/SideBar.html
@@ -2,6 +2,7 @@
background="/CMake/Art/SideBar.jpg">
Home
About
+ Features
Sponsors
Download
Install