summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2009-02-26 21:28:44 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2009-02-26 21:30:07 -0700
commit87136375df1cbc173eec12fd27efd8a579ce538d (patch)
tree270779945c2735e122c92a240a1512a569dd8049
parent76886a70c6213586b6a35158c4c41ef998517923 (diff)
downloadyajl-87136375df1cbc173eec12fd27efd8a579ce538d.tar.gz
name the guilty contributors the best I can
-rw-r--r--index.html71
1 files changed, 44 insertions, 27 deletions
diff --git a/index.html b/index.html
index bed2665..e8382cc 100644
--- a/index.html
+++ b/index.html
@@ -1,33 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>yajl</title>
+ <title>yajl</title>
<style type="text/css">
body {
- background-color: #D5D6D7;
- padding:20px;
- text-align: center;
+ background-color: #D5D6D7;
+ padding:20px;
+ text-align: center;
align: center;
- }
+ }
.header {
- border-bottom: 1px solid #959596;
- padding: 5px;
+ border-bottom: 1px solid #959596;
+ padding: 5px;
color: #ffffff;
background-color: rgb(115, 160, 197);
- }
+ }
.header a {
- text-decoration: none;
+ text-decoration: none;
color: #ffffff;
- }
+ }
.pageTitle {
- font-size: 3em;
- font-weight: normal;
- }
+ font-size: 3em;
+ font-weight: normal;
+ }
.small { font-size: 1em; }
#outerContainer {
@@ -50,11 +50,11 @@
h2 { font-size: 1.5em; text-align: center;}
h3 { font-size: 1.2em; color: #111144}
.description {
- font-size: 1.2em;
- margin-bottom: 30px;
- margin-top: 30px;
- font-style: italic;
- }
+ font-size: 1.2em;
+ margin-bottom: 30px;
+ margin-top: 30px;
+ font-style: italic;
+ }
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
@@ -71,10 +71,10 @@
<div class="header">
<span class="pageTitle">
<a href="http://github.com/lloyd/yajl">yajl</a>
- </span><br>
+ </span><br>
<span class="small">
- by <a href="http://github.com/lloyd">lloyd</a>
- </span>
+ by <a href="http://github.com/lloyd">lloyd</a>
+ </span>
</div>
<div id="container">
<div class="description">
@@ -367,11 +367,28 @@ main(int argc, char ** argv)
<h2>Contributors</h2>
- XXX: many people have helped hone yajl to a fine edge, they'll all
- get mentioned here.
+ <p>
+ Many people have helped hone yajl to a fine edge, they have my
+ deep appreciation for taking the time to give back. Here they are
+ in alphabetical order (if I missed anyone, please tell me. It's
+ been a while and my memory is bad):
+ </p>
+
+ <ul>
+ <li> Adam McLaurin
+ <li> Andrei Soroker
+ <li> Eric Bergstrome
+ <li> Hatem Nassrat
+ <li> Mark de Does
+ <li> Neville Franks
+ <li> Robert Geiger
+ <li> Robert Varga
+ <li> Timothy J. Wood
+ </ul>
<h2>Original Author</h2>
- <p>Lloyd Hilaiel (lloyd@hilaiel.com)</p>
+
+ <p>Lloyd Hilaiel (lloyd 4t hilaiel d0t com)</p>
<div class="footer">
get the source code on GitHub : <a href="http://github.com/lloyd/yajl">lloyd/yajl</a>
@@ -379,7 +396,7 @@ main(int argc, char ** argv)
<div class="styleCredit footer">
(page style "borrowed" from
- <a href="http://kylecordes.com">Kyle Cordes</a>)
+ <a href="http://kylecordes.com">Kyle Cordes</a>)
</div>
</div></div>