<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/controllers/admin/api_controller.rb</filename>
    </added>
    <added>
      <filename>app/views/admin/api/show.html.erb</filename>
    </added>
    <added>
      <filename>spec/controllers/admin/api_controller_spec.rb</filename>
    </added>
    <added>
      <filename>spec/views/admin/api/show.html.erb_spec.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,7 +6,7 @@
 
 &lt;div id=&quot;admin_nav&quot;&gt;
 	&lt;ul class=&quot;navlist&quot;&gt;
-    &lt;% [&quot;Posts&quot;, &quot;Pages&quot;, &quot;Comments&quot;, &quot;Tags&quot;].each_with_index do |tab_name, index| -%&gt;
+    &lt;% [&quot;Posts&quot;, &quot;Pages&quot;, &quot;Comments&quot;, &quot;Tags&quot;, &quot;API&quot;].each_with_index do |tab_name, index| -%&gt;
       &lt;li&gt;
         &lt;%= link_to(tab_name, send(&quot;admin_#{tab_name.downcase}_path&quot;), :class =&gt; class_for_tab(tab_name, index), :accesskey =&gt; index + 1) %&gt;
         &lt;%= link_to(image_tag('admin/new_button.png', :alt =&gt; 'Create a new post', :id =&gt; 'new_post_button'), new_admin_post_path(), :accesskey =&gt; 'n') if tab_name == &quot;Posts&quot; %&gt;</diff>
      <filename>app/views/layouts/admin.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -6,9 +6,11 @@ ActionController::Routing::Routes.draw do |map|
     admin.resources :pages
     admin.resources :comments, :member =&gt; {:mark_as_spam =&gt; :put, :mark_as_ham =&gt; :put}
     admin.resources :tags
+    admin.resource :api, :controller =&gt; 'api'
   end
 
   map.connect '/admin', :controller =&gt; 'admin/posts', :action =&gt; 'index'
+  map.connect '/admin/api', :controller =&gt; 'admin/api', :action =&gt; 'index'
   map.archives '/archives', :controller =&gt; 'archives', :action =&gt; 'index'
 
   map.root :controller =&gt; 'posts', :action =&gt; 'index'</diff>
      <filename>config/routes.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>850029b4f3758339cfafc371ac66ab64b6e3626c</id>
    </parent>
  </parents>
  <author>
    <name>Xavier Shay</name>
    <email>xavier@rhnh.net</email>
  </author>
  <url>http://github.com/quamen/enki/commit/8e0a818728b489e311d05df6121f54a616f8b3cf</url>
  <id>8e0a818728b489e311d05df6121f54a616f8b3cf</id>
  <committed-date>2008-02-29T03:25:07-08:00</committed-date>
  <authored-date>2008-02-28T22:55:04-08:00</authored-date>
  <message>Admin API controller to publicize API key</message>
  <tree>26f26c28408ff96a82306f1ca4f8c2714cbf2b36</tree>
  <committer>
    <name>Xavier Shay</name>
    <email>xavier@rhnh.net</email>
  </committer>
</commit>
