website/index.html in egor-0.0.1 vs website/index.html in egor-0.0.2
- old
+ new
@@ -42,20 +42,22 @@
<h2>Installation</h2>
<p><pre class='syntax'><span class="global">$ </span><span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">egor</span></pre></p>
<h2>Features</h2>
<ul>
<li>No more segmentation fault</li>
+ <li>Fast enough not to leave your place</li>
+ <li>Slow enough to check your emails or have some chats with your colleagues next you</li>
<li>Full smoothing supported</li>
<li>In theory, infinite number of environment features can be handled</li>
</ul>
<h2>Demonstration of usage</h2>
<p>It’s pretty much the same as Kenji’s subst, so in most cases, you just need swap ‘subst’ with ‘egor’.</p>
<pre>$ egor -l TEMLIST-file -c classdef.dat</pre>
or
<pre>$ egor -l TEM-file -c classdef.dat</pre>
<h2>Repository</h2>
-<p>You can download a pre-built RubyGem package from</p>
+<p>You can download a pre-built RubyGems package from</p>
<ul>
<li>rubyforge: <a href="http://rubyforge.org/projects/egor">http://rubyforge.org/projects/egor</a></li>
</ul>
<p>or, You can fetch the source from</p>
<ul>
@@ -65,14 +67,21 @@
<h2>License</h2>
<p>This code is free to use under the terms of the <span class="caps">MIT</span> license.</p>
<h2>Contact</h2>
<p>Comments are welcome, please send an email to me (seminlee at gmail dot com).</p>
<p class="coda">
- <a href="FIXME email">Semin Lee</a>, 10th November 2008<br>
+ Semin Lee, 12th November 2008<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>
<!-- insert site tracking codes here, like Google Urchin -->
-
+<script type="text/javascript">
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+ var pageTracker = _gat._getTracker("UA-6291956-1");
+ pageTracker._trackPageview();
+</script>
</body>
</html>