<% content_for :title do %> - <%= t(:about,:scope=>:internal) %> <% end %> <% content_for :sidebar do %> <%= content_for_sidebar %> <% end %>

<%= t(:current_version,:scope=>:internal) + ": " + $defaults["version"] %>

<%= raw BlueCloth::new(render :file => 'README.markdown').to_html %>
<%= raw BlueCloth::new(render :file => 'CHANGES').to_html %>
<%= raw BlueCloth::new(render :file => 'TODO').to_html %>