all repos — h3rald @ 54c9f66700484db5c7fc30b47cd5e812915b10b4

The sources of https://h3rald.com

Fixing minor errors in tag and archive pages.
h3rald h3rald@h3rald.com
Tue, 01 Sep 2009 16:19:35 +0200
commit

54c9f66700484db5c7fc30b47cd5e812915b10b4

parent

ff52203d25d6634ad8b4027092fb308346b91399

80 files changed, 487 insertions(+), 561 deletions(-)

jump to
M content/archives/april-2006.textilecontent/archives/april-2006.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: april-2006 :title: "Archive: April 2006" :filters_pre: - erb -- redcloth +:permalink: april-2006 ----- -14 items were written in _April 2006_: - -<% articles_by_month.select{|i| i[0] == "April 2006"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>14 items were written in <em>April 2006</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "April 2006"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/april-2008.textilecontent/archives/april-2008.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: april-2008 :title: "Archive: April 2008" :filters_pre: - erb -- redcloth +:permalink: april-2008 ----- -2 items were written in _April 2008_: - -<% articles_by_month.select{|i| i[0] == "April 2008"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>2 items were written in <em>April 2008</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "April 2008"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/april-2009.textilecontent/archives/april-2009.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: april-2009 :title: "Archive: April 2009" :filters_pre: - erb -- redcloth +:permalink: april-2009 ----- -3 items were written in _April 2009_: - -<% articles_by_month.select{|i| i[0] == "April 2009"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>3 items were written in <em>April 2009</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "April 2009"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/august-2006.textilecontent/archives/august-2006.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: august-2006 :title: "Archive: August 2006" :filters_pre: - erb -- redcloth +:permalink: august-2006 ----- -3 items were written in _August 2006_: - -<% articles_by_month.select{|i| i[0] == "August 2006"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>3 items were written in <em>August 2006</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "August 2006"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/august-2007.textilecontent/archives/august-2007.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: august-2007 :title: "Archive: August 2007" :filters_pre: - erb -- redcloth +:permalink: august-2007 ----- -1 item was written in _August 2007_: - -<% articles_by_month.select{|i| i[0] == "August 2007"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>August 2007</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "August 2007"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/august-2008.textilecontent/archives/august-2008.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: august-2008 :title: "Archive: August 2008" :filters_pre: - erb -- redcloth +:permalink: august-2008 ----- -1 item was written in _August 2008_: - -<% articles_by_month.select{|i| i[0] == "August 2008"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>August 2008</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "August 2008"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/december-2005.textilecontent/archives/december-2005.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: december-2005 :title: "Archive: December 2005" :filters_pre: - erb -- redcloth +:permalink: december-2005 ----- -9 items were written in _December 2005_: - -<% articles_by_month.select{|i| i[0] == "December 2005"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>9 items were written in <em>December 2005</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "December 2005"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/december-2007.textilecontent/archives/december-2007.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: december-2007 :title: "Archive: December 2007" :filters_pre: - erb -- redcloth +:permalink: december-2007 ----- -5 items were written in _December 2007_: - -<% articles_by_month.select{|i| i[0] == "December 2007"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>5 items were written in <em>December 2007</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "December 2007"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/december-2008.textilecontent/archives/december-2008.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: december-2008 :title: "Archive: December 2008" :filters_pre: - erb -- redcloth +:permalink: december-2008 ----- -1 item was written in _December 2008_: - -<% articles_by_month.select{|i| i[0] == "December 2008"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>December 2008</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "December 2008"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/february-2006.textilecontent/archives/february-2006.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: february-2006 :title: "Archive: February 2006" :filters_pre: - erb -- redcloth +:permalink: february-2006 ----- -2 items were written in _February 2006_: - -<% articles_by_month.select{|i| i[0] == "February 2006"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>2 items were written in <em>February 2006</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "February 2006"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/february-2009.textilecontent/archives/february-2009.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: february-2009 :title: "Archive: February 2009" :filters_pre: - erb -- redcloth +:permalink: february-2009 ----- -1 item was written in _February 2009_: - -<% articles_by_month.select{|i| i[0] == "February 2009"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>February 2009</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "February 2009"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/january-2006.textilecontent/archives/january-2006.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: january-2006 :title: "Archive: January 2006" :filters_pre: - erb -- redcloth +:permalink: january-2006 ----- -2 items were written in _January 2006_: - -<% articles_by_month.select{|i| i[0] == "January 2006"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>2 items were written in <em>January 2006</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "January 2006"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/january-2007.textilecontent/archives/january-2007.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: january-2007 :title: "Archive: January 2007" :filters_pre: - erb -- redcloth +:permalink: january-2007 ----- -1 item was written in _January 2007_: - -<% articles_by_month.select{|i| i[0] == "January 2007"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>January 2007</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "January 2007"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/january-2008.textilecontent/archives/january-2008.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: january-2008 :title: "Archive: January 2008" :filters_pre: - erb -- redcloth +:permalink: january-2008 ----- -1 item was written in _January 2008_: - -<% articles_by_month.select{|i| i[0] == "January 2008"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>January 2008</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "January 2008"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/january-2009.textilecontent/archives/january-2009.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: january-2009 :title: "Archive: January 2009" :filters_pre: - erb -- redcloth +:permalink: january-2009 ----- -2 items were written in _January 2009_: - -<% articles_by_month.select{|i| i[0] == "January 2009"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>2 items were written in <em>January 2009</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "January 2009"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/july-2006.textilecontent/archives/july-2006.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: july-2006 :title: "Archive: July 2006" :filters_pre: - erb -- redcloth +:permalink: july-2006 ----- -4 items were written in _July 2006_: - -<% articles_by_month.select{|i| i[0] == "July 2006"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>4 items were written in <em>July 2006</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "July 2006"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/july-2007.textilecontent/archives/july-2007.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: july-2007 :title: "Archive: July 2007" :filters_pre: - erb -- redcloth +:permalink: july-2007 ----- -5 items were written in _July 2007_: - -<% articles_by_month.select{|i| i[0] == "July 2007"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>5 items were written in <em>July 2007</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "July 2007"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/july-2008.textilecontent/archives/july-2008.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: july-2008 :title: "Archive: July 2008" :filters_pre: - erb -- redcloth +:permalink: july-2008 ----- -1 item was written in _July 2008_: - -<% articles_by_month.select{|i| i[0] == "July 2008"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>July 2008</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "July 2008"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/july-2009.textilecontent/archives/july-2009.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: july-2009 :title: "Archive: July 2009" :filters_pre: - erb -- redcloth +:permalink: july-2009 ----- -1 item was written in _July 2009_: - -<% articles_by_month.select{|i| i[0] == "July 2009"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>July 2009</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "July 2009"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/june-2005.textilecontent/archives/june-2005.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: june-2005 :title: "Archive: June 2005" :filters_pre: - erb -- redcloth +:permalink: june-2005 ----- -1 item was written in _June 2005_: - -<% articles_by_month.select{|i| i[0] == "June 2005"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>June 2005</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "June 2005"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/june-2006.textilecontent/archives/june-2006.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: june-2006 :title: "Archive: June 2006" :filters_pre: - erb -- redcloth +:permalink: june-2006 ----- -2 items were written in _June 2006_: - -<% articles_by_month.select{|i| i[0] == "June 2006"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>2 items were written in <em>June 2006</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "June 2006"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/june-2007.textilecontent/archives/june-2007.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: june-2007 :title: "Archive: June 2007" :filters_pre: - erb -- redcloth +:permalink: june-2007 ----- -3 items were written in _June 2007_: - -<% articles_by_month.select{|i| i[0] == "June 2007"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>3 items were written in <em>June 2007</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "June 2007"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/june-2008.textilecontent/archives/june-2008.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: june-2008 :title: "Archive: June 2008" :filters_pre: - erb -- redcloth +:permalink: june-2008 ----- -4 items were written in _June 2008_: - -<% articles_by_month.select{|i| i[0] == "June 2008"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>4 items were written in <em>June 2008</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "June 2008"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/june-2009.textilecontent/archives/june-2009.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: june-2009 :title: "Archive: June 2009" :filters_pre: - erb -- redcloth +:permalink: june-2009 ----- -2 items were written in _June 2009_: - -<% articles_by_month.select{|i| i[0] == "June 2009"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>2 items were written in <em>June 2009</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "June 2009"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/march-2006.textilecontent/archives/march-2006.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: march-2006 :title: "Archive: March 2006" :filters_pre: - erb -- redcloth +:permalink: march-2006 ----- -1 item was written in _March 2006_: - -<% articles_by_month.select{|i| i[0] == "March 2006"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>March 2006</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "March 2006"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/march-2007.textilecontent/archives/march-2007.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: march-2007 :title: "Archive: March 2007" :filters_pre: - erb -- redcloth +:permalink: march-2007 ----- -2 items were written in _March 2007_: - -<% articles_by_month.select{|i| i[0] == "March 2007"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>2 items were written in <em>March 2007</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "March 2007"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/march-2008.textilecontent/archives/march-2008.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: march-2008 :title: "Archive: March 2008" :filters_pre: - erb -- redcloth +:permalink: march-2008 ----- -2 items were written in _March 2008_: - -<% articles_by_month.select{|i| i[0] == "March 2008"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>2 items were written in <em>March 2008</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "March 2008"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/march-2009.textilecontent/archives/march-2009.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: march-2009 :title: "Archive: March 2009" :filters_pre: - erb -- redcloth +:permalink: march-2009 ----- -4 items were written in _March 2009_: - -<% articles_by_month.select{|i| i[0] == "March 2009"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>4 items were written in <em>March 2009</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "March 2009"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/may-2006.textilecontent/archives/may-2006.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: may-2006 :title: "Archive: May 2006" :filters_pre: - erb -- redcloth +:permalink: may-2006 ----- -12 items were written in _May 2006_: - -<% articles_by_month.select{|i| i[0] == "May 2006"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>12 items were written in <em>May 2006</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "May 2006"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/may-2008.textilecontent/archives/may-2008.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: may-2008 :title: "Archive: May 2008" :filters_pre: - erb -- redcloth +:permalink: may-2008 ----- -1 item was written in _May 2008_: - -<% articles_by_month.select{|i| i[0] == "May 2008"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>May 2008</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "May 2008"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/may-2009.textilecontent/archives/may-2009.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: may-2009 :title: "Archive: May 2009" :filters_pre: - erb -- redcloth +:permalink: may-2009 ----- -1 item was written in _May 2009_: - -<% articles_by_month.select{|i| i[0] == "May 2009"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>May 2009</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "May 2009"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/november-2005.textilecontent/archives/november-2005.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: november-2005 :title: "Archive: November 2005" :filters_pre: - erb -- redcloth +:permalink: november-2005 ----- -4 items were written in _November 2005_: - -<% articles_by_month.select{|i| i[0] == "November 2005"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>4 items were written in <em>November 2005</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "November 2005"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/november-2006.textilecontent/archives/november-2006.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: november-2006 :title: "Archive: November 2006" :filters_pre: - erb -- redcloth +:permalink: november-2006 ----- -1 item was written in _November 2006_: - -<% articles_by_month.select{|i| i[0] == "November 2006"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>November 2006</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "November 2006"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/november-2007.textilecontent/archives/november-2007.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: november-2007 :title: "Archive: November 2007" :filters_pre: - erb -- redcloth +:permalink: november-2007 ----- -3 items were written in _November 2007_: - -<% articles_by_month.select{|i| i[0] == "November 2007"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>3 items were written in <em>November 2007</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "November 2007"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/november-2008.textilecontent/archives/november-2008.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: november-2008 :title: "Archive: November 2008" :filters_pre: - erb -- redcloth +:permalink: november-2008 ----- -3 items were written in _November 2008_: - -<% articles_by_month.select{|i| i[0] == "November 2008"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>3 items were written in <em>November 2008</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "November 2008"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/october-2007.textilecontent/archives/october-2007.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: october-2007 :title: "Archive: October 2007" :filters_pre: - erb -- redcloth +:permalink: october-2007 ----- -3 items were written in _October 2007_: - -<% articles_by_month.select{|i| i[0] == "October 2007"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>3 items were written in <em>October 2007</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "October 2007"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/october-2008.textilecontent/archives/october-2008.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: october-2008 :title: "Archive: October 2008" :filters_pre: - erb -- redcloth +:permalink: october-2008 ----- -1 item was written in _October 2008_: - -<% articles_by_month.select{|i| i[0] == "October 2008"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>October 2008</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "October 2008"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/september-2006.textilecontent/archives/september-2006.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: september-2006 :title: "Archive: September 2006" :filters_pre: - erb -- redcloth +:permalink: september-2006 ----- -1 item was written in _September 2006_: - -<% articles_by_month.select{|i| i[0] == "September 2006"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>September 2006</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "September 2006"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/september-2007.textilecontent/archives/september-2007.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: september-2007 :title: "Archive: September 2007" :filters_pre: - erb -- redcloth +:permalink: september-2007 ----- -6 items were written in _September 2007_: - -<% articles_by_month.select{|i| i[0] == "September 2007"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>6 items were written in <em>September 2007</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "September 2007"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/archives/september-2008.textilecontent/archives/september-2008.textile

@@ -1,15 +1,15 @@

----- :type: page -:permalink: september-2008 :title: "Archive: September 2008" :filters_pre: - erb -- redcloth +:permalink: september-2008 ----- -1 item was written in _September 2008_: - -<% articles_by_month.select{|i| i[0] == "September 2008"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> +<p>1 item was written in <em>September 2008</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "September 2008"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul>
M content/tags/ajax.textilecontent/tags/ajax.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: ajax" :filters_pre: - erb -- redcloth :feed: /tags/ajax/ :feed_title: Tag 'ajax' :permalink: ajax ----- -3 items are tagged with _ajax_: - - <ul> -<% articles_tagged_with('ajax').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>3 items are tagged with <em>ajax</em>:</p> +<ul> + <% articles_tagged_with('ajax').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/books.textilecontent/tags/books.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: books" :filters_pre: - erb -- redcloth :feed: /tags/books/ :feed_title: Tag 'books' :permalink: books ----- -8 items are tagged with _books_: - - <ul> -<% articles_tagged_with('books').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>8 items are tagged with <em>books</em>:</p> +<ul> + <% articles_tagged_with('books').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/browsers.textilecontent/tags/browsers.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: browsers" :filters_pre: - erb -- redcloth :feed: /tags/browsers/ :feed_title: Tag 'browsers' :permalink: browsers ----- -7 items are tagged with _browsers_: - - <ul> -<% articles_tagged_with('browsers').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>7 items are tagged with <em>browsers</em>:</p> +<ul> + <% articles_tagged_with('browsers').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/cakephp.textilecontent/tags/cakephp.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: cakephp" :filters_pre: - erb -- redcloth :feed: /tags/cakephp/ :feed_title: Tag 'cakephp' :permalink: cakephp ----- -23 items are tagged with _cakephp_: - - <ul> -<% articles_tagged_with('cakephp').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>23 items are tagged with <em>cakephp</em>:</p> +<ul> + <% articles_tagged_with('cakephp').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/concatenative.textilecontent/tags/concatenative.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: concatenative" :filters_pre: - erb -- redcloth :feed: /tags/concatenative/ :feed_title: Tag 'concatenative' :permalink: concatenative ----- -2 items are tagged with _concatenative_: - - <ul> -<% articles_tagged_with('concatenative').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>2 items are tagged with <em>concatenative</em>:</p> +<ul> + <% articles_tagged_with('concatenative').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/databases.textilecontent/tags/databases.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: databases" :filters_pre: - erb -- redcloth :feed: /tags/databases/ :feed_title: Tag 'databases' :permalink: databases ----- -6 items are tagged with _databases_: - - <ul> -<% articles_tagged_with('databases').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>6 items are tagged with <em>databases</em>:</p> +<ul> + <% articles_tagged_with('databases').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/firefox.textilecontent/tags/firefox.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: firefox" :filters_pre: - erb -- redcloth :feed: /tags/firefox/ :feed_title: Tag 'firefox' :permalink: firefox ----- -6 items are tagged with _firefox_: - - <ul> -<% articles_tagged_with('firefox').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>6 items are tagged with <em>firefox</em>:</p> +<ul> + <% articles_tagged_with('firefox').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/frameworks.textilecontent/tags/frameworks.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: frameworks" :filters_pre: - erb -- redcloth :feed: /tags/frameworks/ :feed_title: Tag 'frameworks' :permalink: frameworks ----- -6 items are tagged with _frameworks_: - - <ul> -<% articles_tagged_with('frameworks').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>6 items are tagged with <em>frameworks</em>:</p> +<ul> + <% articles_tagged_with('frameworks').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/google.textilecontent/tags/google.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: google" :filters_pre: - erb -- redcloth :feed: /tags/google/ :feed_title: Tag 'google' :permalink: google ----- -5 items are tagged with _google_: - - <ul> -<% articles_tagged_with('google').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>5 items are tagged with <em>google</em>:</p> +<ul> + <% articles_tagged_with('google').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/ie.textilecontent/tags/ie.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: ie" :filters_pre: - erb -- redcloth :feed: /tags/ie/ :feed_title: Tag 'ie' :permalink: ie ----- -2 items are tagged with _ie_: - - <ul> -<% articles_tagged_with('ie').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>2 items are tagged with <em>ie</em>:</p> +<ul> + <% articles_tagged_with('ie').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/internet.textilecontent/tags/internet.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: internet" :filters_pre: - erb -- redcloth :feed: /tags/internet/ :feed_title: Tag 'internet' :permalink: internet ----- -12 items are tagged with _internet_: - - <ul> -<% articles_tagged_with('internet').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>12 items are tagged with <em>internet</em>:</p> +<ul> + <% articles_tagged_with('internet').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/italy.textilecontent/tags/italy.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: italy" :filters_pre: - erb -- redcloth :feed: /tags/italy/ :feed_title: Tag 'italy' :permalink: italy ----- -3 items are tagged with _italy_: - - <ul> -<% articles_tagged_with('italy').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>3 items are tagged with <em>italy</em>:</p> +<ul> + <% articles_tagged_with('italy').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/microsoft.textilecontent/tags/microsoft.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: microsoft" :filters_pre: - erb -- redcloth :feed: /tags/microsoft/ :feed_title: Tag 'microsoft' :permalink: microsoft ----- -2 items are tagged with _microsoft_: - - <ul> -<% articles_tagged_with('microsoft').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>2 items are tagged with <em>microsoft</em>:</p> +<ul> + <% articles_tagged_with('microsoft').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/opensource.textilecontent/tags/opensource.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: opensource" :filters_pre: - erb -- redcloth :feed: /tags/opensource/ :feed_title: Tag 'opensource' :permalink: opensource ----- -10 items are tagged with _opensource_: - - <ul> -<% articles_tagged_with('opensource').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>10 items are tagged with <em>opensource</em>:</p> +<ul> + <% articles_tagged_with('opensource').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/opera.textilecontent/tags/opera.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: opera" :filters_pre: - erb -- redcloth :feed: /tags/opera/ :feed_title: Tag 'opera' :permalink: opera ----- -2 items are tagged with _opera_: - - <ul> -<% articles_tagged_with('opera').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>2 items are tagged with <em>opera</em>:</p> +<ul> + <% articles_tagged_with('opera').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/personal.textilecontent/tags/personal.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: personal" :filters_pre: - erb -- redcloth :feed: /tags/personal/ :feed_title: Tag 'personal' :permalink: personal ----- -6 items are tagged with _personal_: - - <ul> -<% articles_tagged_with('personal').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>6 items are tagged with <em>personal</em>:</p> +<ul> + <% articles_tagged_with('personal').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/personal_log.textilecontent/tags/personal_log.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: personal_log" :filters_pre: - erb -- redcloth :feed: /tags/personal_log/ :feed_title: Tag 'personal_log' :permalink: personal_log ----- -6 items are tagged with _personal_log_: - - <ul> -<% articles_tagged_with('personal_log').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>6 items are tagged with <em>personal_log</em>:</p> +<ul> + <% articles_tagged_with('personal_log').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/php.textilecontent/tags/php.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: php" :filters_pre: - erb -- redcloth :feed: /tags/php/ :feed_title: Tag 'php' :permalink: php ----- -6 items are tagged with _php_: - - <ul> -<% articles_tagged_with('php').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>6 items are tagged with <em>php</em>:</p> +<ul> + <% articles_tagged_with('php').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/politics.textilecontent/tags/politics.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: politics" :filters_pre: - erb -- redcloth :feed: /tags/politics/ :feed_title: Tag 'politics' :permalink: politics ----- -2 items are tagged with _politics_: - - <ul> -<% articles_tagged_with('politics').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>2 items are tagged with <em>politics</em>:</p> +<ul> + <% articles_tagged_with('politics').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/productivity.textilecontent/tags/productivity.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: productivity" :filters_pre: - erb -- redcloth :feed: /tags/productivity/ :feed_title: Tag 'productivity' :permalink: productivity ----- -7 items are tagged with _productivity_: - - <ul> -<% articles_tagged_with('productivity').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>7 items are tagged with <em>productivity</em>:</p> +<ul> + <% articles_tagged_with('productivity').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/programming.textilecontent/tags/programming.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: programming" :filters_pre: - erb -- redcloth :feed: /tags/programming/ :feed_title: Tag 'programming' :permalink: programming ----- -11 items are tagged with _programming_: - - <ul> -<% articles_tagged_with('programming').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>11 items are tagged with <em>programming</em>:</p> +<ul> + <% articles_tagged_with('programming').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/rails.textilecontent/tags/rails.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: rails" :filters_pre: - erb -- redcloth :feed: /tags/rails/ :feed_title: Tag 'rails' :permalink: rails ----- -19 items are tagged with _rails_: - - <ul> -<% articles_tagged_with('rails').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>19 items are tagged with <em>rails</em>:</p> +<ul> + <% articles_tagged_with('rails').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/rant.textilecontent/tags/rant.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: rant" :filters_pre: - erb -- redcloth :feed: /tags/rant/ :feed_title: Tag 'rant' :permalink: rant ----- -4 items are tagged with _rant_: - - <ul> -<% articles_tagged_with('rant').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>4 items are tagged with <em>rant</em>:</p> +<ul> + <% articles_tagged_with('rant').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/rawline.textilecontent/tags/rawline.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: rawline" :filters_pre: - erb -- redcloth :feed: /tags/rawline/ :feed_title: Tag 'rawline' :permalink: rawline ----- -5 items are tagged with _rawline_: - - <ul> -<% articles_tagged_with('rawline').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>5 items are tagged with <em>rawline</em>:</p> +<ul> + <% articles_tagged_with('rawline').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/redbook.textilecontent/tags/redbook.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: redbook" :filters_pre: - erb -- redcloth :feed: /tags/redbook/ :feed_title: Tag 'redbook' :permalink: redbook ----- -6 items are tagged with _redbook_: - - <ul> -<% articles_tagged_with('redbook').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>6 items are tagged with <em>redbook</em>:</p> +<ul> + <% articles_tagged_with('redbook').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/review.textilecontent/tags/review.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: review" :filters_pre: - erb -- redcloth :feed: /tags/review/ :feed_title: Tag 'review' :permalink: review ----- -33 items are tagged with _review_: - - <ul> -<% articles_tagged_with('review').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>33 items are tagged with <em>review</em>:</p> +<ul> + <% articles_tagged_with('review').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/ruby.textilecontent/tags/ruby.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: ruby" :filters_pre: - erb -- redcloth :feed: /tags/ruby/ :feed_title: Tag 'ruby' :permalink: ruby ----- -27 items are tagged with _ruby_: - - <ul> -<% articles_tagged_with('ruby').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>27 items are tagged with <em>ruby</em>:</p> +<ul> + <% articles_tagged_with('ruby').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/software.textilecontent/tags/software.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: software" :filters_pre: - erb -- redcloth :feed: /tags/software/ :feed_title: Tag 'software' :permalink: software ----- -4 items are tagged with _software_: - - <ul> -<% articles_tagged_with('software').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>4 items are tagged with <em>software</em>:</p> +<ul> + <% articles_tagged_with('software').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/tools.textilecontent/tags/tools.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: tools" :filters_pre: - erb -- redcloth :feed: /tags/tools/ :feed_title: Tag 'tools' :permalink: tools ----- -4 items are tagged with _tools_: - - <ul> -<% articles_tagged_with('tools').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>4 items are tagged with <em>tools</em>:</p> +<ul> + <% articles_tagged_with('tools').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/travelling.textilecontent/tags/travelling.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: travelling" :filters_pre: - erb -- redcloth :feed: /tags/travelling/ :feed_title: Tag 'travelling' :permalink: travelling ----- -2 items are tagged with _travelling_: - - <ul> -<% articles_tagged_with('travelling').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>2 items are tagged with <em>travelling</em>:</p> +<ul> + <% articles_tagged_with('travelling').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/tutorial.textilecontent/tags/tutorial.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: tutorial" :filters_pre: - erb -- redcloth :feed: /tags/tutorial/ :feed_title: Tag 'tutorial' :permalink: tutorial ----- -4 items are tagged with _tutorial_: - - <ul> -<% articles_tagged_with('tutorial').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>4 items are tagged with <em>tutorial</em>:</p> +<ul> + <% articles_tagged_with('tutorial').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/vim.textilecontent/tags/vim.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: vim" :filters_pre: - erb -- redcloth :feed: /tags/vim/ :feed_title: Tag 'vim' :permalink: vim ----- -2 items are tagged with _vim_: - - <ul> -<% articles_tagged_with('vim').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>2 items are tagged with <em>vim</em>:</p> +<ul> + <% articles_tagged_with('vim').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/web-development.textilecontent/tags/web-development.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: web-development" :filters_pre: - erb -- redcloth :feed: /tags/web-development/ :feed_title: Tag 'web-development' :permalink: web-development ----- -2 items are tagged with _web-development_: - - <ul> -<% articles_tagged_with('web-development').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>2 items are tagged with <em>web-development</em>:</p> +<ul> + <% articles_tagged_with('web-development').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/web20.textilecontent/tags/web20.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: web20" :filters_pre: - erb -- redcloth :feed: /tags/web20/ :feed_title: Tag 'web20' :permalink: web20 ----- -8 items are tagged with _web20_: - - <ul> -<% articles_tagged_with('web20').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>8 items are tagged with <em>web20</em>:</p> +<ul> + <% articles_tagged_with('web20').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/webdevelopment.textilecontent/tags/webdevelopment.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: webdevelopment" :filters_pre: - erb -- redcloth :feed: /tags/webdevelopment/ :feed_title: Tag 'webdevelopment' :permalink: webdevelopment ----- -12 items are tagged with _webdevelopment_: - - <ul> -<% articles_tagged_with('webdevelopment').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>12 items are tagged with <em>webdevelopment</em>:</p> +<ul> + <% articles_tagged_with('webdevelopment').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/website.textilecontent/tags/website.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: website" :filters_pre: - erb -- redcloth :feed: /tags/website/ :feed_title: Tag 'website' :permalink: website ----- -11 items are tagged with _website_: - - <ul> -<% articles_tagged_with('website').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>11 items are tagged with <em>website</em>:</p> +<ul> + <% articles_tagged_with('website').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/wedding.textilecontent/tags/wedding.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: wedding" :filters_pre: - erb -- redcloth :feed: /tags/wedding/ :feed_title: Tag 'wedding' :permalink: wedding ----- -6 items are tagged with _wedding_: - - <ul> -<% articles_tagged_with('wedding').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>6 items are tagged with <em>wedding</em>:</p> +<ul> + <% articles_tagged_with('wedding').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M content/tags/writing.textilecontent/tags/writing.textile

@@ -3,17 +3,15 @@ :type: page

:title: "Tag: writing" :filters_pre: - erb -- redcloth :feed: /tags/writing/ :feed_title: Tag 'writing' :permalink: writing ----- -15 items are tagged with _writing_: - - <ul> -<% articles_tagged_with('writing').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> +<p>15 items are tagged with <em>writing</em>:</p> +<ul> + <% articles_tagged_with('writing').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul>
M lib/utils.rblib/utils.rb

@@ -4,17 +4,17 @@ def write_tag_page(dir, tag, count)

meta = {} meta[:title] = "Tag: #{tag}" meta[:type] = 'page' - meta[:filters_pre] = ['erb', 'redcloth'] + meta[:filters_pre] = ['erb'] meta[:feed] = "/tags/#{tag}/" meta[:feed_title] = "Tag '#{tag}'" meta[:permalink] = tag pl = (count == 1) ? ' is' : 's are' - contents = %{\n#{count} item#{pl} tagged with _#{tag}_: - - <ul> -<% articles_tagged_with('#{tag}').each do |a| -%><%= render 'dated_article', :article => a %> -<% end %> + contents = %{ +<p>#{count} item#{pl} tagged with <em>#{tag}</em>:</p> +<ul> + <% articles_tagged_with('#{tag}').each do |a| %> + <%= render 'dated_article', :article => a %> + <% end %> </ul> } # Write html page

@@ -35,14 +35,16 @@ def write_archive_page(dir, name, count)

meta = {} meta[:title] = "Archive: #{name}" meta[:type] = 'page' - meta[:filters_pre] = ['erb', 'redcloth'] + meta[:filters_pre] = ['erb'] meta[:permalink] = name.downcase.gsub /\s/, '-' pl = (count == 1) ? ' was' : 's were' - contents = %{\n#{count} item#{pl} written in _#{name}_: - -<% articles_by_month.select{|i| i[0] == "#{name}"}[0][1].each do |pg| -%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span> -<% end %> + contents = %{ +<p>#{count} item#{pl} written in <em>#{name}</em>:</p> +<ul> + <% articles_by_month.select{|i| i[0] == "#{name}"}[0][1].each do |a|%> + <%= render 'dated_article', :article => a %> + <% end %> +</ul> } # Write file write_item dir/"#{meta[:permalink]}.textile", meta, contents
M tasks/site.raketasks/site.rake

@@ -54,7 +54,7 @@ end

end task :archives do - site = Nanoc3::Site.new(YAML.load_file('config.yaml')) + site = Nanoc3::Site.new('.') site.load_data dir = Pathname(Dir.pwd)/'content/archives' dir.rmtree if dir.exist?

@@ -63,7 +63,7 @@ m_articles = []

index = -1 current_month = "" # Collect month and page data - articles = site.pages.select{|p| p.attributes[:date] && p.attributes[:type] == 'article'}.sort{|a, b| a.attributes[:date] <=> b.attributes[:date]}.reverse + articles = site.items.select{|p| p.attributes[:date] && p.attributes[:type] == 'article'}.sort{|a, b| a.attributes[:date] <=> b.attributes[:date]}.reverse articles.each do |a| month = a.attributes[:date].strftime("%B %Y") if current_month != month then