website/index.html in egor-0.0.5 vs website/index.html in egor-0.9.0

- old
+ new

@@ -1,87 +1,16 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv="Refresh" content="5; URL=http://github.com/semin/egor"> <title> - egor: Environment-specific substitution table GeneratOR + egor: Esst GeneratOR, a program for calculating environment-specific substitution tables </title> - <script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script> -<style> - -</style> - <script type="text/javascript"> - window.onload = function() { - settings = { - tl: { radius: 10 }, - tr: { radius: 10 }, - bl: { radius: 10 }, - br: { radius: 10 }, - antiAlias: true, - autoPad: true, - validTags: ["div"] - } - var versionBox = new curvyCorners(settings, document.getElementById("version")); - versionBox.applyCornersToAll(); - } - </script> </head> <body> -<div id="main"> - - <h1>egor: Environment-specific substitution table GeneratOR</h1> - <div class="sidebar"> - <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/egor"; return false'> - <p>Get Version</p> - <a href="http://rubyforge.org/projects/egor" class="numbers">0.0.5</a> - </div> - </div> - <h2>What</h2> -<p>&#8216;egor&#8217; is a program for calculating environment-specific substitution tables</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>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>Demonstration of usage</h2> -<p>It&#8217;s pretty much the same as Kenji&#8217;s subst, so in most cases, you can swap &#8216;subst&#8217; with &#8216;egor&#8217;.</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 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> - <li>github: <a href="http://github.com/semin/egor/tree/master">http://github.com/semin/egor/tree/master</a></li> -</ul> -<pre>$ git clone git://github.com/semin/egor.git</pre> -<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"> - Semin Lee, 8th December 2008<br> - Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> + <p> + An official web site for Egor will be available when our new web server is ready. Until then, this page will be redirected to its Git repository, <a href="http://rubyforge.org/projects/egor/">http://github.com/semin/egor</a> in 5 seconds. </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> + - Semin </body> </html>