Skip to content

Commit

Permalink
Update site maintenance info
Browse files Browse the repository at this point in the history
* (still needs rephrasing)

Signed-off-by: Alex Coles <alex@alexcolesportfolio.com>
  • Loading branch information
myabc committed Dec 14, 2009
1 parent 9a4120a commit f2e6b96
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions app/views/layouts/isitruby19.html.erb
Expand Up @@ -9,52 +9,54 @@
<meta name="robots" content="index, follow" />
<meta name="description" content="Is it JRuby? Listing Ruby Gems and showing their JRuby compatibility" />
<meta name="keywords" content="JRuby Gems Compatibility" />
<meta name="author" content="Carl Mercier, Brightbox Systems Ltd" />
<!-- Favicon
<meta name="author" content="Alex Coles, Carl Mercier, Brightbox Systems Ltd" />
<!-- Favicon
<link rel="shortcut icon" href="" />
-->

<%= stylesheet_link_tag 'styles' %>
<%= yield :alternative_rss_feed %>
<link rel="alternate" href="/rss" title="Latest comments about all gems" type="application/rss+xml" />
<link rel="alternate" href="/rss" title="Latest comments about all gems" type="application/rss+xml" />

<%= javascript_include_tag :defaults %>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="header">
<div id="logo">
<h1><%= link_to 'Is it Ruby 1.9?', root_path %> </h1>
</div>

<p class="tagline lighterblue">Community-powered gem compatibility for JRuby</p>
<div id="search" class="rounded">
<%= render :partial => 'codes/search' %>
</div>
</div><!-- header -->
<p class="tagline lighterblue">Community-powered gem compatibility for JRuby</p>

<div id="search" class="rounded">
<%= render :partial => 'codes/search' %>
</div>

</div><!-- header -->

<div id="main">
<div id="main">
<% unless flash[:notice].blank? %>
<div id="flash_notice"> <%= flash[:notice] %> </div>
<% end %>
<% unless flash[:error].blank? %>
<div id="flash_error"> <%= flash[:error] %> </div>
<% end %>
<%= yield %>
</div><!-- main -->
<%= yield %>
</div><!-- main -->


<div id="footer">
<p class="lightblue">
A <a href="http://github.com/cmer/isitjruby/" class="subdued">project</a> of
<a href="http://carlmercier.com" class="subdued">Carl Mercier</a><br/>
This is a fork of <a href="http://github.com/brightbox/isitruby19/" class="subdued">isitruby19.com</a>, originally developed by
<a href="http://www.brightbox.co.uk/" class="subdued">Brightbox</a>. Kudos to them!
A <a href="http://github.com/myabc/isitjruby/" class="subdued">project</a>
of <a href="http://alexbcoles.com" class="subdued">Alex Coles</a>.<br/>

Forked by <a href="http://carlmercier.com/">Carl Mercier</a> from the
original <a href="http://github.com/brightbox/isitruby19/" class="subdued">isitruby19.com</a>
(developed by <a href="http://www.brightbox.co.uk/" class="subdued">Brightbox</a>).
Kudos to them!
</div><!-- footer -->

</div><!-- wrapper -->
Expand All @@ -67,4 +69,4 @@ try {
var pageTracker = _gat._getTracker("UA-87295-6");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</body>

0 comments on commit f2e6b96

Please sign in to comment.