Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
piojo-zz committed May 1, 2012
1 parent f89d3e9 commit ea76ff2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ <h4>EasyBuild: building software with ease.</h4>

<ul>
<li>independently install multiple versions of a software package side-by-side</li>
<li>support multiple compilers and libraries for building a software package
<li>support multiple compilers and libraries for building a software package
and its dependencies</li>
<li>keep the package configuration simple</li>
<li>divert from the standard configure / make / make install with custom
procedures (which is often necessary for scientific packages)</li>
<li>use environment modules for dependency resolution and making the software
<li>use <a href="http://modules.sourceforge.net/">environment modules</a> for dependency resolution and making the software
available to users in a transparent way</li>
<li>keep record of the installation logs</li>
<li>keep track of installation configuration in version control</li>
Expand All @@ -52,7 +52,7 @@ <h4>EasyBuild: building software with ease.</h4>
<li>the generation of the module files to easily make the software available to users</li>
<li>the dependencies for installation are resolved using environment modules and can
be automatically installed using the robot feature</li>
<li>after the installation, the specification files can be sent to a repository for
<li>after the installation, the specification files can be sent to a repository for
archiving</li>
</ul><p>For more information on EasyBuild, see <a href="https://github.com/hpcugent/easybuild/wiki/Home">the documentation wiki on github</a>.</p>

Expand All @@ -63,7 +63,7 @@ <h2>REQUIREMENTS</h2>

<p>The <a href="http://gitorious.org/git-python">GitPython</a> Python module is recommended, especially when EasyBuild is being used from a git repository.</p>

<p>See <a href="https://github.com/hpcugent/easybuild/wiki/Dependencies">dependencies</a>for more information.</p>
<p>See <a href="https://github.com/hpcugent/easybuild/wiki/Dependencies">dependencies</a> for more information.</p>

<h2>QUICK DEMO FOR THE IMPATIENT</h2>

Expand Down Expand Up @@ -107,7 +107,7 @@ <h2>QUICK START</h2>
<p>To add support for a particular software package that requires a custom
installation procedure, you will need to<a href="https://github.com/hpcugent/easybuild/wiki/Development-guide"> implement an easyblock</a> that can be plugged into the EasyBuild framework.</p>

<p>A step-by-step guide to getting started with EasyBuild is provided on
<p>A step-by-step guide to getting started with EasyBuild is provided on
the <a href="https://github.com/hpcugent/easybuild/wiki/Step-by-step-guide">github wiki</a>.</p>

<h2>DISCLAIMER</h2>
Expand All @@ -126,6 +126,6 @@ <h2>LICENSE</h2>
<p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->

</body>
</html>

0 comments on commit ea76ff2

Please sign in to comment.