summaryrefslogtreecommitdiffstats
path: root/Web/index.html
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-08-06 19:01:29 (GMT)
committerBrad King <brad.king@kitware.com>2001-08-06 19:01:29 (GMT)
commit1c15dd408efd6085f2db621bd2b1031b48e5ab12 (patch)
tree12c23350b3fd64c31ea191978cacad2fd6f9092d /Web/index.html
parent9cce8359001491aea51ce2effa817fdf5571c4d6 (diff)
downloadCMake-1c15dd408efd6085f2db621bd2b1031b48e5ab12.zip
CMake-1c15dd408efd6085f2db621bd2b1031b48e5ab12.tar.gz
CMake-1c15dd408efd6085f2db621bd2b1031b48e5ab12.tar.bz2
Removing Web directory from CMake. It is moving to a separate, parallel CVS module called "CMakeWeb"
Diffstat (limited to 'Web/index.html')
-rw-r--r--Web/index.html73
1 files changed, 0 insertions, 73 deletions
diff --git a/Web/index.html b/Web/index.html
deleted file mode 100644
index 15e7244..0000000
--- a/Web/index.html
+++ /dev/null
@@ -1,73 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<html>
-
-<!--#include virtual="/CMake/HTML/Head.html"-->
-
-<body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 text="black" link="#0000FF"
-vlink="#000000" alink="#000000">
-
-<!--#include virtual="/CMake/HTML/Table.html"-->
-
-<tr>
-<!--#include virtual="/CMake/HTML/SideBar.html"-->
-
- <td width="600" valign="top" bgcolor="#FFFFFF">
- <div align="left">
-<font size=5>Welcome</font> to CMake, the cross-platform, open-source make
-system. CMake is used to control the software compilation process using
-simple platform and compiler independent configuration files. CMake
-generates native makefiles and workspaces that can be used in the compiler
-environment of your choice. CMake is quite sophisticated: it is possible to
-support complex environments requiring system configuration, pre-processor
-generation, code generation, and template instantiation. Please go <a
-href="/CMake/HTML/About.html">here</a> to learn more about CMake.
-
-<P>
-CMake was developed by
-<a href="http://www.kitware.com">Kitware</a> as part of the
-<a href="http://public.kitware.com/Insight">NLM Insight Segmentation and
-Registration Toolkit</a> project.
-The <a href="http://www.asci.doe.gov/scs/views.htm">ASCI VIEWS project</a>
-also provided support in the context of their
-parallel computation environment. Other sponsors include the Insight,
-<a href="http://www.kitware.com/vtk.html">VTK</a>, and
-<a href="http://www.robots.ox.ac.uk/~vxl/">VXL</a>
-open source software communities.
-
-<p>
-The goals for CMake include the following:
-<ul>
- <li>Develop an open source, cross-platform tool to manage the build process,
- <li>Allow the use of native compilers and systems,
- <li>Simplify the build process,
- <li>Optionally provide a user-interface to manage the build system,
- <li>Create an extensible framework,
- <li>Grow a self-sustaining community of software users and developers.
-</ul>
-<p><center>
-<a href="http://www.nlm.nih.gov">
-<img align=center src=Art/nlm_logo.gif border=0></a>
-
-<a href="http://public.kitware.com/Insight">
-<img align=center src=Art/itkLogoSmallTransparentBackground.gif border=0></a>
-
-<a href="http://www.kitware.com">
-<img align=center src=Art/swooshSmall.gif border=0></a>
-
-<a href="http://www.acl.lanl.gov/">
-<img align=center src=Art/asci.gif border=0></a>
-
-</center>
-</div>
-</td>
-</tr>
-
-</table>
-
-</td>
-</tr>
-</table>
-
-</body>
-</html>