Arepa

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - Minor improvements in administration tasks
        - Deprecate web_ui:cgi_base_url, not needed anymore
        - Add a new configuration key, web_ui:public_url, which will be used
          for the RSS feeds and other "public URL" needs
        - Make the Arepa::BuilderFarm tests more reliable, they should always
          pass now on CPANTS

0.76  Tue Jul 13 11:27:33 CEST 2010
        - Make App::Repository tests depend on an environment variable
          $REPREPRO4PATH (ie. be nice to CPANTS)
        - Small fixes in the web UI (remove extra quote, set explicit charset,
          show a message when the compilation queue is empty, improve the
          build log page a bit)
        - Allow creating builders of specific architectures (useful when you
          are running amd64 and want a builder for i386)
        - Fix RSS link (doh!)

0.75  Wed Jun  2 13:42:56 CEST 2010
        - It turns out it wasn't completely fixed, oh well
        - Add missing dependency YAML::Syck to Makefile.PL
        - Escape the source package comment

templates/layouts/default.html.ep  view on Meta::CPAN

<!DOCTYPE HTML>
<html>
<head>
    <title>Repository</title>
    <link rel="stylesheet" href="<%= $base_url %>/css/main.css" />
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <link rel="alternate" type="application/rss+xml" title="Packages pending approval" href="<%= url_for('rss_queue') %>" >
    <link rel="alternate" type="application/rss+xml" title="Latest added packages" href="<%= url_for('rss_repository') %>" >
</head>
<body>
    <div id="topbar"><a accesskey="h" title="Home" href="<%= url_for('home') %>">Home</a> | <a title="Uploader keys" href="<%= url_for('generic', controller => 'keys') %>">Uploader keys</a><% if (defined $is_synced) { %> | <% if ($is_synced) { %><spa...
<%== content %>
</body>
</html>



( run in 0.243 second using v1.01-cache-2.11-cpan-4d50c553e7e )