Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
Clean up home page text a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Dec 27, 2011
1 parent b8d8898 commit a4dbbc6
Showing 1 changed file with 43 additions and 35 deletions.
78 changes: 43 additions & 35 deletions index.html
Expand Up @@ -8,7 +8,7 @@
<style type="text/css">
body {
margin-top: 1.0em;
background-color: #d8e4ee;
background-color: white;
font-family: Helvetica, Arial, FreeSans, san-serif;
color: #000000;
}
Expand All @@ -20,7 +20,7 @@
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #271b11; }
h3 { text-align: center; color: #271b11; }
h3 { color: #271b11; }
a { color: #271b11; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
Expand All @@ -35,54 +35,62 @@

<div id="container">

<div class="download">
<a href="https://github.com/nominolo/scion/zipball/master">
<img border="0" width="90" src="https://github.com/images/modules/download/zip.png"></a>
<a href="https://github.com/nominolo/scion/tarball/master">
<img border="0" width="90" src="https://github.com/images/modules/download/tar.png"></a>
</div>

<h1><a href="https://github.com/nominolo/scion">scion</a>
<span class="small">by <a href="https://github.com/nominolo">nominolo</a></span></h1>

<div class="description">
IDE library for Haskell based on the GHC API.
An IDE library for Haskell based on the GHC API.
</div>

<p>
The goal of Scion is to provide Haskell IDE functionality as a
Haskell library or service. Scion aims to be frontend agnostic,
so that we can have IDE like features for many different
editors. Scion comes with an Emacs frontend, but it is intended
that Scion be used as the backend for Vim plugins, Eclipse
plugins, or many other scriptable editors as well.
</p>

<p>Main Project Text</p>





<h2>Install</h2>
<p>Installation Instructions</p>



<h2>License</h2>
<p>License: BSD3</p>

<h2>Install</h2>
<p>
To install a release version of Scion, use <code>cabal-install</code>:
<pre>$ cabal update &amp;&amp; cabal install scion</pre>
</p>

<h2>License</h2>
<p>Scion is open source software licensed under the 3-clause BSD license.
See the <a href="https://raw.github.com/nominolo/scion/master/LICENSE">full
license text</a> for details.</p>

<h2>Authors</h2>
<p>Thomas Schilling (nominolo@googlemail.com)<br/><br/>Contributers:<br/><br/>Herbert Valerio Riedel (hvr@gnu.org)<br/>Mitsutoshi Aoe (maoe@foldr.in)<br/>Marc Weber (marco-oweber@gmx.de)<br/>Sudish Joseph (sudish@gmail.com)<br/>Thomas ten Cate (ttencate@gmail.com)<br/> </p>
<h2>Authors</h2>
<p>Thomas Schilling (nominolo@googlemail.com)</p>


<h3>Contributers</h3>
<p>
<ul>
<li>Herbert Valerio Riedel (hvr@gnu.org)</li>
<li>Mitsutoshi Aoe (maoe@foldr.in)</li>
<li>Marc Weber (marco-oweber@gmx.de)</li>
<li>Sudish Joseph (sudish@gmail.com)</li>
<li>Thomas ten Cate (ttencate@gmail.com)</li>
</ul>
</p>

<h2>Contact</h2>
<p>Thomas Schilling (nominolo@googlemail.com)<br/> </p>
<h2>Contact</h2>
<p>Please send a message to
the <a href="http://groups.google.com/group/scion-lib-devel">mailing
list</a> or
<a href="https://github.com/inbox/new">send a Github message</a> to "nominolo".</p>


<h2>Download</h2>
<p>
You can download this project in either
<a href="https://github.com/nominolo/scion/zipball/master">zip</a> or
<a href="https://github.com/nominolo/scion/tarball/master">tar formats.
To get the latest release version use <code>cabal-install</code>:
<pre>$ cabal update &amp;&amp; cabal install scion</pre>
If you want to look at the sources for that release, use:
<pre>$ cabal unpack scion</pre>
</p>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
<p>To get the latest development version clone the project
with <a href="http://git-scm.com">Git</a> by running:
<pre>$ git clone git://github.com/nominolo/scion</pre>
</p>

Expand Down

0 comments on commit a4dbbc6

Please sign in to comment.