Commit a6a90550 authored by Davis King's avatar Davis King

Improved the main page

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403564
parent d6a3b848
...@@ -11,16 +11,11 @@ ...@@ -11,16 +11,11 @@
<p> <p>
<web>Welcome to the dlib C++ library homepage. </web>
<chm>Welcome to the dlib C++ library documentation.</chm>
Dlib is a modern C++ library with a focus on portability Dlib is a general purpose cross-platform C++ library designed using contract programming
and program correctness. It strives to be easy to use right and hard to use wrong. and modern C++ techniques.
Thus, it comes with extensive documentation and thorough debugging modes.
</p>
<p> It is open source software and licensed
The library is open source software and is licensed
under the <a href="license.html">Boost Software License</a>. under the <a href="license.html">Boost Software License</a>.
The <a href="intro.html">introduction</a> contains everything you need to know to get The <a href="intro.html">introduction</a> contains everything you need to know to get
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<p> <p>
Dlib is a cross platform open source software library written in the C++ programming Dlib is a cross-platform open source software library written in the C++ programming
language. Its design is heavily influenced by ideas from design by contract and component-based language. Its design is heavily influenced by ideas from design by contract and component-based
software engineering. This means it is, first and foremost, a collection of independent software engineering. This means it is, first and foremost, a collection of independent
software components, each accompanied by extensive documentation and thorough debugging modes. software components, each accompanied by extensive documentation and thorough debugging modes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment