links for 2010-02-05
Posted by mrpeterpeter on February 5th, 2010 filed in LifeComment now »
-
<link rel="apple-touch-icon" href="/custom-icon-name.png"/>
links for 2010-01-02
Posted by mrpeterpeter on January 2nd, 2010 filed in LifeComment now »
-
class ToHaml
def initialize(path)
@path = path
enddef convert!
Dir["#{@path}/**/*.erb"].each do |file|
`html2haml -rx #{file} #{file.gsub(/\.erb$/, '.haml')}`
end
end
endpath = File.join(File.dirname(__FILE__), 'app', 'views')
ToHaml.new(path).convert!
links for 2010-01-01
Posted by mrpeterpeter on January 1st, 2010 filed in LifeComment now »
-
with macports
-
launchd & virtualhosts
links for 2009-11-23
Posted by mrpeterpeter on November 23rd, 2009 filed in LifeComment now »
-
Semantic Interoperability of Metadata and Information in unLike Environments

