Skip to content

Commit ea76ff2

Browse files
committed
Fix typos.
1 parent f89d3e9 commit ea76ff2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ <h4>EasyBuild: building software with ease.</h4>
3434

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

@@ -63,7 +63,7 @@ <h2>REQUIREMENTS</h2>
6363

6464
<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>
6565

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

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

@@ -107,7 +107,7 @@ <h2>QUICK START</h2>
107107
<p>To add support for a particular software package that requires a custom
108108
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>
109109

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

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

0 commit comments

Comments
 (0)