paramaterized feed, rsync deployment, and unified layouts

This commit is contained in:
B Mathis 2009-10-20 08:50:16 -05:00
parent a72b96142a
commit e0a0d093c4
6 changed files with 40 additions and 53 deletions

View file

@ -178,9 +178,6 @@ module Helpers
input.gsub(/(href|src)(\s*=\s*)(["'])(\/.*?)\3/) { $1 + $2 + $3 + "http://brandonmathis.com" + $4 + $3 }
end
def full_url(input)
'http://brandonmathis.com'+input
end
def rp(input)
RubyPants.new(input).to_html
end