<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>src/serify-manpage.css</filename>
    </added>
    <added>
      <filename>src/serify-quirks.css</filename>
    </added>
    <added>
      <filename>src/serify.css</filename>
    </added>
    <added>
      <filename>src/serify.txt</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -157,6 +157,7 @@ task 'site:text' =&gt; &quot;site/index.txt&quot;
 CLEAN.include &quot;site/index.txt+&quot;
 CLOBBER.include &quot;site/index.txt&quot;
 
+
 file 'site/index.html' =&gt; %w[site/index.txt site/stylesheets site/xhtml11-article.conf] do |f|
   asciidoc 'site/index.txt', f.name,
     :stylesdir =&gt; 'stylesheets',
@@ -170,6 +171,7 @@ file 'site/hacking.txt' =&gt; %w[HACKING] do |f|
 end
 CLEAN.include 'site/hacking.txt'
 
+
 file 'site/hacking.html' =&gt; %w[site/hacking.txt site/stylesheets] do |f|
   asciidoc 'site/hacking.txt', f.name,
     :stylesdir =&gt; 'stylesheets',
@@ -179,10 +181,6 @@ CLOBBER.include 'site/hacking.html'
 task 'site' =&gt; 'site/hacking.html'
 
 
-# ---------------------------------------------------------------------------
-# Project Documentation
-# ---------------------------------------------------------------------------
-
 directory 'site/images'
 
 file 'site/images/icons' =&gt; %w[site/images] do |f|
@@ -214,8 +212,7 @@ task 'publish' =&gt; %w[site] do |t|
     rsync -aL \
           --delete \
           --delete-excluded \
-          site/ tomayko.com:/src/adoc-themes &amp;&amp;
-    ssh tomayko.com 'cd /src/adoc-themes &amp;&amp; ln -sf bare-index.html index.html'
+          site/ tomayko.com:/src/adoc-themes
   EOF
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -16,11 +16,10 @@ class Theme
     @name = File.basename(filename).sub(/\.txt$/, '')
     @attributes = {}
     @author_name, @author_email = nil
+    @index = nil
     @date_of_inclusion = nil
-    @index = @@all.length
     load_info!
     yield self if block_given?
-    @@all &lt;&lt; self
   end
 
   def author
@@ -64,7 +63,13 @@ private
 
     def load!
       return unless @@all.empty?
-      FileList['src/*.txt'].each { |filename| new(filename) }
+      @@all = FileList['src/*.txt'].
+        map { |filename| new(filename) }.
+        sort { |a,b| a.date_of_inclusion &lt;=&gt; b.date_of_inclusion }.
+        reverse
+      @@all.each_with_index do |theme,index|
+        theme.instance_variable_set(:@index, index)
+      end
     end
 
   end</diff>
      <filename>lib/theme.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,11 +4,11 @@
 --------------------------------------------------------------------------- */
 
 body {
+	font-family:verdana,helvetica,arial,sans-serif;
 	font-size:81.25%;   /* 13px */
 	line-height:1.538;  /* 20px */
 	margin:40px 50px;
 	max-width:53.8461538462em; /* 790px */
-	font-family:verdana,helvetica,arial,sans-serif;
 	color:#333;
 }
 </diff>
      <filename>src/bare.css</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,12 @@
 @import url(bare.css);
 
+/* ---------------------------------------------------------------------------
+   FreeBSD AsciiDoc Theme
+   Ryan Tomayko &lt;r@tomayko.com&gt;
+
+   Based on The FreeBSD Handbook and various other FreeBSD documenration.
+--------------------------------------------------------------------------- */
+
 body {
   font-family:verdana,helvetica,arial,sans-serif;
   font-size:100%;</diff>
      <filename>src/handbookish.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>853f369d1c9128c0f6c8e8f9742f9dbe4bd052b8</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </author>
  <url>http://github.com/rtomayko/adoc-themes/commit/983b30e7bf9001bfa6c0b09daab5075686a0775f</url>
  <id>983b30e7bf9001bfa6c0b09daab5075686a0775f</id>
  <committed-date>2008-03-05T01:43:40-08:00</committed-date>
  <authored-date>2008-03-05T01:43:40-08:00</authored-date>
  <message>add serify theme and sort themes reverse chronological on index page</message>
  <tree>481896dcc9dd5918cb66b562ac1229986cb4abd0</tree>
  <committer>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </committer>
</commit>
