links for 2010-02-25
Posted by mrpeterpeter on February 25th, 2010 filed in LifeComment now »
-
nginx debugging with php
links for 2010-02-24
Posted by mrpeterpeter on February 24th, 2010 filed in LifeComment now »
-
<name replace-wildcards="yes">sftp-%h</name>
<service>
<type>_sftp-ssh._tcp</type>
<port>22</port>
</service>
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

