summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2013-01-21 01:45:28 -0500
committerAustin Ziegler <austin@zieglers.ca>2013-01-21 01:45:28 -0500
commitbdd6be06451310d5a33ae38afbad655fd6737169 (patch)
tree20b05eb07588ae309ae351994983a360d473a906
parentee8fccabf257c15a32ff18b2dd41c4703acc0d40 (diff)
downloaddiff-lcs-bdd6be06451310d5a33ae38afbad655fd6737169.tar.gz
Updated the look and a bit of text.
-rw-r--r--index.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/index.html b/index.html
index f45c8da..2244c3e 100644
--- a/index.html
+++ b/index.html
@@ -8,20 +8,20 @@
<style type="text/css">
body {
margin-top: 1.0em;
- background-color: #b4ef38;
+ background-color: #242438;
font-family: Helvetica, Arial, FreeSans, san-serif;
- color: #000000;
+ color: #777;
}
#container {
margin: 0 auto;
width: 700px;
}
- h1 { font-size: 3.8em; color: #4b10c7; margin-bottom: 3px; }
+ h1 { font-size: 3.8em; color: #999; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
- h2 { font-size: 1.5em; color: #4b10c7; }
- h3 { text-align: center; color: #4b10c7; }
- a { color: #4b10c7; }
+ h2 { font-size: 1.5em; color: #999; }
+ h3 { text-align: center; color: #999; }
+ a { color: #999; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}
@@ -42,8 +42,8 @@
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
</div>
- <h1><a href="http://github.com/halostatue/diff-lcs">diff-lcs</a>
- <span class="small">by <a href="http://github.com/halostatue">halostatue</a></span></h1>
+ <h1><a href="http://github.com/halostatue/diff-lcs">Diff::LCS</a><br />
+ <span class="small">by <a href="http://github.com/halostatue">Austin Ziegler (halostatue)</a></span></h1>
<div class="description">
Generate difference sets between Ruby sequences.
@@ -57,9 +57,9 @@ longest common subsequence (LCS) algorithm to compute intelligent differences be
<h2>License</h2>
<p>This software is available under three licenses: the GNU GPL version 2 (or at your option, a later version), the Perl Artistic license, or the MIT license. Note that my preference for licensing is the MIT license, but Algorithm::Diff was dually originally licensed with the Perl Artistic and the GNU GPL ("the same terms as Perl itself") and that the Ruby implementation hews pretty closely to the Perl version, so I must maintain the additional licensing terms.</p>
<h2>Authors</h2>
-<p>Austin Ziegler (austin@rubyforege.org)</p>
+<p>Austin Ziegler (austin@rubyforge.org)</p>
<h2>Contact</h2>
-<p>Austin Ziegler (austin@rubyforege.org)</p>
+<p>Austin Ziegler (austin@rubyforge.org)</p>
<h2>Download</h2>