- Minor Web site fixes

This commit is contained in:
Serge Lamikhov-Center 2012-12-06 09:59:29 +02:00
parent abd8a42919
commit 099423c104

View File

@ -19,9 +19,9 @@
<div class="links"> <div class="links">
<h3>Links</h3> <h3>Links</h3>
<ul class="menu"> <ul class="menu">
<li><a href="http://sourceforge.net/projects/elfio/files/">Download</a> the source</li><br/> <li><a href="http://sourceforge.net/projects/elfio/files/">Download</a> the source
<li>Read the <a href="elfio.pdf">User's Guide</a></li><br/> distribution</li><br/>
<li>Read the <a href="html/index.html">API documentation</a></li><br/> <li>Read the <a href="elfio.pdf">Tutorial and User Manual</a></li><br/>
<li>Visit the <li>Visit the
<a href="http://sourceforge.net/projects/elfio/">SourceForge project page</a></li><br/> <a href="http://sourceforge.net/projects/elfio/">SourceForge project page</a></li><br/>
<li><a href="oldsite/index.htm">Old documentation</a> for outdated 1.0.3 version of the library</li><br/> <li><a href="oldsite/index.htm">Old documentation</a> for outdated 1.0.3 version of the library</li><br/>
@ -32,27 +32,26 @@
<div class="main"> <div class="main">
<p> <p>
<em>ELFIO</em> is a small, header only C++ library that provides a simple interface for <em>ELFIO</em> is a small, header-only C++ library that provides a simple interface for
reading and generating files in ELF binary format. reading and generating files in ELF binary format.
</p> </p>
<p> <p>
<em>ELFIO</em> library is independent and does not rely on any other additional projects. It is used as a standalone library - it is not dependant on any other product
It is also cross-platform - the library uses standard ANSI C++ constructions or project. Adhering to ISO C++, it compiles on a wide variety of architectures
and runs on wide variety of architectures. and compilers.
</p> </p>
<p> <p>
While the library's implementation does make your work much easier: basic While the library is easy to use, some basic knowledge of the ELF binary format
knowledge of the ELF binary format is required. Information about ELF is required. Such Information can easily be found on the Web.
binary format can be found widely on the web.
</p> </p>
<p> <p>
Current version of <em>ELFIO</em> library is 2.0 and it is distributed under Current version of <em>ELFIO</em> library is 2.0 and it is distributed under
<a href="http://www.opensource.org/licenses/MIT">MIT License</a> conditions. <a href="http://www.opensource.org/licenses/MIT">MIT License</a> conditions.
</p> </p>
<p> <p>
Note for users of previous library versions 1.0.x: Version 2.0 is not source Note for users of previous library versions 1.0.x: Version 2.x is not source
compatible to earlier versions. But, for many projects, transition to a new library compatible to earlier versions. Transition to the new library interface is
interface does not take more than several minutes. straightforward though.
</p> </p>
</div> </div>